I have a USB GPS dongle that is reporting hundreds of updates every hour. I’d like to quieten it so that it only reports movement if it moves by more than X meters.
The device is creating a massive amount of data and triggering automations based on movement.
Create a template device tracker that is triggered on any change of your gps position.
Do not update the tracker (using templates or conditions) unless the HDOP gps attribute is less than a value you find reduces noise (like 10m or such).
Interestingly enough, it’s not as stationary as you think when it comes to the distances and math errors involved in triangulation. Depending on the accuracy required, scientists must constantly correct for errors in receiver coordinates on the ground caused by the Earth’s movement, tectonic drift, and axis wobbles to keep satellite positioning completely accurate. [1] https://www.youtube.com/watch?v=tz23G_UXCGA but it’s a rabbit hole of details.