-
Notifications
You must be signed in to change notification settings - Fork 48
Feature/prepare for pymodbus 3 9 0 #281
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
Conversation
|
This pull request is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days |
|
Appears this is still being worked on, and still and issue. Un-Stale-ing |
|
I can confirm, that the problem is still present |
|
@sfstar : HA 2025.6 : https://github.com/home-assistant/core/blob/dev/homeassistant/components/modbus/manifest.json
|
…ture/prepare_for_pymodbus_3_9_0
|
Upon further testing everything seems to work as intended with this change. |
pymodbus 3.9.0 has an new method and slightly different approach to reading registers.
An deprecation warning is printed by the library to indicate that this integration need to change the read (and write) register functions.
This PR will change the coordinator/hub logic to accomodate the new decoding way in place of the deprecated binarypayloaddecoder method.
After #279 is merged this pr can be merged (the changes in this pr will reduce due to this branch being based on the #279 pr)