ich habe täglich, fast genau im 24h Takt, eine kurze Unterbrechung bei der Abfrage meines Solaredge Wechelrichters RWS10K per Modbus TCP.
Code: Alles auswählen
2023-08-07 22:43:10,257 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (solaredge, 1502) failed: [Errno 111] Connection refused
2023-08-07 22:43:23,903 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (solaredge, 1502) failed: timed out
2023-08-07 22:43:33,535 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (solaredge, 1502) failed: timed out
2023-08-07 22:43:40,166 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (solaredge, 1502) failed: [Errno 111] Connection refused
...
2023-08-08 22:39:20,404 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (solaredge, 1502) failed: [Errno 111] Connection refused
2023-08-08 22:39:33,153 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (solaredge, 1502) failed: timed out
2023-08-08 22:39:43,847 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (solaredge, 1502) failed: timed out
2023-08-08 22:39:50,575 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (solaredge, 1502) failed: [Errno 111] Connection refused
...
2023-08-09 22:46:20,584 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (solaredge, 1502) failed: [Errno 111] Connection refused
2023-08-09 22:46:33,211 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (solaredge, 1502) failed: timed out
2023-08-09 22:46:43,820 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (solaredge, 1502) failed: timed out
2023-08-09 22:46:50,499 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (solaredge, 1502) failed: [Errno 111] Connection refused
...
2023-08-10 22:45:10,374 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (solaredge, 1502) failed: [Errno 111] Connection refused
2023-08-10 22:45:24,012 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (solaredge, 1502) failed: timed out
2023-08-10 22:45:33,635 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (solaredge, 1502) failed: timed out
2023-08-10 22:45:40,254 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (solaredge, 1502) failed: [Errno 111] Connection refused
Die openWB ist das einzige Gerät, welches den Wechselrichter abfragt, bei mehreren gleichzeitigen Geräten gibt es ja bekannte Probleme.
Haben dieses Problem auch andere oder bin ich ein bedauerliches Einzelschicksal?
VG
Christoph