Introducing "Yet Another Power Monitor"

Are you talking about the Aeon Labs DSC06106-ZWUS - Z-Wave Smart Energy Switch? I wrote a new device type for the it and you can find it in over here:

Here are the steps that fix the device type (and make this app a little less useful since you don’t have to poll)

  1. Go to the IDE - https://graph.api.smartthings.com
  2. Click on “My Device Types” along the top of the page
  3. Click on the green “+ New SmartDevice” button near the upper right hand corner
  4. Click on the “From Code” tab
  5. Paste the code in from GitHub from the other thread and click the blue “Create” button on the bottom
  6. Click on the “Save” button
  7. Click “Publish” and select “For Me”
  8. Click on the “My Devices” along the top of the page
  9. Select your Smart Energy switch from the Device List and click on the display name link
  10. Click on the “Edit” button at the bottom of the page
  11. Select the device type you just published - “Aeon Labs Smart Energy Switch” from the drop down list under “Type”
  12. Click the “Update” button on the bottom of the page

Hope that helps