I have read what I can (topics in english) but I cannot determine how battery levels are monitored. I know Homey sends a message to advise a sensor battery is flat, but how can you instrument this in some way? Such as starting a flow if a sensor battery is flat without including one for every sensor.
Hi Peter. One way is to start a flow with Zone > Home > âa sensorâs value has changedâ > select Sensor Type âBattery levelâ.
As condition you can add a logics card type âis smaller thanâ and select the local variable âValueâ and set it to 20% f.i.
Then you can choose to send a notification, or a push message to a usersâ phone f.i.
You can add the local tags (variables) âNameâ and âZoneâ in the message text.
This way, the message reports f.i.:
Battery of Window Luxmeter in zone Livingroom is below 20%
Example notifications:
Someone made a post about this alr a long long time ago.
Thanks all for your input. I hadnât wanted to use the Email App as it seemed that you had to reduce the security of the email service in order to use it.
Still seems that there is no way to simply provide a battery monitoring flow with the offending sensor being provided as a parameter. I do understand that homey sends notifications.
@Rocodamelshekima Appearantly! I didnât search for it while Peter wrote
and I trusted him on that one
@Peter_Bittner
Idk where âthe email appâ came from? Wasnât mentioned.
I donât really get your point, but it can be me. To me this is the simplest way possible; It monitors the batteries of all of your battery powered devices and, it even tells you which batter(y)(ies) from which zone is below x % and tells you itâs / their % of juice left.
The offending batter(y)(ies) report themselves this way imho
maybe I overlooked something, but this is what I want;
I want to sent the results from the image below directly to my whatsapp weekly.
for now I have created a quite complex flow to check each battery and then create a flow per day when the level is below 5% and evey Thursday a complete overview of all of the batteries.
Thanks for helping me out
Hi Peter,
Thanks I will check and try to create it tonight. Everyday my Home(y) get a little smarter (not only the Homey)
The first part is an importable advanced flow, and it can send an battery overview at days / times you prefer, just replace the trigger card with âWhen time is 15:00â and condition âAnd day is Thursdayâ
Hi Peter,
Thanks, this works perfectly for me!