Log producers/consumers totals

pull/463/head
Michael Zanetti 2021-09-23 01:13:03 +02:00 committed by Simon Stürz
parent d8acacf322
commit d01fb7d16a
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,8 @@
{
"name": "totalEnergyConsumed",
"type": "double",
"unit": "KiloWattHour"
"unit": "KiloWattHour",
"logged": true
},
{
"name": "currentPower",

View File

@ -5,7 +5,8 @@
{
"name": "totalEnergyProduced",
"type": "double",
"unit": "KiloWattHour"
"unit": "KiloWattHour",
"logged": true
},
{
"name": "currentPower",