Skip to content

Commit f868308

Browse files
Increase read context timeout to 6000ms
1 parent 11aa9c5 commit f868308

File tree

1 file changed

+1
-1
lines changed
  • custom_components/solaredge_modbus_multi

1 file changed

+1
-1
lines changed

custom_components/solaredge_modbus_multi/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class SolarEdgeTimeouts(IntEnum):
8080
Inverter = 8400
8181
Device = 1200
8282
Init = 1200
83-
Read = 3000
83+
Read = 6000
8484

8585

8686
class BatteryLimit(IntEnum):

0 commit comments

Comments
 (0)