WillCodeForCats/solaredge-modbus-multi

TODO: Research how async timeout context interacts with pymodbus timeout

已關閉

#835 建立於 2025年6月7日

 (3 則留言) (0 個反應) (1 位負責人)Python (26 個分叉)auto 404
help wanted

倉庫指標

星標
 (306 顆星)
PR 合併指標
 (平均合併 5小時 47分鐘) (30 天內合併 19 個 PR)

描述

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.

https://github.com/WillCodeForCats/solaredge-modbus-multi/blob/d7026ef709ca2e6efad2c358d1d8e0543266fce0/custom_components/solaredge_modbus_multi/const.py#L87

貢獻者指南