[OBSOLETE] Aeon HEM v1 DH Discussion (DTH link in post 411)

Just out of curiosity @joelw135 what are for the 4 HEM v1 you have set up to monitor?

From left to right:

  1. Main 2 phase breaker
  2. Washing Machine and Blower Motor for HVAC
  3. Refrigerator and Dishwasher
  4. AC Compressor (Outside House)

Is there one for measuring the clamps independently and battery reporting?

I wish there was but the device type posted doesn’t work for me. I have an iPhone and the tiles don’t populate. Also when it didn’t work, and I went back to my old DH it left erroneous entries in the device type I am using. It was a nightmare. I had to exclude and reinstall all HEMs. I was hoping one of our experienced code writers would take on the dual reading clamps.

Any chance we could get definitions for the HEM attributes?
I still have no idea what powerOne and energyOne are - for example. Comments in the code would be great.
And what I really wish I had is the Aeon technical documentation for the v1.
Debugging my HEM is no fun when I don’t know the specs…
Thanks!

https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/6009584509/original/26%20Home%20Energy%20Meter%20G1.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJ2JSYZ7O3I4JO6DA%2F20170124%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20170124T223010Z&X-Amz-Expires=300&X-Amz-Signature=a93ddead31b446b2f8e7037017641096e9208824370d5e6b361d8bd8864fc7d8&X-Amz-SignedHeaders=Host&response-content-type=application%2Fpdf

All spec docs for Gen 1/2 and 5/6 devices:

The next time I make a significant change to the code I’ll add a comment next to the attributes.

Ask and ye shall receive!

Thank you so much - I thought I had searched everywhere for those docs.
I only found the v2 ones…

1 Like

For computing power, the HEM v1 has to be configured to 120 volts (US) or 240 volts (eu).
This is set by Parameter 1. The device driver never seems to set that parameter; does it default to
one or the other?
Is there a better topic for technical questions?
Thanks!

It defaults to the factory default, which is 120. If the parameter isn’t defined/used in the DH, the factory default value is used.

This is the perfect topic for these questions.

Does anyone know if you power cycle the HEM does it lose it’s data and reset to zero? If so, does putting batteries in it before unplugging stop that?

I need to redo some cabling and was curious.

Thanks.

Lost power here a couple of weeks ago and no loss of data. Have one on my Hot Tub but there are batteries in it.

Changes:

02-11-2017 : For the battery version, put battery info and icon in the main tile instead of a separate tile. For both the battery and no-battery version, cleaned up code some more and added some comments for what certain attributes do.

Please note: The icon to the left of the min/max row for some reason just will not show up properly on Android devices. Unfortunately, there’s not much I can do about that.

No-battery version:

https://raw.githubusercontent.com/constjs/jcdevhandlers/master/devicetypes/jscgs350/my-aeon-home-energy-monitor-no-battery.src/my-aeon-home-energy-monitor-no-battery.groovy

Battery version:

https://raw.githubusercontent.com/constjs/jcdevhandlers/master/devicetypes/jscgs350/my-aeon-home-energy-monitor.src/my-aeon-home-energy-monitor.groovy

Thanks again for the update and hard work. I know it isn’t your code, but everytime I try the DH for reading separately it screws up your DH. It leaves huge amount of garbage.

For me those two tiles on the left next to min/max and reset have either been blank, a SmartThings icon and now blank again with this update.

You must be using an Android device? The differences on how ST’s mobile app works between iOS and Android drive me nuts some days (most actually).

Sorry, I should have said. I use an iPhone.

Now that’s interesting. What happens if you tap on either the Recently or SmartApps tab, and then go back to the Right Now tab? Do they show up, flash and disappear, or one show up and the other doesn’t?

Going to Recently or SmartApps tab and back does not seem to change anything.

Note, when I did have the SmartThings logo icon show up in a previous release it was in just the lower tile.

Correct, the previous version had that icon, and all I did for this version is use a different icon, which makes this even more frustrating. I honestly don’t know why that happens.

It’s no big deal and does not affect the functionality.

Thanks for your work on this DH anyway!

1 Like