also I’m kinda worried about my eventlog, everything is working though, could these lines be ignored?:
2019-04-06 18:42:05 WARNING (SyncWorker_8) [homeassistant.components.sensor.systemmonitor] Failed to load process with id: 4069, old name: None
2019-04-06 20:27:14 WARNING (SyncWorker_4) [homeassistant.components.sensor.systemmonitor] Failed to load process with id: 6306, old name: None
2019-04-06 20:56:07 WARNING (SyncWorker_8) [homeassistant.components.sensor.systemmonitor] Failed to load process with id: 6915, old name: None
2019-04-07 01:01:28 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.tv_idag is taking over 10 seconds
2019-04-07 01:01:36 ERROR (InfluxDB) [homeassistant.components.influxdb] Write error
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/urllib3/contrib/pyopenssl.py", line 453, in wrap_socket
cnx.do_handshake()
File "/usr/local/lib/python3.7/site-packages/OpenSSL/SSL.py", line 1915, in do_handshake
self._raise_ssl_error(self._ssl, result)
File "/usr/local/lib/python3.7/site-packages/OpenSSL/SSL.py", line 1622, in _raise_ssl_error
raise WantReadError()
OpenSSL.SSL.WantReadError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 343, in _make_request
self._validate_conn(conn)
File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 839, in _validate_conn
conn.connect()
File "/usr/local/lib/python3.7/site-packages/urllib3/connection.py", line 344, in connect
ssl_context=context)
File "/usr/local/lib/python3.7/site-packages/urllib3/util/ssl_.py", line 357, in ssl_wrap_socket
return context.wrap_socket(sock)
File "/usr/local/lib/python3.7/site-packages/urllib3/contrib/pyopenssl.py", line 456, in wrap_socket
raise timeout('select timed out')
socket.timeout: select 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 638, in urlopen
_stacktrace=sys.exc_info()[2])
File "/usr/local/lib/python3.7/site-packages/urllib3/util/retry.py", line 367, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/local/lib/python3.7/site-packages/urllib3/packages/six.py", line 686, in reraise
raise value
File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 346, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=conn.timeout)
File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 306, in _raise_timeout
raise ReadTimeoutError(self, url, "Read timed out. (read timeout=%s)" % timeout_value)
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='192.168.1.75', port=8086): Read timed out. (read timeout=5)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/influxdb/__init__.py", line 312, in write_to_influxdb
self.influx.write_points(json)
File "/usr/local/lib/python3.7/site-packages/influxdb/client.py", line 490, in write_points
tags=tags, protocol=protocol)
File "/usr/local/lib/python3.7/site-packages/influxdb/client.py", line 551, in _write_points
protocol=protocol
File "/usr/local/lib/python3.7/site-packages/influxdb/client.py", line 327, in write
headers=headers
File "/usr/local/lib/python3.7/site-packages/influxdb/client.py", line 267, in request
timeout=self._timeout
File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 646, 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: HTTPSConnectionPool(host='192.168.1.75', port=8086): Read timed out. (read timeout=5)
2019-04-07 01:01:49 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2019-04-07 01:01:59 ERROR (InfluxDB) [homeassistant.components.influxdb] Resumed, lost 11 events
2019-04-07 01:02:52 ERROR (MainThread) [homeassistant.core] Error doing job: SSL error errno:1 reason: KRB5_S_INIT
Traceback (most recent call last):
File "uvloop/sslproto.pyx", line 504, in uvloop.loop.SSLProtocol.data_received
File "uvloop/sslproto.pyx", line 204, in uvloop.loop._SSLPipe.feed_ssldata
File "uvloop/sslproto.pyx", line 189, in uvloop.loop._SSLPipe.feed_ssldata
File "/usr/local/lib/python3.7/ssl.py", line 767, in unwrap
return self._sslobj.shutdown()
ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2605)
2019-04-07 01:02:58 ERROR (MainThread) [homeassistant.core] Error doing job: SSL error errno:1 reason: KRB5_S_INIT
Traceback (most recent call last):
File "uvloop/sslproto.pyx", line 504, in uvloop.loop.SSLProtocol.data_received
File "uvloop/sslproto.pyx", line 204, in uvloop.loop._SSLPipe.feed_ssldata
File "uvloop/sslproto.pyx", line 189, in uvloop.loop._SSLPipe.feed_ssldata
File "/usr/local/lib/python3.7/ssl.py", line 767, in unwrap
return self._sslobj.shutdown()
ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2605)
2019-04-07 01:03:40 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1796782224] Client exceeded max pending messages [2]: 512
2019-04-07 01:03:40 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1796782224] Client exceeded max pending messages [2]: 512
2019-04-07 01:03:40 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1796782224] Client exceeded max pending messages [2]: 512
2019-04-07 01:03:40 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1796782224] Client exceeded max pending messages [2]: 512
2019-04-07 02:36:07 WARNING (SyncWorker_18) [homeassistant.components.sensor.systemmonitor] Failed to load process with id: 14064, old name: None
2019-04-07 04:06:20 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1812996528] Client exceeded max pending messages [2]: 512
2019-04-07 04:06:20 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1812996528] Client exceeded max pending messages [2]: 512
2019-04-07 04:06:20 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1812996528] Client exceeded max pending messages [2]: 512
2019-04-07 04:06:20 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1812996528] Client exceeded max pending messages [2]: 512
2019-04-07 04:06:20 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1812996528] Client exceeded max pending messages [2]: 512
2019-04-07 04:06:20 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1812996528] Client exceeded max pending messages [2]: 512