2018-08-13 21:40:35 ERROR (MainThread) [custom_components.sensor.heweather] Error while accessing: [url]https://way.jd.com/he/freeweather[/url]
2018-08-13 21:40:35 ERROR (MainThread) [custom_components.sensor.heweather_hourlyforecast] Error while accessing: [url]https://way.jd.com/he/freeweather[/url]
2018-08-13 21:40:35 ERROR (MainThread) [custom_components.sensor.lifesuggestion] Error while accessing: [url]https://way.jd.com/he/freeweather[/url]
2018-08-13 21:40:35 ERROR (MainThread) [homeassistant.components.sensor] heweather_hourlyforecast: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 248, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 320, in async_device_update
yield from self.async_update()
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 212, in coro
res = func(*args, **kw)
File "/config/custom_components/sensor/heweather_hourlyforecast.py", line 198, in async_update
if self._data.hour_3[1] in j:
TypeError: 'NoneType' object is not subscriptable
2018-08-13 21:40:35 ERROR (MainThread) [homeassistant.components.sensor] heweather_hourlyforecast: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 248, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 320, in async_device_update
yield from self.async_update()
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 212, in coro
res = func(*args, **kw)
File "/config/custom_components/sensor/heweather_hourlyforecast.py", line 148, in async_update
self._state = self._data.hour_6[0]+' '+self._data.hour_6[1]+' '+self._data.hour_6[2]+'℃'
TypeError: 'NoneType' object is not subscriptable
2018-08-13 21:40:36 ERROR (MainThread) [homeassistant.components.sensor] heweather_hourlyforecast: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 248, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 320, in async_device_update
yield from self.async_update()
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 212, in coro
res = func(*args, **kw)
File "/config/custom_components/sensor/heweather_hourlyforecast.py", line 141, in async_update
self._state = self._data.hour_3[0]+' '+self._data.hour_3[1]+' '+self._data.hour_3[2]+'℃'
TypeError: 'NoneType' object is not subscriptable
2018-08-13 21:40:36 ERROR (MainThread) [homeassistant.components.sensor] heweather_hourlyforecast: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 248, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 320, in async_device_update
yield from self.async_update()
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 212, in coro
res = func(*args, **kw)
File "/config/custom_components/sensor/heweather_hourlyforecast.py", line 155, in async_update
self._state = self._data.hour_9[0]+' '+self._data.hour_9[1]+' '+self._data.hour_9[2]+'℃'
TypeError: 'NoneType' object is not subscriptable
2018-08-13 21:40:36 ERROR (MainThread) [homeassistant.components.sensor] lifesuggestion: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 248, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 320, in async_device_update
yield from self.async_update()
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 212, in coro
res = func(*args, **kw)
File "/config/custom_components/sensor/lifesuggestion.py", line 157, in async_update
self._state = self._data.trav[0]
TypeError: 'NoneType' object is not subscriptable
2018-08-13 21:40:36 ERROR (MainThread) [homeassistant.components.sensor] lifesuggestion: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 248, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 320, in async_device_update
yield from self.async_update()
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 212, in coro
res = func(*args, **kw)
File "/config/custom_components/sensor/lifesuggestion.py", line 155, in async_update
self._state = self._data.sport[0]
TypeError: 'NoneType' object is not subscriptable
2018-08-13 21:40:36 ERROR (MainThread) [homeassistant.components.sensor] lifesuggestion: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 248, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 320, in async_device_update
yield from self.async_update()
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 212, in coro
res = func(*args, **kw)
File "/config/custom_components/sensor/lifesuggestion.py", line 159, in async_update
self._state = self._data.uv[0]
TypeError: 'NoneType' object is not subscriptable
2018-08-13 21:40:36 ERROR (MainThread) [homeassistant.components.sensor] lifesuggestion: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 248, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 320, in async_device_update
yield from self.async_update()
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 212, in coro
res = func(*args, **kw)
File "/config/custom_components/sensor/lifesuggestion.py", line 149, in async_update
self._state = self._data.cw[0]
TypeError: 'NoneType' object is not subscriptable
2018-08-13 21:40:36 ERROR (MainThread) [homeassistant.components.sensor] lifesuggestion: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 248, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 320, in async_device_update
yield from self.async_update()
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 212, in coro
res = func(*args, **kw)
File "/config/custom_components/sensor/lifesuggestion.py", line 147, in async_update
self._state = self._data.comf[0]
TypeError: 'NoneType' object is not subscriptable
2018-08-13 21:40:36 ERROR (MainThread) [homeassistant.components.sensor] lifesuggestion: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 248, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 320, in async_device_update
yield from self.async_update()
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 212, in coro
res = func(*args, **kw)
File "/config/custom_components/sensor/lifesuggestion.py", line 145, in async_update
self._state = self._data.air[0]
TypeError: 'NoneType' object is not subscriptable
2018-08-13 21:40:36 ERROR (MainThread) [homeassistant.components.sensor] lifesuggestion: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 248, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 320, in async_device_update
yield from self.async_update()
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 212, in coro
res = func(*args, **kw)
File "/config/custom_components/sensor/lifesuggestion.py", line 153, in async_update
self._state = self._data.flu[0]
TypeError: 'NoneType' object is not subscriptable
2018-08-13 21:40:36 ERROR (MainThread) [homeassistant.components.sensor] lifesuggestion: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 248, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 320, in async_device_update
yield from self.async_update()
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 212, in coro
res = func(*args, **kw)
File "/config/custom_components/sensor/lifesuggestion.py", line 151, in async_update
self._state = self._data.drsg[0]
TypeError: 'NoneType' object is not subscriptable