KFinally I got my z-wave doorbell really nice!!!
The only issue smartthings recognizes as siren not a for bell hoping someone will be able to create smart app to integrate the new doorbell
http://www.thesmartesthouse.com/products/aeotec-by-aeon-labs-zw056-z-wave-plus-doorbell-gen-5
Please see Aeon Doorbell Type Beta
I would use @Robert_Vandervoort code over my own. He has more successfully addressed the reporting issue
There’s a Community created device type for it that’s been in beta for about two weeks. Read the whole thread carefully, pairing is really tricky on this device.
Hey Everyone,
This is my first device type that I’ve done anything this extensive with (be kind). It is a beta, so no guarantees, warranties, etc. The code is ugly, but works ok. Here is what I have working:
Pressing CONFIGURE will set up everything so you can get notified (not notifications, yet) when the door bell button is pushed. You should see the main screen toggle from OFF to ACTIVATED.
Pressing the RINGTONE button will cycle through Ringtone 1-5
Pressing OFF will turn OFF any noise
Pressing STATUS is where I am playing around right now. But it will set the NUMBER OF RINGTONES to 1.
The slide will set the VOLUME of the RINGTONE
Pressing the SPEAKER icon will trigger the doorbell.
Like I said this is Beta but the basic functionality seems there.
/**
* Copyright 2015 Smart…
1 Like