Kreisdiagramm Visualisierung hinzugefügt.

Zeigt Eigenvrebrauchsquote und Autarkiergrad an.
This commit is contained in:
belevo\mh
2025-12-22 08:31:28 +01:00
parent 57d247bd83
commit 81b0b6ee50
5 changed files with 557 additions and 0 deletions

8
Energy_Pie/form.json Normal file
View File

@@ -0,0 +1,8 @@
{
"elements": [
{ "type": "SelectVariable", "name": "VarProduction", "caption": "Produktion (kWh)" },
{ "type": "SelectVariable", "name": "VarConsumption", "caption": "Verbrauch (kWh)" },
{ "type": "SelectVariable", "name": "VarFeedIn", "caption": "Einspeisung (kWh)" },
{ "type": "SelectVariable", "name": "VarGrid", "caption": "Bezug Netz (kWh)" }
]
}