Probleme nach Update

Hallo,

ich habe mittlerweile viele Threads durch, auch die Hilfe von ChatGPT in Anspruch genommen, aber ich bin einfach zu blöd?

Ich habe seit den neuesten Updates Probleme mit meiner Modbus Integration beim Solax WR und Stiebel Eltron Heizung. Anfangs hatte ich auch bei HACS Probleme da habe ich dann bei Konfigurieren einfach als Land AT eingegeben dann funktionierte das wieder. Aber bei Solax und Stiebel bin ich einfach total überfragt…

Stiebel Eltron Integration sagt: Einrichtungsfehler, wird erneut versucht: ModbusClientMixin.read_input_registers() takes 2 positional arguments but 4 were given

Solax Integration sagt: nicht geladen

Habe das ganze Wochenende versucht das Problem irgendwie zu lösen um den Schritt eines eigenen Threads eventuell zu verhindern, weil das Problem hier sicher schon besprochen wurde, aber ich es einfach nicht verstanden habe…

Was steht denn in den Logs drin? Vielleicht sieht man dort, wo es genau klemmt.

Hallo,

Beim Solax sieht es so aus, da kann ich mir das gar nicht ansehen…

für das Log muss ich das Debug Protokoll aktivieren oder? Wie ladet man das am Besten im Forum hoch? Das ist ja sehr lange.

Home Assistant System komplett neu starten, hat schon Wunder bewirkt. Eventuell die Integrationen rauswerfen und nach Neustart neu hinzufügen.

Kompletter Neustart war das erste was ich versucht habe, bin ich aus der Arbeit gewohnt. Bevor man die IT anruft, neustart machen, wenn das nicht hilft hat man ein Problem.

Neu hinzufügen hat auch nicht funktioniert

Beim Solax schreibt er jetzt nach löschen und versuch neu zu integrieren das hin;
grafik

Hier jetzt noch das LOG File. Bei Solax dürfte das Problem bei Pymodbus liegen?

> 2025-04-07 09:12:47.088 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
> 2025-04-07 09:12:47.089 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration solax_modbus which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
> 2025-04-07 09:12:47.090 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration stiebel_eltron_isg which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
> 2025-04-07 09:12:49.317 WARNING (ImportExecutor_0) [homeassistant.core] Config was used from stiebel_eltron_isg, this is a deprecated alias which will be removed in HA Core 2025.11. Use homeassistant.core_config.Config instead, please report it to the author of the 'stiebel_eltron_isg' custom integration
> 2025-04-07 09:12:49.533 WARNING (MainThread) [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"
> 2025-04-07 09:12:49.739 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module with args ('custom_components.solax_modbus',) in /usr/src/homeassistant/homeassistant/loader.py, line 1074: ComponentProtocol, importlib.import_module(self.pkg_path) inside the event loop; This is causing stability issues. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue
> For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#import_module
> Traceback (most recent call last):
>   File "<frozen runpy>", line 198, in _run_module_as_main
>   File "<frozen runpy>", line 88, in _run_code
>   File "/usr/src/homeassistant/homeassistant/__main__.py", line 227, in <module>
>     sys.exit(main())
>   File "/usr/src/homeassistant/homeassistant/__main__.py", line 213, in main
>     exit_code = runner.run(runtime_conf)
>   File "/usr/src/homeassistant/homeassistant/runner.py", line 154, in run
>     return loop.run_until_complete(setup_and_run_hass(runtime_config))
>   File "/usr/local/lib/python3.13/asyncio/base_events.py", line 712, in run_until_complete
>     self.run_forever()
>   File "/usr/local/lib/python3.13/asyncio/base_events.py", line 683, in run_forever
>     self._run_once()
>   File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2040, in _run_once
>     handle._run()
>   File "/usr/local/lib/python3.13/asyncio/events.py", line 89, in _run
>     self._context.run(self._callback, *self._args)
>   File "/usr/src/homeassistant/homeassistant/setup.py", line 171, in async_setup_component
>     result = await _async_setup_component(hass, domain, config)
>   File "/usr/src/homeassistant/homeassistant/setup.py", line 340, in _async_setup_component
>     component = await integration.async_get_component()
>   File "/usr/src/homeassistant/homeassistant/loader.py", line 1026, in async_get_component
>     comp = self._get_component()
>   File "/usr/src/homeassistant/homeassistant/loader.py", line 1074, in _get_component
>     ComponentProtocol, importlib.import_module(self.pkg_path)
> 
> 2025-04-07 09:12:49.745 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration 'solax_modbus': Unable to import component: cannot import name 'ModbusAsciiFramer' from 'pymodbus.transaction' (/usr/local/lib/python3.13/site-packages/pymodbus/transaction/__init__.py)
> Traceback (most recent call last):
>   File "/usr/src/homeassistant/homeassistant/loader.py", line 1014, in async_get_component
>     comp = await self.hass.async_add_import_executor_job(
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>         self._get_component, True
>         ^^^^^^^^^^^^^^^^^^^^^^^^^
>     )
>     ^
>   File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
>     result = self.fn(*self.args, **self.kwargs)
>   File "/usr/src/homeassistant/homeassistant/loader.py", line 1074, in _get_component
>     ComponentProtocol, importlib.import_module(self.pkg_path)
>                        ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
>   File "/usr/src/homeassistant/homeassistant/util/loop.py", line 201, in protected_loop_func
>     return func(*args, **kwargs)
>   File "/usr/local/lib/python3.13/importlib/__init__.py", line 88, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
>   File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
>   File "/config/custom_components/solax_modbus/__init__.py", line 60, in <module>
>     from pymodbus.transaction import ModbusAsciiFramer, ModbusRtuFramer
> ImportError: cannot import name 'ModbusAsciiFramer' from 'pymodbus.transaction' (/usr/local/lib/python3.13/site-packages/pymodbus/transaction/__init__.py)
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/src/homeassistant/homeassistant/setup.py", line 340, in _async_setup_component
>     component = await integration.async_get_component()
>                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/src/homeassistant/homeassistant/loader.py", line 1034, in async_get_component
>     self._component_future.result()
>     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
>   File "/usr/src/homeassistant/homeassistant/loader.py", line 1026, in async_get_component
>     comp = self._get_component()
>   File "/usr/src/homeassistant/homeassistant/loader.py", line 1074, in _get_component
>     ComponentProtocol, importlib.import_module(self.pkg_path)
>                        ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
>   File "/usr/src/homeassistant/homeassistant/util/loop.py", line 201, in protected_loop_func
>     return func(*args, **kwargs)
>   File "/usr/local/lib/python3.13/importlib/__init__.py", line 88, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
>   File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
>   File "/config/custom_components/solax_modbus/__init__.py", line 60, in <module>
>     from pymodbus.transaction import ModbusAsciiFramer, ModbusRtuFramer
> ImportError: cannot import name 'ModbusAsciiFramer' from 'pymodbus.transaction' (/usr/local/lib/python3.13/site-packages/pymodbus/transaction/__init__.py)
> 2025-04-07 09:12:49.907 ERROR (MainThread) [homeassistant.components.camera] The generic platform for the camera integration does not support platform setup. Please remove it from your config.
> 2025-04-07 09:12:52.230 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.solax_srrzbpeqtt_yield_today (<class 'homeassistant.components.solax.sensor.InverterSensorEntity'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total', 'total_increasing'; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+solax%22
> 2025-04-07 09:12:52.230 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.solax_srrzbpeqtt_battery_discharge_energy_today (<class 'homeassistant.components.solax.sensor.InverterSensorEntity'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total', 'total_increasing'; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+solax%22
> 2025-04-07 09:12:52.231 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.solax_srrzbpeqtt_battery_charge_energy_today (<class 'homeassistant.components.solax.sensor.InverterSensorEntity'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total', 'total_increasing'; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+solax%22
> 2025-04-07 09:12:52.231 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.solax_srrzbpeqtt_eps_energy_today (<class 'homeassistant.components.solax.sensor.InverterSensorEntity'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total', 'total_increasing'; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+solax%22
> 2025-04-07 09:12:52.233 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.solax_srrzbpeqtt_battery_remaining_energy (<class 'homeassistant.components.solax.sensor.InverterSensorEntity'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total', 'total_increasing'; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+solax%22
> 2025-04-07 09:12:52.233 ERROR (MainThread) [homeassistant.components.sensor] Platform solax does not generate unique IDs. ID SRRZBPEQTT-168 already exists - ignoring sensor.solax_srrzbpeqtt_battery_mode
> 2025-04-07 09:12:53.782 WARNING (MainThread) [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"
> 2025-04-07 09:13:03.950 WARNING (MainThread) [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"
> 2025-04-07 09:13:24.209 WARNING (MainThread) [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"
> 2025-04-07 09:14:04.329 WARNING (MainThread) [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"
> 2025-04-07 09:14:19.020 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 90.00375366210938s, restarting
> 2025-04-07 09:15:24.391 WARNING (MainThread) [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"
> 2025-04-07 09:16:19.024 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3556900024414s, restarting
> 2025-04-07 09:16:44.870 WARNING (MainThread) [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"
> 2025-04-07 09:18:05.272 WARNING (MainThread) [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"
> 2025-04-07 09:18:19.026 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37168884277344s, restarting
> 2025-04-07 09:19:25.554 WARNING (MainThread) [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"
> 2025-04-07 09:20:19.029 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37168884277344s, restarting
> 2025-04-07 09:20:45.626 WARNING (MainThread) [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"
> 2025-04-07 09:22:05.858 WARNING (MainThread) [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"
> 2025-04-07 09:22:19.033 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37168884277344s, restarting
> 2025-04-07 09:23:26.054 WARNING (MainThread) [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"
> 2025-04-07 09:24:19.037 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37168884277344s, restarting
> 2025-04-07 09:24:46.279 WARNING (MainThread) [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"
> 2025-04-07 09:26:06.479 WARNING (MainThread) [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"
> 2025-04-07 09:26:19.040 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36769104003906s, restarting
> 2025-04-07 09:27:26.734 WARNING (MainThread) [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"
> 2025-04-07 09:28:19.044 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37568664550781s, restarting
> 2025-04-07 09:28:47.066 WARNING (MainThread) [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"
> 2025-04-07 09:30:07.317 WARNING (MainThread) [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"
> 2025-04-07 09:30:19.047 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37166595458984s, restarting
> 2025-04-07 09:31:27.522 WARNING (MainThread) [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"
> 2025-04-07 09:32:19.051 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37166595458984s, restarting
> 2025-04-07 09:32:47.580 WARNING (MainThread) [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"
> 2025-04-07 09:34:07.737 WARNING (MainThread) [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"
> 2025-04-07 09:34:19.054 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36767578125s, restarting
> 2025-04-07 09:35:27.863 WARNING (MainThread) [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"
> 2025-04-07 09:36:19.057 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36767578125s, restarting
> 2025-04-07 09:36:48.156 WARNING (MainThread) [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"
> 2025-04-07 09:38:08.548 WARNING (MainThread) [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"
> 2025-04-07 09:38:19.060 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37167358398438s, restarting
> 2025-04-07 09:39:28.607 WARNING (MainThread) [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"
> 2025-04-07 09:40:19.062 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36767578125s, restarting
> 2025-04-07 09:40:45.434 ERROR (MainThread) [homeassistant.components.solax] Error fetching solax SRRZBPEQTT data: 
> 2025-04-07 09:40:48.976 WARNING (MainThread) [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"
> 2025-04-07 09:42:09.344 WARNING (MainThread) [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"
> 2025-04-07 09:42:19.066 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36768341064453s, restarting
> 2025-04-07 09:43:29.764 WARNING (MainThread) [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"
> 2025-04-07 09:44:19.069 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 09:44:50.163 WARNING (MainThread) [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"
> 2025-04-07 09:46:10.648 WARNING (MainThread) [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"
> 2025-04-07 09:46:19.071 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36768341064453s, restarting
> 2025-04-07 09:47:31.077 WARNING (MainThread) [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"
> 2025-04-07 09:48:19.074 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36768341064453s, restarting
> 2025-04-07 09:48:51.432 WARNING (MainThread) [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"
> 2025-04-07 09:50:11.513 WARNING (MainThread) [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"
> 2025-04-07 09:50:19.079 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 09:51:31.852 WARNING (MainThread) [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"
> 2025-04-07 09:52:19.085 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 09:52:52.346 WARNING (MainThread) [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"
> 2025-04-07 09:54:12.453 WARNING (MainThread) [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"
> 2025-04-07 09:54:19.089 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 09:55:32.513 WARNING (MainThread) [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"
> 2025-04-07 09:56:19.095 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 09:56:52.763 WARNING (MainThread) [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"
> 2025-04-07 09:58:13.085 WARNING (MainThread) [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"
> 2025-04-07 09:58:19.099 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 09:59:33.423 WARNING (MainThread) [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"
> 2025-04-07 10:00:19.103 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36768341064453s, restarting
> 2025-04-07 10:00:53.678 WARNING (MainThread) [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"
> 2025-04-07 10:02:13.953 WARNING (MainThread) [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"
> 2025-04-07 10:02:19.106 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 10:03:34.336 WARNING (MainThread) [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"
> 2025-04-07 10:04:19.111 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36766052246094s, restarting
> 2025-04-07 10:04:54.582 WARNING (MainThread) [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"
> 2025-04-07 10:06:15.008 WARNING (MainThread) [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"
> 2025-04-07 10:06:19.114 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37166595458984s, restarting
> 2025-04-07 10:07:35.388 WARNING (MainThread) [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"
> 2025-04-07 10:08:19.117 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37166595458984s, restarting
> 2025-04-07 10:08:55.670 WARNING (MainThread) [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"
> 2025-04-07 10:10:15.887 WARNING (MainThread) [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"
> 2025-04-07 10:10:19.122 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36766815185547s, restarting
> 2025-04-07 10:11:35.959 WARNING (MainThread) [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"
> 2025-04-07 10:12:19.125 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36766815185547s, restarting
> 2025-04-07 10:12:56.058 WARNING (MainThread) [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"
> 2025-04-07 10:14:16.319 WARNING (MainThread) [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"
> 2025-04-07 10:14:19.129 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37167358398438s, restarting
> 2025-04-07 10:15:36.745 WARNING (MainThread) [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"
> 2025-04-07 10:16:19.132 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37167358398438s, restarting
> 2025-04-07 10:16:57.076 WARNING (MainThread) [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"
> 2025-04-07 10:18:17.508 WARNING (MainThread) [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"
> 2025-04-07 10:18:19.135 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37167358398438s, restarting
> 2025-04-07 10:19:37.591 WARNING (MainThread) [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"
> 2025-04-07 10:20:19.140 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 10:20:57.999 WARNING (MainThread) [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"
> 2025-04-07 10:22:18.218 WARNING (MainThread) [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"
> 2025-04-07 10:22:19.144 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 10:23:38.537 WARNING (MainThread) [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"
> 2025-04-07 10:24:19.147 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 10:24:58.732 WARNING (MainThread) [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"
> 2025-04-07 10:26:18.801 WARNING (MainThread) [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"
> 2025-04-07 10:26:19.152 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36767578125s, restarting
> 2025-04-07 10:27:38.916 WARNING (MainThread) [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"
> 2025-04-07 10:28:19.155 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 10:28:59.012 WARNING (MainThread) [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"
> 2025-04-07 10:30:19.158 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 10:30:19.267 WARNING (MainThread) [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"
> 2025-04-07 10:31:39.458 WARNING (MainThread) [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"
> 2025-04-07 10:32:19.161 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 10:32:59.805 WARNING (MainThread) [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"
> 2025-04-07 10:34:19.165 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36768341064453s, restarting
> 2025-04-07 10:34:20.067 WARNING (MainThread) [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"
> 2025-04-07 10:35:40.366 WARNING (MainThread) [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"
> 2025-04-07 10:36:19.169 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 10:37:00.811 WARNING (MainThread) [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"
> 2025-04-07 10:38:19.173 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37165069580078s, restarting
> 2025-04-07 10:38:21.220 WARNING (MainThread) [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"
> 2025-04-07 10:39:40.782 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module with args ('custom_components.solax_modbus.application_credentials',) inside the event loop by integration 'application_credentials' at homeassistant/components/application_credentials/__init__.py, line 294: platform = await integration.async_get_platform("application_credentials") (offender: /usr/src/homeassistant/homeassistant/loader.py, line 1303: return importlib.import_module(f"{self.pkg_path}.{platform_name}")), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+application_credentials%22
> For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#import_module
> Traceback (most recent call last):
>   File "<frozen runpy>", line 198, in _run_module_as_main
>   File "<frozen runpy>", line 88, in _run_code
>   File "/usr/src/homeassistant/homeassistant/__main__.py", line 227, in <module>
>     sys.exit(main())
>   File "/usr/src/homeassistant/homeassistant/__main__.py", line 213, in main
>     exit_code = runner.run(runtime_conf)
>   File "/usr/src/homeassistant/homeassistant/runner.py", line 154, in run
>     return loop.run_until_complete(setup_and_run_hass(runtime_config))
>   File "/usr/local/lib/python3.13/asyncio/base_events.py", line 712, in run_until_complete
>     self.run_forever()
>   File "/usr/local/lib/python3.13/asyncio/base_events.py", line 683, in run_forever
>     self._run_once()
>   File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2040, in _run_once
>     handle._run()
>   File "/usr/local/lib/python3.13/asyncio/events.py", line 89, in _run
>     self._context.run(self._callback, *self._args)
>   File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 28, in _handle_async_response
>     await func(hass, connection, msg)
>   File "/usr/src/homeassistant/homeassistant/components/application_credentials/__init__.py", line 359, in handle_config_entry
>     if application_credentials_id := await _async_config_entry_app_credentials(
>   File "/usr/src/homeassistant/homeassistant/components/application_credentials/__init__.py", line 244, in _async_config_entry_app_credentials
>     if not await _get_platform(hass, config_entry.domain) or not (
>   File "/usr/src/homeassistant/homeassistant/components/application_credentials/__init__.py", line 294, in _get_platform
>     platform = await integration.async_get_platform("application_credentials")
> 
> 2025-04-07 10:39:41.299 WARNING (MainThread) [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"
> 2025-04-07 10:39:42.217 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module with args ('custom_components.solax_modbus',) inside the event loop by integration 'config' at homeassistant/components/config/config_entries.py, line 105: result = await hass.config_entries.async_remove(entry_id) (offender: /usr/src/homeassistant/homeassistant/loader.py, line 1074: ComponentProtocol, importlib.import_module(self.pkg_path)), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+config%22
> For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#import_module
> Traceback (most recent call last):
>   File "<frozen runpy>", line 198, in _run_module_as_main
>   File "<frozen runpy>", line 88, in _run_code
>   File "/usr/src/homeassistant/homeassistant/__main__.py", line 227, in <module>
>     sys.exit(main())
>   File "/usr/src/homeassistant/homeassistant/__main__.py", line 213, in main
>     exit_code = runner.run(runtime_conf)
>   File "/usr/src/homeassistant/homeassistant/runner.py", line 154, in run
>     return loop.run_until_complete(setup_and_run_hass(runtime_config))
>   File "/usr/local/lib/python3.13/asyncio/base_events.py", line 712, in run_until_complete
>     self.run_forever()
>   File "/usr/local/lib/python3.13/asyncio/base_events.py", line 683, in run_forever
>     self._run_once()
>   File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2040, in _run_once
>     handle._run()
>   File "/usr/local/lib/python3.13/asyncio/events.py", line 89, in _run
>     self._context.run(self._callback, *self._args)
>   File "/usr/local/lib/python3.13/site-packages/aiohttp/web_protocol.py", line 480, in _handle_request
>     resp = await request_handler(request)
>   File "/usr/local/lib/python3.13/site-packages/aiohttp/web_app.py", line 569, in _handle
>     return await handler(request)
>   File "/usr/local/lib/python3.13/site-packages/aiohttp/web_middlewares.py", line 117, in impl
>     return await handler(request)
>   File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware
>     return await handler(request)
>   File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 77, in forwarded_middleware
>     return await handler(request)
>   File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 26, in request_context_middleware
>     return await handler(request)
>   File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 86, in ban_middleware
>     return await handler(request)
>   File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 242, in auth_middleware
>     return await handler(request)
>   File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 32, in headers_middleware
>     response = await handler(request)
>   File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle
>     result = await handler(request, **request.match_info)
>   File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 105, in delete
>     result = await hass.config_entries.async_remove(entry_id)
> 
> 2025-04-07 10:39:42.219 ERROR (MainThread) [aiohttp.server] Error handling request from 127.0.0.1
> Traceback (most recent call last):
>   File "/usr/src/homeassistant/homeassistant/loader.py", line 1014, in async_get_component
>     comp = await self.hass.async_add_import_executor_job(
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>         self._get_component, True
>         ^^^^^^^^^^^^^^^^^^^^^^^^^
>     )
>     ^
>   File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
>     result = self.fn(*self.args, **self.kwargs)
>   File "/usr/src/homeassistant/homeassistant/loader.py", line 1074, in _get_component
>     ComponentProtocol, importlib.import_module(self.pkg_path)
>                        ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
>   File "/usr/src/homeassistant/homeassistant/util/loop.py", line 201, in protected_loop_func
>     return func(*args, **kwargs)
>   File "/usr/local/lib/python3.13/importlib/__init__.py", line 88, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
>   File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
>   File "/config/custom_components/solax_modbus/__init__.py", line 60, in <module>
>     from pymodbus.transaction import ModbusAsciiFramer, ModbusRtuFramer
> ImportError: cannot import name 'ModbusAsciiFramer' from 'pymodbus.transaction' (/usr/local/lib/python3.13/site-packages/pymodbus/transaction/__init__.py)
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.13/site-packages/aiohttp/web_protocol.py", line 480, in _handle_request
>     resp = await request_handler(request)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/local/lib/python3.13/site-packages/aiohttp/web_app.py", line 569, in _handle
>     return await handler(request)
>            ^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/local/lib/python3.13/site-packages/aiohttp/web_middlewares.py", line 117, in impl
>     return await handler(request)
>            ^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware
>     return await handler(request)
>            ^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 77, in forwarded_middleware
>     return await handler(request)
>            ^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 26, in request_context_middleware
>     return await handler(request)
>            ^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 86, in ban_middleware
>     return await handler(request)
>            ^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 242, in auth_middleware
>     return await handler(request)
>            ^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 32, in headers_middleware
>     response = await handler(request)
>                ^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle
>     result = await handler(request, **request.match_info)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 105, in delete
>     result = await hass.config_entries.async_remove(entry_id)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2070, in async_remove
>     unload_success, entry = await self._async_remove(entry_id)
>                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2093, in _async_remove
>     await entry.async_remove(self.hass)
>   File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1022, in async_remove
>     component = await integration.async_get_component()
>                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/src/homeassistant/homeassistant/loader.py", line 1034, in async_get_component
>     self._component_future.result()
>     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
>   File "/usr/src/homeassistant/homeassistant/loader.py", line 1026, in async_get_component
>     comp = self._get_component()
>   File "/usr/src/homeassistant/homeassistant/loader.py", line 1074, in _get_component
>     ComponentProtocol, importlib.import_module(self.pkg_path)
>                        ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
>   File "/usr/src/homeassistant/homeassistant/util/loop.py", line 201, in protected_loop_func
>     return func(*args, **kwargs)
>   File "/usr/local/lib/python3.13/importlib/__init__.py", line 88, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
>   File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
>   File "/config/custom_components/solax_modbus/__init__.py", line 60, in <module>
>     from pymodbus.transaction import ModbusAsciiFramer, ModbusRtuFramer
> ImportError: cannot import name 'ModbusAsciiFramer' from 'pymodbus.transaction' (/usr/local/lib/python3.13/site-packages/pymodbus/transaction/__init__.py)
> 2025-04-07 10:39:59.037 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module with args ('custom_components.solax_modbus.config_flow',) inside the event loop by integration 'config' at homeassistant/components/config/config_entries.py, line 189: return await super()._post_impl(request, data) (offender: /usr/src/homeassistant/homeassistant/loader.py, line 1303: return importlib.import_module(f"{self.pkg_path}.{platform_name}")), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+config%22
> For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#import_module
> Traceback (most recent call last):
>   File "<frozen runpy>", line 198, in _run_module_as_main
>   File "<frozen runpy>", line 88, in _run_code
>   File "/usr/src/homeassistant/homeassistant/__main__.py", line 227, in <module>
>     sys.exit(main())
>   File "/usr/src/homeassistant/homeassistant/__main__.py", line 213, in main
>     exit_code = runner.run(runtime_conf)
>   File "/usr/src/homeassistant/homeassistant/runner.py", line 154, in run
>     return loop.run_until_complete(setup_and_run_hass(runtime_config))
>   File "/usr/local/lib/python3.13/asyncio/base_events.py", line 712, in run_until_complete
>     self.run_forever()
>   File "/usr/local/lib/python3.13/asyncio/base_events.py", line 683, in run_forever
>     self._run_once()
>   File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2040, in _run_once
>     handle._run()
>   File "/usr/local/lib/python3.13/asyncio/events.py", line 89, in _run
>     self._context.run(self._callback, *self._args)
>   File "/usr/local/lib/python3.13/site-packages/aiohttp/web_protocol.py", line 480, in _handle_request
>     resp = await request_handler(request)
>   File "/usr/local/lib/python3.13/site-packages/aiohttp/web_app.py", line 569, in _handle
>     return await handler(request)
>   File "/usr/local/lib/python3.13/site-packages/aiohttp/web_middlewares.py", line 117, in impl
>     return await handler(request)
>   File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware
>     return await handler(request)
>   File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 77, in forwarded_middleware
>     return await handler(request)
>   File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 26, in request_context_middleware
>     return await handler(request)
>   File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 86, in ban_middleware
>     return await handler(request)
>   File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 242, in auth_middleware
>     return await handler(request)
>   File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 32, in headers_middleware
>     response = await handler(request)
>   File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle
>     result = await handler(request, **request.match_info)
>   File "/usr/src/homeassistant/homeassistant/components/http/decorators.py", line 81, in with_admin
>     return await func(self, request, *args, **kwargs)
>   File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 74, in wrapper
>     return await method(view, request, data, *args, **kwargs)
>   File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 182, in post
>     return await self._post_impl(request, data)
>   File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 189, in _post_impl
>     return await super()._post_impl(request, data)
> 
> 2025-04-07 10:39:59.039 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration solax_modbus: cannot import name 'ModbusAsciiFramer' from 'pymodbus.transaction' (/usr/local/lib/python3.13/site-packages/pymodbus/transaction/__init__.py)
> 2025-04-07 10:40:06.922 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration solax_modbus: cannot import name 'ModbusAsciiFramer' from 'pymodbus.transaction' (/usr/local/lib/python3.13/site-packages/pymodbus/transaction/__init__.py)
> 2025-04-07 10:40:19.177 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37165832519531s, restarting
> 2025-04-07 10:40:46.129 ERROR (MainThread) [solax] Timeout connecting to Solax inverter, waiting 5 to retry.
> 2025-04-07 10:40:51.260 ERROR (MainThread) [homeassistant.components.solax] Error fetching solax SRRZBPEQTT data: 
> 2025-04-07 10:41:01.493 WARNING (MainThread) [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"
> 2025-04-07 10:42:19.179 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36766052246094s, restarting
> 2025-04-07 10:42:21.664 WARNING (MainThread) [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"
> 2025-04-07 10:43:42.165 WARNING (MainThread) [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"
> 2025-04-07 10:44:19.182 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37166595458984s, restarting
> 2025-04-07 10:45:02.369 WARNING (MainThread) [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"
> 2025-04-07 10:46:19.186 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37166595458984s, restarting
> 2025-04-07 10:46:22.593 WARNING (MainThread) [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"
> 2025-04-07 10:47:43.064 WARNING (MainThread) [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"
> 2025-04-07 10:48:19.190 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37167358398438s, restarting
> 2025-04-07 10:49:03.268 WARNING (MainThread) [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"
> 2025-04-07 10:50:19.193 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37167358398438s, restarting
> 2025-04-07 10:50:23.422 WARNING (MainThread) [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"
> 2025-04-07 10:51:43.594 WARNING (MainThread) [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"
> 2025-04-07 10:52:19.196 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3636703491211s, restarting
> 2025-04-07 10:53:03.755 WARNING (MainThread) [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"
> 2025-04-07 10:54:19.198 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37167358398438s, restarting
> 2025-04-07 10:54:24.106 WARNING (MainThread) [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"
> 2025-04-07 10:55:44.590 WARNING (MainThread) [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"
> 2025-04-07 10:56:19.202 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37167358398438s, restarting
> 2025-04-07 10:57:04.655 WARNING (MainThread) [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"
> 2025-04-07 10:58:19.204 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36767578125s, restarting
> 2025-04-07 10:58:24.856 WARNING (MainThread) [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"
> 2025-04-07 10:59:45.275 WARNING (MainThread) [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"
> 2025-04-07 11:00:19.207 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36767578125s, restarting
> 2025-04-07 11:01:05.722 WARNING (MainThread) [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"
> 2025-04-07 11:02:19.209 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36767578125s, restarting
> 2025-04-07 11:02:25.813 WARNING (MainThread) [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"
> 2025-04-07 11:03:46.075 WARNING (MainThread) [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"
> 2025-04-07 11:04:19.212 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37167358398438s, restarting
> 2025-04-07 11:05:06.485 WARNING (MainThread) [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"
> 2025-04-07 11:06:19.216 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36767578125s, restarting
> 2025-04-07 11:06:26.757 WARNING (MainThread) [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"
> 2025-04-07 11:07:47.023 WARNING (MainThread) [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"
> 2025-04-07 11:08:19.220 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36767578125s, restarting
> 2025-04-07 11:09:07.331 WARNING (MainThread) [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"
> 2025-04-07 11:10:19.225 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37567901611328s, restarting
> 2025-04-07 11:10:27.807 WARNING (MainThread) [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"
> 2025-04-07 11:11:48.110 WARNING (MainThread) [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"
> 2025-04-07 11:12:19.228 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37169647216797s, restarting
> 2025-04-07 11:13:08.512 WARNING (MainThread) [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"
> 2025-04-07 11:14:19.233 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37168884277344s, restarting
> 2025-04-07 11:14:28.999 WARNING (MainThread) [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"
> 2025-04-07 11:15:49.151 WARNING (MainThread) [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"
> 2025-04-07 11:16:19.236 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36769104003906s, restarting
> 2025-04-07 11:17:09.325 WARNING (MainThread) [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"
> 2025-04-07 11:18:19.239 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37168884277344s, restarting
> 2025-04-07 11:18:29.645 WARNING (MainThread) [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"
> 2025-04-07 11:19:49.867 WARNING (MainThread) [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"
> 2025-04-07 11:20:19.243 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36768341064453s, restarting
> 2025-04-07 11:21:10.134 WARNING (MainThread) [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"
> 2025-04-07 11:22:19.249 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37173461914062s, restarting
> 2025-04-07 11:22:30.594 WARNING (MainThread) [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"
> 2025-04-07 11:23:51.027 WARNING (MainThread) [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"
> 2025-04-07 11:24:19.251 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.35969543457031s, restarting
> 2025-04-07 11:25:11.350 WARNING (MainThread) [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"
> 2025-04-07 11:26:19.255 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36768341064453s, restarting
> 2025-04-07 11:26:31.454 WARNING (MainThread) [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"
> 2025-04-07 11:27:51.894 WARNING (MainThread) [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"
> 2025-04-07 11:28:19.258 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3676986694336s, restarting
> 2025-04-07 11:29:12.169 WARNING (MainThread) [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"
> 2025-04-07 11:30:19.261 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36767578125s, restarting
> 2025-04-07 11:30:32.231 WARNING (MainThread) [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"
> 2025-04-07 11:31:52.662 WARNING (MainThread) [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"
> 2025-04-07 11:32:19.265 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36769104003906s, restarting
> 2025-04-07 11:33:13.096 WARNING (MainThread) [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"
> 2025-04-07 11:34:19.268 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37169647216797s, restarting
> 2025-04-07 11:34:33.311 WARNING (MainThread) [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"
> 2025-04-07 11:35:53.597 WARNING (MainThread) [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"
> 2025-04-07 11:36:19.271 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3676986694336s, restarting
> 2025-04-07 11:37:13.794 WARNING (MainThread) [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"
> 2025-04-07 11:38:19.274 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 11:38:33.951 WARNING (MainThread) [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"
> 2025-04-07 11:39:54.270 WARNING (MainThread) [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"
> 2025-04-07 11:40:19.276 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36768341064453s, restarting
> 2025-04-07 11:40:45.404 ERROR (MainThread) [homeassistant.components.solax] Error fetching solax SRRZBPEQTT data: 
> 2025-04-07 11:41:14.631 WARNING (MainThread) [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"
> 2025-04-07 11:42:19.280 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37168884277344s, restarting
> 2025-04-07 11:42:34.878 WARNING (MainThread) [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"
> 2025-04-07 11:43:55.038 WARNING (MainThread) [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"
> 2025-04-07 11:44:19.284 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37168884277344s, restarting
> 2025-04-07 11:45:15.487 WARNING (MainThread) [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"
> 2025-04-07 11:46:19.286 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36769104003906s, restarting
> 2025-04-07 11:46:35.760 WARNING (MainThread) [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"
> 2025-04-07 11:47:55.997 WARNING (MainThread) [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"
> 2025-04-07 11:48:19.291 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36769104003906s, restarting
> 2025-04-07 11:49:16.081 WARNING (MainThread) [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"
> 2025-04-07 11:50:19.296 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37169647216797s, restarting
> 2025-04-07 11:50:36.160 WARNING (MainThread) [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"
> 2025-04-07 11:51:56.470 WARNING (MainThread) [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"
> 2025-04-07 11:52:19.301 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36769104003906s, restarting
> 2025-04-07 11:53:16.807 WARNING (MainThread) [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"
> 2025-04-07 11:54:19.304 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37168884277344s, restarting
> 2025-04-07 11:54:37.034 WARNING (MainThread) [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"
> 2025-04-07 11:55:57.392 WARNING (MainThread) [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"
> 2025-04-07 11:56:19.306 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36766815185547s, restarting
> 2025-04-07 11:57:17.642 WARNING (MainThread) [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"
> 2025-04-07 11:58:19.310 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37167358398438s, restarting
> 2025-04-07 11:58:38.089 WARNING (MainThread) [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"
> 2025-04-07 11:59:58.309 WARNING (MainThread) [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"
> 2025-04-07 12:00:19.314 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36767578125s, restarting
> 2025-04-07 12:01:18.417 WARNING (MainThread) [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"
> 2025-04-07 12:02:19.317 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36768341064453s, restarting
> 2025-04-07 12:02:38.845 WARNING (MainThread) [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"
> 2025-04-07 12:03:59.122 WARNING (MainThread) [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"
> 2025-04-07 12:04:19.321 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36768341064453s, restarting
> 2025-04-07 12:05:19.255 WARNING (MainThread) [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"
> 2025-04-07 12:06:19.324 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 12:06:39.683 WARNING (MainThread) [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"
> 2025-04-07 12:08:00.166 WARNING (MainThread) [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"
> 2025-04-07 12:08:19.327 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37168884277344s, restarting
> 2025-04-07 12:09:20.248 WARNING (MainThread) [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"
> 2025-04-07 12:10:19.329 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36769104003906s, restarting
> 2025-04-07 12:10:40.533 WARNING (MainThread) [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"
> 2025-04-07 12:12:00.613 WARNING (MainThread) [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"
> 2025-04-07 12:12:19.332 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36769104003906s, restarting
> 2025-04-07 12:13:21.026 WARNING (MainThread) [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"
> 2025-04-07 12:14:19.336 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37168884277344s, restarting
> 2025-04-07 12:14:41.168 WARNING (MainThread) [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"
> 2025-04-07 12:16:01.247 WARNING (MainThread) [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"
> 2025-04-07 12:16:19.339 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37168884277344s, restarting
> 2025-04-07 12:17:21.647 WARNING (MainThread) [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"
> 2025-04-07 12:18:19.342 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36769104003906s, restarting
> 2025-04-07 12:18:41.826 WARNING (MainThread) [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"
> 2025-04-07 12:20:02.225 WARNING (MainThread) [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"
> 2025-04-07 12:20:19.346 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37168884277344s, restarting
> 2025-04-07 12:21:22.578 WARNING (MainThread) [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"
> 2025-04-07 12:22:19.349 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36369323730469s, restarting
> 2025-04-07 12:22:42.741 WARNING (MainThread) [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"
> 2025-04-07 12:24:03.095 WARNING (MainThread) [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"
> 2025-04-07 12:24:19.351 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36769104003906s, restarting
> 2025-04-07 12:25:23.587 WARNING (MainThread) [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"
> 2025-04-07 12:26:19.355 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36769104003906s, restarting
> 2025-04-07 12:26:44.066 WARNING (MainThread) [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"
> 2025-04-07 12:28:04.307 WARNING (MainThread) [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"
> 2025-04-07 12:28:19.360 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37168884277344s, restarting
> 2025-04-07 12:29:24.799 WARNING (MainThread) [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"
> 2025-04-07 12:30:19.365 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37166595458984s, restarting
> 2025-04-07 12:30:45.299 WARNING (MainThread) [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"
> 2025-04-07 12:32:05.653 WARNING (MainThread) [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"
> 2025-04-07 12:32:19.367 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36767578125s, restarting
> 2025-04-07 12:33:26.017 WARNING (MainThread) [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"
> 2025-04-07 12:34:19.370 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.37167358398438s, restarting
> 2025-04-07 12:34:46.335 WARNING (MainThread) [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"
> 2025-04-07 12:36:06.393 WARNING (MainThread) [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"
> 2025-04-07 12:36:19.373 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.36767578125s, restarting
> 2025-04-07 12:37:26.814 WARNING (MainThread) [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"
> 2025-04-07 12:38:19.376 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 12:38:46.944 WARNING (MainThread) [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"
> 2025-04-07 12:40:07.234 WARNING (MainThread) [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"
> 2025-04-07 12:40:19.379 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 12:41:09.469 ERROR (MainThread) [homeassistant.components.solax] Error fetching solax SRRZBPEQTT data: 
> 2025-04-07 12:41:27.542 WARNING (MainThread) [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"
> 2025-04-07 12:42:19.383 WARNING (MainThread) [habluetooth.scanner] hci0 (2C:CF:67:58:87:6B): Bluetooth scanner has gone quiet for 115.3716812133789s, restarting
> 2025-04-07 12:42:47.763 WARNING (MainThread) [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"

Habe jetzt mal das Backup geladen… Jetzt funktioniert es zumindest wieder