bmmiller
(Brandon)
January 11, 2016, 7:11pm
145
I wouldn’t use my device type as it got replaced by one that had proper documentation made by @jpansarasa and I didn’t bother updating mine. Looks like he even has a new version with added functionality. Yay!
I received the engineering spec from Aeotec, so I was able to write a functional device type for the .
Aeon Labs DSC24 Smart Switch . This is the newer version of the Aeon Labs Smart Energy Switch DSC06 that adds the ability to monitor current and voltage in addition to watts and total energy (kWh). This device type remains ACTIVE so no need to poll the device from a SmartApp to keep it reporting.
Here are some of the preferences I have implemented for the device:
Enable/Disable the remote switch if you only care about energy monitoring
Set the interval that device reports to the SmartThings hub
Enable/Disable power events in the Activity log for the device
Adjust how the switch responds to the “Switch All” command
Turn on/off the debugging for the device though the UI
I also commente…