@2stimpy wrote:
I have the siren below, and i am trying to figure out how to make an automation to trigger the siren when the alarm is triggered.
I have this siren implemented with zigbee2mqtt with mqtt discovery.
I am able to trigger the alarm using the development tools mqtt publishI have been looking at
Mqtt publish option topic: home-assistant/light/1/state payload: "{\"Status\":\"off\", \"Data\":\"something\"}"
But i don’t know how to use this in an automation for the lines below.
Model HS2WD-E Vendor HEIMAN Description Smart siren Supports warning Picture The alarm can be trigged by publishing to
zigbee2mqtt/[FRIENDLY_NAME]/set
message{"warning": {"duration": 10, "mode": "emergency", "strobe": false}}
.
Posts: 1
Participants: 1