Anyone managed to get a Zigbee SAGE Doorbell Sensor 206612 working?

Just wondering if anyone has got the Zigbee SAGE Doorbell Sensor 206612 working?

I’m using openhab 3 with the normal zigbee binding and can pair it fine, it has the channels batterylevel, level control, battery alarm and battery voltage. When I ring the doorbell i get nothing. Looking over at zigbee2mqtt it looks like there should be an action channel.

Any ideas?

I can’t believe the number of issues I have had with getting a doorbell to work. I was originally using a x10 powerflash module, that worked fine for a decade, but my cm12 died so have moved away from x10. So far I tried a couple of byron wireless doorbells with my rfxtrx, but they seem unsupported with my version, so then tried this zigbee! At the rate i’m going i would have spent less getting a Ring doorbell :man_facepalming: :rofl: :joy:!!

Further to my last post, it’s working!

zigbee.items
Dimmer DoorbellControl "Doorbell Control" {channel="zigbee:device:stick1:0008890001d9f36d:0008890001D9F36D_18_dimmer", expire="30s,state=0"}

zigbee.rules

rule Doorbell
when 
 Item DoorbellControl changed to 100
then
 //Ding dong
end 

More details over on github Add support for SAGE Doorbell Sensor 206612 · Issue #636 · openhab/org.openhab.binding.zigbee · GitHub

Just to add, might helps others,

Adding the following item displays the last time the doorbell was pressed.

DateTime DoorbellLastUpdated "Last pressed [%1$td/%1$tm/%1$ty %1$tH:%1$tM]" <frontdoor> {channel="zigbee:device:stick1:0008890001d9f36d:0008890001D9F36D_18_dimmer" [profile="timestamp-update"] }