I’m trying to configure a binary sensor for a Sage Zigbee Doorbell sensor. The sensor is paired with a Sonoff Zigbee Tasmota Bridge, using zigbee2tasmota, and generates this MQTT payload on the tele/zigbee-bridge/SENSOR topic when I press the doorbell:
Thanks. I’ve pasted in your code but the sensor is still not being turned on when the doorbell is pressed.
As far as I can see the only differences between your code and mine were:
the value for payload_on was not enclosed in quotes
Sorry I just spotted that the device id needed to be in quotes (or double-quotes in configuration.yaml) - it’s now working fine.
Many thanks for the guidance!