You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I attached the mandatory relay box to my inverter and had to update my firmware to 2.32. I manually updated to version using the inverter UI. After also updating the docker container and switching to AT mode I am facing too many connection errors. Before with older FW 1.57 and no relay it worked flawlessly. Please help identifying the issue.
To Reproduce
Steps to reproduce the behavior:
Connect using 1.57 FW
Observe that it works
Attach Deye-SUN-MI-RELAY-01
Update FW to 2.32
See too many connection warning in the log
Expected behavior
Should be able to read inverter data also with attached relay.
Hardware (please complete the following information):
Inverter model: Deye SUN600G3/EU230
Software (please complete the following information):
Worked! Thank you so much for helping. This is somehow confusing though, as telnet worked on that port. So I didn’t really assume any issue in that direction. Sorry for not reading the release notes.
Describe the bug
I attached the mandatory relay box to my inverter and had to update my firmware to 2.32. I manually updated to version using the inverter UI. After also updating the docker container and switching to AT mode I am facing too many connection errors. Before with older FW 1.57 and no relay it worked flawlessly. Please help identifying the issue.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should be able to read inverter data also with attached relay.
Hardware (please complete the following information):
Software (please complete the following information):
#- MQTT_USERNAME=user
#- MQTT_PASSWORD=password
Additional context
2023-09-17 13:30:42,922 - DeyeDaemon - INFO - Please help me build the list of compatible inverters. #41
2023-09-17 13:30:42,922 - DeyeConnectorFactory - INFO - Creating Modbus/AT Logger connector
2023-09-17 13:30:43,007 - paho.mqtt.client - DEBUG - Sending CONNECT (u0, p0, wr1, wq1, wf1, c1, k60) client_id=b'deye-inverter-3902349006'
2023-09-17 13:30:43,010 - paho.mqtt.client - DEBUG - Received CONNACK (0, 0)
2023-09-17 13:30:43,021 - paho.mqtt.client - DEBUG - Sending PUBLISH (d0, q1, r1, m1), 'b'deye/status'', ... (6 bytes)
2023-09-17 13:30:43,021 - DeyeMqttClient - INFO - Successfully connected to MQTT Broker located at {BROKER_IP}:1883
2023-09-17 13:30:43,021 - DeyeDaemon - INFO - Feature "Report metrics over MQTT": enabled
2023-09-17 13:30:43,021 - DeyeDaemon - INFO - Feature "Set inverter time once online": disabled
2023-09-17 13:30:43,022 - DeyeDaemon - DEBUG - Start to execute the daemon at intervals of 60 seconds
2023-09-17 13:30:43,023 - DeyeDaemon - INFO - Reading start
2023-09-17 13:30:43,024 - DeyeDaemon - INFO - Reading registers [metrics group: string, range: 003c-0074]
2023-09-17 13:30:43,024 - DeyeAtConnector - DEBUG - Sending AT command: b'WIFIKIT-214028-READ'
2023-09-17 13:30:43,029 - paho.mqtt.client - DEBUG - Received PUBACK (Mid: 1)
2023-09-17 13:30:44,130 - DeyeAtConnector - DEBUG - Connection response timeout
2023-09-17 13:30:45,131 - DeyeAtConnector - DEBUG - Connection response timeout
2023-09-17 13:30:46,134 - DeyeAtConnector - DEBUG - Connection response timeout
2023-09-17 13:30:47,143 - DeyeAtConnector - DEBUG - Connection response timeout
2023-09-17 13:30:48,144 - DeyeAtConnector - DEBUG - Connection response timeout
2023-09-17 13:30:48,144 - DeyeAtConnector - WARNING - Too many connection timeouts
2023-09-17 13:30:48,144 - DeyeAtConnector - DEBUG - Sending AT command: b'+ok'
2023-09-17 13:30:48,245 - DeyeAtConnector - DEBUG - Sending AT command: b'AT+INVDATA=8,0103003c003945d4\n'
2023-09-17 13:30:50,347 - DeyeAtConnector - DEBUG - Connection response timeout
2023-09-17 13:30:51,348 - DeyeAtConnector - DEBUG - Connection response timeout
2023-09-17 13:30:52,349 - DeyeAtConnector - DEBUG - Connection response timeout
2023-09-17 13:30:53,350 - DeyeAtConnector - DEBUG - Connection response timeout
2023-09-17 13:30:54,352 - DeyeAtConnector - DEBUG - Connection response timeout
2023-09-17 13:30:54,352 - DeyeAtConnector - WARNING - Too many connection timeouts
2023-09-17 13:30:54,352 - DeyeMqttClient - DEBUG - Publishing message. topic: 'deye/logger_status', value: 'offline'
2023-09-17 13:30:54,353 - paho.mqtt.client - DEBUG - Sending PUBLISH (d0, q1, r0, m2), 'b'deye/logger_status'', ... (7 bytes)
2023-09-17 13:30:54,356 - paho.mqtt.client - DEBUG - Received PUBACK (Mid: 2)
2023-09-17 13:30:54,357 - DeyeMqttClient - INFO - Logger is offline
2023-09-17 13:30:54,357 - DeyeDaemon - INFO - Reading completed
The text was updated successfully, but these errors were encountered: