[OBSOLETE] GoControl Siren / Linear Siren / Vision Siren

Thank you for the quick reply, makes sense, looking forward to the update to stop the constant polling.

The repeating status problem you’re seeing was reported before I added the self polling feature so SmartThings is the one repeatedly calling that command.

I can’t prevent that so all my change is going to do is suppress those messages. The version you’re currently on has a setting for “Checkin Interval” which makes the device automatically checkin, but it also blocks poll requests that occur between the scheduled interval.

In theory, if you set that to 24 hours you’ll stop seeing that message every 15 minutes and only see it once a day.

Thank you, Just updated it to 24 hours, will let you know shortly if that resolved.

Kevin, what is the unit for the check interval? Here is mine from IDE.

seconds so it looks like it’s set to 12 hours.

This did not make a difference, it is still showing every 15 minutes.

Can you remove the 2 forward slashes from line 1073 and then leave live logging open for about 30 minutes and post the live logging data?

Here you go, this is all that showed over 40 min. And the app is still showing updates every 15 min.

1bd3c055-3984-471a-a323-d98a7b49419b 1:55:07 PM: debug Checking for Secure Command Support
1bd3c055-3984-471a-a323-d98a7b49419b 1:55:07 PM: debug Updating

After removing the forward slashes did you save and publish?

yes that is what I did.

And it displayed that green box stating that the changes were published?

I’m asking because for the last couple of hours I haven’t been able to publish because all that button does is display a spinning circle that never stops.

you know what, maybe it did not publish, I just assumed it did. At work right now will take a look when I get home.

I need to enable debug logging in the DTH correct?

This is with debug turned on. Same thing.

1bd3c055-3984-471a-a323-d98a7b49419b 4:10:36 PM: debug Checking for Secure Command Support
1bd3c055-3984-471a-a323-d98a7b49419b 4:10:36 PM: debug Updating

Here’s a test version of the Device Handler that has logging on every command that could be sent to the device. Please let it run for about 30 minutes without using the device and then post the live logging data.

Here you go, 30 minutes of logs, does not show anything that I can see, still doing the 15 min thing.

1bd3c055-3984-471a-a323-d98a7b49419b 3:15:52 PM: trace BasicReport: BasicReport(value: 0)
1bd3c055-3984-471a-a323-d98a7b49419b 3:01:32 PM: trace batteryGetCmd
1bd3c055-3984-471a-a323-d98a7b49419b 3:01:32 PM: trace configSetCmd
1bd3c055-3984-471a-a323-d98a7b49419b 3:01:32 PM: trace autoOffSetCmd(3)
1bd3c055-3984-471a-a323-d98a7b49419b 3:01:32 PM: trace supportedSecurityGetCmd
1bd3c055-3984-471a-a323-d98a7b49419b 3:01:32 PM: debug Checking for Secure Command Support
1bd3c055-3984-471a-a323-d98a7b49419b 3:01:32 PM: debug Updating
1bd3c055-3984-471a-a323-d98a7b49419b 3:00:47 PM: debug Device Checked In
1bd3c055-3984-471a-a323-d98a7b49419b 3:00:47 PM: trace BasicReport: BasicReport(value: 0)

Can you leave live logging open for at least an hour and then post the results? Don’t do anything with the device during that time. This will be the last time.

here you go

1bd3c055-3984-471a-a323-d98a7b49419b 10:25:03 AM: trace BasicReport: BasicReport(value: 0)
1bd3c055-3984-471a-a323-d98a7b49419b 10:09:59 AM: trace BasicReport: BasicReport(value: 0)
1bd3c055-3984-471a-a323-d98a7b49419b 9:54:49 AM: trace BasicReport: BasicReport(value: 0)
1bd3c055-3984-471a-a323-d98a7b49419b 9:39:48 AM: trace BasicReport: BasicReport(value: 0)
1bd3c055-3984-471a-a323-d98a7b49419b 9:24:32 AM: trace BasicReport: BasicReport(value: 0)
1bd3c055-3984-471a-a323-d98a7b49419b 9:09:27 AM: trace BasicReport: BasicReport(value: 0)

That confirms it. The version of the siren you have automatically sends a report every 15 minutes so I can’t disable that polling, but I’ll suppress the duplicate messages from appearing in the recently tab in the next version.

1 Like

I’ve released a new version that should prevent the off message from displaying in the recently tab every 15 minutes for the users with the powered version of this device, but let me know if you continue seeing them.

@dp812 @jasonrwise77