Fix: Goodwe SOC-Key battery_soc + battery_soh/temperature ergänzt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
retr0
2026-04-28 11:42:42 +02:00
parent dc6ca176ff
commit 8b65666e80
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ AGG_SENSOR_IDS: Dict[str, List[str]] = {
"bat_discharge_power": ["bat_discharge_power"],
"bat_charge_total": ["bat_charge_total", "e_bat_charge_total"],
"bat_discharge_total": ["bat_discharge_total", "e_bat_discharge_total"],
"bat_soc": ["bat_soc", "soc"],
"bat_soc": ["bat_soc", "battery_soc"],
}
AGG_AVG = {"bat_soc"}