@robertgabrielson
I have installed your file and it works perfect
However there is a lay-out error in the Devices view (UI7)
I tried to correct this in the D_Envoy.json file but so far without succes.
Im I looking in the right direction?
"Control": [
{
"ControlGroup":"1",
"ControlPair":"1",
"ControlType":"label",
"top": 0,
"left": 0,
"text_align": "left",
"Label": {
"lang_tag": "power",
"text": "Power :"
},
"Display": {
"Top": 60,
"Left": 50,
"Width": 85,
"Height": 20
}
},
{
"ControlGroup":"1",
"ControlPair":"1",
"ControlType":"variable",
"top": 0,
"left": 0.5,
"text_align": "right",
"Display": {
"Service": "urn:micasaverde-com:serviceId:EnergyMetering1",
"Variable": "Watts",
"Top": 60,
"Left": 190, // should this be modified?
"Width": 55,
"Height": 20
}
},
{
"ControlGroup":"1",
"ControlPair":"1",
"ControlType":"label",
"top": 0,
"left": 1.5,
"text_align": "left",
"Label": {
"lang_tag": "watts",
"text": "W"
},