no message

This commit is contained in:
belevo\mh
2025-12-17 07:10:55 +01:00
parent 2ca3b5b83d
commit 800d56907c
2 changed files with 23 additions and 9 deletions

View File

@@ -1,11 +1,25 @@
{
"id": "{{28A05FF5-582D-8F15-4CCF-A18402C4BC2B}}",
"name": "Energy_Pie",
"type": 3,
"vendor": "Custom",
"aliases": [
"Energy_Pie",
"Energie-Kreisdiagramm"
"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)" },
{ "type": "Label", "caption": "" },
{
"type": "Select",
"name": "DefaultRange",
"caption": "Standard-Zeitraum",
"options": [
{ "caption": "Tag", "value": "day" },
{ "caption": "Woche", "value": "week" },
{ "caption": "Monat", "value": "month" },
{ "caption": "Gesamt", "value": "total" }
]
}
],
"url": ""
"actions": [
{ "type": "Button", "caption": "Test: Tile aktualisieren", "onClick": "EP_TestPush($id);" }
]
}

View File

@@ -1,5 +1,5 @@
{
"id": "{{97BFC43B-9BE5-AB7D-EC5A-E31BB54878E0}}",
"id": "{97BFC43B-9BE5-AB7D-EC5A-E31BB54878E0}",
"name": "Energy_Pie",
"type": 3,
"vendor": "Belevo AG",