Hello everyone, I have a smartlife integration that stopped updating data after the HA update to the latest version. I tried deleting and re-inserting the integration, restarting HA. The integration only performs a first reading and then nothing more. Everything worked fine before. Any ideas?
2025-03-06 19:33:57.345 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-03-06 19:33:57.347 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration localtuya 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-03-06 19:33:57.349 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration meross_lan 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-03-06 19:33:57.351 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration portainer 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-03-06 19:33:57.352 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration smartlife 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-03-06 19:34:03.773 WARNING (MainThread) [homeassistant.helpers.config_validation] The 'entity_id' option near /config/configuration.yaml:70 is deprecated, please remove it from your configuration
2025-03-06 19:34:06.184 WARNING (ImportExecutor_0) [homeassistant.backports.enum] StrEnum was used from smartlife, this is a deprecated alias which will be removed in HA Core 2025.5. Use enum.StrEnum instead, please report it to the author of the 'smartlife' custom integration
2025-03-06 19:34:08.237 WARNING (ImportExecutor_0) [homeassistant.backports.enum] StrEnum was used from smartlife, this is a deprecated alias which will be removed in HA Core 2025.5. Use enum.StrEnum instead, please report it to the author of the 'smartlife' custom integration
2025-03-06 19:34:08.245 WARNING (ImportExecutor_0) [homeassistant.const] STATE_ALARM_ARMED_AWAY was used from smartlife, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMED_AWAY instead, please report it to the author of the 'smartlife' custom integration
2025-03-06 19:34:08.254 WARNING (ImportExecutor_0) [homeassistant.const] STATE_ALARM_ARMED_HOME was used from smartlife, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMED_HOME instead, please report it to the author of the 'smartlife' custom integration
2025-03-06 19:34:08.263 WARNING (ImportExecutor_0) [homeassistant.const] STATE_ALARM_DISARMED was used from smartlife, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.DISARMED instead, please report it to the author of the 'smartlife' custom integration
2025-03-06 19:34:08.271 WARNING (ImportExecutor_0) [homeassistant.const] STATE_ALARM_TRIGGERED was used from smartlife, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.TRIGGERED instead, please report it to the author of the 'smartlife' custom integration
2025-03-06 19:34:08.357 WARNING (ImportExecutor_0) [homeassistant.components.light] ATTR_COLOR_TEMP was used from smartlife, this is a deprecated constant which will be removed in HA Core 2026.1. Use kelvin equivalent (ATTR_COLOR_TEMP_KELVIN) instead, please report it to the author of the 'smartlife' custom integration
2025-03-06 19:34:08.365 WARNING (ImportExecutor_0) [homeassistant.components.light] ATTR_COLOR_TEMP was used from smartlife, this is a deprecated constant which will be removed in HA Core 2026.1. Use kelvin equivalent (ATTR_COLOR_TEMP_KELVIN) instead, please report it to the author of the 'smartlife' custom integration
2025-03-06 19:34:08.400 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_CLEANING was used from smartlife, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.CLEANING instead, please report it to the author of the 'smartlife' custom integration
2025-03-06 19:34:08.407 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_DOCKED was used from smartlife, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.DOCKED instead, please report it to the author of the 'smartlife' custom integration
2025-03-06 19:34:08.414 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_RETURNING was used from smartlife, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.RETURNING instead, please report it to the author of the 'smartlife' custom integration
2025-03-06 19:34:08.421 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_CLEANING was used from smartlife, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.CLEANING instead, please report it to the author of the 'smartlife' custom integration
2025-03-06 19:34:08.429 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_DOCKED was used from smartlife, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.DOCKED instead, please report it to the author of the 'smartlife' custom integration
2025-03-06 19:34:08.438 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_RETURNING was used from smartlife, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.RETURNING instead, please report it to the author of the 'smartlife' custom integration
2025-03-06 19:34:08.629 ERROR (Thread-2) [root] Uncaught thread exception
Traceback (most recent call last):
File "/usr/local/lib/python3.13/threading.py", line 1041, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 111, in run
self.__run_mqtt()
~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 129, in __run_mqtt
mqttc = self._start(mq_config)
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 136, in _start
mqttc = mqtt.Client(mq_config.client_id)
File "/usr/local/lib/python3.13/site-packages/paho/mqtt/client.py", line 772, in __init__
raise ValueError(
"Unsupported callback API version: version 2.0 added a callback_api_version, see docs/migrations.rst for details"
)
ValueError: Unsupported callback API version: version 2.0 added a callback_api_version, see docs/migrations.rst for details
2025-03-06 19:34:11.648 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for esphome-test @ 10.0.0.199: Error connecting to [AddrInfo(family=<AddressFamily.AF_INET: 2>, type=<SocketKind.SOCK_STREAM: 1>, proto=6, sockaddr=IPv4Sockaddr(address='10.0.0.199', port=6053))]: [Errno 113] Connect call failed ('10.0.0.199', 6053) (SocketAPIError)
2025-03-06 19:35:51.668 ERROR (MainThread) [tuya_sharing] mq disconnect error 'NoneType' object has no attribute 'disconnect'
2025-03-06 19:36:43.725 ERROR (Thread-3) [root] Uncaught thread exception
Traceback (most recent call last):
File "/usr/local/lib/python3.13/threading.py", line 1041, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 111, in run
self.__run_mqtt()
~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 129, in __run_mqtt
mqttc = self._start(mq_config)
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 136, in _start
mqttc = mqtt.Client(mq_config.client_id)
File "/usr/local/lib/python3.13/site-packages/paho/mqtt/client.py", line 772, in __init__
raise ValueError(
"Unsupported callback API version: version 2.0 added a callback_api_version, see docs/migrations.rst for details"
)
ValueError: Unsupported callback API version: version 2.0 added a callback_api_version, see docs/migrations.rst for details
2025-03-06 19:41:08.886 ERROR (SyncWorker_2) [tuya_sharing] mq disconnect error 'NoneType' object has no attribute 'disconnect'
2025-03-06 19:41:08.962 ERROR (Thread-4) [root] Uncaught thread exception
Traceback (most recent call last):
File "/usr/local/lib/python3.13/threading.py", line 1041, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 111, in run
self.__run_mqtt()
~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 129, in __run_mqtt
mqttc = self._start(mq_config)
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 136, in _start
mqttc = mqtt.Client(mq_config.client_id)
File "/usr/local/lib/python3.13/site-packages/paho/mqtt/client.py", line 772, in __init__
raise ValueError(
"Unsupported callback API version: version 2.0 added a callback_api_version, see docs/migrations.rst for details"
)
ValueError: Unsupported callback API version: version 2.0 added a callback_api_version, see docs/migrations.rst for details
2025-03-06 19:41:51.194 ERROR (SyncWorker_4) [tuya_sharing] mq disconnect error 'NoneType' object has no attribute 'disconnect'
2025-03-06 19:41:51.271 ERROR (Thread-5) [root] Uncaught thread exception
Traceback (most recent call last):
File "/usr/local/lib/python3.13/threading.py", line 1041, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 111, in run
self.__run_mqtt()
~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 129, in __run_mqtt
mqttc = self._start(mq_config)
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 136, in _start
mqttc = mqtt.Client(mq_config.client_id)
File "/usr/local/lib/python3.13/site-packages/paho/mqtt/client.py", line 772, in __init__
raise ValueError(
"Unsupported callback API version: version 2.0 added a callback_api_version, see docs/migrations.rst for details"
)
ValueError: Unsupported callback API version: version 2.0 added a callback_api_version, see docs/migrations.rst for details
2025-03-06 19:45:01.361 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_CLEANING was used from localtuya, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.CLEANING instead, please report it to the author of the 'localtuya' custom integration
2025-03-06 19:45:01.369 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_DOCKED was used from localtuya, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.DOCKED instead, please report it to the author of the 'localtuya' custom integration
2025-03-06 19:45:01.377 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_ERROR was used from localtuya, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.ERROR instead, please report it to the author of the 'localtuya' custom integration
2025-03-06 19:45:01.385 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_IDLE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.IDLE instead, please report it to the author of the 'localtuya' custom integration
2025-03-06 19:45:01.393 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_PAUSED was used from localtuya, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.PAUSED instead, please report it to the author of the 'localtuya' custom integration
2025-03-06 19:45:01.401 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_RETURNING was used from localtuya, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.RETURNING instead, please report it to the author of the 'localtuya' custom integration
2025-03-06 19:45:01.409 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_CLEANING was used from localtuya, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.CLEANING instead, please report it to the author of the 'localtuya' custom integration
2025-03-06 19:45:01.417 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_DOCKED was used from localtuya, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.DOCKED instead, please report it to the author of the 'localtuya' custom integration
2025-03-06 19:45:01.425 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_ERROR was used from localtuya, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.ERROR instead, please report it to the author of the 'localtuya' custom integration
2025-03-06 19:45:01.433 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_IDLE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.IDLE instead, please report it to the author of the 'localtuya' custom integration
2025-03-06 19:45:01.441 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_PAUSED was used from localtuya, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.PAUSED instead, please report it to the author of the 'localtuya' custom integration
2025-03-06 19:45:01.449 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_RETURNING was used from localtuya, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.RETURNING instead, please report it to the author of the 'localtuya' custom integration
2025-03-06 19:45:01.469 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'localtuya' accesses hass.helpers.service, which should be updated to import functions used from service directly at custom_components/localtuya/__init__.py, line 165: hass.helpers.service.async_register_admin_service(. This will stop working in Home Assistant 2025.5, please create a bug report at https://github.com/rospogrigio/localtuya/issues
2025-03-06 20:18:25.284 ERROR (SyncWorker_8) [tuya_sharing] mq disconnect error 'NoneType' object has no attribute 'disconnect'
2025-03-06 20:18:25.359 ERROR (Thread-6) [root] Uncaught thread exception
Traceback (most recent call last):
File "/usr/local/lib/python3.13/threading.py", line 1041, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 111, in run
self.__run_mqtt()
~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 129, in __run_mqtt
mqttc = self._start(mq_config)
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 136, in _start
mqttc = mqtt.Client(mq_config.client_id)
File "/usr/local/lib/python3.13/site-packages/paho/mqtt/client.py", line 772, in __init__
raise ValueError(
"Unsupported callback API version: version 2.0 added a callback_api_version, see docs/migrations.rst for details"
)
ValueError: Unsupported callback API version: version 2.0 added a callback_api_version, see docs/migrations.rst for details
2025-03-06 20:20:55.183 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'localtuya' sets option flow config_entry explicitly, which is deprecated at custom_components/localtuya/config_flow.py, line 396: self.config_entry = config_entry. This will stop working in Home Assistant 2025.12, please create a bug report at https://github.com/rospogrigio/localtuya/issues
2025-03-06 20:31:35.061 DEBUG (MainThread) [custom_components.smartlife] unload entry id = xxxxxxxxxxxxxxxxx
2025-03-06 20:31:35.519 DEBUG (MainThread) [custom_components.smartlife] dpcode get device=CustomerDevice(active_time=1740228469, biz_type=18, category='dlq', create_time=1740228469, ....................
2025-03-06 20:31:35.586 ERROR (SyncWorker_13) [tuya_sharing] mq disconnect error 'NoneType' object has no attribute 'disconnect'
2025-03-06 20:31:35.645 ERROR (Thread-7) [root] Uncaught thread exception
Traceback (most recent call last):
File "/usr/local/lib/python3.13/threading.py", line 1041, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 111, in run
self.__run_mqtt()
~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 129, in __run_mqtt
mqttc = self._start(mq_config)
File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 136, in _start
mqttc = mqtt.Client(mq_config.client_id)
File "/usr/local/lib/python3.13/site-packages/paho/mqtt/client.py", line 772, in __init__
raise ValueError(
"Unsupported callback API version: version 2.0 added a callback_api_version, see docs/migrations.rst for details"
)
ValueError: Unsupported callback API version: version 2.0 added a callback_api_version, see docs/migrations.rst for details