AeonStick getting error on Windows 11
See original GitHub issueHello. I am running zwave-js server on a win 10 machine, and everything works fine. I am moving to a windows 11 and when running zwave-server I get the following output
00:14:50.880 DRIVER ββββββββ βββ βββ ββββββ βββ βββ ββββββββ βββ ββββββββ
ββββββββ βββ βββ ββββββββ βββ βββ ββββββββ βββ ββββββββ
βββββ βββ ββ βββ ββββββββ βββ βββ ββββββ ββββββ βββ ββββββββ
βββββ ββββββββββ ββββββββ ββββ ββββ ββββββ ββββββ ββ βββ ββββββββ
ββββββββ ββββββββββ βββ βββ βββββββ ββββββββ ββββββββ ββββββββ
ββββββββ ββββββββ βββ βββ βββββ ββββββββ ββββββ ββββββββ
00:14:50.885 DRIVER version 10.0.4
00:14:50.886 DRIVER
00:14:50.887 DRIVER starting driver...
00:14:50.905 DRIVER opening serial port COM6
00:14:50.918 DRIVER serial port opened
00:14:50.920 SERIAL Β» [NAK] (0x15)
00:14:50.923 DRIVER loading configuration...
00:14:50.928 CONFIG version 10.0.4
00:14:51.793 DRIVER beginning interview...
00:14:51.795 DRIVER added request handler for AddNodeToNetwork (0x4a)...
1 registered
00:14:51.796 DRIVER added request handler for RemoveNodeFromNetwork (0x4b)...
1 registered
00:14:51.797 DRIVER added request handler for ReplaceFailedNode (0x63)...
1 registered
00:14:51.798 CNTRLR querying controller IDs...
00:14:51.946 SERIAL Β» 0x01030020dc (5 bytes)
00:14:51.950 DRIVER Β» [REQ] [GetControllerId]
00:14:51.953 SERIAL Β« [ACK] (0x06)
00:14:51.960 SERIAL Β« 0x01080120fa1cf99e0156 (10 bytes)
00:14:51.962 SERIAL Β» [ACK] (0x06)
00:14:51.965 DRIVER Β« [RES] [GetControllerId]
home ID: 0xfa1cf99e
own node ID: 1
00:14:51.968 DRIVER Β« [RES] [GetControllerId] [unexpected]
home ID: 0xfa1cf99e
own node ID: 1
00:14:51.969 DRIVER unexpected response, discarding...
00:14:52.965 CNTRLR Failed to execute controller command after 1/3 attempts. Scheduling next try i
n 100 ms.
00:14:53.071 SERIAL Β» 0x01030020dc (5 bytes)
00:14:53.074 DRIVER Β» [REQ] [GetControllerId]
00:14:53.079 SERIAL Β« [ACK] (0x06)
00:14:53.088 SERIAL Β« 0x01080120fa1cf99e0156 (10 bytes)
00:14:53.091 SERIAL Β» [ACK] (0x06)
00:14:53.094 DRIVER Β« [RES] [GetControllerId]
home ID: 0xfa1cf99e
own node ID: 1
00:14:53.101 DRIVER Β« [RES] [GetControllerId] [unexpected]
home ID: 0xfa1cf99e
own node ID: 1
00:14:53.103 DRIVER unexpected response, discarding...
00:14:54.095 CNTRLR Failed to execute controller command after 2/3 attempts. Scheduling next try i
n 1100 ms.
00:14:55.209 SERIAL Β» 0x01030020dc (5 bytes)
00:14:55.210 DRIVER Β» [REQ] [GetControllerId]
00:14:55.213 SERIAL Β« [ACK] (0x06)
00:14:55.216 SERIAL Β« 0x01080120fa1cf99e0156 (10 bytes)
00:14:55.218 SERIAL Β» [ACK] (0x06)
00:14:55.221 DRIVER Β« [RES] [GetControllerId]
home ID: 0xfa1cf99e
own node ID: 1
00:14:55.224 DRIVER Β« [RES] [GetControllerId] [unexpected]
home ID: 0xfa1cf99e
own node ID: 1
00:14:55.225 DRIVER unexpected response, discarding...
00:14:56.247 DRIVER Failed to initialize the driver: ZWaveError: Timeout while waiting for an ACK
from the controller (ZW0200)
at Driver.sendMessage (C:\Users\Cristian\node_modules\zwave-js\src\lib\dri
ver\Driver.ts:3895:23)
at ZWaveController.identify (C:\Users\Cristian\node_modules\zwave-js\src\l
ib\controller\Controller.ts:713:33)
at Driver.initializeControllerAndNodes (C:\Users\Cristian\node_modules\zwa
ve-js\src\lib\driver\Driver.ts:1186:26)
at Immediate.<anonymous> (C:\Users\Cristian\node_modules\zwave-js\src\lib\
driver\Driver.ts:993:16)
I tried with two different zwave stick a gen5 and an old S2. Both works fine on win 10 and have the same issue on windows 11. (same node version)
Issue Analytics
- State:
- Created a year ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Windows 11 update 22H2 stops Aeotec USB Gen7 stick to be ...
After installing Windows 11 22H2 update my HA installation lost all z-wave devices. The Z-Wave JS integration showed an error.
Read more >Error with z-wave Aeon Stick 2 - solved using a powered USB ...
Iv been having some random error with my just over 1 week old Aeon Z-Wave Stick. Once its running is has not been...
Read more >Resolved issues in Windows 11, version 21H2 | Microsoft Learn
In this article. Resolved issues; Issue details. See a list of known issues that have been resolved for Windows 11, version 21H2 over...
Read more >Re: [openzwave] Aeotec (Aeon Labs) Z-Stick 2 becomes ...
I'm running it on Windows to see if I get the same issue. ... Interesting, it starts to get more and more errors...
Read more >Pi4 && Aeotec Z-Wave USB Stick Gen5 - Page 2
I can get it into a state where the device does actually attach, ... The number of error messages for these devices is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It looks like somehow the same message is processed twice 00:14:53.094 DRIVER Β« [RES] [GetControllerId] home ID: 0xfa1cf99e own node ID: 1 00:14:53.101 DRIVER Β« [RES] [GetControllerId] [unexpected] home ID: 0xfa1cf99e own node ID: 1 00:14:53.103 DRIVER unexpected response, discardingβ¦
If you need me to run any test code on that setup, happy to. In the meanwhile I moved to an RPI and had no problems
Itβs not processed twice, just logged twice (once on receipt, then again because it is unexpected).