#ozw mqtt commands
1 messages · Page 1 of 1 (latest)
@next comet first mqtt command you need to send is "hasnodefailed" https://github.com/OpenZWave/qt-openzwave/blob/master/docs/MQTT.md#hasnodefailed
then you can do the "removefailednode" https://github.com/OpenZWave/qt-openzwave/blob/master/docs/MQTT.md#removefailednode
example topic: OpenZWave/1/command/hasnodefailed/
eample payload: { "node" : 5 }
this would issue the hasnodefailed on node 5
I appreciate it. The syntax makes sense. You're just ahead of me because I have no clue how/where to publish these mqtt commands to...
I'll go do some research myself to figure it out.
you can use mqtt-explorer to access your mqtt broker