When I have started sleep tracking and my battery is running low (perhaps 5% left), I would like to be woken up in the case when my device (e.g. phone) is not charging. Either by an additional alarm or some alert that wakes me up.
This should avoid my phone from running out of battery, and therefore avoiding me from missing my alarm in the morning.
Context: sometimes the charging of my phone is interrupted unexpectedly while I’m sleeping, causing my phone to run out of battery and turn off while I’m sleeping and therefore I’m missing my alarm in the morning. It can give me more peace of mind if I can be woken up automatically to correct the charging issue and then go back to sleep.
Not sure if it has been requested before, but so far could not find any similar feature request.
1 Like
Hi @jeffreyvdbrande, the app has “standby” mode, which interrupts the tracking when the battery reaches a configured level (5/10/15%). This should save enough battery for the alarm in the morning. Will your phone not last till the morning with 15%, if the tracking is halted? Are there other apps running besides Sleep?
Hi @lenka-urbandroid, I just checked and found the standby mode enabled for battery percentage below 10%. I’ll set it to 15% and see if it works, in case it happened again. Thank you.
Still, do you think it could be an additional option to the standby mode, to alert or wake me up on case the battery keeps draining, even when standby mode is activated?
Waking up users in the middle of sleep is quite problematic. Would you really prefer to be woken up during the night to plug in the phone?
Personally I would prefer to be woken up during the night instead of not being woken up at all.
Perhaps it could be an option that could be turned off by default, but people like me could turn it on manually?
1 Like
I have a Tasker profile that announces “Don’t let me die” on my phone when it hits 9% battery.
<TaskerData sr="" dvi="1" tv="6.3.13">
<Profile sr="prof11" ve="2">
<cdate>1657243064799</cdate>
<clp>true</clp>
<edate>1722040334670</edate>
<flags>8</flags>
<id>11</id>
<mid0>4</mid0>
<nme>Battery Warning</nme>
<State sr="con0" ve="2">
<code>140</code>
<Int sr="arg0" val="9"/>
<Int sr="arg1" val="9"/>
</State>
</Profile>
<Task sr="task4">
<cdate>1657242472118</cdate>
<edate>1657243192761</edate>
<id>4</id>
<nme>Battery Low Notification</nme>
<Action sr="act0" ve="7">
<code>559</code>
<Str sr="arg0" ve="3">Please don't let me die</Str>
<Str sr="arg1" ve="3">default:default</Str>
<Int sr="arg2" val="3"/>
<Int sr="arg3" val="5"/>
<Int sr="arg4" val="5"/>
<Int sr="arg5" val="1"/>
<Int sr="arg6" val="0"/>
<Int sr="arg7" val="0"/>
</Action>
</Task>
</TaskerData>
1 Like