I’m trying to debug an issue with some dimmer switches and I’m trying to see the zwave-js events, but when I go into developer tools and specify that I want to listen to either zwave_js_notification or zwave_js_value_notification, and click “start listening”, nothing shows up.
I can put in something like state_changed and I get plenty of events being fired, but nada for the zwave_js stuff. I’m running hassio 2022.8.7 on a raspberry pi.
What are you expecting to see? Those events are for specific functionality. Not every switch supports events. Probably no switch supports zwave_js_notification.
Ok, I guess that wasn’t clear to me from the docs. I thought that one or both of those events would fire when any activity happens with a z-wave device.
Usually you’d just work with entity states. If you want to react to any value update, then the platform trigger allows that. However, it’s not observable in the Dev Tools.