Mike (@mike.maxwell),
Trying to move over some of my last few devices from ST to Hubitat. I am still running a version of your 'Aeon HEM V1 Laundry Driver' to monitor my washer and dryer. This Driver sends button 'pushed' events that I use to then send text messages to my our cell phones. It has been working great for a very long time, so I 'd like to replicate the functionality on Hubitat.
I am not very well versed in Z-Wave Drivers, so I would very much appreciate your assistance.
I have made the obligatory physicalgraph to hubitat changes, as well as tweaking the events for the button pushed messages to comply with Hubitat's methodolgy. But, I am still getting an error in my logs, and the individual power readings from each probe are not being populated. The error I see is the following, repeating every time the Aeon SMart Energy Meter sends data:
[dev:556](http://192.168.1.144/logs#dev556)2018-02-24 00:01:17.571:errorNo signature of method: hubitat.zwave.commands.multichannelv3.MultiChannelCmdEncap.encapsulatedCommand() is applicable for argument types: (java.util.LinkedHashMap) values: [[48:1, 49:1]] on line 50
[dev:556](http://192.168.1.144/logs#dev556)2018-02-24 00:01:17.471:errorNo signature of method: hubitat.zwave.commands.multichannelv3.MultiChannelCmdEncap.encapsulatedCommand() is applicable for argument types: (java.util.LinkedHashMap) values: [[48:1, 49:1]] on line 50
[dev:556](http://192.168.1.144/logs#dev556)2018-02-24 00:01:17.427:errorNo signature of method: hubitat.zwave.commands.multichannelv3.MultiChannelCmdEncap.encapsulatedCommand() is applicable for argument types: (java.util.LinkedHashMap) values: [[48:1, 49:1]] on line 50
UPDATE: Here is the current working code. You need to be on 1.0.2.702 or newer firmware for this driver to work. For those not familiar with this driver, it allows you to select a wattage threshold for your washer and dryer independently (one per Aeon HEM V1 clamp.) When the value drops the threshold, it sends a Button Pushed Event (i.e. 'pushed 1' for the washer and 'pushed 2' for the dryer.) You can then use a Hubitat 'Button Controller' to subscribe to these events and send SMS messages, turn on lights, etc...
Thanks,
Dan