We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homekit无法控制Gosund16开关
homekit能控制开关
2024-12-29 22:06:50
日志记录器: homeassistant.core 来源: core.py:2822 首次出现: 22:06:56 (4 次总计出现) 上次记录: 22:07:41
Error executing service: <ServiceCall switch.turn_off (c:01JG9BVD4WRPEBBREYM06B4NTV): entity_id=['switch.cuco_cn_768975410_cp2d_on_p_2_1']> Error executing service: <ServiceCall switch.turn_off (c:01JG9BVTNV1ZPX7VH3ACA5R003): entity_id=['switch.cuco_cn_768975410_cp2d_on_p_2_1']> Error executing service: <ServiceCall switch.turn_on (c:01JG9BWR1ZPRSV9VT04Q6QQCFD): entity_id=['switch.cuco_cn_768975410_cp2d_on_p_2_1']> Error executing service: <ServiceCall switch.turn_off (c:01JG9BWSR3ZC913Z5AFTGTDNED): entity_id=['switch.cuco_cn_768975410_cp2d_on_p_2_1']> Traceback (most recent call last): File "/config/custom_components/xiaomi_home/miot/miot_device.py", line 1077, in set_property_async await self.miot_device.miot_client.set_prop_async( did=self.miot_device.did, siid=self.spec.service.iid, piid=self.spec.iid, value=value) File "/config/custom_components/xiaomi_home/miot/miot_client.py", line 658, in set_prop_async raise MIoTClientError( self.__get_exec_error_with_rc(rc=rc)) custom_components.xiaomi_home.miot.miot_error.MIoTClientError: 执行错误, 设备操作超时
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/core.py", line 2822, in _run_service_call_catch_exceptions await coro_or_task File "/usr/src/homeassistant/homeassistant/core.py", line 2845, in _execute_service return await target(service_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1007, in entity_service_call single_response = await _handle_entity_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^ hass, entity, func, data, call.context ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1079, in _handle_entity_call result = await task ^^^^^^^^^^ File "/config/custom_components/xiaomi_home/switch.py", line 101, in async_turn_off await self.set_property_async(value=False) File "/config/custom_components/xiaomi_home/miot/miot_device.py", line 1081, in set_property_async raise RuntimeError( f'{e}, {self.entity_id}, {self.name}') from e RuntimeError: 执行错误, 设备操作超时, switch.cuco_cn_768975410_cp2d_on_p_2_1, 开关 开关
Asia/Shanghai
2024.12.5
20241127.8
v0.1.4b1
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug / 描述问题
Homekit无法控制Gosund16开关
How to Reproduce / 复现步骤
Expected Behavior / 预期结果
homekit能控制开关
Reproduce Time / 问题复现的时间点
2024-12-29 22:06:50
Home Assistant Logs / 系统日志
日志记录器: homeassistant.core
来源: core.py:2822
首次出现: 22:06:56 (4 次总计出现)
上次记录: 22:07:41
Error executing service: <ServiceCall switch.turn_off (c:01JG9BVD4WRPEBBREYM06B4NTV): entity_id=['switch.cuco_cn_768975410_cp2d_on_p_2_1']>
Error executing service: <ServiceCall switch.turn_off (c:01JG9BVTNV1ZPX7VH3ACA5R003): entity_id=['switch.cuco_cn_768975410_cp2d_on_p_2_1']>
Error executing service: <ServiceCall switch.turn_on (c:01JG9BWR1ZPRSV9VT04Q6QQCFD): entity_id=['switch.cuco_cn_768975410_cp2d_on_p_2_1']>
Error executing service: <ServiceCall switch.turn_off (c:01JG9BWSR3ZC913Z5AFTGTDNED): entity_id=['switch.cuco_cn_768975410_cp2d_on_p_2_1']>
Traceback (most recent call last):
File "/config/custom_components/xiaomi_home/miot/miot_device.py", line 1077, in set_property_async
await self.miot_device.miot_client.set_prop_async(
did=self.miot_device.did, siid=self.spec.service.iid,
piid=self.spec.iid, value=value)
File "/config/custom_components/xiaomi_home/miot/miot_client.py", line 658, in set_prop_async
raise MIoTClientError(
self.__get_exec_error_with_rc(rc=rc))
custom_components.xiaomi_home.miot.miot_error.MIoTClientError: 执行错误, 设备操作超时
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/core.py", line 2822, in _run_service_call_catch_exceptions
await coro_or_task
File "/usr/src/homeassistant/homeassistant/core.py", line 2845, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1007, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
hass, entity, func, data, call.context
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1079, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/config/custom_components/xiaomi_home/switch.py", line 101, in async_turn_off
await self.set_property_async(value=False)
File "/config/custom_components/xiaomi_home/miot/miot_device.py", line 1081, in set_property_async
raise RuntimeError(
f'{e}, {self.entity_id}, {self.name}') from e
RuntimeError: 执行错误, 设备操作超时, switch.cuco_cn_768975410_cp2d_on_p_2_1, 开关 开关
Log Timezone / 日志时区
Asia/Shanghai
Home Assistant Core Version / Home Assistant Core 版本
2024.12.5
Home Assistant Operation System Version / Home Assistant Operation System 版本
20241127.8
Xiaomi Home Integration Version / 米家集成版本
v0.1.4b1
Additional Context / 其他说明
No response
The text was updated successfully, but these errors were encountered: