Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SendDataMulticast with status Fail exposed as NoAck #7198

Open
AlCalzone opened this issue Sep 27, 2024 Discussed in #7194 · 0 comments
Open

SendDataMulticast with status Fail exposed as NoAck #7198

AlCalzone opened this issue Sep 27, 2024 Discussed in #7194 · 0 comments
Labels
bug Something isn't working

Comments

@AlCalzone
Copy link
Member

AlCalzone commented Sep 27, 2024

Discussed in #7194

Originally posted by @Botched1 September 26, 2024
I'm using a ZST39 running 7.22.1 and see multicast commands fail somewhat regularly. If I repeatedly send multicast commands I can get it to give the error maybe 3 out of 10 times or so...

[...]

What I see in the logs when it fails:

2024-09-25 20:30:38.430 ERROR Z-WAVE-SERVER: The node did not acknowledge the command (ZW0204)
ZWaveError: The node did not acknowledge the command (ZW0204)
    at Driver.sendMessage (/opt/node_modules/zwave-js/src/lib/driver/Driver.ts:5816:23)
    at Driver.sendCommandInternal (/opt/node_modules/zwave-js/src/lib/driver/Driver.ts:6014:28)
    at Driver.sendCommand (/opt/node_modules/zwave-js/src/lib/driver/Driver.ts:6124:29)
    at BinarySwitchCCAPI.set (/opt/node_modules/@zwave-js/cc/src/cc/BinarySwitchCC.ts:142:24)
    at BinarySwitchCCAPI.<anonymous> (/opt/node_modules/@zwave-js/cc/src/cc/BinarySwitchCC.ts:164:16)
    at VirtualNode.setValue (/opt/node_modules/zwave-js/src/lib/node/VirtualNode.ts:172:39)
    at MulticastGroupMessageHandler.handle (/opt/node_modules/@zwave-js/server/dist/lib/multicast_group/message_handler.js:19:50)
    at Client.receiveMessage (/opt/node_modules/@zwave-js/server/dist/lib/server.js:139:100)
    at WebSocket.<anonymous> (/opt/node_modules/@zwave-js/server/dist/lib/server.js:60:45)
    at WebSocket.emit (node:events:517:28)

[...]

Investigation of the driver logs indicates that this is a transmit status of Fail, not NoAck, so it should be exposed as such.

@AlCalzone AlCalzone added the bug Something isn't working label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant