[OBSOLETE] Aeotec Siren 6

Post the raw description shown on the device details screen.

DoorBell 6 Device Door Bell

Name DoorBell 6
Label Door Bell
Type Aeotec Doorbell 6 Button
Version Published
Device Network Id 99
Status ACTIVE
Hub SmartThings Hub
Group Hallway
Last Activity At 2019-08-12 12:59 PM EDT
Date Created 2019-08-12 12:59 PM EDT
Last Updated 2019-08-12 9:09 PM EDT
Data No data found for device
Current States * switch: off


debugOutput bool true
lightEffect enum
repeat enum 4
repeatDelay enum 4
tone enum 6
toneIntercept enum 2
volume enum 1
Execution Location Cloud
Events List Events
In Use By

and some logs

I was looking for the “raw description” because if that’s not populated then your not going to be able to get the device to work until you remove it and reboot the hub, but that’s the one thing you didn’t post.

The problem you’re having right now is caused by using the wrong handler. If both of the Aeotec Doorbell 6 handlers were installed before joining the device then ST would have assigned it the “Aeotec Doorbell 6” handler, but the type field is currently set to “Aeotec Doorbell 6 Button” which is the handler for the child button devices.

As long as the raw description is populated, changing the type to “Aeotec Doorbell 6” should solve your problem.

Sorry for the dumb question but, I’m not sure about the raw description, how do i get it?

It’s on the same screen as all the other information you posted, but I think it’s near the bottom.

Thank you Kevin.

I did remove the DH and rebooted the Hub. This is the code I am using from the aeotech site:

LINK REMOVED
Is this the correct one ?

Yes that’s the main handler and you also need to install the button handler.

Once those are installed, join the device and SmartThings should automatically assign that handler to it. If it doesn’t and the raw description is populated then you can change the type field to “Aeotec Doorbell 6”, but still post the raw description so I can compare it against the fingerprint in the handler.

Please remove that link because we’re still on the Aeotec Siren 6 topic and I don’t want to confuse users. If SmartThings didn’t automatically assign the correct handler then we should move this conversation to the Aeotec Doorbell 6 topic.

Thanks, again… Installed both, but still having the same issue.

How can we move the conversation to Aeotec Doorbell 6 topic?

I’ve installed the siren 6 with the code and all working fine.
My problem is that the siren LED constantly flashes, one flash every few seconds.

Does anyone know of this means something, do O have a setting wrong or is it normal?

Thanks.

It thinks the battery in the doorbell button is low, but this device is known for reporting false battery levels so the battery might be fine.

If the battery isn’t very old, push the physical doorbell button and then open the button device in the mobile app and tap the refresh tile. That will request a new battery level and if the battery is really OK the blinking should stop.

If that doesn’t fix it you could try re-inserting the battery to see if that resets the level, but if it doesn’t then the battery is probably actually low and needs to be replaced.

Update: I just realized this is the Siren topic so it most likely doesn’t have a doorbell button attached and everything I wrote above doesn’t apply to you.

The most likely cause of what you’re seeing is the strobe being on so try tapping the off tile to see if that stops the flashing.

1 Like

Thanks Kevin,

That may be worth a look as I do have a doorbell button paired with it. Using it as siren and doorbell.

I’ve already tried switching off the strobe through the app. Will try the button battery thing tomorrow.

Thanks
Graeme

In that case the button battery is definitely the reason why it’s flashing, but whether or not the button battery is actually low is the question.

That being said, if you’re using the Aeotec Siren 6 with the button you should be using my Aeotec Doorbell 6 handler. That handler polls the button every 3 hours so if it starts flashing because of a false low battery reading it should eventually stop flashing on its own…

1 Like

So I changed the battery and no more flashing. It was the original battery that came with the button so may have been low.

Thanks for the help.

2 Likes

I cant get this to work, this is the log from when I test it.
f6c55ea0-5f48-4f04-ab43-fb8bc5a4153e 6:04:51 PM: debug sending data to AT
f6c55ea0-5f48-4f04-ab43-fb8bc5a4153e 6:04:51 PM: debug A sensor event occurred: [name:temperature, deviceId:1c97938b-dbc7-4edc-a767-10a0417de7a8, isoDate:2019-10-29T22:04:50.349Z, unit:F, value:70]
df855467-7233-4603-b287-3d88d55c52f2 6:04:36 PM: error java.lang.NullPointerException: Cannot invoke method startsWith() on null object @line 696 (isSecurityEnabled)
df855467-7233-4603-b287-3d88d55c52f2 6:04:36 PM: debug configure()…
84859293-e124-4388-a225-d1f8416b8a94 6:04:10 PM: trace hubOnlineMessage()
84859293-e124-4388-a225-d1f8416b8a94 6:04:10 PM: debug Hub ee2386b5-aa10-424c-bc45-5b17c8f8bb81 is ready.

Remove the device and join it again. Make sure you’re going through the inclusion process and not adding it in the IDE because all that does is create a virtual device.

I just purchased an Aeotec Siren 6 with firmware 1.5. I can’t seem to get it to make any noises at all. No chime, no siren, nothing when I move the slider bar. I can get it to strobe and flash and what not, but no noise. Is there a fix for this? Thanks

If you’re using the new mobile app, try the classic app instead and if that doesn’t work then try changing the siren volume setting.

Still nothing and yes I’m using the classic app. Tried changing the switch on action to play default chime. Set volumes for both siren and chime higher than default. Tried setting it for different tones and still nothing. I can set the light to come on with the chime which works, but still no chime.

The device has a tamper feature that automatically triggers the siren for a few seconds every time it detects vibration, but my handler disables it.

If you remove the device, remove my handler, factory reset the device by holding the button for about 20 seconds, and join it again then it should make sound and flash every time you bump it.

If the LED flashes, but it doesn’t make any noise then you have a bad device and you’ll have to get a replacement from Aeotec

If it makes sound then the device is fine and you might be able to turn the siren on and off with the default handler it was assigned.

If that works then Aeotec must have changed something in the 1.5 firmware so I’ll have to get the updated firmware from them in order to fix the handler because I wrote it with the 1.4 firmware.

Let me know whether or not you’re able to get it to make any sound.