I thought it would be as simple as swapping out my OZW trigger node with a JS one, but that doesn’t seem to be working.
I tried a couple things I found in the forums and they didn’t trigger my debug nodes even on the first node.
I thought it would be as simple as swapping out my OZW trigger node with a JS one, but that doesn’t seem to be working.
I tried a couple things I found in the forums and they didn’t trigger my debug nodes even on the first node.
I guess it helps to read the docs:
Value Notifications are used for stateless values, like Central Scenes
and Scene Activation
. These events fire with the zwave_js_value_notification
event type.
Inovelli’s taps are central scenes, so I just needed to use zwave_js_value_notification in my event node.