I’m using the HASSIO version and upgraded to 0.72.0 the other day. Everything seemed OK but after a few days I can’t get the frontend web page to load. I see blue border flash and then a white screen with an icon showing endless loading. I tried three browsers and a cold powerdown cycle with no change. The home-assistant log has errors but nothing about the front end.
I will try commenting out entries in my configuration.yaml but I hope someone can point me in the right direction to troubleshoot.
Blockquote2018-06-26 19:42:16 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=38 from 2018-06-26 01:18:05.642051)
2018-06-26 19:42:29 ERROR (MainThread) [homeassistant.setup] Error during setup of component zwave
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/openzwave/option.py”, line 78, in init
raise ZWaveException(u"Can’t find device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))
openzwave.object.ZWaveException: “Zwave Generic Exception : Can’t find device /dev/ttyACM1 : [‘NoneType: None\n’]”
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/setup.py”, line 143, in _async_setup_component
hass, processed_config)
File “/usr/lib/python3.6/site-packages/homeassistant/components/zwave/init.py”, line 245, in async_setup
config_path=config[DOMAIN].get(CONF_CONFIG_PATH))
File “/usr/lib/python3.6/site-packages/openzwave/option.py”, line 81, in init
raise ZWaveException(u"Error when retrieving device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))
openzwave.object.ZWaveException: ‘Zwave Generic Exception : Error when retrieving device /dev/ttyACM1 : ['Traceback (most recent call last):\n', ' File “/usr/lib/python3.6/site-packages/openzwave/option.py”, line 78, in init\n raise ZWaveException(u"Can\'t find device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))\n', 'openzwave.object.ZWaveException: “Zwave Generic Exception : Can\'t find device /dev/ttyACM1 : [\'NoneType: None\\\\n\']”\n']’
2018-06-26 19:42:31 WARNING (MainThread) [homeassistant.setup] Setup of config is taking over 10 seconds.
2018-06-26 19:42:31 WARNING (SyncWorker_13) [homeassistant.components.media_player.sonos] Loading Sonos via platform config is deprecated.
2018-06-26 19:42:32 WARNING (SyncWorker_13) [soco.discovery] Can’t make a discovery socket for 92.242.140.21: OSError: [Errno 99] Address not available
2018-06-26 19:42:33 WARNING (SyncWorker_16) [soco.discovery] Can’t make a discovery socket for 92.242.140.21: OSError: [Errno 99] Address not available
2018-06-26 19:42:35 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py”, line 318, in _async_add_entity
msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: media_player.family_room. Platform sonos does not generate unique IDs
2018-06-26 19:42:35 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py”, line 318, in _async_add_entity
msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: media_player.living_room. Platform sonos does not generate unique IDs
2018-06-26 19:42:35 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py”, line 318, in _async_add_entity
msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: media_player.kitchen. Platform sonos does not generate unique IDs
2018-06-26 19:42:35 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py”, line 318, in _async_add_entity
msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: media_player.den. Platform sonos does not generate unique IDs
2018-06-26 19:42:59 ERROR (MainThread) [homeassistant.loader] Unable to find component rgbled
2018-06-26 19:42:59 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/components/websocket_api.py”, line 508, in get_services_helper
descriptions = await async_get_all_descriptions(hass)
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/service.py”, line 152, in async_get_all_descriptions
missing.add(domain_yaml_file(domain))
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/service.py”, line 131, in domain_yaml_file
component_path = path.dirname(get_component(hass, domain).file)
AttributeError: ‘NoneType’ object has no attribute ‘file’
2018-06-26 19:43:01 ERROR (MainThread) [homeassistant.loader] Unable to find component rgbled
2018-06-26 19:43:01 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
Blockquote