Unable to Send setInterval Command via MQTT in zwave-js API #3987
Replies: 1 comment 6 replies
-
Could you tell me what mqtt topic you are using? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When attempting to send the setInterval command to a Z-Wave device using the zwave-js MQTT API, I consistently receive errors related to argument formatting. Despite following the documented examples and API requirements, the command fails to execute, and the response indicates issues with interpreting the wakeUpInterval and controllerNodeId arguments.
MQTT Payload:
The API responds with errors such as:
{"success":false,"message":"Cannot read properties of undefined (reading 'nodeId')","args":[],"origin":"{\n\t\"args\": [\n\t\t{\n \"nodeId\": 11\n \"endpoint\": 0\n \"commandClass\": 132\n\t\t},\n\t\t\"setInterval\",\n\t\t[100]\n\t]\n}"}
Could you help me. I think I've tried all the options already.
ps Command with SoftReset is working for me.
Beta Was this translation helpful? Give feedback.
All reactions