This release now handles inverter timeouts as a retry event, and no longer requires Keep Modbus Connection Open for polling intervals less than 10 seconds. There have been reports of inverter timeouts that were resolved by turning off the Keep Modbus Connection Open option. The recommended default is to leave this option turned off unless there is a specific network issue that requires connections to stay open.
What's Changed
- Remove unnecessary init defs from sensor platform by @WillCodeForCats in #533
- Disconnect and retry on timeouts by @WillCodeForCats in #534
- Remove duplicate keep_modbus_open.setter by @WillCodeForCats in #538
- Remove keep modbus open requirement by @WillCodeForCats in #537
Full Changelog: v2.4.10...v2.4.11