[OBSOLETE] Aeotec Siren 6

I need someone that’s completely migrated to the new mobile app to see if they’re still able to play sounds by # using the “Custom Message” option in SHM and/or Speaker Companion.

I just received a complaint about that not working with one of my other chime DTHs and based on their logs it looks like the new app is passing a GUID to the DTH instead of the entered message. If something was changed and it also applies to numbers that are entered as the custom message then that feature most likely won’t work with this DTH either…

Hey Kevin. So I tried this, and your back-up is definitely firing, but it’s also not working.

The annoying thing is, I can’t really test it, because anything I manually trigger always works fine. The cases where it’s failed, is where I’ve not had anything use the Siren in 24 hours and the first thing it does registers as valid command (ie. I don’t see any errors), it just doesn’t actually do anything, even though it thinks it should be.

Sounds like I have a defective unit.

Thanks for your help.

When the SmartApp is triggered it executes a command on the DTH and the DTH generates the z-wave commands hands them off to ST so if the problem occurs in the DTH or SmartApp you’d see an error in the logs, but that would only happen if one of those had a bug and that bug would be affecting all users.

ST takes those z-wave commands and passes them to the hub which then sends them to either the device (or repeater which then sends them to the device), and then the device performs the action, but if those parts fail you won’t see anything in the logs.

In order to turn on the strobe it has to send 3 messages to the device so I suspect that the commands aren’t making it to the siren for some reason, but moving the device closer to the hub or performing a z-wave repair if you don’t done one in a while might fix it.

Another potential solution is to change 200 to 500 in the “getSirenStrobeCmds” method which is probably about 10-20 lines below the strobe method you already edited. Unfortunately this change will delay the siren turning on by about 1 1/2 seconds…

If those changes don’t solve the problem then I should be able to make that backup method work.

I’m not positive that the backup function is passing the commands to ST the correct way which would cause it to fail without an error, but you can easily test that without waiting 24 hours by putting // in front of the “return getSiren…” line and see if the strobe still turns on 2 seconds after you tap the strobe button.

If the backup code is turning the strobe on then there are some other tweaks that might solve the problem.

Much appreciated for your time & effort in resolving this.

Didn’t know about the Z-wave Repair, so I’ve just completed that.

I have a SmartThings button directly calling strobe on the Siren, and it’s working at the moment. I will try it when I get home from work tomorrow to see if it does it first time.

Thanks again!

Note: The Siren is 2m from the Hub (ethernet & WiFi), and I have many other devices much further away without problems.

I just purchased the Aeotec Siren 6. It is firmware 1.5. I just installed DH and not receiving any sound. Any ideas of why this could be happening

It’s most likely a defective device, but it’s possible something changed in the latest firmware that breaks my DTH.

To rule that out, remove the device, remove my DTH, factory reset the device, and see if it works with the default handler it gets assigned when you join it.

Please report back either way…

Siren and chime both work for me with brand new Siren 6 and firmware 1.5

Thank you for confirming.

There’s been an usually high number of people reporting that the device joins and is functional, but doesn’t make sound so I was starting to think they made a breaking change in 1.5.

On the plus side, I’m pretty sure all the bad devices that have been reported either arrived like that or died after a couple of weeks so if you don’t run into any issues within the first couple of months then you most likely won’t run into any in the future.

1 Like

Is there some way to add my own custom .wav files to this?

No. The only devices I’m aware of that supports uploading custom files are the Aeotec Doorbell GEN5 (discontinued?) and the Zooz Multisiren.

Siren and Chime work with firmware 1.5, however I have noticed when playing a chime or alarm ST sometimes gets stuck saying it is still playing the Chime or Alarm even though it has completed. It won’t play the Chime again until I hit refresh in ST to get it go back to off status. I’ve had it a day and had to hit the refresh three or four times to get it unstuck. I have it set so that when the switch is turned on it plays the chime, tone 15 for 1 second. I have a webcore piston that says when any of the doors change state to open then it turns on the Aeotec Siren 6.

Post some live logging results, but leave enough time between the tests so I can easily see when they start and stop. Also make sure you filter the results so that only the siren’s are showing before posting them.

I opened the back door and it chimed, Walked to the garage door and it chimed, then went to the front door and it didn’t chime, then when back to the back door and it didn’t chime.

In webcore and in ST live long I see “Skipped execution of physical command [Aeotec Siren 6].on() because it would make no change to the device.”

5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:48 PM: info ╔ Event processed successfully (256ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:48 PM: trace ║╔ Execution stage complete. (24ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:48 PM: debug ║║ Condition group #1 evaluated false (state changed) (17ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:48 PM: debug ║║ Cancelling condition #1’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:48 PM: debug ║║ Condition #2 evaluated false (14ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:48 PM: debug ║║ Cancelling condition #2’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:48 PM: debug ║║ Comparison (enum) closed changes_to (string) open = false (1ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:48 PM: trace ║╚ Execution stage started
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:48 PM: trace ║ Runtime (37499 bytes) successfully initialized in 168ms (v0.3.110.20191009) (226ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:48 PM: debug ║ RunTime Analysis CS > 24ms > PS > 168ms > PE > 35ms > CE
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:48 PM: info ╚ Received event [Back Door].contact = closed with a delay of 74ms
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:42 PM: debug ║║ Cancelling statement #4’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:42 PM: debug ║║ Condition #3 evaluated true (6ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:42 PM: debug ║║ Condition #2 evaluated true (11ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:42 PM: debug ║║ Cancelling condition #1’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:42 PM: debug ║║ Condition group #1 evaluated true (state changed) (21ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:42 PM: debug ║║ Comparison (string) stay is_not (string) away = true (2ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:42 PM: debug ║║ Cancelling condition #2’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:42 PM: trace ║╚ Execution stage started
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:42 PM: trace ║ Runtime (37502 bytes) successfully initialized in 45ms (v0.3.110.20191009) (102ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:42 PM: debug ║ RunTime Analysis CS > 27ms > PS > 45ms > PE > 30ms > CE
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:58:42 PM: info ╚ Received event [Back Door].contact = open with a delay of 66ms
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:13 PM: info ╔ Event processed successfully (121ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:13 PM: trace ║╔ Execution stage complete. (22ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:13 PM: debug ║║ Condition group #1 evaluated false (state changed) (16ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:13 PM: debug ║║ Cancelling condition #1’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:13 PM: debug ║║ Condition #2 evaluated false (14ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:13 PM: debug ║║ Cancelling condition #2’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:13 PM: debug ║║ Comparison (enum) closed changes_to (string) open = false (1ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:13 PM: trace ║╚ Execution stage started
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:13 PM: trace ║ Runtime (37497 bytes) successfully initialized in 46ms (v0.3.110.20191009) (95ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:13 PM: debug ║ RunTime Analysis CS > 21ms > PS > 46ms > PE > 28ms > CE
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:13 PM: info ╚ Received event [Front Door].contact = closed with a delay of 63ms
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:09 PM: debug ║║ Skipped execution of physical command [Aeotec Siren 6].on() because it would make no change to the device. (3ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:09 PM: debug ║║ Condition #3 evaluated true (6ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:09 PM: trace ║║ Executed virtual command [Aeotec Siren 6].setSwitch (4ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:09 PM: debug ║║ Cancelling condition #1’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:09 PM: debug ║║ Comparison (string) stay is_not (string) away = true (2ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:09 PM: debug ║║ Comparison (enum) open changes_to (string) open = true (1ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:09 PM: debug ║║ Cancelling condition #2’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:09 PM: trace ║ Runtime (37502 bytes) successfully initialized in 37ms (v0.3.110.20191009) (89ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:09 PM: trace ║╚ Execution stage started
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:07 PM: info ╔ Event processed successfully (121ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:07 PM: trace ║╔ Execution stage complete. (22ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:07 PM: debug ║║ Condition group #1 evaluated false (state changed) (16ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:07 PM: debug ║║ Cancelling condition #1’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:07 PM: debug ║║ Condition #2 evaluated false (12ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:07 PM: debug ║║ Cancelling condition #2’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:07 PM: debug ║║ Comparison (enum) closed changes_to (string) open = false (0ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:07 PM: trace ║╚ Execution stage started
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:07 PM: trace ║ Runtime (37497 bytes) successfully initialized in 34ms (v0.3.110.20191009) (94ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:07 PM: debug ║ RunTime Analysis CS > 21ms > PS > 34ms > PE > 38ms > CE
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:06 PM: info ╚ Received event [Front Door].contact = closed with a delay of 53ms
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:01 PM: info ╔ Event processed successfully (144ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:01 PM: debug ║║ Comparison (enum) open changes_to (string) open = true (0ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:01 PM: debug ║║ Comparison (string) stay is_not (string) away = true (1ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:01 PM: debug ║║ Cancelling condition #2’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:01 PM: debug ║║ Condition #2 evaluated true (13ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:01 PM: debug ║ RunTime Analysis CS > 25ms > PS > 43ms > PE > 33ms > CE
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:01 PM: trace ║╚ Execution stage started
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:01 PM: trace ║ Runtime (37503 bytes) successfully initialized in 43ms (v0.3.110.20191009) (101ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:57:01 PM: info ╚ Received event [Front Door].contact = open with a delay of 74ms
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:35 PM: info ╔ Event processed successfully (112ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:35 PM: trace ║╔ Execution stage complete. (21ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:35 PM: debug ║║ Condition group #1 evaluated false (state changed) (15ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:35 PM: debug ║║ Cancelling condition #1’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:35 PM: debug ║║ Condition #2 evaluated false (13ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:35 PM: debug ║║ Cancelling condition #2’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:35 PM: debug ║║ Comparison (enum) closed changes_to (string) open = false (0ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:35 PM: trace ║╚ Execution stage started
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:35 PM: trace ║ Runtime (37498 bytes) successfully initialized in 36ms (v0.3.110.20191009) (87ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:35 PM: debug ║ RunTime Analysis CS > 20ms > PS > 36ms > PE > 30ms > CE
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:35 PM: info ╚ Received event [Garage Door].contact = closed with a delay of 56ms
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:31 PM: debug ║║ Condition #2 evaluated true (16ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:31 PM: debug ║║ Cancelling condition #1’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:31 PM: debug ║║ Condition #3 evaluated true (6ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:31 PM: debug ║║ Comparison (string) stay is_not (string) away = true (2ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:31 PM: debug ║║ Cancelling condition #2’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:31 PM: debug ║║ Comparison (enum) open changes_to (string) open = true (0ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:31 PM: trace ║╚ Execution stage started
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:31 PM: info ╚ Received event [Garage Door].contact = open with a delay of 69ms
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:10 PM: info ╔ Event processed successfully (138ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:10 PM: trace ║╔ Execution stage complete. (23ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:10 PM: debug ║║ Condition group #1 evaluated false (state changed) (17ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:10 PM: debug ║║ Cancelling condition #1’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:10 PM: debug ║║ Condition #2 evaluated false (14ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:10 PM: debug ║║ Cancelling condition #2’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:10 PM: debug ║║ Comparison (enum) closed changes_to (string) open = false (1ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:10 PM: trace ║╚ Execution stage started
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:10 PM: trace ║ Runtime (37498 bytes) successfully initialized in 53ms (v0.3.110.20191009) (111ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:10 PM: debug ║ RunTime Analysis CS > 29ms > PS > 53ms > PE > 30ms > CE
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:10 PM: info ╚ Received event [Back Door].contact = closed with a delay of 125ms
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:06 PM: debug ║║ Cancelling statement #4’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:06 PM: debug ║║ Condition group #1 evaluated true (state changed) (22ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:06 PM: debug ║║ Condition #3 evaluated true (6ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:06 PM: debug ║║ Cancelling condition #1’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:06 PM: debug ║║ Condition #2 evaluated true (13ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:06 PM: debug ║║ Cancelling condition #2’s schedules…
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:06 PM: debug ║║ Comparison (string) stay is_not (string) away = true (2ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:06 PM: debug ║║ Comparison (enum) open changes_to (string) open = true (0ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:06 PM: trace ║╚ Execution stage started
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:06 PM: debug ║ RunTime Analysis CS > 21ms > PS > 39ms > PE > 31ms > CE
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:06 PM: trace ║ Runtime (37501 bytes) successfully initialized in 39ms (v0.3.110.20191009) (92ms)
5b85f7b4-846f-4bb5-a063-d550737f83ed 5:56:06 PM: info ╚ Received event [Back Door].contact = open with a delay of 60ms

I only care about the Siren’s events so filter by the siren before posting the results.

Also, please remove “//” from the log.trace line at the very bottom of the code before testing.

Not sure exactly what your looking for … These are the events from the device.

Date Source Type Name Value User Displayed Text
2020-03-01 6:33:20.371 PM CST
10 minutes ago DEVICE lastCheckIn 03/01/2020 06:33:20 PM Aeotec Siren 6 - 03/01/2020 06:33:20 PM
2020-03-01 6:33:20.357 PM CST
10 minutes ago DEVICE primaryStatus off Aeotec Siren 6 - off
2020-03-01 6:33:20.339 PM CST
10 minutes ago DEVICE switch off Aeotec Siren 6 - off
2020-03-01 6:19:49.844 PM CST
24 minutes ago DEVICE primaryStatus chime Aeotec Siren 6 - chime
2020-03-01 6:19:49.829 PM CST
24 minutes ago DEVICE switch on Aeotec Siren 6 - on
2020-03-01 6:19:49.669 PM CST
24 minutes ago DEVICE lastCheckIn 03/01/2020 06:19:49 PM Aeotec Siren 6 - 03/01/2020 06:19:49 PM
2020-03-01 6:19:49.613 PM CST
24 minutes ago DEVICE lastCheckIn 03/01/2020 06:19:49 PM Aeotec Siren 6 - 03/01/2020 06:19:49 PM
2020-03-01 6:19:48.237 PM CST
24 minutes ago COMMAND on on command was sent to Aeotec Siren 6
2020-03-01 6:19:47.685 PM CST
24 minutes ago APP_COMMAND on Entry Chime sent on command to Aeotec Siren 6
2020-03-01 6:18:19.060 PM CST
26 minutes ago DEVICE lastCheckIn 03/01/2020 06:18:19 PM Aeotec Siren 6 - 03/01/2020 06:18:19 PM
2020-03-01 6:18:19.052 PM CST
26 minutes ago DEVICE primaryStatus off Aeotec Siren 6 - off
2020-03-01 6:18:19.042 PM CST
26 minutes ago DEVICE switch off Aeotec Siren 6 - off
2020-03-01 6:06:24.432 PM CST
37 minutes ago DEVICE primaryStatus chime Aeotec Siren 6 - chime
2020-03-01 6:06:24.418 PM CST
37 minutes ago DEVICE switch on Aeotec Siren 6 - on
2020-03-01 6:06:23.061 PM CST
37 minutes ago COMMAND on on command was sent to Aeotec Siren 6
2020-03-01 6:06:22.557 PM CST
37 minutes ago APP_COMMAND on Entry Chime sent on command to Aeotec Siren 6
2020-03-01 6:06:21.336 PM CST
37 minutes ago DEVICE primaryStatus off Aeotec Siren 6 - off
2020-03-01 6:06:21.326 PM CST
37 minutes ago DEVICE switch off Aeotec Siren 6 - off
2020-03-01 6:06:20.501 PM CST
37 minutes ago DEVICE primaryStatus chime Aeotec Siren 6 - chime
2020-03-01 6:06:20.484 PM CST
37 minutes ago DEVICE switch on Aeotec Siren 6 - on
2020-03-01 6:06:20.282 PM CST
38 minutes ago DEVICE lastCheckIn 03/01/2020 06:06:20 PM Aeotec Siren 6 - 03/01/2020 06:06:20 PM
2020-03-01 6:06:20.152 PM CST
38 minutes ago DEVICE lastCheckIn 03/01/2020 06:06:20 PM Aeotec Siren 6 - 03/01/2020 06:06:20 PM
2020-03-01 6:06:18.832 PM CST
38 minutes ago COMMAND on on command was sent to Aeotec Siren 6
2020-03-01 6:06:18.178 PM CST
38 minutes ago APP_COMMAND on Entry Chime sent on command to Aeotec Siren 6
2020-03-01 6:03:17.796 PM CST
41 minutes ago DEVICE lastCheckIn 03/01/2020 06:03:17 PM Aeotec Siren 6 - 03/01/2020 06:03:17 PM
2020-03-01 6:03:17.784 PM CST
41 minutes ago DEVICE primaryStatus off Aeotec Siren 6 - off
2020-03-01 6:03:17.763 PM CST
41 minutes ago DEVICE switch off Aeotec Siren 6 - off
2020-03-01 5:56:33.913 PM CST
48 minutes ago DEVICE primaryStatus chime Aeotec Siren 6 - chime
2020-03-01 5:56:33.892 PM CST
48 minutes ago DEVICE switch on Aeotec Siren 6 - on
2020-03-01 5:56:32.327 PM CST
48 minutes ago COMMAND on on command was sent to Aeotec Siren 6
2020-03-01 5:56:31.669 PM CST
48 minutes ago APP_COMMAND on Entry Chime sent on command to Aeotec Siren 6

I need the live logging results, which is what you posted the first time, but filter the logging results before posting it by clicking that device.

Live logging needs to be opened before you start testing and I also need you to remove the comment from that log.trace line and publish the code before testing which will show additional logging data which will give me a better idea of what’s going on behind the scenes…

I guess I don’t know how to see the Live logging for a device… In the IDE under live logging it doesn’t split it out by device, only integrations, like pistons, alexa, action tiles, and Smart home monitor. Here is a screenshot of the state it get stuck in. If I hit the refresh button it will change to off.

If you uncomment that line in the code, open live logging, and do something with the siren, then the name of your siren will be in the same area as pistons, alexa, etc.

If you’re using the new mobile app then you should also check the settings to make sure that the debug logging setting didn’t get disabled.

If you clear live logging before you start it will be easier to find the device.

There’s only one live logging and it displays all app and device log entries so if you’re still not seeing the device’s log entries and you’ve done everything I mentioned above then post a screenshot of live logging.

Hi,
Firstly can I repeat what others have said and thank you for helping out so many people! I’m new to this scene but I would have thought it’s Aeotec’s job to iron out any issues.
Please could you tell me what I’ve done wrong here, or what I can do to get proper functionality?

I’ve replied to this post, as I have not used the Classic app previously, only the new one.
Yesterday I received my new Aeotec Siren 6 (ver ZW164-C). I installed your device handler before adding it to my hub. Then it was found quickly and auto-added into the new app. When I selected it, I had a few options - Alarm (off or Siren/strobe) and sounds 2-8. See screenshot. The “alarm” just sounds a doorbell chime & strobe. Sounds 2-8 just give a spinning loading wheel, then “a network or server error occurred”, then kick me out of the app back to phone home screen. The siren/strobe does sound when I knock the siren presumably from a vibration sensor.

Of course I then downloaded and installed the classic app as I gather that is the only one that configures all options. No options appear here though except I can rename it, replace it or remove it.

I did also try speaker companion on both apps too but neither detect a speaker option.

I do have more screenshots, but as a new user I can only post 1.

Thanks

Thought this may be useful.

1 Like