-
Notifications
You must be signed in to change notification settings - Fork 38
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
BinaryPayloadDecoder is deprecated and will be removed in v3.9.0 ! #286
Comments
Thank you for reporting. |
Just noticed that the deprecated message appears in logs almost 10 times per second... and that grows, grows... ![]() |
Yes unfortunately the deprecated functionality allows for easy decoding of values. |
Is there any way to bump the log level to error so we can suppress the warning until the module upgrade is in place? I assume given the integration w e should be able to modify an entry in the HA 'Logger:' section of the config? |
Logger: pymodbus.logging
Quelle: custom_components/victron/coordinator.py:117
Integration: victron (Dokumentation, Probleme)
Erstmals aufgetreten: 18:10:38 (2236 Vorkommnisse)
Zuletzt protokolliert: 18:52:43
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 text was updated successfully, but these errors were encountered: