WillCodeForCats/solaredge-modbus-multi

TODO: Research how async timeout context interacts with pymodbus timeout

Fermée

#835 ouverte le 7 juin 2025

 (3 commentaires) (0 réaction) (1 personne assignée)Python (26 forks)auto 404
help wanted

Métriques du dépôt

Stars
 (306 étoiles)
Métriques de merge PR
 (Merge moyen 5h 47m) (19 PRs mergées en 30 j)

Description

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

Guide contributeur