You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(solax-modbus): mirror TOU begin/end writes to time.* entities
Workaround for SolaxModbus + Growatt MID where select.*_time_N_begin/end
are permanently unavailable and writes get silently dropped by the
integration (issue johanzander#181). The parallel time.* entities accept writes
correctly.
After each select.select_option for a begin/end field, mirror the same
value via time.set_value on the derived time.* entity. The mirror is
gated on the time.* entity existing and not being unavailable, so
platforms where select.* works are unaffected.
Mode and active writes go through select.* unchanged.
0 commit comments