I'm in Brazil right now and didn't have time to test the trixie beta with our application and the trixie final was released basically when I was in the Airplane to Brazil.
I'm here converting an older system using the MODBUS RTU Server (back then it was still called properly).
After installing the trixie system the pimodbus-client service always bailes out with:
After long debugging, digging through the .rsc JSON and the pimodbus-client sources, it turns out there is a JSON tag named wrong in the piConfigParser.c, presumably it got falsely renamed in the master/server/client/slave renaming spree.No modbus actions for device
This leads to the parser skipping out of the iteration loop, and subsequently to an empty action item list, which causes the bailout.
I made a pull request here:
https://github.com/RevolutionPi/revpi-modbus/pull/49
Can someone please test with MODBUS TCP since I have no devices here and if it works please merge and build an updated package?
Cheers,
Markus