Files
Shinebridge/haos-addon
retr0 609793c25f Fix: EMS Oszillation — has_pv prüft Gesamt-PV (Überschuss + Ladeleistung)
Vorher: has_pv = surplus >= min → fiel auf False sobald Auto zu laden begann
Jetzt:  has_pv = (surplus + wallbox_power) >= min → stabil während Laden

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-28 13:35:47 +02:00
..