Aeotec doorbell 6

Did you ever get a resolution to this? I appear to be having the same issues in my transition.

1 Like

Nope.

1 Like

I know the driver still partially works as when I clicked refresh the battery level changed. But pushing the button no longer gets the "switch" status to change.

FYI, I switched back to the Aeotec Doorbell 6 driver as the new one deletes the component devices.

1 Like

This strange because the button event issue has been resolved a while ago. This is what I get in the log when I push one of my button with the new driver:

Screenshot_20210423_064741

It is easy to base rule on that. Note that the event does not report a "switch" but a "button" as it should be.

The only thing which still does not work is changing the strobe light setting for the different button. At some point @bcopeland was supposed to look into it but I gess did not have time to do so yet.

Please show a screen shot from each of your buttons the battery level on the status page? If the siren light starts blinking from a button's low battery level, how are you able to determine which of the 3 buttons are low?

1 Like

My reply was about the button press event only. Not the battery level.

It was supposed to be in the device data section.. But I see that it’s not being reported for some reason.. I’ll check it out..

3 Likes

I wouldn't say that

Is easier than

But yes this 'workaround' does work

1 Like

I don't use any workaround. It's simple as that:

I found trying to set the sounds to 'none' did weird random things. Instead I set the tamper alarm volume to 'mute' and then used the shortest sound (single bell ting) so that the tamper alarm light wouldn't stay on for longer than necessary (I mean, it shouldn't come on at all, but ...).

That said, I can't get the driver to work properly for me. No button notifications, so I'm stuck triggering on when the status changes to 'playing'.

@bcopeland Looks like the driver is still looking for the wrong name for creating component devices. Getting the error:

dev:3122021-06-24 17:44:42.133 errororg.codehaus.groovy.runtime.InvokerInvocationException: com.hubitat.app.exception.UnknownDeviceTypeException: Device type 'Aeotec Siren 6' in namespace 'hubitat' not found (configure)

The driver name is Aeotec Siren 6 New which seems to be where the issue is happening...

When does it come up with this error?.. There are no child devices used in this driver.

Every time I hit configure. The parent device type is the Aeotec doorbell 6.

:thinking: Can you send me a screenshot of the device list where this device is?

@bcopeland originally had my doorbell set to the old driver then switched it so the home security monitor would recognize it as a siren. I had notification set up to ping my phone when the doorbell button was pushed. The notifications have stopped when I changed the driver. I went to the logs trying to figure out what was going on. When I go to the device settings and select push with the value set at 1 I get an error in the logs. Do you know what is going on and if I am doing something wrong.

Thanks Mark

I have driver set to "Aeotec Doorbell 6" and am still not seeing button presses in the EVENTS log. Has this been fixed to work this way?

I read through this whole thread and maybe I'm missing it but I don't see any clear evidence that this was ever rectified? Am I missing something?

I'm not sure. I am using the built-in driver called "Aeotec Siren 6 New" with the Doorbell 6, and as indicated in the screen shots below, I can definitely see pushed events. Also, automations based on the button being pushed work perfectly.

1 Like

Ok you're using a different driver. Let me try the siren driver and see how it goes, thanks!

1 Like

@bcopeland

I can reproduce the issue that @wogfun saw with the built-in "Aeotec Doorbell 6" driver.

Basically, while the Doorbell button component devices are created, when the button is pushed, no event is generated for either the parent device or the child device.

In contrast, events are generated when the same device is used with the built-in "Aeotec Siren 6 New" driver, although this driver doesn't permit the creation of doorbell button component devices.