- 积分
- 342
- 金钱
- 321
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 342
- 金钱
- 321
- HASS币
- 0
|
发表于 2018-9-12 01:56:10
|
显示全部楼层
大神,空调突然在HASS里面找不到了,看了日志发现这个,是什么原因啊(HASS是0.77.3)
Wed Sep 12 2018 01:52:20 GMT+0800 (中国标准时间)
Error while setting up platform ccm15
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 128, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File "/usr/lib/python3.5/asyncio/tasks.py", line 400, in wait_for
return fut.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
raise self._exception
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/homeassistant/.homeassistant/custom_components/climate/ccm15.py", line 178, in setup_platform
for ac_name, ac_state in acs.items():
AttributeError: 'NoneType' object has no attribute 'items' |
|