Suppose this is a common question, but I didn’t find the answer using quick search, so sorry
I wonder, if I have lot of presence detection sensor on my mobile phone (wifi connection, router ping, GRPS logger etc) - what’s the quickest way to display (and handle in events) my device in general?
The point is: to group existing devices from known_devices.yml into one. So I can use physical device (my mobile phone with a bunch of sensors) in events instead of dozen separated sensors. Example: trigger “im home” when phone connects to home wifi, trigger “im at work” when phone enters specified coords.
Your idea seems cool but I see it quite difficult to implement (at least, I didn’t understand it well, sorry :). Because a lot of devices are not attached to MQTT directly.
Is this issue should be solved by using common practices? Just wondering.