Phone sends false alarms to the server
See original GitHub issueActual behaviour
I bought a Samsung Galaxy S22 Ultra which regularly sends false times for upcoming alarms. I cannot figure out a pattern that triggers this. I checked out the logs of the app:
04-26 06:15:01.910 10062 10062 D BackgroundTasksManager: onReceive() with intent android.app.action.NEXT_ALARM_CLOCK_CHANGED
04-26 06:15:01.910 10062 10062 D BackgroundTasksManager: Alarm clock changed
04-26 06:15:01.914 10062 10062 D BackgroundTasksManager: Alarm sent by null
04-26 06:15:01.915 10062 10062 D BackgroundTasksManager: Got value 'ValueWithInfo(value=1650953622334, mappedValue=null, type=Timestamp)' for alarmClock
04-26 06:15:01.917 10062 10062 D BackgroundTasksManager: Scheduling work for tag alarmClock
As you can see in line 3 that the $sender is null. I suggest checking for null and returning in this case
Environment data
Client
- Android version: 12 (OneUI 4.1)
- Device model: Samsung Galaxy S22 Ultra
- App version : 2.20.0
- Build flavor : Full
- Device language: German
Logs
App log
(Also you can see some file not found exceptions)
Issue Analytics
- State:
- Created a year ago
- Comments:15 (15 by maintainers)
Top Results From Across the Web
Distribute Nagios to reduce false alarms - Server Fault
What can I do to reduce such false alarms? I'm guessing that it's because of transient network issues on my monitoring server. I...
Read more >The 6 Most Common Causes of False Alarms
The 6 Most Common Causes of False Alarms. Faulty equipment: Despite the fact that most of the top home security companies utilize high-....
Read more >Home Security Market Thriving Despite Dread of False Alarms
The market for home security systems continues to grow despite concerns about false alerts, according to a new report from Parks Associates.
Read more >Seizure Detection - Support - SeizAlarm
I am having a lot of false alarms. In the “Settings” within the SeizAlarm app there are sensitivity settings that you can adjust....
Read more >Putting an End to False Alarms in Three Easy Steps
In this case, we'll set an In Alert Delay of 60 seconds. Now Climate Guard will send an email when the door has...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Installed it. I will test it a few days and keep you up-to-date
Got it. So there is nothing we can do.
However https://github.com/openhab/openhab-android/pull/2891 helps a lot with the
nullalarms. Ready to merge?