Mqtt explorer shows the siren in three places, one under nodeID_18, one under Living_Room (location set in homeassistant), and one under LivingRoom (location set in zwavejs2mqtt). I set “zwave/LivingRoom/Siren” in node red.
Looks like I’ve misconfigured some part for the Siren to show up several times. But I suppose that’s a different problem as I’ve changed the sirenid in node red to the other two, same problem. When I switch on say doorbell 1 siren from lovelace, I don’t seem to see any changes in the mqtt explorer.
If you’re not seeing changes in MQTT Explorer from Lovelace, then you’re likely not connected to MQTT. It will send any messages you put into it over, regardless of validity.
As for your multiple zwave styles, use these settings for room/device.
Hmm… weird. I followed your settings in zwavejs2mqtt, restarted addon, reconnected mqtt explorer, nothing seems to have changed. I do see some more messages under zwave/LivingRoom/Siren/121/1 though:
Err… how would I make sure the message is sent to the siren? The sets seems to be called from your node-red setup. When I deploy the flow, and click the switches in lovelace, it seems to trigger the corresponding state change (resulting in "state change at "), and then the sets would be called right?
Thanks!! Resolved!! Turns out I chose topic at the mqtt block to be “zwave”. When I left it blank it worked. But why does the topic “zwave” not work, is it because it’s just the prefix?
You need to install the node-red integration, not just the addon. If you click on the entity nodes in node-red (e.g. turn off sounds) you’ll see the warning and the link to instructions on installing the node-red integration.
Thank you much for coming up with the node red integration. Im somewhat new to this but have managed to keep getting things going by forums, and tutorials like this.
Im not sure how to handle the set volumes switch, or the browse siren switch? Can you shed some light on those for me please? I want to know how to change the volume of the siren, and of course be able to adjust sounds and change those volumes as well. Doorbell, siren, Etc…
Hello,
First of all, thanks a lot for making and sharing this flow!
I have one issue with this flow and I’d like to solve.
When the siren alarm is triggered and the siren goes off: and someone presses the doorbell, the siren door bell sound replaces and removes the siren sound. (So I could set off the alarm, press the doorbell and no siren will sound anymore.
Also a few questions:
How I can disable the doorbell. So pressing it will not make any sound.
How can I add sounds to the flow for when the alarm is in arming state, switched to armed state, switched to disarmed.
Okay that’s a good idea. I will give that a try should work.
Did you manage to get a notification in home assistant working if someone presses the aotec doorbell?