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
I've been using a modified version of modbus4mqtt (applied the modbus RTU patches and added some custom debugging). When running on Debian 12 (Bookworm) the modbus client wasn´t answering at all, so after some low-level debugging, the solution was to change in modbus_interfaces.py all ocurrences of unit=slave for slave=slave.
It seems that Pymodbus completed the transition from unit to slave.
I apologize for not providing a proper patch.
Best regards!
The text was updated successfully, but these errors were encountered:
Hello!
I've been using a modified version of modbus4mqtt (applied the modbus RTU patches and added some custom debugging). When running on Debian 12 (Bookworm) the modbus client wasn´t answering at all, so after some low-level debugging, the solution was to change in modbus_interfaces.py all ocurrences of unit=slave for slave=slave.
It seems that Pymodbus completed the transition from unit to slave.
I apologize for not providing a proper patch.
Best regards!
The text was updated successfully, but these errors were encountered: