Added tracked_by_device to events to know what device has fired the event
Added filter by altitude via configuration. In Edit configuration edit the minimum and maximum altitudes in foots between which the aircraft will be tracked
Fixed device unique id. There was a bug when you have configurated more then 1 flightradar24 entries - all sensors from all entries are visible in one device. Now when you open integration device page you will see only related sensors.
NOTE! After update you will get one extra device that has no sensors (That was old device with the bug). You may disabled it or remove all integration entries and re-add them
Thank you for creating this integration. i would like to track specific flights by flight number. My goal is to get the geo coordinates of a flight when a family member boards a flight, and then add the coordinates as another tracker to them. That way HA will know where the person is , even when all other trackers (specially their cellphone is off )
This is what I have come up with but it hasn’t triggered yet, and I dont know if it is even right? I created another flightradar device for this with a ridiculously huge radious trying to cover most of the globe basically.
alias: Flight Radar Test
description: ""
trigger:
- platform: event
event_type: flightradar24_entry
id: Entry of Specific Flight
condition:
- condition: template
value_template: "{{ 'RRR' 'BOE' 'AIB' 'NASA' '000' 'ZZZ' == trigger.event.data.callsign }}"
action:
- service: notify.samandsinead
metadata: {}
data:
message: >-
Special flight {{ trigger.event.data.callsign }} to {{
trigger.event.data.airport_destination_city }} altitude of {{
trigger.event.data.altitude }} {{ trigger.event.aircraft_code }}
data:
actions:
- action: URI
title: Open Flight Radar
uri: /mushroom-guide/flight-radar
mode: single
Added additional tracking by flight number and call sign
NOTE! text.flightradar24_add_aircraft_registration_number renamed to text.flightradar24_add_to_track. But if you had installed previous version - It will not be renamed for you after update
Thank you!! I will try this. Out of curiosity - for an automation like this, when I set up the flight radar device to correspond with it, what is the maximum radius it will allow?
Just came across this integration. I’ve got it successfully installed and just wanted to say thank you!
I’ve been using HA for many years now, but am looking into getting rid of my dakboard and just using HA. With a spouse that travels a lot this will be a nice addition combined with the airport status from the FAA.
@AlexandrErohin do you know how I would configure the device in relation to this special flight automation you have helped me with? Ideally I’d like the radius to cover as large an area as possible