Running Hass.io or cores as it is called now
2020-07-06 16:00:57 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-07-06 16:00:57 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for apple_tv which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-07-06 16:00:59 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=173 from 2020-07-04 14:28:10.883302)
2020-07-06 16:01:10 WARNING (MainThread) [homeassistant.setup] Setup of person is taking over 10 seconds.
2020-07-06 16:01:10 WARNING (MainThread) [homeassistant.setup] Setup of hassio is taking over 10 seconds.
2020-07-06 16:01:15 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for unifigateway which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-07-06 16:01:25 WARNING (MainThread) [homeassistant.setup] Setup of timer is taking over 10 seconds.
2020-07-06 16:01:25 WARNING (MainThread) [homeassistant.setup] Setup of zone is taking over 10 seconds.
2020-07-06 16:01:26 ERROR (MainThread) [homeassistant.components.media_player] The samsungtv platform for the media_player integration does not support platform setup. Please remove it from your config.
2020-07-06 16:01:26 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for mitemp_bt which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-07-06 16:01:28 ERROR (MainThread) [snitun.client.client_peer] Challenge/Response error with SniTun server
2020-07-06 16:01:28 ERROR (MainThread) [hass_nabucasa.remote] Connection problem to snitun server
2020-07-06 16:01:34 ERROR (MainThread) [pyhaversion] Timeout error fetching version information from Hassio,
2020-07-06 16:01:38 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform unifigateway is taking over 10 seconds.
2020-07-06 16:01:46 WARNING (MainThread) [homeassistant.components.climate] Setup of climate platform netatmo is taking over 10 seconds.
2020-07-06 16:01:46 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform netatmo is taking over 10 seconds.
2020-07-06 16:01:46 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry 192.168.0.3 for synology_dsm
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 426, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 421, in _make_request
httplib_response = conn.getresponse()
File "/usr/local/lib/python3.7/http/client.py", line 1344, in getresponse
response.begin()
File "/usr/local/lib/python3.7/http/client.py", line 306, in begin
version, status, reason = self._read_status()
File "/usr/local/lib/python3.7/http/client.py", line 267, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/local/lib/python3.7/socket.py", line 589, in readinto
return self._sock.recv_into(b)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
timeout=timeout
File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 725, in urlopen
method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
File "/usr/local/lib/python3.7/site-packages/urllib3/util/retry.py", line 403, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/local/lib/python3.7/site-packages/urllib3/packages/six.py", line 735, in reraise
raise value
File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 677, in urlopen
chunked=chunked,
File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 428, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout
self, url, "Read timed out. (read timeout=%s)" % timeout_value
urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='192.168.0.3', port=5000): Read timed out. (read timeout=10)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/synology_dsm/synology_dsm.py", line 256, in _execute_request
url, params=encoded_params, timeout=self._timeout, **kwargs
File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 543, in get
return self.request('GET', url, **kwargs)
File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 530, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 643, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 529, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPConnectionPool(host='192.168.0.3', port=5000): Read timed out. (read timeout=10)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 220, in async_setup
hass, self
File "/usr/src/homeassistant/homeassistant/components/synology_dsm/__init__.py", line 161, in async_setup_entry
await api.async_setup()
File "/usr/src/homeassistant/homeassistant/components/synology_dsm/__init__.py", line 253, in async_setup
await self._hass.async_add_executor_job(self._fetch_device_configuration)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/synology_dsm/__init__.py", line 321, in _fetch_device_configuration
self.utilisation = self.dsm.utilisation
File "/usr/local/lib/python3.7/site-packages/synology_dsm/synology_dsm.py", line 351, in utilisation
data = self.get(SynoCoreUtilization.API_KEY, "get")
File "/usr/local/lib/python3.7/site-packages/synology_dsm/synology_dsm.py", line 179, in get
return self._request("GET", api, method, params, **kwargs)
File "/usr/local/lib/python3.7/site-packages/synology_dsm/synology_dsm.py", line 223, in _request
response = self._execute_request(request_method, url, params=params, **kwargs)
File "/usr/local/lib/python3.7/site-packages/synology_dsm/synology_dsm.py", line 275, in _execute_request
raise SynologyDSMRequestException(exp)
synology_dsm.exceptions.SynologyDSMRequestException: {'api': None, 'code': -1, 'reason': 'Unknown', 'details': "ReadTimeout = HTTPConnectionPool(host='192.168.0.3', port=5000): Read timed out. (read timeout=10)"}
2020-07-06 16:02:30 ERROR (MainThread) [homeassistant.core] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/mitemp_bt/sensor.py", line 775, in update_ble
discover_ble_devices(config, aeskeys, whitelist)
File "/config/custom_components/mitemp_bt/sensor.py", line 683, in discover_ble_devices
sensors[t_i], mac, config, temp_m_data[mac]
File "/config/custom_components/mitemp_bt/sensor.py", line 499, in calc_update_state
entity_to_update.schedule_update_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 416, in schedule_update_ha_state
assert self.hass is not None
AssertionError
2020-07-06 16:11:56 WARNING (SyncWorker_7) [homeassistant.components.ios.notify] The given target has reached the maximum number of notifications allowed per day. Please try again later.
2020-07-06 16:11:56 WARNING (SyncWorker_7) [homeassistant.components.ios.notify] iOS push notification rate limits for kaspar_iphone7: 153 sent, 150 allowed, 0 errors, resets in 9:48:03
2020-07-06 17:23:20 WARNING (MainThread) [homeassistant.components.script] Script script.1554376161801 already running.
2020-07-06 17:24:10 WARNING (MainThread) [homeassistant.components.script] Script script.1554376161801 already running.
2020-07-06 17:25:28 WARNING (Thread-227) [pychromecast.socket_client] [Køkken TV(192.168.0.192):8009] Heartbeat timeout, resetting connection
2020-07-06 17:25:58 ERROR (Thread-227) [pychromecast.socket_client] [Køkken TV(192.168.0.192):8009] Failed to connect to service Chromecast-cd34de6dfbf91dcf5005ac2f7ffcb965._googlecast._tcp.local., retrying in 5.0s
2020-07-06 20:07:36 WARNING (MainThread) [homeassistant.helpers.entity] Updating state for device_tracker.samsung_rasmus (<class 'homeassistant.components.unifi.device_tracker.UniFiClientTracker'>) took 0.623 seconds. Please create a bug report at https://github.com/home-assistant/home-assistant/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+unifi%22