I wrote a SmartApp to monitor an Aeon Labs DSC06106-ZWUS - Z-Wave Smart Energy Switch. Originally I used the SmartApp from @sudarkoff which worked great until the hub marked the smart switch as inactive. I was speaking with @jabbera and his solution to this problem was to use the Pollster application from @geko to keep the switch active. This works well but it hurts my software architect sensibilities
So I wrote an application borrowing from both authors that combines George’s monitor (without all of his fancy add ons - which are kinda cool) with Geko’s use of the poll() method on a schedule to keep the switch active.
You can download the code here: