Closed bistory closed 7 months ago
Well, I'm running Linux 6.1.63-current-meson64. I fixed the issue with the driver. The make script did not copy the new driver in the driver's folder. This was the error...
And I think that your problem is because you are using pymodbus-3.6.2. Try with an old version: 2.5.3...
sudo pip3 install -U pymodbus==2.5.3
I read somewhere (I don't remember on) an issue with new version of pymodbus...
Well, I'm running Linux 6.1.63-current-meson64. I fixed the issue with the driver. The make script did not copy the new driver in the driver's folder. This was the error...
And I think that your problem is because you are using pymodbus-3.6.2. Try with an old version: 2.5.3...
sudo pip3 install -U pymodbus==2.5.3
I read somewhere (I don't remember on) an issue with new version of pymodbus...
Thanks but @kasbert told me in an older issue (#57) that installing the driver is not needed anymore. I will try to downgrade pymodbus to 3.2 as it seems to be working for him : https://github.com/kasbert/epsolar-tracer/commit/e154d96df5bac89fae6a92a63585b84e73163c86
EDIT : I have the same error with pymodbus 3.2
I upgraded recently to Debian Bookworm, installed Linux 6.6 and updated my scripts (adding rx and tx levels, brought by this PR : https://github.com/kasbert/epsolar-tracer/commit/7e30e9398683ae79ec495641ccc5744e42180be5 ) Everything is now working flawlessly !
Hi,
I'm having issues with this package for a while : I'm not able to get any data from my tracers...
I'm using Linux 6.6, the latest commit of this module in a container using pymodbus-3.6.2, pyserial-3.5 and pytz-2023.3.post1
And I get this error when I try the info script :
I used Exar driver before but I need cdc-acm module for a Zigbee receiver, so I'm stuck on that problem ^^ Do you have the same issue or do you have a solution?
Thanks !