It seems at some point, that the Z-Wave events disappeared after an upgrade.
I see no documentation of a change and this page still documents them: https://www.home-assistant.io/docs/z-wave/events/
I don’t see them in my developer events view and automation based on these never triggers.
Thank you. At least I now know that it’s supposed to work.
Any ideas as to what might be wrong in my setup? Any “hidden” configuration like with deconz groups, where I had to manually edit core.config_entries to enable groups.
No, you’re right, I don’t see the last automations. They were recent additions, just to see if I could get any sort of Z-Wave event to trigger (thought I was catching all with the above). But still, if I listen for zwave.node_event in the developer events page (nor is it listed on the right), I get no matches, no matter how many buttons I push or motion sensors I trigger
I am no python, nor HA developer expert, so I am quite puzzled as to what is wrong with my setup. Obviously the events must be fired, from my understanding of how HA works, but it seems like they’re swallowed, before I ever get a chance to inspect them. It seems odd.
I have Z-Wave configured via configuration.yaml (just zwave: and network_key: - but all nodes are added unencrypted, so far) and I have an Aeotec Z-stick Gen 5, running on a NUC with Hass.io on top of Ubuntu LTS.
Did anyone manage to figure it out? I was using zwave.node_event in several automations, all of which worked fine for a while, but then stopped. I was in the middle of making a new one when I noticed, but I don’t know if that caused it or if it had stopped working earlier.
Now, if I subscribe using the developer tab, no events show. If I subscribe to ‘*’, there are no zwave events even though the state_changed events triggered by the zwave events do fire. Rebooting or restarting don’t improve things.