I have a (so far) working GPS Presence detector simply with the Android companion, but I’d love to have a WiFi SSID connected detector too. The reason is because I want GPS to arm and disarm my Fibaro devices when I am at a distance from home and WiFi to turn off heat and lights right away.
I managed to create an Automation for GPS and Fibaro arming devices, but not yet for WiFi connected.
I have searched and not found any recent discussions on this…
…and I think I’m just missing some small details to make it work very simply.
Attached is some screenshots of how far I have gotten. I could grind through this and guess everything but it would be faster if I got help thank you
Also interested in how people are doing this now. I still think (as you linked to my old topic) this should be built into the device tracker for the app.
Don’t post screenshots of your code attempts. Post properly formatted yaml.
It helps us to help you without the need to write everything out manually. it’s easier to just copy/edit/paste the code text (and it’s easier to read than looking at a itty bitty picture…).
Using a template binary sensor you can include both your GPS device tracker and the WIFI connected sensor into one home/away sensor. This is a very basic presence detection but I believe it would accomplish what you want.
Thanks for the ideas. I wanted to be able to feed this into the person.xxxx entity which will only accept device trackers so I fed a binary sensor like the above into the composite trackers custom component. Seems to be working well and better than using the bluetooth detection that I was using before.