Stack Trace for LR Node ID Bytes #7420
Unanswered
The00Dustin
asked this question in
Request Support / Investigate Issue
Replies: 4 comments
This comment has been hidden.
This comment has been hidden.
-
I'm afraid I cannot reproduce this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In that case, do you need me to gather some additional data after all? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Or maybe it was some sort of fluke, it appears the same switch was turned off by the automation today... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
I have read and followed the above instructions
I have checked the troubleshooting section and my problem is not described there.
I have read the changelog and my problem was not mentioned there or the fix did not work.
Describe the issue
What is happening?
failed to refresh values for Meter CC: Message dropped because of an unexpected error: The value of "value" is out of range. It must be >= 0 and <= 255. Received 256 (ZW0202)
Uploading stack trace only per dev instructions.
Software versions
Driver (node-zwave-js): 13.10.13
Z-Wave JS UI: 9.26.0
Home Assistant Z-Wave Integration: 2024.10.4
Home Assistant Z-Wave JS Addon: ZUI 3.17.0
Z-Wave Controller (Stick/Dongle/...)
No response
Device information
No response
Checklist
I made sure to provide a driver log on level debug.
The log includes a re-interview of the problematic device (if applicable).
The log includes the problematic interaction with the device (if applicable).
I provided the node ID of the problematic device (if applicable).
Upload Logfile
ZWaveError: Message dropped because of an unexpected error: The value of "value" is out of range. It must be >= 0 and <= 255. Received 256 (ZW0202)
at Driver.sendMessage (/opt/node_modules/zwave-js/src/lib/driver/Driver.ts:5907:23)
at Driver.sendCommandInternal (/opt/node_modules/zwave-js/src/lib/driver/Driver.ts:6105:28)
at Driver.sendSupervisedCommand (/opt/node_modules/zwave-js/src/lib/driver/Driver.ts:6150:27)
at Driver.sendCommand (/opt/node_modules/zwave-js/src/lib/driver/Driver.ts:6198:30)
at Proxy.set (/opt/node_modules/@zwave-js/cc/src/cc/MultilevelSwitchCC.ts:268:24)
at Proxy. (/opt/node_modules/@zwave-js/cc/src/cc/MultilevelSwitchCC.ts:345:17)
at ZWaveNode.setValue (/opt/node_modules/zwave-js/src/lib/node/Node.ts:1194:39)
at NodeMessageHandler.handle (/opt/node_modules/@zwave-js/server/dist/lib/node/message_handler.js:27:43)
at Client.receiveMessage (/opt/node_modules/@zwave-js/server/dist/lib/server.js:139:100)
at WebSocket. (/opt/node_modules/@zwave-js/server/dist/lib/server.js:60:45)
Beta Was this translation helpful? Give feedback.
All reactions