Research how async timeout context for reads added in PR #820 interacts with pymodbus timeout and retries. Adjust the async context timeout if needed.
Feedback should be added to this issue. To adjust the timeout value, edit file const.py and adjust the value of Read = 6000 in class SolarEdgeTimeouts(IntEnum) then restart Home Assistant. If the affected entities are going unavailable too often, try a value of Read = 9000.
Research how async timeout context for reads added in PR #820 interacts with pymodbus timeout and retries. Adjust the async context timeout if needed.
Feedback should be added to this issue. To adjust the timeout value, edit file
const.pyand adjust the value ofRead = 6000inclass SolarEdgeTimeouts(IntEnum)then restart Home Assistant. If the affected entities are going unavailable too often, try a value ofRead = 9000.solaredge-modbus-multi/custom_components/solaredge_modbus_multi/const.py
Line 87 in d7026ef