BinaryPayloadDecoder is deprecated #754
-
As of today my HA logs show a lot of entries like the following: _This error originated from a custom integration. Logger: 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"_ The integration is still working as expected, the logs however get a lot of entries. Did anyone else notice this behaviour? Anything to worry about? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
It's not going to cause any problems, but it does log stuff because the pymodbus module made some changes and decided log messages was the best way to notify. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick reply and your effort! |
Beta Was this translation helpful? Give feedback.
Created issue #757 for this.