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

Estimated time of arrival doesn't update after departure #86

Closed
Arquiteto opened this issue Nov 27, 2024 · 2 comments
Closed

Estimated time of arrival doesn't update after departure #86

Arquiteto opened this issue Nov 27, 2024 · 2 comments

Comments

@Arquiteto
Copy link

I was trying to setup an automation for family member flying in to pick them up. While setting things up I have set up some trial automations so I added 2 flights to track that were only scheduled at the time I added them. I noticed that after the tracks went live the "Time estimated arrival" attribute stayed null even after departure. I had to remove the flight from tracking and add it again for the attribute to appear correctly.

@AlexandrErohin
Copy link
Owner

This integration updates detailed flight info only after taking off - to prevent multiple FlightRadar API calls on every scan interval update. FlightRadar provides only few fields per flight when getting flights in the area. And these times not in these fields. If the integration would get full update on every flight which in the area at every scan interval update - You will get banned by IP by FlightRadar because of multiple calls.

But this times after take off may stay NULL. And FlightRadar may updates it after some time after take off

@AlexandrErohin
Copy link
Owner

@Arquiteto I have added additional update after take off - Please try v1.23.0
P.S. Would be great if you could give a star to the repo :) Thanks

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

2 participants