- 积分
- 164
- 金钱
- 124
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
注册会员
- 积分
- 164
- 金钱
- 124
- HASS币
- 0
|
发表于 2020-3-6 17:13:18
|
显示全部楼层
2020-03-06 09:01:25 ERROR (MainThread) [homeassistant.core] Error executing service <ServiceCall switch.turn_off (c:d4f6b8690eeb4f23b0897379a7fff12e): entity_id=['switch.dc1_keting_s1']>
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/core.py", line 1177, in _event_to_service_call
await service_handler.func(service_call)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py", line 177, in handle_service
self._platforms.values(), func, call
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/service.py", line 250, in entity_service_call
permission=POLICY_CONTROL
homeassistant.exceptions.Unauthorized: Unauthorized
2020-03-06 09:11:49 ERROR (MainThread) [homeassistant.core] Error executing service <ServiceCall switch.turn_off (c:2c7bec36902c46f8b94fffd6f42f8784): entity_id=['switch.dc1_keting_s1']>
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/core.py", line 1177, in _event_to_service_call
await service_handler.func(service_call)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py", line 177, in handle_service
self._platforms.values(), func, call
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/service.py", line 250, in entity_service_call
permission=POLICY_CONTROL
homeassistant.exceptions.Unauthorized: Unauthorized
请问大神,读取到了电压和功率,点击开关的时候报这个错是什么原因呢?
docker装的hass 0.83.1版本 |
|