nathanmarlor / foxess_modbus

FoxESS inverter integration. Connect directly to your FoxESS inverter (no cloud!) for real-time status and control.
MIT License
105 stars 14 forks source link

Work mode change reverts if change is made during a poll #542

Closed canton7 closed 5 months ago

canton7 commented 5 months ago

The write happens when we're in the middle of a read sequence. We do the read after the write, but the value we write seems to be genuinely old.

canton7 commented 5 months ago

(The poll after always has the correct value)