'Aeon HEM V1 Laundry Driver' is NOW working on Hubitat

Could this driver be modified to work with an energy reporting plug? my dryer is gas & 120V, seems like zwave or zigbee appliance module would be a lot easier.

If you're devices are both 110v, and do not exceed the MAX power rating of an energy reporting plug in wall socket, then I would agree that using a pair of those would be the simpler solution.

The driver in this thread if very specific to the Aeon HEM v1 Z-Wave device. Therefore, I probably wouldn't use it as a starting point if using plug-in power monitoring wall sockets.

I would recommend that you simply try to use Rule Machine or a custom App to monitor the power levels from each smart wall socket, and then send a notification when the power level drops below a target threshold.

I am guessing that a quick search through the SmartThings community would turn up a SmartApp that already exists.

For example...

Just as an idea, I use this for my washer with a Zooz ZEN15 plug. Just a virtual switch and two small apps in RM. Works well for me.


1 Like

I just got the Hubitat this week and would like to install this but seem to be getting stuck at this error. Sorry for the newbie questions since I never had Smartthings before either..

Try simply commenting out the following line of code as shown below

//Capability "Button"

I wonder if a recent Hubitat Firmware revision is no longer ignoring this ST Capability. Hubitat uses "Pushable Button" instead.

Although... I just tried saving it as-is and it seems to still work fine. Did you make sure you copied from the Github RAW tab?

Use this link https://raw.githubusercontent.com/ogiewon/Hubitat/master/Drivers/aeon-hem-v1-laundry.src/aeon-hem-v1-laundry.groovy

Commenting out Button seemed to do it.. Thanks

1 Like

Not getting readings from the Aeon since the .119 update. Zwave says device is alive, but the device is inactive with no reading when the washer is running.

Should I do anything to the Z-Wave part or trouble-shoot elsewhere?

I updated my firmware to .119 the day it was released on July 26th. My washer and dryer have been reporting their status fine ever since.

So, I don't believe it is related to the HE hub firmware update. Not sure where to look, except at the Aeon HEM device itself, and your z-wave network. Hope you find it!

Ok. I’ll remove and reinstall the device to see if that helps. Thanks for confirming.

[Edit] Just confirming for anyone reading this later. Firmware update and its inactivity were a coincidence. I unplugged it, waited 30 seconds, hit the configure button, and it started reporting again. Not sure I needed to press "configure", it's just what I did for the record.
All good now.

reviving this thread. does this driver show up in rule machine under power meter? i cant get it to show to use as a rule

This driver is really designed to simply send Button Events when a laundry cycle is complete. It is not configured to be a proper power/energy meter. There are other drivers floating around that are designed to be more Generic whole home energy meters.

1 Like

yeah i figured it out just a little bit ago

1 Like

Any other ones with separate clamp power states? The one I currently use in ST has power1 and power2 along with power which is both clamps.

Not sure... I only use the one I posted above. You should be able to use it as an example of what changes are required as compared to your existing ST DTH. Just focus on the Z-Wave portions, and ignore all of the laundry/button press stuff.

1 Like

For those that use it (I haven't migrated my HEMs yet) can you get the power reading from it reporting to HE? As in can you read the value of washerpower and dryerpower in a rule? If so then I can simply rename some stuff.

Have you tried just using the ST DH as a HE Driver to see if it works? Then you'd have exactly what you have on ST. I don't recall a lot of changes being made to this Driver to get it working for Power Monitoring. I believe Mike Maxwell had to add support for some of the Z-Wave calls in the Hubitat Firmware... but after that, the changes were minimal, IIRC. It was about 8 months ago! :wink: This driver is really tailored to sending button events for washer and dryer cycle completions. It uses per clamp power readings to compare against threshold values, to know when to create a button event. It isn't designed for whole home power/energy monitoring and tracking like most of the Aeon HEM drivers are.

Well...I guess the only thing to do is migrate one over and go for it! :slight_smile:

1 Like

I recall those things being a little bit of a pain to Pair with the hub. Make sure to properly EXCLUDE it, and possibly perform a FACTORY RESET on it. I would also make sure it is fairly close to the hub, and then make sure you press CONFIGURE immediately after it pairs. I assume you're using USB power, not batteries, correct?

Correct. I upgraded their firmware not that long ago on ST. I don't remember the process being that difficult but resetting them if I remember correctly did cause some issues needing some configurations to be resent to "clear them out" after. I'll have to dig through my notes.

Hmmmm... I am pretty sure I have avoided changing the firmware on my 2 Aeon HEM v1's. I will be interested to hear about your experience to know whether or not it is safe to do so.