Problem with Android Low Battery Mode

There is a reproducible problem with the auto unlock function, and it’s actually quite simple: as soon as an Android device’s battery falls below 10% and goes into automatic power saving mode (low battery mode), the app will no longer work automatically because the background data is then deactivated (that’s expected). This means that there are two problems if the battery falls below 10% while you are out and about and then come home:

  1. if you come home with 2 people and the phone of the other person unlocks the door, then you put the first phone on the charger, the power saving function is deactivated. This causes the door to open automatically at a random time as soon as background data kicks in again.

  2. Same as in 1) but if you open another application that uses data, like a messenger, the door can also open randomly without warning.

A similar problem occurs if you deactivate Bluetooth outside and activate it again inside.

All of these problems require two phones, but that’s fairly common if you go outside as a couple.

The problem can probably be avoided by having the app try to detect the power saving mode and then deactivate Auto Unlock until the next time you leave the geofence. Basically make it such that power saving mode resets the state about having left the geofence.

The same could also work with the Bluetooth problem.

Having your door open randomly without noticing is not nice :confused:

1 Like

… have had exactly same problem. Two persons went out for a walk & both have android phones. When coming home first phone unlocks & opens the door / entered home & closed door / a few minutes later 2nd phone opens door again. Luckily we were not asleep :unamused:

2 Likes

Thanks for providing such an extensive description!
We are aware that the power saving mode can have negative effects on the auto unlock functionality and we are working on improving it in the future.
As soon as this happens we will also provide a respective beta for it - therefore stay up to date with the apps and also check out the Beta update notes from time to time.

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.