Team
I`m trying to use Sonoff Bridge Zigbee with Tasmota ( tasmota2zigbee ) to integrate Sonoff button and multipress. Here is the info fro MQTT explorer but the config does not work. If anyone can spot where I made a mistake.
SONOFF SNZB-01
tele/zbbridge/SENSOR
Value
1x press
{"ZbReceived":{"0x1AB6":{"Device":"0x1AB6","0006!02":"","Power":2,"Endpoint":1,"LinkQuality":115}}}
2x press
{"ZbReceived":{"0x1AB6":{"Device":"0x1AB6","0006!01":"","Power":2,"Endpoint":1,"LinkQuality":115}}}
hold
{"ZbReceived":{"0x1AB6":{"Device":"0x1AB6","0006!00":"","Power":2,"Endpoint":1,"LinkQuality":115}}}
- platform: mqtt
name: "zb_button_1x"
state_topic: "tele/zbbridge/SENSOR"
value_template: "{{ value_json.ZbReceived['0x1AB6']['0006!02'] }}"
device_class: update
payload_on: " "