changed states to double

master
Boernsman 2020-06-30 16:15:22 +02:00
parent 556a6d7c18
commit 7a4d04d768
1 changed files with 16 additions and 16 deletions

View File

@ -47,7 +47,7 @@
"name": "pac", "name": "pac",
"displayName": "Power AC", "displayName": "Power AC",
"displayNameEvent": "Power AC changed", "displayNameEvent": "Power AC changed",
"type": "int", "type": "double",
"unit": "KiloWatt", "unit": "KiloWatt",
"defaultValue": 0 "defaultValue": 0
}, },
@ -56,7 +56,7 @@
"name": "pdc", "name": "pdc",
"displayName": "Power DC", "displayName": "Power DC",
"displayNameEvent": "Power DC changed", "displayNameEvent": "Power DC changed",
"type": "int", "type": "double",
"unit": "KiloWatt", "unit": "KiloWatt",
"defaultValue": 0 "defaultValue": 0
}, },
@ -65,7 +65,7 @@
"name": "uac", "name": "uac",
"displayName": "AC voltage", "displayName": "AC voltage",
"displayNameEvent": "AC voltage changed", "displayNameEvent": "AC voltage changed",
"type": "int", "type": "double",
"unit": "Volt", "unit": "Volt",
"defaultValue": 0 "defaultValue": 0
}, },
@ -74,7 +74,7 @@
"name": "dcVoltage", "name": "dcVoltage",
"displayName": "DC voltage", "displayName": "DC voltage",
"displayNameEvent": "DC voltage changed", "displayNameEvent": "DC voltage changed",
"type": "int", "type": "double",
"unit": "Volt", "unit": "Volt",
"defaultValue": 0 "defaultValue": 0
}, },
@ -83,7 +83,7 @@
"name": "yieldDay", "name": "yieldDay",
"displayName": "Yield day", "displayName": "Yield day",
"displayNameEvent": "Yield day changed", "displayNameEvent": "Yield day changed",
"type": "int", "type": "double",
"unit": "KiloWattHour", "unit": "KiloWattHour",
"defaultValue": 0 "defaultValue": 0
}, },
@ -92,7 +92,7 @@
"name": "yieldYesterday", "name": "yieldYesterday",
"displayName": "Yield yesterday", "displayName": "Yield yesterday",
"displayNameEvent": "Yield yesterday changed", "displayNameEvent": "Yield yesterday changed",
"type": "int", "type": "double",
"unit": "KiloWattHour", "unit": "KiloWattHour",
"defaultValue": 0 "defaultValue": 0
}, },
@ -101,7 +101,7 @@
"name": "yieldMonth", "name": "yieldMonth",
"displayName": "Yield month", "displayName": "Yield month",
"displayNameEvent": "Yield month changed", "displayNameEvent": "Yield month changed",
"type": "int", "type": "double",
"unit": "KiloWattHour", "unit": "KiloWattHour",
"defaultValue": 0 "defaultValue": 0
}, },
@ -110,7 +110,7 @@
"name": "yieldYear", "name": "yieldYear",
"displayName": "Yield year", "displayName": "Yield year",
"displayNameEvent": "Yield year changed", "displayNameEvent": "Yield year changed",
"type": "int", "type": "double",
"unit": "KiloWattHour", "unit": "KiloWattHour",
"defaultValue": 0 "defaultValue": 0
}, },
@ -119,7 +119,7 @@
"name": "yieldTotal", "name": "yieldTotal",
"displayName": "Yield total", "displayName": "Yield total",
"displayNameEvent": "Yield total changed", "displayNameEvent": "Yield total changed",
"type": "int", "type": "double",
"unit": "KiloWattHour", "unit": "KiloWattHour",
"defaultValue": 0 "defaultValue": 0
}, },
@ -128,7 +128,7 @@
"name": "currentTotalConsumption", "name": "currentTotalConsumption",
"displayName": "Current total power consumption", "displayName": "Current total power consumption",
"displayNameEvent": "Current total power consumption changed", "displayNameEvent": "Current total power consumption changed",
"type": "int", "type": "double",
"unit": "KiloWatt", "unit": "KiloWatt",
"defaultValue": 0 "defaultValue": 0
}, },
@ -137,7 +137,7 @@
"name": "consYieldDay", "name": "consYieldDay",
"displayName": "Energy consumption day", "displayName": "Energy consumption day",
"displayNameEvent": "Energy consumption day changed", "displayNameEvent": "Energy consumption day changed",
"type": "int", "type": "double",
"unit": "KiloWattHour", "unit": "KiloWattHour",
"defaultValue": 0 "defaultValue": 0
}, },
@ -146,7 +146,7 @@
"name": "consYieldYesterday", "name": "consYieldYesterday",
"displayName": "Energy consumption yesterday", "displayName": "Energy consumption yesterday",
"displayNameEvent": "Energy consumption yesterday changed", "displayNameEvent": "Energy consumption yesterday changed",
"type": "int", "type": "double",
"unit": "KiloWattHour", "unit": "KiloWattHour",
"defaultValue": 0 "defaultValue": 0
}, },
@ -155,7 +155,7 @@
"name": "consYieldMonth", "name": "consYieldMonth",
"displayName": "Energy consumption month", "displayName": "Energy consumption month",
"displayNameEvent": "Energy consumption month changed", "displayNameEvent": "Energy consumption month changed",
"type": "int", "type": "double",
"unit": "KiloWattHour", "unit": "KiloWattHour",
"defaultValue": 0 "defaultValue": 0
}, },
@ -164,7 +164,7 @@
"name": "consYieldYear", "name": "consYieldYear",
"displayName": "Energy consumption year", "displayName": "Energy consumption year",
"displayNameEvent": "Energy consumption year changed", "displayNameEvent": "Energy consumption year changed",
"type": "int", "type": "double",
"unit": "KiloWattHour", "unit": "KiloWattHour",
"defaultValue": 0 "defaultValue": 0
}, },
@ -173,7 +173,7 @@
"name": "consYieldTotal", "name": "consYieldTotal",
"displayName": "Energy consumption total", "displayName": "Energy consumption total",
"displayNameEvent": "Energy consumption total changed", "displayNameEvent": "Energy consumption total changed",
"type": "int", "type": "double",
"unit": "KiloWattHour", "unit": "KiloWattHour",
"defaultValue": 0 "defaultValue": 0
}, },
@ -182,7 +182,7 @@
"name": "totalPower", "name": "totalPower",
"displayName": "Installed generator power", "displayName": "Installed generator power",
"displayNameEvent": "Installed generator power changed", "displayNameEvent": "Installed generator power changed",
"type": "int", "type": "double",
"unit": "KiloWatt", "unit": "KiloWatt",
"defaultValue": 0 "defaultValue": 0
} }