83.2 HASS Issue

HASS halts at the following lines in the log. Doesn’t continue to start. I get no GUI.

2018-12-03 13:53:09 WARNING (MainThread) [homeassistant.loader] You are using a custom component for sensor.places which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. 2018-12-03 13:53:10 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=609 from 2018-12-03 19:39:33.060686)

A warning should not stop HA starting, so it may be something else. However, have you taken the advice in the error message and disabled the component to see if it helps?

Got better and worse at the same time.
> 2018-12-04 11:13:44 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=618 from 2018-12-04 17:04:53.301585)

2018-12-04 11:13:53 WARNING (MainThread) [homeassistant.components.sensor] Setup of platform scrape is taking over 10 seconds.
2018-12-04 11:13:53 ERROR (SyncWorker_4) [homeassistant.components.sensor.rest] Error fetching data: <PreparedRequest [GET]> from National Weather Service Advanced Hydrologic Prediction Service failed with HTTPSConnectionPool(host=‘water.weather.gov’, port=443): Read timed out. (read timeout=10)
2018-12-04 11:13:53 ERROR (SyncWorker_4) [homeassistant.components.sensor.scrape] Unable to fetch data from National Weather Service Advanced Hydrologic Prediction Service
2018-12-04 11:13:54 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Z-Wave (import from configuration.yaml) for zwave
Traceback (most recent call last):
File “/usr/local/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/ttyACM0 : [‘NoneType: None\n’]”

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/src/app/homeassistant/config_entries.py”, line 248, in async_setup
result = await component.async_setup_entry(hass, self)
File “/usr/src/app/homeassistant/components/zwave/init.py”, line 283, in async_setup_entry
config_path=config.get(CONF_CONFIG_PATH))
File “/usr/local/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/ttyACM0 : ['Traceback (most recent call last):\n', ' File “/usr/local/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/ttyACM0 : [\'NoneType: None\\\\n\']”\n']’
2018-12-04 12:03:34 ERROR (Thread-28) [pychromecast.socket_client] Error reading from socket.
2018-12-04 12:03:34 WARNING (Thread-28) [pychromecast.socket_client] Error communicating with socket, resetting connection
2018-12-04 12:03:34 ERROR (Thread-28) [pychromecast.socket_client] Failed to connect, retrying in 5.0s
2018-12-04 12:03:39 ERROR (Thread-28) [pychromecast.socket_client] Failed to connect. No retries.

Any luck upgrading, I’m having similar issues with versions 83.0 - 84.1.
Don’t have any error to show because I have downgraded again.