home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.15k stars 30.19k forks source link

Deconz failing to find any devices all of a sudden....working OK last nightand before #90662

Closed NickInManchester closed 1 year ago

NickInManchester commented 1 year ago

The problem

As of this morning my long running Deconz with ConbeeII is not seeing my devices. Have tried reboot. Power on/off the devices but careful not to reset. Using Current version: 6.18.0.

I have read some previous cases of similar issues. I'm on channel 15 which was certainly OK for past several months. Phoscon can see 2 or 3 of my devices.

Nothing in HA system log itself. Only the device log.

Deconz start log/system log looks like what is pasted below in diagnostics. Is there a way to capture the whole log? All I get is the last 1-200 lines?

Part shows in addition to the below stuff - caught transient flow:

s6-rc: info: service legacy-services: stopping In exit 2023/04/02 10:34:40 [notice] 127#127: signal 15 (SIGTERM) received from 113, exiting 2023/04/02 10:34:40 [notice] 1125#1125: exiting 2023/04/02 10:34:40 [notice] 1125#1125: exit Closing socket listening at 127.0.0.1:5901 2023/04/02 10:34:40 [notice] 127#127: signal 17 (SIGCHLD) received from 1125 2023/04/02 10:34:40 [notice] 127#127: worker process 1125 exited with code 0 2023/04/02 10:34:40 [notice] 127#127: exit s6-svwait: fatal: supervisor died s6-rc: info: service legacy-services successfully stopped s6-rc: info: service legacy-cont-init: stopping s6-rc: info: service legacy-cont-init successfully stopped s6-rc: info: service fix-attrs: stopping s6-rc: info: service fix-attrs successfully stopped s6-rc: info: service s6rc-oneshot-runner: stopping s6-rc: info: service s6rc-oneshot-runner successfully stopped [09:34:41] WARNING: Halt add-on s6-linux-init-hpr: fatal: unable to talk to shutdownd: Operation not permitted

What version of Home Assistant Core has the issue?

core-2023.3.6

What was the last working version of Home Assistant Core?

core-2023.3.6

What type of installation are you running?

Home Assistant OS

Integration causing the issue

deConz

Link to integration documentation on our website

https://www.home-assistant.io/integrations/deconz/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

From the deConz system logs:

10:23:04:975 GW firmware version is up to date: 0x26720700
10:12:18:556 0x588E81FFFE1E8CF5 error APSDE-DATA.confirm: 0xE1 on task
10:12:20:342 0x60A423FFFEA08DA3 error APSDE-DATA.confirm: 0xE1 on task
10:12:22:149 0x0C4314FFFEE0047F error APSDE-DATA.confirm: 0xE1 on task
10:12:23:945 0x000D6FFFFE5D761F error APSDE-DATA.confirm: 0xE1 on task
10:12:25:737 0x5C0272FFFE2F76ED error APSDE-DATA.confirm: 0xE1 on task
10:12:30:941 0x5C0272FFFE462820 error APSDE-DATA.confirm: 0xE1 on task
10:12:32:762 0x588E81FFFE652FB6 error APSDE-DATA.confirm: 0xE1 on task
10:12:34:571 0x5C0272FFFE461B98 error APSDE-DATA.confirm: 0xE1 on task
10:12:36:353 0xBC33ACFFFE8B8263 error APSDE-DATA.confirm: 0xE1 on task
10:12:38:146 0x588E81FFFE1FE0A4 error APSDE-DATA.confirm: 0xE1 on task
10:12:39:939 0xBC33ACFFFE8B838F error APSDE-DATA.confirm: 0xE1 on task
10:12:41:770 0x588E81FFFE209766 error APSDE-DATA.confirm: 0xE1 on task
127.0.0.1: new handler Process
localhost - - [02/Apr/2023 10:12:43] "GET //websockify HTTP/1.1" 101 -
localhost - - [02/Apr/2023 10:12:43] 127.0.0.1: Plain non-SSL (ws://) WebSocket connection
localhost - - [02/Apr/2023 10:12:43] 127.0.0.1: Version hybi-13, base64: 'False'
localhost - - [02/Apr/2023 10:12:43] 127.0.0.1: Path: '//websockify'
localhost - - [02/Apr/2023 10:12:43] connecting to: 127.0.0.1:5900
10:12:43:523 0x00158D0001CADCF6 error APSDE-DATA.confirm: 0xE1 on task
10:12:45:244 0x5C0272FFFE462571 error APSDE-DATA.confirm: 0xE1 on task
10:12:47:076 0x0017880108D9F9B9 error APSDE-DATA.confirm: 0xE1 on task
10:12:48:849 0x14B457FFFE4AF5C6 error APSDE-DATA.confirm: 0xE1 on task
10:12:50:656 0x5C0272FFFE2E0C49 error APSDE-DATA.confirm: 0xE1 on task
10:12:52:455 0x5C0272FFFE472EFB error APSDE-DATA.confirm: 0xE1 on task
10:12:54:244 0x588E81FFFE652F1F error APSDE-DATA.confirm: 0xE1 on task
localhost - - [02/Apr/2023 10:12:55] 127.0.0.1:5900: Client closed connection
localhost - - [02/Apr/2023 10:12:55] 127.0.0.1:5900: Closed target
handler exception: [Errno 104] Connection reset by peer
172.30.32.2 - - [02/Apr/2023:10:12:55 +0100] "GET /novnc/websockify HTTP/1.1" 101 106220 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36"
exception
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/websockify/websocket.py", line 933, in top_new_client
    client = self.do_handshake(startsock, address)
  File "/usr/lib/python2.7/dist-packages/websockify/websocket.py", line 863, in do_handshake
    self.RequestHandlerClass(retsock, address, self)
  File "/usr/lib/python2.7/dist-packages/websockify/websocket.py", line 114, in __init__
    SimpleHTTPRequestHandler.__init__(self, req, addr, server)
  File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
    self.handle()
  File "/usr/lib/python2.7/dist-packages/websockify/websocket.py", line 581, in handle
    SimpleHTTPRequestHandler.handle(self)
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 342, in handle
    self.handle_one_request()
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 310, in handle_one_request
    self.raw_requestline = self.rfile.readline(65537)
  File "/usr/lib/python2.7/socket.py", line 480, in readline
    data = self._sock.recv(self._rbufsize)
error: [Errno 104] Connection reset by peer
Ignoring interrupted syscall
10:12:56:043 0x588E81FFFE1FD46A error APSDE-DATA.confirm: 0xE1 on task
10:12:57:832 0x588E81FFFE1E8CF5 error APSDE-DATA.confirm: 0xE1 on task
10:12:59:655 0x60A423FFFEA08DA3 error APSDE-DATA.confirm: 0xE1 on task
10:13:01:444 0x0C4314FFFEE0047F error APSDE-DATA.confirm: 0xE1 on task
10:13:03:244 0x000D6FFFFE5D761F error APSDE-DATA.confirm: 0xE1 on task
10:13:05:040 0x5C0272FFFE2F76ED error APSDE-DATA.confirm: 0xE1 on task
10:13:06:473 SensorNode id: 5 (ZGRC-TEUR-001 5) no longer available
10:13:06:474 SensorNode id: 6 (ZGRC-TEUR-001 6) no longer available
10:13:06:475 SensorNode id: 7 (ZGRC-TEUR-001 7) no longer available
10:13:06:475 SensorNode id: 4 (ZGRC-TEUR-001 4) no longer available

Additional information

No response

home-assistant[bot] commented 1 year ago

Hey there @kane610, mind taking a look at this issue as it has been labeled with an integration (deconz) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `deconz` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign deconz` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


deconz documentation deconz source (message by IssueLinks)

Kane610 commented 1 year ago

Hello. This should be reported to either the addon repository or deconz github. I'm not sure which is more suitable. Probably deconz github. This repository is for the integration side only.