|
Fix: apply 94% efficiency factor to charging current calculation
Inverter has ~6% conversion losses. Without this factor, battery was charging at full PV surplus current causing ~176W grid import to cover losses. New formula: surplus_a = ((pv * 0.94 - load) / vbat) | int Result: grid = -107W (slight export) instead of +176W (import). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> |
|---|
|
|
| ha-configs/151/automations.yaml |
|---|