kellerza / sunsynk

Deye/Sunsynk Inverter Python library and Home Assistant OS Addon
https://kellerza.github.io/sunsynk/
MIT License
229 stars 95 forks source link

Fix prog charge options #80

Closed jacekowski closed 1 year ago

jacekowski commented 1 year ago

Currently used values for PROG_CHARGE_OPTIONS set bit 2 high which does not seem to be correct (sunsynk app only uses bits 0 (grid charge) and 1 (gen charge))

kellerza commented 1 year ago

Thanks @jacekowski - I started with #81 which should address your issue about bit 2.

Other inverters, including my Sunsynk, use bit 2 as well.