Advertisement
Guest User

home-assistant.log

a guest
Jan 30th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. 2018-01-30 23:09:51 ERROR (MainThread) [homeassistant.components.sensor] Error w hile setting up platform sector_alarm
  2. Traceback (most recent call last):
  3. File "/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_component. py", line 189, in _async_setup_platform
  4. SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
  5. File "/usr/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
  6. return fut.result()
  7. File "/usr/lib/python3.6/asyncio/futures.py", line 245, in result
  8. raise self._exception
  9. File "/usr/lib/python3.6/asyncio/tasks.py", line 180, in _step
  10. result = coro.send(None)
  11. File "/config/custom_components/sensor/sector_alarm.py", line 22, in async_set up_platform
  12. temometers = await sector_hub.get_termometers()
  13. File "/config/custom_components/sector_alarm.py", line 111, in get_termometers
  14. return (temp['Label'] for temp in temps['Temperatures'])
  15. TypeError: 'NoneType' object is not subscriptable
  16. 2018-01-30 23:10:02 WARNING (SyncWorker_6) [netdisco.ssdp] Error fetching descri ption at http://169.254.249.34:5000/ssdp/desc-DSM-eth0.xml
  17. 2018-01-30 23:10:50 ERROR (MainThread) [custom_components.sector_alarm] Sector Alarm failed previous update, trying to login again
  18. 2018-01-30 23:11:52 ERROR (MainThread) [custom_components.sector_alarm] Sector Alarm failed previous update, trying to login again
  19. 2018-01-30 23:12:54 ERROR (MainThread) [custom_components.sector_alarm] Sector Alarm failed previous update, trying to login again
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement