no message
This commit is contained in:
+22
-20
@@ -1,22 +1,24 @@
|
|||||||
{
|
{
|
||||||
"elements":[
|
"elements": [
|
||||||
{
|
{
|
||||||
"type": "SelectVariable",
|
|
||||||
"name": "Reservate",
|
|
||||||
"caption": "Betrag reservieren",
|
|
||||||
"test": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "SelectVariable",
|
|
||||||
"name": "GetAmount",
|
|
||||||
"caption": "Betrag Abziehen",
|
|
||||||
"test": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "SelectVariable",
|
"type": "SelectVariable",
|
||||||
"name": "HTMLBox",
|
"name": "VarProduction",
|
||||||
"caption": "HTMLBox",
|
"caption": "Produktion (kWh)"
|
||||||
"test": true
|
},
|
||||||
}
|
{
|
||||||
]
|
"type": "SelectVariable",
|
||||||
}
|
"name": "VarConsumption",
|
||||||
|
"caption": "Verbrauch (kWh)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "SelectVariable",
|
||||||
|
"name": "VarFeedIn",
|
||||||
|
"caption": "Einspeisung (kWh)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "SelectVariable",
|
||||||
|
"name": "VarGrid",
|
||||||
|
"caption": "Bezug Netz (kWh)"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ class Belevo_PV_Visu extends IPSModule
|
|||||||
'grid' => round($grid, 2)
|
'grid' => round($grid, 2)
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
$this->UpdateVisualizationTile($data);
|
$this->UpdateVisualizationValue($data);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user