You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work in progress: pymodbus 3.x compatibility investigation
Findings:
- Added three-phase AC power register handlers (ac_power_r_high/low, etc.)
- Implemented both sync and async getValues methods
- Discovered that pymodbus 3.x doesn't call overridden getValues/async_getValues
- Data appears to come from internal storage with addressing offset
- Test shows registers shifted by +1 (register N returns value for N+1)
The simulator correctly calculates all values, but Mod bus serving has compatibility issue with pymodbus 3.x that needs further investigation into the library's internals.
0 commit comments