-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration not getting data after update to HA 2025.1 #260
Comments
I have experienced the same issue, but I've rolled back my HA instance already (without saving the logs...). I can update again and retrieve more logs if necessary. |
same issue here |
same here. According to home-assistant/core#134593 it is a version conflict between the pinned pymodbus in this integration and the updated version in home assistant 2025.1 |
V1.13.0 was released targeting HA 2025.1 with updated pymodbus dependency. This should resolve conflict. |
Can confirm, it works now. Stupid me, didn't realise you could update the hacs integrations... Thanks! |
I don't know why but it doesn't work for me.. I updated to V1.13.0 and I still don't receive data from my solaredge, do you recommend doing a Restore to my previous backup? |
I am also experiencing the same issue. HA 2025.1 with SE Modbus v1.13 results in disconnecting the communication and wrong values in many entities. The log shows errors in the structure of modbus data values (missing bytes). Seems something related with the pymodbus library. In my case, going back to Modbus v1.12 still works fine with HA 2025.1. |
I have the same issue as @tias2001 and @jgarridoalcazar, HA 2025.1.1, SE Modbus 1.13.0. Sensors not updating reliably. The logs contain many instances of this:
|
same problem here. |
Even the latest HA Core 2025.2 update does not solve the problem with the occasional stoppage of data updates from Solaredge Modbus. When I restart the system, this data is refreshed again.... |
If you don't use the HA standard modbus integration for any other modbus sensors, the pymodbus version defined in this integrations' manifest is loaded. If this is the case,you can safely downgrade this integration to V1.12 (uses pymodbus 3.6.9). Check if the sensor updating problem is then resolved. There were some changes in the external modbus library used by HA and this integration for decoding the binary payloads which may have impact on the output. |
With downgraded version Solaredge modbus V1.12 problems not resolved... :( |
Hi all, after updating my home assistant to 2025.1 I do not get any data through the modbus integration anymore. For confirmation I restored the backup from before (2024.12) and then I instantly get my data visible again. Anyone who can look into it?
I am not at all an expert in this kind of programming, but I managed to get this from the logs (I hope it can be of any use):
2025-01-04 10:30:38.267 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'solaredge_modbus' calls async_forward_entry_setup for integration, solaredge_modbus with title: solaredge and entry_id: 5b83ef322a32cb0c6407fc5d63296320, which is deprecated, await async_forward_entry_setups instead at custom_components/solaredge_modbus/init.py, line 125: hass.async_create_task(. This will stop working in Home Assistant 2025.6, please report it to the author of the 'solaredge_modbus' custom integration
The text was updated successfully, but these errors were encountered: