Skip to content

Home Assistant sensor indicating the current Arrival runway at Heathrow Airport from the EGLL ATIS.

Notifications You must be signed in to change notification settings

anthonyjhicks/heathrow-arrivals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Heathrow Arrivals

GitHub Release GitHub Activity License

Project Maintenance BuyMeCoffee

Home Assistant sensor indicating the current active Arrival runway at London Heathrow Airport according to the EGLL ATIS. Ideal for use if you live in the Heathrow flight path and want to be to able to track if aircraft are likely to be flying over your location for display on your Dashboard or perhaps linked to an automation.

I recommend combining this with my Heathrow Landings integration to also obtain three additional sensors showing scheduled runway usage, giving you a full view of arrival flight paths for the morning, afternoon and night; on top of the current live Arrival runway provided by this integration.

You could also add this superb Home Assistant Flightradar24 integration to count the number of aircraft flying over your location (combine it with the Utility Meter Helper to get the incremental counts you need).

Installation

HACS (recommended)

Have HACS installed, this will allow you to update easily.

  1. Go to the HACS->Integrations.
  2. Add this repository (https://github.com/anthonyjhicks/heathrow-arrivals) as a custom repository
  3. Click on + Explore & Download Repositories.
  4. Search for Heathrow Arrivals.
  5. Navigate to Heathrow Arrivals integration
  6. Press DOWNLOAD and in the next window also press DOWNLOAD.
  7. After download, restart Home Assistant.

Manual

  1. Locate the custom_components directory in your Home Assistant configuration directory. It may need to be created.
  2. Copy the custom_components/heathrow_arrivals directory into the custom_components directory.
  3. Restart Home Assistant.

Configuration

There is no configuration UI. You must add the following to the sensor section of your configuration.yaml and restart Home Assistant:

sensor:
  - platform: heathrow_arrivals

Usage

This will create a sensor you can use in your Dashboards, Automations etc.

Entity Name State Attributes
sensor.heathrow_arrival_rwy Heathrow Arrival Rwy 27L friendly_name: Heathrow Arrival Rwy

Issues

Please report any Issues