Skip to content
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

Feature/prepare for pymodbus 3 9 0 #281

Open
wants to merge 35 commits into
base: main
Choose a base branch
from

Conversation

sfstar
Copy link
Owner

@sfstar sfstar commented Jan 30, 2025

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)

sfstar added 30 commits January 29, 2025 18:21
…or definition file needs to be parsed to that current labels remain in place
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant