I have my three beacons being read by MQTT Beacon. They are passing messages thru to my broker.
However two of the three beacons are only about 6 meters part. One is in my garage and one is in my study.
I want to have my automations open my garage door (between certain hours) if my garage beacon sees me arrive.
Any examples of this? I have use “location/simon” as the topic, since it is my mobile phone that sees the beacon and sends an MQTT message. I have used %beacon% as the entry payload so I get payloads of “garage”, “study” and “lounge” when I enter these zones
You suggest “not_home” as the exit payload, but in fact I am at home, I assume I should just have “exit_%beacon” as the payload so my messages would be “exit_lounge” etc