Greetings,
i have 2 HASS, in different locations, connected together by VPN.
On 1 HASS i have 2ppl with android APP and on 2 HASS i have another 2ppl with android APP.
What is the easiest way to share GPS person data between each other.
So on each i want to see all 4 ppl locations on the map.
1 Like
There are plenty of ways to share data between HA instances:
- MQTT
- RESTfull API (REST API | Home Assistant Developer Docs)
- Custom component (GitHub - custom-components/remote_homeassistant: Links multiple home-assistant instances together)
- 3rd party service
- …
It all depends of your definition of “easy”…
2 Likes
Setting up the remote home assistant integration is easy and I have it pulling in the device trackers from the other instances but it just says home for it’s status in relation to it’s home instance. Is there a way to use just the GPS data to update a device_tracker entity on the other side?
Did you ever figure this out?