no message

This commit is contained in:
dh
2025-06-18 10:46:44 +02:00
parent 09e6b80ede
commit f9db6246b2
2 changed files with 23 additions and 21 deletions
+22 -20
View File
@@ -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)"
}
]
}
+1 -1
View File
@@ -98,7 +98,7 @@ class Belevo_PV_Visu extends IPSModule
'grid' => round($grid, 2) 'grid' => round($grid, 2)
] ]
]; ];
$this->UpdateVisualizationTile($data); $this->UpdateVisualizationValue($data);
} }
/** /**