bigpunk6
(Bigpunk6)
January 26, 2015, 8:21pm
24
I created my own using Barry A. Burke’s code from his Aeon HEMv2 device type. All works as far as i can tell. I’m going to add a monthly calculation for cost if its not to hard.
/**
* Aeon Smart Energy Switch with Cost
*
* Reference from Aeon_HEMv2.groovy by Barry A. Burke "https://github.com/SANdood/Aeon-HEM-v2"
*/
metadata {
definition (name: "Aeon Smart Energy Switch w/Cost", author: "bigpunk6") {
capability "Energy Meter"
capability "Actuator"
capability "Switch"
capability "Power Meter"
capability "Polling"
capability "Refresh"
capability "Sensor"
capability "Configuration"
attribute "energyCost", "string"
command "reset"
This file has been truncated. show original