-
In the UI, I can see a device's events (Node/Groups/OTA/Events/...) But I cannot find something corresponding to this in the MQTT explorer. The closest is .../node_notifications. But there's an awful lot of information there. All I need is a few decices' events as I can see it in the GUI. Is this somehow available over the broker? Background: I have a battery driven wall switch. Propably due to this, the information about a button pushed etc. does not appear in a topic (as is the case for a switch connected to the power line, from which the information is available in a topic .../scene/001, 002). |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
Just enable Send Z-Wave Events in Gateway settings, then subscribe to events topic |
Beta Was this translation helpful? Give feedback.
-
I have enabled Send Z-Wave Events. Should there be a node specific topic under _EVENTS? All I see are the general ones (such as the initially mentioned .../node_notifications) which have this large payload. My question is if there are also "filtered" topics with only one node's events, as I can see in the GUI. |
Beta Was this translation helpful? Give feedback.
-
"Problem" is: the event is a As far as I understand, I can get the information that I need from Wouldn't it be useful to have the information shown in the GUI in a topic such as |
Beta Was this translation helpful? Give feedback.
-
I've taken a closer look at the payload of
Regarding the main topic (of this discussion): I've just found out that the battery powered wall controllers can be configured to either send direct commands to an association group or send the scene-information (as the power-line switch mentioned above does by default). That's why I haven't seen any messages in the device specific topics (.../scene/...) of the switch. Sorry, but the software I was using before somehow hid that difference, so I wasn't aware of it. Nevertheless, this "direct control of associated devices" makes sense, because it works without a controller (fail-safe). If I want to preserve this behavior, subscribing to Thanks for your patience. |
Beta Was this translation helpful? Give feedback.
-
Where is this valueId topic? I cannot find it (see screenshot above). Pushing the button triggers a message in |
Beta Was this translation helpful? Give feedback.
Where is this valueId topic? I cannot find it (see screenshot above). Pushing the button triggers a message in
node_value_updated
. That's it.