Skip to content

How to trigger a scene with mqtt? #2760

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

You must be logged in to vote

Check: https://zwave-js.github.io/zwave-js-ui/#/guide/mqtt?id=z-wave-apis

Specifically you should use _activateScene with a payload like:

{
  "args": [ xx ]
}

Topic: <mqtt_prefix>/_CLIENTS/ZWAVE_GATEWAY-<mqtt_name>/api/_activateScene/set

Just replace xx with your sceneID

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mdilg
Comment options

@robertsLando
Comment options

Answer selected by mdilg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants