19 Jul 2023, 05:48

@arteck
Ich würde gern einen payload an meine Feuermelder schicken, so dass der Alarm angeht, weil mit dem Button alarm an gehen die Teile nicht mehr. Ich habe SmZB-120 Feuermelder und da steht auf der zigbee seite, dass der Alarm auch mit einem payload funktioniert.

This smoke alarm can be triggered manually by publishing to zigbee2mqtt/FRIENDLY_NAME/set with the payloads:

To start :

{"warning":{"duration":60,"level":"low","mode":"burglar","strobe":false,"strobe_duty_cycle":0}} Where:
duration: the number of seconds the alarm will be on
level: low, medium, high, very_high
mode: stop, burglar
strobe: not supported
strobe_duty_cycle: not supported
To stop:

{"warning":{"duration":60,"level":"low","mode":"stop","strobe":false,"strobe_duty_cycle":0}}
Triggering alarm, Simple
Can be set by publishing to zigbee2mqtt/FRIENDLY_NAME/set with payload {"alarm": "START"} and {"alarm": "OFF"} Set max_duration from the Zigbee2MQTT UI or by publishing {"max_duration": NEW_VALUE} This alarm are preset to highest volume

Ich weiß bloß nicht wo ich dies eintragen muss.
Danke dir