-
Notifications
You must be signed in to change notification settings - Fork 13
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
Checksum error in rtu mode #5
Comments
Hi, The fact that sometimes it is working and sometimes not make me think that maybe it is a bad connection can you check. What is the model of the boiler? (to check that --bimaster is not needed) Have you a something else plug on the boiler RS485 port ? Can you stop the service and use minicom (or equivalent) to listen to the device at 9600 Bauds 8 Bit No parity 1 stop bit, Does "dump_isystem.py" send the same type of error ? |
Hi, I had similar issue and temporary solution was to change port in the boiler (I have 2 on my mainboard). I never had such issues when I used PC instead of RPI |
@ngraziano here you can see output of two service status, second 3 minute after 1st one,
@piotrC4 unfortunatelly my plug is too big - i have collision with metal cover nearby when accessing 2nd port, will need to demount pcb form plastic mountings to do so next time. |
AGC25 is the same generation of mine (AFC24), so it should work without --bimaster. I still don't understand why it is not working. I read also https://minimalmodbus.readthedocs.io/en/stable/troubleshooting.html and maybe your adapter have local echo. Instrument.__init__(self, port, slaveaddress, debug = True) and send the logs ( |
Hi, sorry for late comment - newborn in house :) |
hi,
i find your git very helpful. Unfortunatelly lastly i started to get some issues. My setup is rpi with dietpi on it, connected with boiler via ftdi rs485 cable (with udev rule thus named tty device).
Could you please point me what is my problem ? I run poll_isystem as a service, below you can find log from status. Neither restarts of service nor whole rpi will not solve the issue. The script can work for few days, then for few days will note send any mqtt messages, and than can start to work properly out of nowhere.
The text was updated successfully, but these errors were encountered: