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
73.52k stars 30.71k forks source link

deCONZ thinks my aeotec z-stick stick is a conbee II #41683

Closed Torgrima closed 4 years ago

Torgrima commented 4 years ago

The problem

When I start deCONZ in Supervisor, it lists my aeotec z-stick stick as a conbee II, and then z-wave don't work any more. /dev/ttyACM0 | 0x1CF1 | 0x0030 | | ConBee II

Environment

Problem-relevant configuration.yaml

Traceback/Error logs

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] firmware.sh: executing... 
[23:41:30] INFO: GCFFlasher V3_15 (c) dresden elektronik ingenieurtechnik gmbh
Path             | Vendor | Product | Serial     | Type
-----------------+--------+---------+------------+-------
/dev/ttyACM0     | 0x1CF1 | 0x0030  |            | ConBee II 
/dev/ttyUSB0     | 0x0403 | 0x6015  |            | ConBee 
[cont-init.d] firmware.sh: exited 0.
[cont-init.d] nginx.sh: executing... 
[cont-init.d] nginx.sh: exited 0.
[cont-init.d] novnc.sh: executing... 
[cont-init.d] novnc.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[21:41:33] INFO: Running the deCONZ OTA updater...
[21:41:34] INFO: Running the OSRAM LEdvance OTA updater...
[21:41:34] INFO: Starting udevd...
[21:41:34] INFO: Running the IKEA OTA updater...
[23:41:34] INFO: Websockify waiting for VNC to start
[23:41:36] INFO: Starting VNC server (local/yes)...
[23:41:39] INFO: Starting websockify...
[23:41:43] INFO: deCONZ waiting for VNC to start
[23:41:48] INFO: Starting the deCONZ gateway...
QCoreApplication::arguments: Please instantiate the QApplication object first
WebSocket server settings:
  - Listen on 127.0.0.1:5901
  - Flash security policy server
  - Web server. Web root: /usr/share/novnc
  - No SSL/TLS support (no cert file)
  - proxying from 127.0.0.1:5901 to 127.0.0.1:5900
libpng warning: iCCP: known incorrect sRGB profile
23:42:20:415 HTTP Server listen on address 0.0.0.0, port: 40850, root: /usr/share/deCONZ/webapp/
[21:42:20] INFO: Starting Nginx...
23:42:20:434 CTRL. 3.27.22020/10/11 21:42:20 [notice] 319#319: using the "epoll" event method
2020/10/11 21:42:20 [notice] 319#319: nginx/1.14.2
2020/10/11 21:42:20 [notice] 319#319: OS: Linux 5.4.63
2020/10/11 21:42:20 [notice] 319#319: getrlimit(RLIMIT_NOFILE): 1048576:1048576
2020/10/11 21:42:20 [notice] 319#319: start worker processes
2020/10/11 21:42:20 [notice] 319#319: start worker process 1798
23:42:21:525 COM: /dev/ttyUSB0 / serialno: DM0103V7
23:42:21:526 COM: --dev: /dev/ttyUSB0 (ConBee)
23:42:21:527 ZCLDB init file /data/.local/share/dresden-elektronik/deCONZ/zcldb.txt
23:42:22:675 parent process s6-supervise
23:42:22:676 gw run mode: docker/hassio
23:42:22:677 GW sd-card image version file does not exist: /data/.local/share/dresden-elektronik/deCONZ/gw-version
23:42:22:681 DB sqlite version 3.27.2
23:42:22:688 DB PRAGMA page_count: 48
23:42:22:688 DB PRAGMA page_size: 4096
23:42:22:689 DB PRAGMA freelist_count: 1
23:42:22:689 DB file size 196608 bytes, free pages 1
23:42:22:690 DB PRAGMA user_version: 7
23:42:22:691 DB cleanup
23:42:22:698 DB create temporary views
23:42:22:970 started websocket server at port 8081
23:42:22:995 [INFO] - Found file containing button maps. Parsing data...
23:42:23:120 [INFO] - Button maps loaded.
23:42:23:132 dlg action: Read binding table
23:42:23:134 found node plugin: libde_rest_plugin.so - REST API Plugin
23:42:23:150 found node plugin: libde_signal_plugin.so - Signal Monitor Plugin

Additional information

probot-home-assistant[bot] commented 4 years ago

deconz documentation deconz source (message by IssueLinks)

probot-home-assistant[bot] commented 4 years ago

Hey there @kane610, mind taking a look at this issue as its been labeled with an integration (deconz) you are listed as a codeowner for? Thanks! (message by CodeOwnersMention)

Kane610 commented 4 years ago

This is not an integration issue. Please raise an issue with the addon or the supervisor.

Torgrima commented 4 years ago

I have temporary solved my problem with a change to the path for aeotec z-stick in core.config_entries: "usb_path": "/dev/serial/by-id/usb-0658_0200-if00"