After upgrading from 0.70.1 to 0.72 HA doesn't open UI

At the same time, when running:

pi@raspberrypi:~ $ sudo systemctl status [email protected][email protected] - Home Assistant
   Loaded: loaded (/etc/systemd/system/[email protected]; enabled; vendor preset: enabled)
   Active: inactive (dead) since Sun 2018-06-24 00:02:43 UTC; 30min ago
  Process: 23569 ExecStart=/srv/homeassistant/bin/hass -c /home/homeassistant/.homeassistant (code=killed, signal=TERM)
 Main PID: 23569 (code=killed, signal=TERM)

Jun 24 00:01:44 raspberrypi systemd[1]: Started Home Assistant.
Jun 24 00:01:48 raspberrypi hass[23569]: 2018-06-24 00:01:48 INFO (Thread-2) [homeassistant.config] Upgrading configuration directory from 0.70.1 to 0.72.0
Jun 24 00:01:48 raspberrypi hass[23569]: Config directory: /home/homeassistant/.homeassistant
Jun 24 00:02:43 raspberrypi systemd[1]: Stopping Home Assistant...
Jun 24 00:02:43 raspberrypi systemd[1]: Stopped Home Assistant.
pi@raspberrypi:~ $

It returns that the configuration directory is /home/homeassistant/.homeassistant.
Which remains empty, since I removed the files in the hope it would ne created there. But it created in /root/.homeassistant.
Weird.

I’m struggling too much on it, with no success. I’m starting to thing that it would be better to fresh install from the OS. :flushed:

I use win32diskimager. Works great.

I may really have put you wrong with the sudo thing, if so I do apologise. I have just read this great article on virtual envs.

No problem. I couldn’t get to fix it, loosing too much time. I’m still in the process of a fresh install. But so many things to set. v0.72 is already running, but still untouched.
Anyway I will read your article, since it’s going to be a good knowledge base for me.
Thanks.

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