Hello, I want to send an SMS when temperature falls down under given level.

Lupus52

Member
Hello, I want to send an SMS when temperature falls down under given level. How can I read the battery-temp-sensor for example? The phone is always in standby with powersupply on and only one macro activ for checking the temperature 24H/7D.
 

hsurB

Well-known member
You create one macro that checks temp in intervals.
Trigger: Interval
Action: Set variable - you find on the list battery temperature.
And second macro:
Trigger: Macrodroid variable change
Action: send sms

It can be done in one macro using constraint - trigger fired or if clauses. You set interval based on your needs


Edit. Don't listen to me, I haven't realised theres trigger called battery temperature :geek:
 
Last edited:

Lupus52

Member
Hello
thank you. I didn't find the temperatue-event before. I looked under "sensors" and not under "battery"
 

MacroDroidDev

Administrator
Staff member
There is a specific trigger for battery temperature that I would suggest using instead of the more complex approach above.

@Jacob L beat me to it....
 

Endercraft

Moderator (& bug finder :D)
Make sure to have a macro not fired for ... constraint because on some devices the temperature refreshes very quickly and can trigger multiple times.
 
Top