Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: allow to have verhicle positions in HA at a higher frequency than 5 mins #44

Open
vingerha opened this issue Mar 28, 2024 · 1 comment

Comments

@vingerha
Copy link
Owner

vingerha commented Mar 28, 2024

At present the vehicle locations are collected every minute in a geojson file
The geojson is imported in HA using the core/native geojson integration
This geojson integration has a update frequency of 5 minutes which is a bit slow.
Veh/. positions should update in HA at the same rate as with which they are extracted from the real-time source (once per minute at least)

Repository owner deleted a comment from FabienD74 May 21, 2024
Repository owner deleted a comment from FabienD74 May 21, 2024
@vingerha
Copy link
Owner Author

vingerha commented May 21, 2024

This post is for bus/tram/etc. positions in HA only

Current thought is to add a minute-wise iteration for the integration that adds verhicles as separate entities and updates them based on the geojson. This way the geojson can still be used for other purposes as well as updating HA entities.
Implementation is not 'simple' and incentive is 'low' (due to existing geojson solution) :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant