zigbee Sirene
Verfasst: 16. Okt 2020 16:02
Hallo,
ich möchte eine Heiman Zigbee Sirene (HS2WD-E ) mit mqtt über einen Zigbee2mqtt cc2531 Stick für den Alarm betreiben. Mqtt ist eingerichtet und die Aqara Kontakte laufen bereits problemlos, leider weiss ich jedoch bei der Sirene überhaupt nicht weiter, wie das thing und item aussehen soll. Ganz unten habe Ich eingefügt welche Werte für den Alarm notwendig sind, hätte jemand eine Idee wie ich das umsetzen soll ?
Triggering the alarm #
The alarm can be trigged by publishing to zigbee2mqtt/[FRIENDLY_NAME]/set message {"warning": {"duration": 10, "mode": "emergency", "strobe": false}}.
Where:
duration: the number of seconds the alarm will be on (max is 1800 seconds)
mode: stop or emergency
strobe: true or false will let the strobe flash once during the alarm
Manual Home Assistant configuration #
Although Home Assistant integration through MQTT discovery is preferred, manual integration is possible with the following configuration:
sensor:
- platform: "mqtt"
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
availability_topic: "zigbee2mqtt/bridge/state"
unit_of_measurement: "%"
device_class: "battery"
value_template: "{{ value_json.battery }}"
sensor:
- platform: "mqtt"
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
availability_topic: "zigbee2mqtt/bridge/state"
icon: "mdi:signal"
unit_of_measurement: "lqi"
value_template: "{{ value_json.linkquality }}"
ich möchte eine Heiman Zigbee Sirene (HS2WD-E ) mit mqtt über einen Zigbee2mqtt cc2531 Stick für den Alarm betreiben. Mqtt ist eingerichtet und die Aqara Kontakte laufen bereits problemlos, leider weiss ich jedoch bei der Sirene überhaupt nicht weiter, wie das thing und item aussehen soll. Ganz unten habe Ich eingefügt welche Werte für den Alarm notwendig sind, hätte jemand eine Idee wie ich das umsetzen soll ?
Triggering the alarm #
The alarm can be trigged by publishing to zigbee2mqtt/[FRIENDLY_NAME]/set message {"warning": {"duration": 10, "mode": "emergency", "strobe": false}}.
Where:
duration: the number of seconds the alarm will be on (max is 1800 seconds)
mode: stop or emergency
strobe: true or false will let the strobe flash once during the alarm
Manual Home Assistant configuration #
Although Home Assistant integration through MQTT discovery is preferred, manual integration is possible with the following configuration:
sensor:
- platform: "mqtt"
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
availability_topic: "zigbee2mqtt/bridge/state"
unit_of_measurement: "%"
device_class: "battery"
value_template: "{{ value_json.battery }}"
sensor:
- platform: "mqtt"
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
availability_topic: "zigbee2mqtt/bridge/state"
icon: "mdi:signal"
unit_of_measurement: "lqi"
value_template: "{{ value_json.linkquality }}"