Replies: 1 comment 5 replies
-
Do you see a value id in the UI that shows that? You could also use mqtt explorer to see values sent via mqtt, if it is a notification there is a special topic for them, you find everything you need under mqtt section in docs: https://zwave-js.github.io/zwavejs2mqtt/#/guide/mqtt?id=using-mqtt |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using ZWAVEJS2MQTT and have a Z-Wave light switch.
What MQTT topic is published when I press the up/down buttons of the light switch?
I'd like to configure Tasmota to listen to this MQTT topic and turn on it's connected RGBW bulb.
I've been told to enable [Scene Control] on my Z-Wave switch. Is this the correct? Do I then need to monitor the MQTT topic /zwave/_EVENTS/ZWAVE_GATEWAY-zwavejs2mqtt/node/node_value_updated?
I was thinking maybe there is something in /zwave///keyPressed(?) would exist?
Beta Was this translation helpful? Give feedback.
All reactions