light color does not update correctly in Home Assistant #369
Description
Describe the Bug / 描述问题
When the xiaomi (yeelink.light.color5) light is configured in Home Assistant , switching from color mode to white mode with temperature adjustment does not update correctly in the Home Assistant interface. The Xiaomi Home app, however, works correctly, and the state updates as expected
How to Reproduce / 复现步骤
- Configure the Yeelight (yeelink.light.color5) light in Home Assistant
- Switch from color mode to white mode and adjust the color temperature.
- Observe that the Home Assistant interface still displays the previous color (e.g., red) instead of updating to white mode.
Expected Behavior / 预期结果
The Home Assistant interface should correctly update to white mode and display the current color temperature
Home Assistant Logs / 系统日志
2024-12-22 16:24:06.840 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
2024-12-22 16:24:06.842 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration xiaomi_home 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
2024-12-22 16:24:19.623 ERROR (MainThread) [custom_components.xiaomi_home.miot.miot_cloud] get_device_list, cloud, invalid device, {'did': 'huami.32096/10301937', 'uid': 1736398411, 'token': '', 'name': 'Mi Smart Band 6 NFC', 'pid': 6, 'mac': 'CA:E3:E7:94:D1:6F', 'bssid': '', 'longitude': '0.00000000', 'latitude': '0.00000000', 'show_mode': 1, 'model': 'hmpace.motion.v6nfc', 'permitLevel': 16, 'isOnline': False, 'extra': {'isSetPincode': 0, 'pincodeType': 0, 'isSubGroup': False, 'showGroupMember': False, 'split': {}}, 'orderTime': 1707201654, 'freqFlag': True, 'hide_mode': 0, 'cnt': 6, 'comFlag': 129, 'carPicInfo': ''}
2024-12-22 16:24:19.674 ERROR (MainThread) [custom_components.xiaomi_home.miot.miot_cloud] get device info failed, huami.32096/10301937
2024-12-22 16:24:40.975 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/discovery_flow.py", line 137, in async_start
await gather_with_limited_concurrency(FLOW_INIT_LIMIT, *init_coros)
File "/usr/src/homeassistant/homeassistant/util/async.py", line 114, in gather_with_limited_concurrency
return await gather(
^^^^^^^^^^^^^
...<2 lines>...
)
^
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 112, in sem_task
return await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1315, in async_init
flow, result = await self._async_init(flow_id, handler, context, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1350, in _async_init
result = await self._async_handle_step(flow, flow.init_step, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 517, in _async_handle_step
result: _FlowResultT = await getattr(flow, method)(user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/apple_tv/config_flow.py", line 237, in async_step_zeroconf
await self._async_aggregate_discoveries(host, unique_id)
File "/usr/src/homeassistant/homeassistant/components/apple_tv/config_flow.py", line 279, in _async_aggregate_discoveries
self._async_check_and_update_in_progress(host, unique_id)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/apple_tv/config_flow.py", line 287, in _async_check_and_update_in_progress
if self.hass.config_entries.flow.async_has_matching_flow(self):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1609, in async_has_matching_flow
if other_flow is not flow and flow.is_matching(other_flow): # type: ignore[arg-type]
~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/apple_tv/config_flow.py", line 299, in is_matching
other_flow.all_identifiers.add(self.unique_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'AppleTVConfigFlow' object has no attribute 'all_identifiers'. Did you mean: 'atv_identifiers'?
2024-12-22 18:23:14.983 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 for modules 'DeviceModule, Time' after first update: ('Unable to query the device: 192.168.0.112: ', TimeoutError())
2024-12-22 18:26:20.983 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 for modules 'DeviceModule, Time' after first update: ('Unable to query the device: 192.168.0.112: ', TimeoutError())
2024-12-22 19:12:37.242 ERROR (ha.a4a2c9c2cfb87068bd5d2f6437038a97) [custom_components.xiaomi_home.miot.miot_client] ha.a4a2c9c2cfb87068bd5d2f6437038a97, mips disconnect, 16, None
2024-12-22 19:12:37.243 ERROR (ha.a4a2c9c2cfb87068bd5d2f6437038a97) [custom_components.xiaomi_home.miot.miot_client] ha.a4a2c9c2cfb87068bd5d2f6437038a97, mips try reconnect after 30000ms
2024-12-22 19:12:37.245 ERROR (ha.a4a2c9c2cfb87068bd5d2f6437038a97) [custom_components.xiaomi_home.miot.miot_client] ha.a4a2c9c2cfb87068bd5d2f6437038a97, mips try reconnect after 60000ms
2024-12-22 19:12:37.246 ERROR (ha.a4a2c9c2cfb87068bd5d2f6437038a97) [custom_components.xiaomi_home.miot.miot_client] ha.a4a2c9c2cfb87068bd5d2f6437038a97, mips unsub internal error, 4, None, device/236837361/up/properties_changed/#
2024-12-22 19:12:37.247 ERROR (ha.a4a2c9c2cfb87068bd5d2f6437038a97) [custom_components.xiaomi_home.miot.miot_client] ha.a4a2c9c2cfb87068bd5d2f6437038a97, mips unsub internal error, 4, None, device/236837361/up/event_occured/#
2024-12-22 19:13:39.143 ERROR (MainThread) [custom_components.xiaomi_home.miot.miot_cloud] get_device_list, cloud, invalid device, {'did': 'huami.32096/10301937', 'uid': 1736398411, 'token': '', 'name': 'Mi Smart Band 6 NFC', 'pid': 6, 'mac': 'CA:E3:E7:94:D1:6F', 'bssid': '', 'longitude': '0.00000000', 'latitude': '0.00000000', 'show_mode': 1, 'model': 'hmpace.motion.v6nfc', 'permitLevel': 16, 'isOnline': False, 'extra': {'isSetPincode': 0, 'pincodeType': 0, 'isSubGroup': False, 'showGroupMember': False, 'split': {}}, 'orderTime': 1707201654, 'freqFlag': True, 'hide_mode': 0, 'cnt': 6, 'comFlag': 129, 'carPicInfo': ''}
2024-12-22 19:13:39.143 ERROR (MainThread) [custom_components.xiaomi_home.miot.miot_cloud] get device info failed, huami.32096/10301937
2024-12-22 21:50:56.985 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.108 for modules 'AutoOff, DeviceModule, Energy, Time' after first update: ('Unable to query the device: 192.168.0.108: ', TimeoutError())
2024-12-22 21:50:56.987 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.107 for modules 'AutoOff, DeviceModule, Energy, Time' after first update: ('Unable to query the device: 192.168.0.107: ', TimeoutError())
2024-12-22 21:50:56.989 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 for modules 'AutoOff, DeviceModule, Energy, Time' after first update: ('Unable to query the device: 192.168.0.103: ', TimeoutError())
2024-12-22 21:50:59.984 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 for modules 'DeviceModule, Time' after first update: ('Unable to query the device: 192.168.0.112: ', TimeoutError())
2024-12-22 21:51:02.983 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 individually for module query 'get_auto_off_config' after first update: ('Unable to query the device: 192.168.0.103: ', TimeoutError())
2024-12-22 21:51:02.985 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.107 individually for module query 'get_auto_off_config' after first update: ('Unable to query the device: 192.168.0.107: ', TimeoutError())
2024-12-22 21:51:02.987 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.108 individually for module query 'get_auto_off_config' after first update: ('Unable to query the device: 192.168.0.108: ', TimeoutError())
2024-12-22 21:51:05.984 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_info' after first update: ('Unable to query the device: 192.168.0.112: ', TimeoutError())
2024-12-22 21:51:08.984 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.107 individually for module query 'get_device_info' after first update: ('Unable to query the device: 192.168.0.107: ', TimeoutError())
2024-12-22 21:51:08.987 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.108 individually for module query 'get_device_info' after first update: ('Unable to query the device: 192.168.0.108: ', TimeoutError())
2024-12-22 21:51:08.989 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 individually for module query 'get_device_info' after first update: ('Unable to query the device: 192.168.0.103: ', TimeoutError())
2024-12-22 21:51:11.984 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_usage' after first update: ('Unable to query the device: 192.168.0.112: ', TimeoutError())
2024-12-22 21:51:14.984 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 individually for module query 'get_device_usage' after first update: ('Unable to query the device: 192.168.0.103: ', TimeoutError())
2024-12-22 21:51:14.986 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.107 individually for module query 'get_device_usage' after first update: ('Unable to query the device: 192.168.0.107: ', TimeoutError())
2024-12-22 21:51:14.988 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.108 individually for module query 'get_device_usage' after first update: ('Unable to query the device: 192.168.0.108: ', TimeoutError())
2024-12-22 21:51:17.983 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_time' after first update: ('Unable to query the device: 192.168.0.112: ', TimeoutError())
2024-12-22 21:51:17.984 ERROR (MainThread) [homeassistant.components.tplink.coordinator] Error fetching 192.168.0.112 data: get_device_info not found in {'get_device_info': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_device_usage': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_device_time': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>} for device 192.168.0.112
2024-12-22 21:51:19.277 ERROR (MainThread) [homeassistant.components.shelly] Error fetching Cancello data: Error fetching data: DeviceConnectionTimeoutError(TimeoutError())
2024-12-22 21:51:20.983 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 individually for module query 'get_energy_usage' after first update: ('Unable to query the device: 192.168.0.103: ', TimeoutError())
2024-12-22 21:51:28.913 ERROR (MainThread) [homeassistant.components.reolink] Error fetching reolink.RECORDER data: Host 192.168.88.46:443: connection error: Cannot connect to host 192.168.88.46:443 ssl:default [Connect call failed ('192.168.88.46', 443)]
2024-12-22 21:51:30.129 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.107 individually for module query 'get_energy_usage' after first update: ("Device connection error: 192.168.0.107: Cannot connect to host 192.168.0.107:80 ssl:False [Connect call failed ('192.168.0.107', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.107', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.107', 80)")))
2024-12-22 21:51:30.130 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.108 individually for module query 'get_energy_usage' after first update: ("Device connection error: 192.168.0.108: Cannot connect to host 192.168.0.108:80 ssl:False [Connect call failed ('192.168.0.108', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.108', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.108', 80)")))
2024-12-22 21:51:31.153 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 individually for module query 'get_current_power' after first update: ("Device connection error: 192.168.0.103: Cannot connect to host 192.168.0.103:80 ssl:False [Connect call failed ('192.168.0.103', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.103', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.103', 80)")))
2024-12-22 21:51:36.401 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 for modules 'DeviceModule, Time' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:51:43.441 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.107 individually for module query 'get_current_power' after first update: ("Device connection error: 192.168.0.107: Cannot connect to host 192.168.0.107:80 ssl:False [Connect call failed ('192.168.0.107', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.107', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.107', 80)")))
2024-12-22 21:51:43.442 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.108 individually for module query 'get_current_power' after first update: ("Device connection error: 192.168.0.108: Cannot connect to host 192.168.0.108:80 ssl:False [Connect call failed ('192.168.0.108', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.108', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.108', 80)")))
2024-12-22 21:51:44.465 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 individually for module query 'get_emeter_data' after first update: ("Device connection error: 192.168.0.103: Cannot connect to host 192.168.0.103:80 ssl:False [Connect call failed ('192.168.0.103', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.103', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.103', 80)")))
2024-12-22 21:51:49.713 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_info' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:51:54.487 ERROR (ha.a4a2c9c2cfb87068bd5d2f6437038a97) [custom_components.xiaomi_home.miot.miot_client] ha.a4a2c9c2cfb87068bd5d2f6437038a97, mips disconnect, 0, None
2024-12-22 21:51:56.753 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.107 individually for module query 'get_emeter_data' after first update: ("Device connection error: 192.168.0.107: Cannot connect to host 192.168.0.107:80 ssl:False [Connect call failed ('192.168.0.107', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.107', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.107', 80)")))
2024-12-22 21:51:56.754 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.108 individually for module query 'get_emeter_data' after first update: ("Device connection error: 192.168.0.108: Cannot connect to host 192.168.0.108:80 ssl:False [Connect call failed ('192.168.0.108', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.108', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.108', 80)")))
2024-12-22 21:51:57.777 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 individually for module query 'get_emeter_vgain_igain' after first update: ("Device connection error: 192.168.0.103: Cannot connect to host 192.168.0.103:80 ssl:False [Connect call failed ('192.168.0.103', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.103', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.103', 80)")))
2024-12-22 21:52:03.025 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_usage' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:52:03.984 ERROR (MainThread) [aioshelly.rpc_device.wsrpc] Invalid Message from host 192.168.0.152:80: Received message error
2024-12-22 21:52:07.057 ERROR (MainThread) [homeassistant.components.shelly] Error fetching shellyplus1-08b61fd9cf6c data: Device reconnect error
2024-12-22 21:52:09.297 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.108 individually for module query 'get_emeter_vgain_igain' after first update: ("Device connection error: 192.168.0.108: Cannot connect to host 192.168.0.108:80 ssl:False [Connect call failed ('192.168.0.108', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.108', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.108', 80)")))
2024-12-22 21:52:10.065 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.107 individually for module query 'get_emeter_vgain_igain' after first update: ("Device connection error: 192.168.0.107: Cannot connect to host 192.168.0.107:80 ssl:False [Connect call failed ('192.168.0.107', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.107', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.107', 80)")))
2024-12-22 21:52:11.089 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 individually for module query 'get_device_time' after first update: ("Device connection error: 192.168.0.103: Cannot connect to host 192.168.0.103:80 ssl:False [Connect call failed ('192.168.0.103', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.103', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.103', 80)")))
2024-12-22 21:52:11.089 ERROR (MainThread) [homeassistant.components.tplink.coordinator] Error fetching 192.168.0.103 data: get_device_info not found in {'get_auto_off_config': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_device_info': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_device_usage': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_energy_usage': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_current_power': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_emeter_data': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_emeter_vgain_igain': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_device_time': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>} for device 192.168.0.103
2024-12-22 21:52:11.090 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.103 - Congelatroie (P110)> number.congelatroie_turn_off_in: get_auto_off_config for AutoOff (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:11.091 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.103 - Congelatroie (P110)> sensor.congelatroie_consumo_di_corrente: get_energy_usage for Energy (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:11.091 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.103 - Congelatroie (P110)> sensor.congelatroie_today_s_consumption: get_energy_usage for Energy (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:11.092 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.103 - Congelatroie (P110)> sensor.congelatroie_this_month_s_consumption: get_energy_usage for Energy (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:11.092 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.103 - Congelatroie (P110)> sensor.congelatroie_voltage: get_energy_usage for Energy (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:11.092 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.103 - Congelatroie (P110)> sensor.congelatroie_current: get_energy_usage for Energy (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:11.093 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.103 - Congelatroie (P110)> switch.congelatroie_auto_off_enabled: get_auto_off_config for AutoOff (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:16.337 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_time' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:52:21.585 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.108 individually for module query 'get_device_time' after first update: ("Device connection error: 192.168.0.108: Cannot connect to host 192.168.0.108:80 ssl:False [Connect call failed ('192.168.0.108', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.108', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.108', 80)")))
2024-12-22 21:52:21.585 ERROR (MainThread) [homeassistant.components.tplink.coordinator] Error fetching 192.168.0.108 data: get_device_info not found in {'get_auto_off_config': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_device_info': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_device_usage': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_energy_usage': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_current_power': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_emeter_data': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_emeter_vgain_igain': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_device_time': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>} for device 192.168.0.108
2024-12-22 21:52:21.586 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.108 - congelatore nuovo (P115)> number.congelatore_nuovo_turn_off_in: get_auto_off_config for AutoOff (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:21.587 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.108 - congelatore nuovo (P115)> sensor.congelatore_nuovo_consumo_di_corrente: get_energy_usage for Energy (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:21.587 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.108 - congelatore nuovo (P115)> sensor.congelatore_nuovo_today_s_consumption: get_energy_usage for Energy (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:21.587 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.108 - congelatore nuovo (P115)> sensor.congelatore_nuovo_this_month_s_consumption: get_energy_usage for Energy (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:21.594 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.108 - congelatore nuovo (P115)> sensor.congelatore_nuovo_voltage: get_energy_usage for Energy (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:21.594 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.108 - congelatore nuovo (P115)> sensor.congelatore_nuovo_current: get_energy_usage for Energy (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:21.595 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.108 - congelatore nuovo (P115)> switch.congelatore_nuovo_auto_off_enabled: get_auto_off_config for AutoOff (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:23.377 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.107 individually for module query 'get_device_time' after first update: ("Device connection error: 192.168.0.107: Cannot connect to host 192.168.0.107:80 ssl:False [Connect call failed ('192.168.0.107', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.107', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.107', 80)")))
2024-12-22 21:52:23.377 ERROR (MainThread) [homeassistant.components.tplink.coordinator] Error fetching 192.168.0.107 data: get_device_info not found in {'get_auto_off_config': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_device_info': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_device_usage': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_energy_usage': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_current_power': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_emeter_data': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_emeter_vgain_igain': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>, 'get_device_time': <SmartErrorCode.INTERNAL_QUERY_ERROR: -100001>} for device 192.168.0.107
2024-12-22 21:52:23.378 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.107 - Frighio (P110)> number.frighio_turn_off_in: get_auto_off_config for AutoOff (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:23.379 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.107 - Frighio (P110)> sensor.frighio_consumo_di_corrente: get_energy_usage for Energy (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:23.379 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.107 - Frighio (P110)> sensor.frighio_today_s_consumption: get_energy_usage for Energy (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:23.379 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.107 - Frighio (P110)> sensor.frighio_this_month_s_consumption: get_energy_usage for Energy (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:23.380 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.107 - Frighio (P110)> sensor.frighio_voltage: get_energy_usage for Energy (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:23.380 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.107 - Frighio (P110)> sensor.frighio_current: get_energy_usage for Energy (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:23.381 WARNING (MainThread) [homeassistant.components.tplink.entity] Unable to read data for <DeviceType.Plug at 192.168.0.107 - Frighio (P110)> switch.frighio_auto_off_enabled: get_auto_off_config for AutoOff (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:52:26.961 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 for modules 'AutoOff, Cloud, DeviceModule, Energy, Time' after first update: ("Device connection error: 192.168.0.103: Cannot connect to host 192.168.0.103:80 ssl:False [Connect call failed ('192.168.0.103', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.103', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.103', 80)")))
2024-12-22 21:52:34.385 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 for modules 'Cloud, DeviceModule, LightPreset, Time' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:52:37.521 WARNING (MainThread) [reolink_aio.api] Error while logging out: Host 192.168.88.46:443: connection error: Cannot connect to host 192.168.88.46:443 ssl:default [Connect call failed ('192.168.88.46', 443)]
2024-12-22 21:52:39.249 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.108 for modules 'AutoOff, Cloud, DeviceModule, Energy, Time' after first update: ("Device connection error: 192.168.0.108: Cannot connect to host 192.168.0.108:80 ssl:False [Connect call failed ('192.168.0.108', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.108', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.108', 80)")))
2024-12-22 21:52:40.273 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 individually for module query 'get_auto_off_config' after first update: ("Device connection error: 192.168.0.103: Cannot connect to host 192.168.0.103:80 ssl:False [Connect call failed ('192.168.0.103', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.103', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.103', 80)")))
2024-12-22 21:52:40.529 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.107 for modules 'AutoOff, Cloud, DeviceModule, Energy, Time' after first update: ("Device connection error: 192.168.0.107: Cannot connect to host 192.168.0.107:80 ssl:False [Connect call failed ('192.168.0.107', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.107', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.107', 80)")))
2024-12-22 21:52:47.697 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_connect_cloud_state' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:52:52.561 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.108 individually for module query 'get_auto_off_config' after first update: ("Device connection error: 192.168.0.108: Cannot connect to host 192.168.0.108:80 ssl:False [Connect call failed ('192.168.0.108', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.108', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.108', 80)")))
2024-12-22 21:52:52.817 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.107 individually for module query 'get_auto_off_config' after first update: ("Device connection error: 192.168.0.107: Cannot connect to host 192.168.0.107:80 ssl:False [Connect call failed ('192.168.0.107', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.107', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.107', 80)")))
2024-12-22 21:52:53.585 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 individually for module query 'get_connect_cloud_state' after first update: ("Device connection error: 192.168.0.103: Cannot connect to host 192.168.0.103:80 ssl:False [Connect call failed ('192.168.0.103', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.103', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.103', 80)")))
2024-12-22 21:53:01.009 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_info' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:05.105 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.107 individually for module query 'get_connect_cloud_state' after first update: ("Device connection error: 192.168.0.107: Cannot connect to host 192.168.0.107:80 ssl:False [Connect call failed ('192.168.0.107', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.107', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.107', 80)")))
2024-12-22 21:53:05.873 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.108 individually for module query 'get_connect_cloud_state' after first update: ("Device connection error: 192.168.0.108: Cannot connect to host 192.168.0.108:80 ssl:False [Connect call failed ('192.168.0.108', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.108', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.108', 80)")))
2024-12-22 21:53:06.897 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 individually for module query 'get_device_info' after first update: ("Device connection error: 192.168.0.103: Cannot connect to host 192.168.0.103:80 ssl:False [Connect call failed ('192.168.0.103', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.103', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.103', 80)")))
2024-12-22 21:53:08.392 WARNING (MainThread) [kasa.smart.smartdevice] Error processing AutoOff for device 192.168.0.107, module will be unavailable: get_auto_off_config for AutoOff (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:53:08.393 WARNING (MainThread) [kasa.smart.smartdevice] Error processing Cloud for device 192.168.0.107, module will be unavailable: get_connect_cloud_state for Cloud (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:53:08.521 WARNING (MainThread) [kasa.smart.smartdevice] Error processing AutoOff for device 192.168.0.108, module will be unavailable: get_auto_off_config for AutoOff (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:53:08.521 WARNING (MainThread) [kasa.smart.smartdevice] Error processing Cloud for device 192.168.0.108, module will be unavailable: get_connect_cloud_state for Cloud (error_code=INTERNAL_QUERY_ERROR)
2024-12-22 21:53:11.261 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_usage' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:12.279 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_preset_rules' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:13.301 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_time' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:14.867 ERROR (MainThread) [custom_components.xiaomi_home.miot.miot_cloud] get_device_list, cloud, invalid device, {'did': 'huami.32096/10301937', 'uid': 1736398411, 'token': '', 'name': 'Mi Smart Band 6 NFC', 'pid': 6, 'mac': 'CA:E3:E7:94:D1:6F', 'bssid': '', 'longitude': '0.00000000', 'latitude': '0.00000000', 'show_mode': 1, 'model': 'hmpace.motion.v6nfc', 'permitLevel': 16, 'isOnline': False, 'extra': {'isSetPincode': 0, 'pincodeType': 0, 'isSubGroup': False, 'showGroupMember': False, 'split': {}}, 'orderTime': 1707201654, 'freqFlag': True, 'hide_mode': 0, 'cnt': 6, 'comFlag': 129, 'carPicInfo': ''}
2024-12-22 21:53:14.868 ERROR (MainThread) [custom_components.xiaomi_home.miot.miot_cloud] get device info failed, huami.32096/10301937
2024-12-22 21:53:19.362 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 for modules 'Cloud, DeviceModule, LightPreset, Time' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:20.209 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 individually for module query 'get_device_usage' after first update: ("Device connection error: 192.168.0.103: Cannot connect to host 192.168.0.103:80 ssl:False [Connect call failed ('192.168.0.103', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.103', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.103', 80)")))
2024-12-22 21:53:20.591 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_connect_cloud_state' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:21.683 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_info' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:22.844 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_usage' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:24.029 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_preset_rules' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:25.160 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_time' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:31.552 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 for modules 'Cloud, DeviceModule, LightPreset, Time' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:32.732 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_connect_cloud_state' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:33.521 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 individually for module query 'get_energy_usage' after first update: ("Device connection error: 192.168.0.103: Cannot connect to host 192.168.0.103:80 ssl:False [Connect call failed ('192.168.0.103', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.103', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.103', 80)")))
2024-12-22 21:53:33.960 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_info' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:35.231 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_usage' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:36.463 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_preset_rules' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:37.691 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_time' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:43.485 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 for modules 'Cloud, DeviceModule, LightPreset, Time' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:44.758 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_connect_cloud_state' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:45.944 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_info' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:46.835 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 individually for module query 'get_current_power' after first update: ("Device connection error: 192.168.0.103: Cannot connect to host 192.168.0.103:80 ssl:False [Connect call failed ('192.168.0.103', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.103', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.103', 80)")))
2024-12-22 21:53:47.215 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_usage' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:48.443 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_preset_rules' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:49.673 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_time' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:55.510 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 for modules 'Cloud, DeviceModule, LightPreset, Time' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:56.740 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_connect_cloud_state' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:57.967 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_info' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:53:59.200 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_usage' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:54:00.145 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 individually for module query 'get_emeter_data' after first update: ("Device connection error: 192.168.0.103: Cannot connect to host 192.168.0.103:80 ssl:False [Connect call failed ('192.168.0.103', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.103', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.103', 80)")))
2024-12-22 21:54:00.429 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_preset_rules' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:54:01.610 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_time' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:54:07.491 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 for modules 'Cloud, DeviceModule, LightPreset, Time' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:54:08.720 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_connect_cloud_state' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:54:09.949 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_info' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:54:11.177 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_usage' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:54:12.406 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_preset_rules' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 21:54:13.457 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.103 individually for module query 'get_emeter_vgain_igain' after first update: ("Device connection error: 192.168.0.103: Cannot connect to host 192.168.0.103:80 ssl:False [Connect call failed ('192.168.0.103', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.103', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(113, "Connect call failed ('192.168.0.103', 80)")))
2024-12-22 21:54:13.592 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.112 individually for module query 'get_device_time' after first update: ("Device connection error: 192.168.0.112: Cannot connect to host 192.168.0.112:80 ssl:False [Connect call failed ('192.168.0.112', 80)]", ClientConnectorError(ConnectionKey(host='192.168.0.112', port=80, is_ssl=False, ssl=False, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Connect call failed ('192.168.0.112', 80)")))
2024-12-22 22:01:16.985 ERROR (MainThread) [kasa.smart.smartdevice] Error querying 192.168.0.108 for modules 'AutoOff, DeviceModule, Energy, Time' after first update: ('Unable to query the device: 192.168.0.108: ', TimeoutError())
2024-12-22 23:12:22.116 ERROR (ha.a4a2c9c2cfb87068bd5d2f6437038a97) [custom_components.xiaomi_home.miot.miot_client] ha.a4a2c9c2cfb87068bd5d2f6437038a97, mips disconnect, 16, None
2024-12-22 23:12:22.117 ERROR (ha.a4a2c9c2cfb87068bd5d2f6437038a97) [custom_components.xiaomi_home.miot.miot_client] ha.a4a2c9c2cfb87068bd5d2f6437038a97, mips try reconnect after 120000ms
2024-12-22 23:12:22.117 ERROR (ha.a4a2c9c2cfb87068bd5d2f6437038a97) [custom_components.xiaomi_home.miot.miot_client] ha.a4a2c9c2cfb87068bd5d2f6437038a97, mips try reconnect after 240000ms
2024-12-22 23:12:22.120 ERROR (ha.a4a2c9c2cfb87068bd5d2f6437038a97) [custom_components.xiaomi_home.miot.miot_client] ha.a4a2c9c2cfb87068bd5d2f6437038a97, mips unsub internal error, 4, None, device/236837361/up/properties_changed/#
2024-12-22 23:12:22.120 ERROR (ha.a4a2c9c2cfb87068bd5d2f6437038a97) [custom_components.xiaomi_home.miot.miot_client] ha.a4a2c9c2cfb87068bd5d2f6437038a97, mips unsub internal error, 4, None, device/236837361/up/event_occured/#
2024-12-22 23:16:04.090 ERROR (MainThread) [custom_components.xiaomi_home.miot.miot_cloud] get_device_list, cloud, invalid device, {'did': 'huami.32096/10301937', 'uid': 1736398411, 'token': '', 'name': 'Mi Smart Band 6 NFC', 'pid': 6, 'mac': 'CA:E3:E7:94:D1:6F', 'bssid': '', 'longitude': '0.00000000', 'latitude': '0.00000000', 'show_mode': 1, 'model': 'hmpace.motion.v6nfc', 'permitLevel': 16, 'isOnline': False, 'extra': {'isSetPincode': 0, 'pincodeType': 0, 'isSubGroup': False, 'showGroupMember': False, 'split': {}}, 'orderTime': 1707201654, 'freqFlag': True, 'hide_mode': 0, 'cnt': 6, 'comFlag': 129, 'carPicInfo': ''}
2024-12-22 23:16:04.090 ERROR (MainThread) [custom_components.xiaomi_home.miot.miot_cloud] get device info failed, huami.32096/10301937
2024-12-22 23:16:25.820 ERROR (MainThread) [custom_components.xiaomi_home.miot.miot_cloud] get_device_list, cloud, invalid device, {'did': 'huami.32096/10301937', 'uid': 1736398411, 'token': '', 'name': 'Mi Smart Band 6 NFC', 'pid': 6, 'mac': 'CA:E3:E7:94:D1:6F', 'bssid': '', 'longitude': '0.00000000', 'latitude': '0.00000000', 'show_mode': 1, 'model': 'hmpace.motion.v6nfc', 'permitLevel': 16, 'isOnline': False, 'extra': {'isSetPincode': 0, 'pincodeType': 0, 'isSubGroup': False, 'showGroupMember': False, 'split': {}}, 'orderTime': 1707201654, 'freqFlag': True, 'hide_mode': 0, 'cnt': 6, 'comFlag': 129, 'carPicInfo': ''}
2024-12-22 23:16:25.821 ERROR (MainThread) [custom_components.xiaomi_home.miot.miot_cloud] get device info failed, huami.32096/10301937
2024-12-22 23:16:31.300 ERROR (ha.a4a2c9c2cfb87068bd5d2f6437038a97) [custom_components.xiaomi_home.miot.miot_client] ha.a4a2c9c2cfb87068bd5d2f6437038a97, mips disconnect, 0, None
2024-12-22 23:16:33.002 ERROR (MainThread) [custom_components.xiaomi_home.miot.miot_cloud] get_device_list, cloud, invalid device, {'did': 'huami.32096/10301937', 'uid': 1736398411, 'token': '', 'name': 'Mi Smart Band 6 NFC', 'pid': 6, 'mac': 'CA:E3:E7:94:D1:6F', 'bssid': '', 'longitude': '0.00000000', 'latitude': '0.00000000', 'show_mode': 1, 'model': 'hmpace.motion.v6nfc', 'permitLevel': 16, 'isOnline': False, 'extra': {'isSetPincode': 0, 'pincodeType': 0, 'isSubGroup': False, 'showGroupMember': False, 'split': {}}, 'orderTime': 1707201654, 'freqFlag': True, 'hide_mode': 0, 'cnt': 6, 'comFlag': 129, 'carPicInfo': ''}
2024-12-22 23:16:33.003 ERROR (MainThread) [custom_components.xiaomi_home.miot.miot_cloud] get device info failed, huami.32096/10301937
Home Assistant Core Version / Home Assistant Core 版本
2024.12.5
Home Assistant Operation System Version / Home Assistant Operation System 版本
14.1
Xiaomi Home Integration Version / 米家集成版本
0.1.3
Additional Context / 其他说明
Light Model: Yeelight (yeelink.light.color5) know as Mi Smart Essential White and Color
Light Firmware: 2.0.8_0022
White Color Temperature: 3300K
App Used: Xiaomi Home (works correctly)