swa72 / home-assistant

14 stars 1 forks source link

Next breakdown #41

Closed swa72 closed 2 years ago

swa72 commented 2 years ago
swa72 commented 2 years ago

nmap normal ...


Nmap scan report for homeassistant-eth (192.168.178.83)

Host is up (0.044s latency).

rDNS record for 192.168.178.83: homeassistant-eth.fritz.box

Not shown: 990 closed tcp ports (reset)

PORT     STATE SERVICE          VERSION

21/tcp   open  ftp              vsftpd 2.0.8 or later

22/tcp   open  ssh              OpenSSH 8.6 (protocol 2.0)

53/tcp   open  domain?

80/tcp   open  http             nginx 1.20.1

139/tcp  open  netbios-ssn      Samba smbd 4.6.2

443/tcp  open  ssl/http         nginx 1.20.1

|_http-title: 400 The plain HTTP request was sent to HTTPS port

| tls-nextprotoneg: 

|   h2

|_  http/1.1

|_ssl-date: TLS randomness does not represent time

| ssl-cert: Subject: commonName=localhost

| Issuer: commonName=localhost

| Public Key type: rsa

| Public Key bits: 2048

| Signature Algorithm: sha256WithRSAEncryption

| Not valid before: 2021-01-03T18:57:22

| Not valid after:  2031-01-01T18:57:22

| MD5:   d91c 4194 b49e 6410 bf0d cbd2 d49b de85

|_SHA-1: ee5b c41a 23ca c566 d0d0 c096 1476 aa74 9317 82e0

| tls-alpn: 

|   h2

|_  http/1.1

|_http-server-header: nginx/1.20.1

445/tcp  open  netbios-ssn      Samba smbd 4.6.2

7999/tcp open  irdmi2?

| fingerprint-strings: 

|   FourOhFourRequest: 

|     HTTP/1.0 200 OK

|     Content-Length: 116

|     Content-Type: text/html

|     Date: Mon, 15 Nov 2021 07:22:10 GMT

|     <!DOCTYPE html>

|     <html>

|     <body>

|     <p>Bad Request</p>

|     <p>The server did not understand your request.</p>

|     </body>

|     </html>

|   GetRequest: 

|     HTTP/1.0 200 OK

|     Content-Length: 25944

|     Content-Type: text/html

|     Date: Mon, 15 Nov 2021 07:21:35 GMT

|     <!DOCTYPE html>

|     <html lang="(n">

|     <head>

|     <meta charset="UTF-8">

|     <title>Motion</title>

|     <meta name="viewport" content="width=device-width, initial-scale=1">

|     <style>

|     {margin: 0; padding: 0; }

|     body {

|     padding: 0;

|     margin: 0;

|     font-family: Arial, Helvetica, sans-serif;

|     font-size: 16px;

|     line-height: 1;

|     color: #606c71;

|     background-color: #159957;

|     background-image: linear-gradient(120deg, #155799, #159957);

|     margin-left:0.5% ;

|     margin-right:0.5% ;

|     width: device-width ;

|     max-width: 100%;

|     max-height: 100%;

|     height: auto;

|     .page-header {

|     color: #fff;

|     text-align: center;

|     margin-top: 0rem;

|     margin-bottom: 0rem;

|     font-weight: normal;

|_    .page-header

8082/tcp open  blackice-alerts?

| fingerprint-strings: 

|   GetRequest: 

|     HTTP/1.0 200 OK

|     Connection: close

|     Content-Type: multipart/x-mixed-replace; boundary=BoundaryString

|     Date: Mon, 15 Nov 2021 07:21:31 GMT

|     --BoundaryString

|     Content-type: image/jpeg

|     Content-Length: 211116

|     JFIF

|     Exif

|     0220

|     2021:11:15 08:21:31

|     2021:11:15 08:21:31

|     $3br

|     %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz

|_    &'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz

8086/tcp open  http             InfluxDB http admin 1.8.10

|_http-title: Site doesn't have a title (text/plain; charset=utf-8).
swa72 commented 2 years ago

2022-01-31 22:52:22 ERROR (MainThread) [custom_components.reolink_dev.binary_sensor] Motion states could not be queried from API 2022-01-31 22:52:22 ERROR (MainThread) [custom_components.reolink_dev.binary_sensor] Traceback (most recent call last): File "/config/custom_components/reolink_dev/binary_sensor.py", line 122, in handle_event await self._base.api.get_all_motion_states() File "/usr/local/lib/python3.9/site-packages/reolink/camera_api.py", line 602, in get_all_motion_states json_data = json.loads(response) File "/usr/local/lib/python3.9/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.9/json/decoder.py", line 340, in decode raise JSONDecodeError("Extra data", s, end) json.decoder.JSONDecodeError: Extra data: line 1 column 3 (char 2)

2022-01-31 22:52:26 ERROR (MainThread) [custom_components.reolink_dev.binary_sensor] Motion states could not be queried from API 2022-01-31 22:52:26 ERROR (MainThread) [custom_components.reolink_dev.binary_sensor] Traceback (most recent call last): File "/config/custom_components/reolink_dev/binary_sensor.py", line 122, in handle_event await self._base.api.get_all_motion_states() File "/usr/local/lib/python3.9/site-packages/reolink/camera_api.py", line 602, in get_all_motion_states json_data = json.loads(response) File "/usr/local/lib/python3.9/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.9/json/decoder.py", line 340, in decode raise JSONDecodeError("Extra data", s, end) json.decoder.JSONDecodeError: Extra data: line 1 column 3 (char 2)

2022-01-31 22:52:29 ERROR (MainThread) [custom_components.reolink_dev.binary_sensor] Motion states could not be queried from API 2022-01-31 22:52:29 ERROR (MainThread) [custom_components.reolink_dev.binary_sensor] Traceback (most recent call last): File "/config/custom_components/reolink_dev/binary_sensor.py", line 122, in handle_event await self._base.api.get_all_motion_states() File "/usr/local/lib/python3.9/site-packages/reolink/camera_api.py", line 602, in get_all_motion_states json_data = json.loads(response) File "/usr/local/lib/python3.9/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.9/json/decoder.py", line 340, in decode raise JSONDecodeError("Extra data", s, end) json.decoder.JSONDecodeError: Extra data: line 1 column 3 (char 2)

2022-01-31 22:52:33 ERROR (MainThread) [custom_components.reolink_dev.binary_sensor] Motion states could not be queried from API 2022-01-31 22:52:33 ERROR (MainThread) [custom_components.reolink_dev.binary_sensor] Traceback (most recent call last): File "/config/custom_components/reolink_dev/binary_sensor.py", line 122, in handle_event await self._base.api.get_all_motion_states() File "/usr/local/lib/python3.9/site-packages/reolink/camera_api.py", line 602, in get_all_motion_states json_data = json.loads(response) File "/usr/local/lib/python3.9/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.9/json/decoder.py", line 340, in decode raise JSONDecodeError("Extra data", s, end) json.decoder.JSONDecodeError: Extra data: line 1 column 3 (char 2)

2022-01-31 22:52:37 ERROR (MainThread) [custom_components.reolink_dev.binary_sensor] Motion states could not be queried from API 2022-01-31 22:52:37 ERROR (MainThread) [custom_components.reolink_dev.binary_sensor] Traceback (most recent call last): File "/config/custom_components/reolink_dev/binary_sensor.py", line 122, in handle_event await self._base.api.get_all_motion_states() File "/usr/local/lib/python3.9/site-packages/reolink/camera_api.py", line 602, in get_all_motion_states json_data = json.loads(response) File "/usr/local/lib/python3.9/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.9/json/decoder.py", line 340, in decode raise JSONDecodeError("Extra data", s, end) json.decoder.JSONDecodeError: Extra data: line 1 column 3 (char 2)

2022-01-31 22:52:41 ERROR (MainThread) [custom_components.reolink_dev.binary_sensor] Motion states could not be queried from API 2022-01-31 22:52:41 ERROR (MainThread) [custom_components.reolink_dev.binary_sensor] Traceback (most recent call last): File "/config/custom_components/reolink_dev/binary_sensor.py", line 122, in handle_event await self._base.api.get_all_motion_states() File "/usr/local/lib/python3.9/site-packages/reolink/camera_api.py", line 602, in get_all_motion_states json_data = json.loads(response) File "/usr/local/lib/python3.9/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.9/json/decoder.py", line 340, in decode raise JSONDecodeError("Extra data", s, end) json.decoder.JSONDecodeError: Extra data: line 1 column 3 (char 2)

2022-01-31 22:52:45 ERROR (MainThread) [custom_components.reolink_dev.binary_sensor] Motion states could not be queried from API 2022-01-31 22:52:45 ERROR (MainThread) [custom_components.reolink_dev.binary_sensor] Traceback (most recent call last): File "/config/custom_components/reolink_dev/binary_sensor.py", line 122, in handle_event await self._base.api.get_all_motion_states() File "/usr/local/lib/python3.9/site-packages/reolink/camera_api.py", line 602, in get_all_motion_states json_data = json.loads(response) File "/usr/local/lib/python3.9/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.9/json/decoder.py", line 340, in decode raise JSONDecodeError("Extra data", s, end) json.decoder.JSONDecodeError: Extra data: line 1 column 3 (char 2)

2022-01-31 22:52:49 ERROR (MainThread) [custom_components.reolink_dev.binary_sensor] Motion states could not be queried from API 2022-01-31 22:52:49 ERROR (MainThread) [custom_components.reolink_dev.binary_sensor] Traceback (most recent call last): File "/config/custom_components/reolink_dev/binary_sensor.py", line 122, in handle_event await self._base.api.get_all_motion_states() File "/usr/local/lib/python3.9/site-packages/reolink/camera_api.py", line 602, in get_all_motion_states json_data = json.loads(response) File "/usr/local/lib/python3.9/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.9/json/decoder.py", line 340, in decode raise JSONDecodeError("Extra data", s, end) json.decoder.JSONDecodeError: Extra data: line 1 column 3 (char 2)

2022-01-31 22:54:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-01-31 23:04:19 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-01-31 23:23:00 DEBUG (MainThread) [homeassistant.components.shell_command] Stdout of command: /config/gitpush.sh, return code: 128: b'On branch main\nYour branch is ahead of \'origin/main\' by 11 commits.\n (use "git push" to publish your local commits)\n\nnothing to commit, working tree clean\nOn branch main\nYour branch is ahead of \'origin/main\' by 11 commits.\n (use "git push" to publish your local commits)\n\nnothing to commit, working tree clean\n' 2022-01-31 23:23:00 DEBUG (MainThread) [homeassistant.components.shell_command] Stderr of command: /config/gitpush.sh, return code: 128: b'Host key verification failed.\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n' 2022-01-31 23:23:00 ERROR (MainThread) [homeassistant.components.shell_command] Error running command: /config/gitpush.sh, return code: 128 NoneType: None 2022-01-31 23:24:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-01-31 23:27:19 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-01-31 23:42:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-01-31 23:45:19 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-01-31 23:48:55 WARNING (MainThread) [homeassistant.helpers.entity] Update of binary_sensor.shellys_poolpump is taking over 10 seconds 2022-02-01 00:30:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 00:39:19 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 01:22:19 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 01:24:19 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 01:43:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 01:47:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 01:56:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 01:58:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 02:12:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 02:18:19 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 02:22:19 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 02:23:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 02:25:19 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 02:28:19 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 02:30:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 02:35:19 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 02:39:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 02:51:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 02:54:19 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 02:56:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 07:10:19 WARNING (MainThread) [homeassistant.helpers.entity] Entity media_player.browser_9185a9b3_f83b9809 (<class 'custom_components.browser_mod.media_player.BrowserModPlayer'>) implements device_state_attributes. Please report it to the custom component author. 2022-02-01 07:10:19 WARNING (MainThread) [homeassistant.helpers.entity] Entity light.browser_9185a9b3_f83b9809 (<class 'custom_components.browser_mod.light.BrowserModLight'>) implements device_state_attributes. Please report it to the custom component author. 2022-02-01 07:10:19 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.browser_9185a9b3_f83b9809 (<class 'custom_components.browser_mod.sensor.BrowserModSensor'>) implements device_state_attributes. Please report it to the custom component author. 2022-02-01 07:41:12 WARNING (MainThread) [homeassistant.components.websocket_api.http.connection] [547889366400] Disconnected: Did not receive auth message within 10 seconds 2022-02-01 07:48:19 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 08:09:12 ERROR (MainThread) [frontend.js.latest.202112291] http://192.168.178.83:8123/frontend_latest/core.0edfd71e.js:1:9840 3 2022-02-01 08:34:53 ERROR (MainThread) [frontend.js.latest.202112291] http://192.168.178.83:8123/frontend_latest/core.0edfd71e.js:1:9840 3 2022-02-01 08:40:11 ERROR (SyncWorker_2) [pyicloud.base] Authentication required for Account. (421) 2022-02-01 09:16:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 09:17:21 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 435, in _handle_request resp = await request_handler(request) File "/usr/local/lib/python3.9/site-packages/aiohttp/web_app.py", line 504, in _handle resp = await handler(request) File "/usr/local/lib/python3.9/site-packages/aiohttp/web_middlewares.py", line 117, in impl return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 60, in security_filter_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 98, in forwarded_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 28, in request_context_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 78, in ban_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 181, in auth_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 137, in handle result = await result File "/usr/src/homeassistant/homeassistant/components/camera/init.py", line 629, in get return await self.handle(request, camera) File "/usr/src/homeassistant/homeassistant/components/camera/init.py", line 668, in handle stream = await camera.handle_async_mjpeg_stream(request) File "/usr/src/homeassistant/homeassistant/components/mjpeg/camera.py", line 173, in handle_async_mjpeg_stream return await async_aiohttp_proxy_web(self.hass, request, stream_coro) File "/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py", line 142, in async_aiohttp_proxy_web return await async_aiohttp_proxy_stream( File "/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py", line 172, in async_aiohttp_proxy_stream await response.write(data) File "/usr/local/lib/python3.9/site-packages/aiohttp/web_response.py", line 514, in write await self._payload_writer.write(data) File "/usr/local/lib/python3.9/site-packages/aiohttp/http_writer.py", line 116, in write self._write(chunk) File "/usr/local/lib/python3.9/site-packages/aiohttp/http_writer.py", line 76, in _write raise ConnectionResetError("Cannot write to closing transport") ConnectionResetError: Cannot write to closing transport 2022-02-01 10:36:13 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from iPad-2.fritz.box (192.168.178.46). (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2021.12.1 (io.robbie.HomeAssistant; build:2021.327; iPadOS 15.2.1) Mobile/HomeAssistant, like Safari) 2022-02-01 10:36:13 ERROR (MainThread) [frontend.js.latest.202112291] http://192.168.178.83:8123/frontend_latest/core.0edfd71e.js:1:9840 3 2022-02-01 10:36:14 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from iPad-2.fritz.box (192.168.178.46). (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2021.12.1 (io.robbie.HomeAssistant; build:2021.327; iPadOS 15.2.1) Mobile/HomeAssistant, like Safari) 2022-02-01 10:46:46 ERROR (MainThread) [frontend.js.latest.202112291] http://192.168.178.83:8123/frontend_latest/core.0edfd71e.js:1:9840 3 2022-02-01 10:57:19 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 10:58:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 12:45:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 13:16:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 14:23:57 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.regenradar is taking over 10 seconds 2022-02-01 14:23:57 ERROR (MainThread) [homeassistant.components.rest.data] Error fetching data: https://morgenwirdes.de/api/v3/rain.php?lat=49.42077&long=8.75998 failed with 2022-02-01 14:23:57 WARNING (MainThread) [homeassistant.components.rest.sensor] Empty reply found when expecting JSON data 2022-02-01 14:50:19 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 14:54:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 15:23:57 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.regenradar is taking over 10 seconds 2022-02-01 15:23:57 ERROR (MainThread) [homeassistant.components.rest.data] Error fetching data: https://morgenwirdes.de/api/v3/rain.php?lat=49.42077&long=8.75998 failed with 2022-02-01 15:23:57 WARNING (MainThread) [homeassistant.components.rest.sensor] Empty reply found when expecting JSON data 2022-02-01 15:43:26 ERROR (MainThread) [homeassistant.components.shelly] Timeout fetching shelly25_og_clara data 2022-02-01 15:47:50 WARNING (SyncWorker_23) [homeassistant.components.influxdb.sensor] Query returned no results, sensor state set to UNKNOWN: select sum(diskBytes) as value from "monitor"."shard" where time > now() - 10s. 2022-02-01 15:48:50 WARNING (SyncWorker_17) [homeassistant.components.influxdb.sensor] Query returned no results, sensor state set to UNKNOWN: select sum(diskBytes) as value from "monitor"."shard" where time > now() - 10s. 2022-02-01 15:50:50 WARNING (SyncWorker_14) [homeassistant.components.influxdb.sensor] Query returned no results, sensor state set to UNKNOWN: select sum(diskBytes) as value from "monitor"."shard" where time > now() - 10s. 2022-02-01 15:51:50 WARNING (SyncWorker_31) [homeassistant.components.influxdb.sensor] Query returned no results, sensor state set to UNKNOWN: select sum(diskBytes) as value from "monitor"."shard" where time > now() - 10s. 2022-02-01 15:52:50 WARNING (SyncWorker_7) [homeassistant.components.influxdb.sensor] Query returned no results, sensor state set to UNKNOWN: select sum(diskBytes) as value from "monitor"."shard" where time > now() - 10s. 2022-02-01 15:53:50 WARNING (SyncWorker_3) [homeassistant.components.influxdb.sensor] Query returned no results, sensor state set to UNKNOWN: select sum(diskBytes) as value from "monitor"."shard" where time > now() - 10s. 2022-02-01 15:54:50 WARNING (SyncWorker_25) [homeassistant.components.influxdb.sensor] Query returned no results, sensor state set to UNKNOWN: select sum(diskBytes) as value from "monitor"."shard" where time > now() - 10s. 2022-02-01 15:55:50 WARNING (SyncWorker_27) [homeassistant.components.influxdb.sensor] Query returned no results, sensor state set to UNKNOWN: select sum(diskBytes) as value from "monitor"."shard" where time > now() - 10s. 2022-02-01 15:56:50 WARNING (SyncWorker_22) [homeassistant.components.influxdb.sensor] Query returned no results, sensor state set to UNKNOWN: select sum(diskBytes) as value from "monitor"."shard" where time > now() - 10s. 2022-02-01 15:57:50 WARNING (SyncWorker_35) [homeassistant.components.influxdb.sensor] Query returned no results, sensor state set to UNKNOWN: select sum(diskBytes) as value from "monitor"."shard" where time > now() - 10s. 2022-02-01 15:58:08 ERROR (MainThread) [homeassistant.components.shelly] Timeout fetching shelly25_og_clara data 2022-02-01 15:58:50 WARNING (SyncWorker_27) [homeassistant.components.influxdb.sensor] Query returned no results, sensor state set to UNKNOWN: select sum(diskBytes) as value from "monitor"."shard" where time > now() - 10s. 2022-02-01 15:59:50 WARNING (SyncWorker_2) [homeassistant.components.influxdb.sensor] Query returned no results, sensor state set to UNKNOWN: select sum(diskBytes) as value from "monitor"."shard" where time > now() - 10s. 2022-02-01 16:03:23 ERROR (MainThread) [homeassistant.components.shelly] Timeout fetching shelly25_og_clara data 2022-02-01 16:08:23 ERROR (MainThread) [homeassistant.components.shelly] Timeout fetching shelly25_og_clara data 2022-02-01 16:12:23 ERROR (MainThread) [homeassistant.components.shelly] Timeout fetching shelly25_og_clara data 2022-02-01 16:14:08 ERROR (MainThread) [homeassistant.components.shelly] Timeout fetching shelly25_og_clara data 2022-02-01 16:15:38 ERROR (MainThread) [homeassistant.components.shelly] Timeout fetching shelly25_og_clara data 2022-02-01 16:23:38 ERROR (MainThread) [homeassistant.components.shelly] Timeout fetching shelly25_og_clara data 2022-02-01 16:29:23 ERROR (MainThread) [homeassistant.components.shelly] Timeout fetching shelly25_og_clara data 2022-02-01 16:37:13 ERROR (MainThread) [frontend.js.latest.202112291] http://192.168.178.83:8123/frontend_latest/core.0edfd71e.js:1:9840 3 2022-02-01 16:51:05 ERROR (MainThread) [frontend.js.latest.202112291] http://192.168.178.83:8123/frontend_latest/core.0edfd71e.js:1:9840 3 2022-02-01 16:51:18 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 435, in _handle_request resp = await request_handler(request) File "/usr/local/lib/python3.9/site-packages/aiohttp/web_app.py", line 504, in _handle resp = await handler(request) File "/usr/local/lib/python3.9/site-packages/aiohttp/web_middlewares.py", line 117, in impl return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 60, in security_filter_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 98, in forwarded_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 28, in request_context_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 78, in ban_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 181, in auth_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 137, in handle result = await result File "/usr/src/homeassistant/homeassistant/components/camera/init.py", line 629, in get return await self.handle(request, camera) File "/usr/src/homeassistant/homeassistant/components/camera/init.py", line 668, in handle stream = await camera.handle_async_mjpeg_stream(request) File "/usr/src/homeassistant/homeassistant/components/mjpeg/camera.py", line 173, in handle_async_mjpeg_stream return await async_aiohttp_proxy_web(self.hass, request, stream_coro) File "/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py", line 142, in async_aiohttp_proxy_web return await async_aiohttp_proxy_stream( File "/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py", line 172, in async_aiohttp_proxy_stream await response.write(data) File "/usr/local/lib/python3.9/site-packages/aiohttp/web_response.py", line 514, in write await self._payload_writer.write(data) File "/usr/local/lib/python3.9/site-packages/aiohttp/http_writer.py", line 116, in write self._write(chunk) File "/usr/local/lib/python3.9/site-packages/aiohttp/http_writer.py", line 76, in _write raise ConnectionResetError("Cannot write to closing transport") ConnectionResetError: Cannot write to closing transport 2022-02-01 17:27:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 17:34:19 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 17:36:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 17:40:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data 2022-02-01 17:42:49 ERROR (MainThread) [custom_components.reolink_dev] Timeout fetching reolink.garagecam.motion_states data