Skip to content

Re-interview node command through mqtt ? #2757

Answered by robertsLando
davidwaze asked this question in Q&A
Discussion options

You must be logged in to vote

@davidwaze I don't think it's the best way to fix this

Anyway it si possible, check zwave-apis

In your case the api is refreshInfo and the only arg needed is the nodeID so the payload will look like:

{
 "args": [ 12 ]
}

Replace 12 with your nodeId

Also refreshCCValues could work.

To fix the root cause of your problem I need to ask @AlCalzone what he suggest

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by robertsLando
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #2756 on October 25, 2022 06:23.