Error fetching SolarEdge Coordinator data #245
Replies: 4 comments 22 replies
-
Connection errors are not usually a bug or integration problem. Check your network and if you're using any kind of wireless try changing to a wired connection. |
Beta Was this translation helpful? Give feedback.
-
Just FYI, Will. I'm seeing these connection problems quite often (multiple times each day) and when they occur the gauges and information derived from the integration remain failed for over 5 mins (at least). |
Beta Was this translation helpful? Give feedback.
-
I'm also using a power line adapter but I've seen clearly live data on the app when the integration shows nothing. I've got a live (separate) electricity smart meter in home display (Hildebrand Glow) and confirms the almost live data from the SolarEdge app. This proves beyond doubt that my network is sound, at least good enough for the SolarEdge servers. |
Beta Was this translation helpful? Give feedback.
-
PR #295 may help some instances by making retry attempts before giving up on an update cycle. It's not yet in a pre-release (I'm letting it run on my dev platform for a while first) but it will be soon. |
Beta Was this translation helpful? Give feedback.
-
Before reporting a bug, make sure your configuration is correct, your LAN is working, and you have read about the "Known Issues" in the wiki:
https://github.com/WillCodeForCats/solaredge-modbus-multi/wiki
Describe the bug
A clear and concise description of what the bug is.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots of the problem and/or configuration.
Logs
Copy any logs in Home Assistant from "custom_components.solaredge_modbus".
Logger: custom_components.solaredge_modbus_multi
Source: helpers/update_coordinator.py:182
Integration: SolarEdge Modbus Multi Device (documentation, issues)
First occurred: 18:25:56 (1 occurrences)
Last logged: 18:25:56
Error fetching SolarEdge Coordinator data: Connection failed: Modbus Error: [Connection] ModbusTcpClient: Connection unexpectedly closed 0.00010848045349121094 seconds into read of 8 bytes without response from unit before it closed connection
Debug Logs
Debug logs are not always necessary, but may be required for more complex issues. You can enable debug logs by adding the following to your
configuration.yaml
file and restarting Home Assistant.Debug logging will generate a large amount of data: it is recommended to configure it, collect the data needed, then remove debug logging during normal operation.
Home Assistant (please complete the following information):
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions