this post was submitted on 19 May 2025
5 points (100.0% liked)
homeassistant
14666 readers
11 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm using the traccar client integration in HA and the traccar client on my phones.
So, I don't have traccar server anywhere.
This allows me to use the webhook URL from the traccar client integration on HA and use a web proxy to protect that from the internet.
On the phones, the traccar client connects to the webhook URL I expose through the proxy.
Hope that makes sense as everything is called client here - took me a while to work it out myself.
But if you don't have a Traccar server anywhere, how is it any better than the location history already present in HA ?
Well, I'm using the smaller HA client so that it doesn't use google / apple servers, this means no location data via the HA client on my phones.
So, for me there is no location data already in HA. I have to put it there.
"History" - as in long term storage of where I've been? I don't need to keep more than a day (or 2) live on the system... but the webhook is just a sensor with data, so the storage can be longer if required.
For us, there's a lot of noise with us wandering around the house / town / etc. that has no longterm interest. Instead, I'll use OSM to track an interesting journey.
But, integrating straight into HA simplifies my overall system - 1 less server to secure & maintain.