no message

This commit is contained in:
belevo\mh
2026-01-22 14:55:18 +01:00
parent a61ca6cff4
commit 230e8bd890

View File

@@ -19,14 +19,14 @@ class Bat_EV_SDL extends IPSModule
$this->EnableAction("State");
// ---- Ergebnisse (Gesamt) ----
$this->RegisterVariableFloat("kWh_SDL", "Energie SDL (kWh)", "", 10);
$this->RegisterVariableFloat("kWh_EV", "Energie EV (kWh)", "", 11);
$this->RegisterVariableFloat("kWh_SDL", "Energie SDL (kWh)", "", 20);
$this->RegisterVariableFloat("kWh_EV", "Energie EV (kWh)", "", 21);
$this->RegisterVariableFloat("SoC_SDL", "SoC SDL (%)", "", 12);
$this->RegisterVariableFloat("SoC_EV", "SoC EV (%)", "", 13);
$this->RegisterVariableFloat("SDL_max", "P SDL max (W)", "", 20);
$this->RegisterVariableFloat("EV_max", "P EV max (W)", "", 21);
$this->RegisterVariableFloat("P_SDL_max", "SDL max (W)", "", 10);
$this->RegisterVariableFloat("P_EV_max", "EV max (W)", "", 11);
$this->RegisterVariableFloat("P_EV_laden", "P EV laden max (W)", "", 22);
$this->RegisterVariableFloat("P_EV_entladen", "P EV entladen max (W)", "", 23);