-
Notifications
You must be signed in to change notification settings - Fork 2
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
Not working as expected or ? #1
Comments
On my ideas. I am trying to get a notification with details on flights entering a certain airport.
|
Yeah I saw those errors when I upgraded but I haven’t had time to look at it yet. There is work going on with the official integration to get that up to speed so keep an eye out for that as well. I have this automation at the moment that is currently hard coded but I was thinking of trying to use an input helper to identify a specific flight
|
I think the warning is fixed. Please pull down the latest sensor.py and let me know. |
Yep...thanks |
If you are pulling data from two different sites you are likely seeing the lag in their data? |
nono...I am just using opensky but it detects the plane very late as to what I see, or maybe I donot understand when it gets detected. When not using altitude the update is masisve, so I wanted to only have planes below (say) 7km and withon 40km range |
btw, have you tested multiple sensors/points? I want to have a setup for the 4 airports we 'normally' use. |
The most annoying issue is that the ID are different |
Yeah expectations are off! :-) A jet aircraft at 40km will be around 6000ft or 1.8km. A small aircraft may be crusing lower than that and enter your 40km point from the side. |
No sorry I haven't |
EJU1825 will be the callsign and I expect is what you get from opensky. Where did you find that U21825 code? |
U21825 is what the airport website displays on 'arrivals' The target is to be able to indicate orig/dest airport, HA to search for the flights and load them in to a input_select of sorts, e.g. "icao - iata - times". After selecting, I can then run opensky to track the flight. I will try to see if I can use aviationstack for mapping missing information too, they are free-ish but some supposedly 'free' services aren't. |
Exactly, so when setting 7km and 40km I would expect to see both of them when they enter the 40km range, or? |
Correct. It is the 40km range that opensky is filtering on so as soon as an aircraft appears within that range you will see them but they will be way lower than 7km |
So why does the large flight only appear below 4km, well into the 40km range then? i.e. none of these 2 conditions/thresholds seems to be kept. Will investigate a bit more ove time, not really important right now until my mentioned target is reached :) |
OK I didn't understand from your posts above that the aircraft was appearing inside 40km I thought it was appearing at 40km but well below 7km as you wrote:
How far inside 40km is it? The aircraft are doing around 460 km/h at that point so covering roughly 4km every 30 secs. The update rate of the integration is 25 seconds so at BEST the aircraft will jump 3.5km each update. Then you have to factor in the unknown of how often the provider to opensky updates and how often opensky itself updates... |
I'm guessing but it might just be some airport specifc code. It doesn't look familar to me. I think you generally want the ICAO code as the callsign. That is what is shown on the various tracking websites map displays and what the integration returns from opensky https://en.wikipedia.org/wiki/Airline_codes |
Hi, I reworked it a bit to be able to install it as opensky2 via hacs, with the same name as the core integration it would not start, not sure how you got this to work
It does load but then I receive this...
My config
The text was updated successfully, but these errors were encountered: