-
Hi, <mqtt_prefix>/EVENTS/ZWAVE_GATEWAY-<mqtt_name>/<driver|node|controller>/<event_name> Payload { |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
@robertsLando I think this refers to your documentation :) |
Beta Was this translation helpful? Give feedback.
-
@hestiap You are actually using a driver function but why don't simply use a normal set value? https://zwave-js.github.io/zwavejs2mqtt/#/guide/mqtt?id=set-values |
Beta Was this translation helpful? Give feedback.
-
I didn't know it could do it as it is a configuration modification |
Beta Was this translation helpful? Give feedback.
-
I've tried this |
Beta Was this translation helpful? Give feedback.
-
Yes! |
Beta Was this translation helpful? Give feedback.
-
@robertsLando |
Beta Was this translation helpful? Give feedback.
@robertsLando
it was not the exact node in the message...
with this message
mosquitto_pub -t zwave/95/112/0/72/set -m 8
it is OK nowThanks for your help