#automatically change the location of my phone

3 messages · Page 1 of 1 (latest)

vital summit
#

I have self made speech automations that are based on location.
for example I have 3 fans in 3 rooms fan on turns the fan on based on the location i am.

for my mobile phone i use a custom integration of my tp link wifi mesh to check on which accesspoint the phone is connected.

Can I make a automation that changes the location of my cell phone. (bedroom/living-room/study/[mobile if not in home network)
so that my speech commands can be a lot simpler to code.

daring osprey
#

You should be able to use the device_tracker.see action and just set the state to whatever room you are in.

vital summit
#

I want to use {{ device_attr(trigger.device_id,'area_id') == "studeerkamer" }} for the voice automations. THat is not the tp link device tracker