HI,
I cannot upgrade to either 0.89.x or 0.90.x versions of Home assistant.
Configuration: Hassbian image (stable until upgrade)
Logs do not show that much.
Logs:
emplate sensor date_template has no entity ids configured to track nor were we able to extract the entities to track from the value template(s). This entity will only be able to be updated manually.
1:20 PM components/sensor/template.py (WARNING)
Ended unfinished session (id=150 from 2019-03-21 13:31:01.533469)
1:18 PM components/recorder/init.py (WARNING)
2019-03-21 13:18:35 ERROR (MainThread) [homeassistant.components.mqtt] Failed to connect due to exception: [Errno 111] Connection refused
2019-03-21 13:18:36 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=150 from 2019-03-21 13:31:01.533469)
2019-03-21 13:20:59 WARNING (MainThread) [homeassistant.components.sensor.template] Template sensor date_template has no entity ids configured to track nor were we able to extract the entities to track from the value template(s). This entity will only be able to be updated manually.
2019-03-21 13:22:47 ERROR (MainThread) [homeassistant.setup] Error handling when_setup callback for mqtt
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py”, line 269, in when_setup
await when_setup_cb(hass, component)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/owntracks/init.py”, line 116, in async_connect_mqtt
context.mqtt_topic, async_handle_mqtt_message, 1)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/mqtt/init.py”, line 320, in async_subscribe
qos, encoding)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/mqtt/init.py”, line 702, in async_subscribe
await self._async_perform_subscription(topic, qos)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/mqtt/init.py”, line 737, in _async_perform_subscription
_raise_on_error(result)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/mqtt/init.py”, line 822, in _raise_on_error
‘Error talking to MQTT: {}’.format(mqtt.error_string(result_code)))
homeassistant.exceptions.HomeAssistantError: Error talking to MQTT: The client is not currently connected.
2019-03-21 13:22:47 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform plex
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/urllib3/connection.py”, line 159, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw)
File “/srv/homeassistant/lib/python3.5/site-packages/urllib3/util/connection.py”, line 80, in create_connection
raise err
File “/srv/homeassistant/lib/python3.5/site-packages/urllib3/util/connection.py”, line 70, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/urllib3/connectionpool.py”, line 600, in urlopen
chunked=chunked)
File “/srv/homeassistant/lib/python3.5/site-packages/urllib3/connectionpool.py”, line 354, in _make_request
conn.request(method, url, **httplib_request_kw)
File “/usr/lib/python3.5/http/client.py”, line 1107, in request
self._send_request(method, url, body, headers)
File “/usr/lib/python3.5/http/client.py”, line 1152, in _send_request
self.endheaders(body)
File “/usr/lib/python3.5/http/client.py”, line 1103, in endheaders
self._send_output(message_body)
File “/usr/lib/python3.5/http/client.py”, line 934, in _send_output
self.send(msg)
File “/usr/lib/python3.5/http/client.py”, line 877, in send
self.connect()
File “/srv/homeassistant/lib/python3.5/site-packages/urllib3/connection.py”, line 181, in connect
conn = self._new_conn()
File “/srv/homeassistant/lib/python3.5/site-packages/urllib3/connection.py”, line 168, in _new_conn
self, “Failed to establish a new connection: %s” % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x652442f0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/requests/adapters.py”, line 449, in send
timeout=timeout
File “/srv/homeassistant/lib/python3.5/site-packages/urllib3/connectionpool.py”, line 638, in urlopen
_stacktrace=sys.exc_info()[2])
File “/srv/homeassistant/lib/python3.5/site-packages/urllib3/util/retry.py”, line 398, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=‘localhost’, port=32400): Max retries exceeded with url: / (Caused by NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x652442f0>: Failed to establish a new connection: [Errno 111] Connection refused’,))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py”, line 128, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File “/usr/lib/python3.5/asyncio/tasks.py”, line 400, in wait_for
return fut.result()
File “/usr/lib/python3.5/asyncio/futures.py”, line 293, in result
raise self._exception
File “/usr/lib/python3.5/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/sensor/plex.py”, line 62, in setup_platform
plex_token)], True)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/sensor/plex.py”, line 89, in init
self._server = PlexServer(plex_url)
File “/srv/homeassistant/lib/python3.5/site-packages/plexapi/server.py”, line 102, in init
data = self.query(self.key, timeout=timeout)
File “/srv/homeassistant/lib/python3.5/site-packages/plexapi/server.py”, line 341, in query
response = method(url, headers=headers, timeout=timeout, **kwargs)
File “/srv/homeassistant/lib/python3.5/site-packages/requests/sessions.py”, line 546, in get
return self.request(‘GET’, url, **kwargs)
File “/srv/homeassistant/lib/python3.5/site-packages/requests/sessions.py”, line 533, in request
resp = self.send(prep, **send_kwargs)
File “/srv/homeassistant/lib/python3.5/site-packages/requests/sessions.py”, line 646, in send
r = adapter.send(request, **kwargs)
File “/srv/homeassistant/lib/python3.5/site-packages/requests/adapters.py”, line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host=‘localhost’, port=32400): Max retries exceeded with url: / (Caused by NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x652442f0>: Failed to establish a new connection: [Errno 111] Connection refused’,))
2019-03-21 13:24:29 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform samsungtv is taking over 10 seconds.
2019-03-21 13:24:29 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform samsungtv is taking over 10 seconds.
2019-03-21 13:24:29 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform plex is taking over 10 seconds.
2019-03-21 13:24:48 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform yamaha is taking over 10 seconds.
2019-03-21 13:24:48 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform yamaha is taking over 10 seconds.
2019-03-21 13:24:48 WARNING (MainThread) [homeassistant.components.remote] Setup of platform harmony is taking over 10 seconds.
2019-03-21 13:24:48 WARNING (MainThread) [homeassistant.components.remote] Setup of platform harmony is taking over 10 seconds.
2019-03-21 13:24:48 WARNING (MainThread) [homeassistant.components.cover] Updating garadget cover took longer than the scheduled update interval 0:00:15
Raspberry PI3 B+