- 积分
- 473
- 金钱
- 404
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 473
- 金钱
- 404
- HASS币
- 0
|
发表于 2021-6-16 00:11:35
|
显示全部楼层
日志详细信息( ERROR )
Logger: homeassistant.components.websocket_api.http.connection
Source: components/fan/__init__.py:549
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 24:01:25 (28 occurrences)
Last logged: 24:10:28
[140233069513504] The speed 100 is not a valid speed.
[140233069513504] The speed 1 is not a valid speed.
[140233069513504] The speed 35 is not a valid speed.
[140232956911920] The speed 41 is not a valid speed.
[140232956911920] The speed 61 is not a valid speed.
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 185, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1491, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1526, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 213, in handle_service
await self.hass.helpers.service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 658, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 760, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 695, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/components/fan/__init__.py", line 236, in async_set_speed_deprecated
await self.async_set_speed(speed)
File "/usr/src/homeassistant/homeassistant/components/fan/__init__.py", line 254, in async_set_speed
await self.async_set_percentage(self.speed_to_percentage(speed))
File "/usr/src/homeassistant/homeassistant/components/fan/__init__.py", line 549, in speed_to_percentage
raise NotValidSpeedError(f"The speed {speed} is not a valid speed.")
homeassistant.components.fan.NotValidSpeedError: The speed 69 is not a valid speed.
|
|