123 lines
2.9 KiB
JSON
123 lines
2.9 KiB
JSON
{
|
|
"elements": [
|
|
{
|
|
"type": "Label",
|
|
"caption": "Aufgepasst: Bei Goodwe nur Ladenvariable auswählen und Entladen Dummy-Variable. Goodwe braucht nur eine Leistungssoll-Variable. Entlade NICHT auf gleiche Variable setzen wie Laden.\nGoodwe: Laden=11, Entladen=12\nSolarEdge: Laden=3, Entladen=4\nDefault: Laden=1, Entladen=2"
|
|
},
|
|
{
|
|
"type": "List",
|
|
"name": "Batteries",
|
|
"caption": "Batterien mit Typ, Leistung und Kapazität",
|
|
"add": true,
|
|
"delete": true,
|
|
"columns": [
|
|
{
|
|
"caption": "Typ",
|
|
"name": "typ",
|
|
"width": "120px",
|
|
"add": "Batterie",
|
|
"edit": {
|
|
"type": "ValidationTextBox"
|
|
}
|
|
},
|
|
{
|
|
"caption": "Leistung (W)",
|
|
"name": "powerbat",
|
|
"width": "120px",
|
|
"add": 5000,
|
|
"edit": {
|
|
"type": "NumberSpinner"
|
|
}
|
|
},
|
|
{
|
|
"caption": "Kapazität (kWh)",
|
|
"name": "capazity",
|
|
"width": "140px",
|
|
"add": 60,
|
|
"edit": {
|
|
"type": "NumberSpinner"
|
|
}
|
|
},
|
|
{
|
|
"caption": "SoC",
|
|
"name": "soc",
|
|
"width": "160px",
|
|
"add": 0,
|
|
"edit": {
|
|
"type": "SelectVariable"
|
|
}
|
|
},
|
|
{
|
|
"caption": "Power Laden",
|
|
"name": "powerbat_laden",
|
|
"width": "160px",
|
|
"add": 0,
|
|
"edit": {
|
|
"type": "SelectVariable"
|
|
}
|
|
},
|
|
{
|
|
"caption": "Power Entladen",
|
|
"name": "powerbat_entladen",
|
|
"width": "160px",
|
|
"add": 0,
|
|
"edit": {
|
|
"type": "SelectVariable"
|
|
}
|
|
},
|
|
{
|
|
"caption": "Modus Register",
|
|
"name": "register_ladenentladen_modus",
|
|
"width": "180px",
|
|
"add": 0,
|
|
"edit": {
|
|
"type": "SelectVariable"
|
|
}
|
|
},
|
|
{
|
|
"caption": "Ist-Leistung",
|
|
"name": "register_bat_power",
|
|
"width": "180px",
|
|
"add": 0,
|
|
"edit": {
|
|
"type": "SelectVariable"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "SDL_Leistung_Laden",
|
|
"caption": "SDL Leistung Laden",
|
|
"suffix": "W"
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "SDL_Leistung_Entladen",
|
|
"caption": "SDL Leistung Entladen",
|
|
"suffix": "W"
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "ReserveHours",
|
|
"caption": "SDL Reservezeit",
|
|
"suffix": "h",
|
|
"minimum": 0,
|
|
"maximum": 24,
|
|
"digits": 2
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "UpdateInterval",
|
|
"caption": "Update Intervall",
|
|
"suffix": "Sekunden",
|
|
"minimum": 0,
|
|
"maximum": 86400
|
|
},
|
|
{
|
|
"type": "CheckBox",
|
|
"name": "FilterAktiv",
|
|
"caption": "Aktuelle Leistung filtern"
|
|
}
|
|
]
|
|
} |