Skip to content

Many warnings when using modpoll #102

@yoch

Description

@yoch

Hi

I have many warning when I run modpoll on my device :

(env) pi@raspberrypi:~/modpoll $ modpoll -f test1.csv --serial /dev/ttyUSB0 --serial-baud 115200 --serial-parity none -r 2.0

Modpoll v1.6.0 - A New Command-line Tool for Modbus and MQTT

2026-06-08 14:44:29,897 | I | modpoll.main | No MQTT host specified, skip MQTT setup.
2026-06-08 14:44:29,897 | I | modpoll.modbus_task | Loading config from: test1.csv
2026-06-08 14:44:29,901 | I | modpoll.modbus_task | Added 1 device(s)...
2026-06-08 14:44:29,901 | I | modpoll.main | Loaded 1 Modbus config(s).
2026-06-08 14:44:29,902 | I | modpoll.main |  === Modpoll is polling at rate:2.0s, actual:2.0s ===
2026-06-08 14:44:29,922 | W | pymodbus.logging | BinaryPayloadDecoder is deprecated and will be removed in v3.9.0 !
Please use "client.convert_from_registers()" or "client.convert_to_registers"
See documentation: "https://pymodbus.readthedocs.io/en/latest/source/client.html#pymodbus.client.mixin.ModbusClientMixin.convert_from_registers"
2026-06-08 14:44:29,922 | W | pymodbus.logging | BinaryPayloadDecoder is deprecated and will be removed in v3.9.0 !
Please use "client.convert_from_registers()" or "client.convert_to_registers"
See documentation: "https://pymodbus.readthedocs.io/en/latest/source/client.html#pymodbus.client.mixin.ModbusClientMixin.convert_from_registers"
2026-06-08 14:44:30,433 | W | pymodbus.logging | BinaryPayloadDecoder is deprecated and will be removed in v3.9.0 !
Please use "client.convert_from_registers()" or "client.convert_to_registers"
See documentation: "https://pymodbus.readthedocs.io/en/latest/source/client.html#pymodbus.client.mixin.ModbusClientMixin.convert_from_registers"

If you can take a look it'll be great.

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions