-
Notifications
You must be signed in to change notification settings - Fork 3
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
Updating to 2025.1.0b2 makes loading the integration impossible. #176
Comments
Ok, the hass-victron integration has the same problem. |
I'll look into this on Monday, but it probably is just a mismatch in the pymodbus version. Sadly pymodbus often introduces breaking changes so custom integrations need to closely match the version they depend on to the version the main Home Assistant uses. |
Running HA in docker, so maybe on a different plattform that might not work: As a quick fix i bumped pymodbus to 3.8.3 manually and changed the following module in idm_heatpump.py
This seems to be working, but no idea if it might break something else. As far as i can see everything works as expected (for me). |
Thanks for the hint @mhonicat the small change would've been enough, but because of changes in pymodbus that would have lead to loads of deprecation warnings in the Home Assistant logs. The issue is fixed on |
Thanks for the new release! Unfortunately the link that HACS is trying to download does not work. |
The automated release job that builds the ZIP file failed. However, this time it was a third party issue softprops/action-gh-release#556. Please use |
I can confirm that 0.10.1 works flawless. At this point it's time to say thank you for the integration! :) |
Unfortunately it is still not working on my side. integration version: v0.10.1 Fault message: |
Version of the custom_component
v0.9.1
Describe the bug
Setup failed for custom integration 'idm_heatpump': Unable to import component: No module named 'pymodbus.register_read_message'
Debug log
The text was updated successfully, but these errors were encountered: