Skip to content

Releases: vingerha/ha_adsb_lol

Fix errors when source-data is not provided

07 Jun 14:12
Compare
Choose a tag to compare

Changes

reduces risk on error for route tracking and non-existing/provided registration of the ac

Add route details for the flights

31 May 07:11
Compare
Choose a tag to compare

Example entity attribute

....
....
route:
  - _airport_codes_iata: PMI-SCN
    _airports:
      - alt_feet: 27
        alt_meters: 8.23
        countryiso2: ES
        iata: PMI
        icao: LEPA
        lat: 39.551701
        location: Palma De Mallorca
        lon: 2.73881
        name: Palma De Mallorca Airport
      - alt_feet: 1058
        alt_meters: 322.48
        countryiso2: DE
        iata: SCN
        icao: EDDR
        lat: 49.2146
        location: Saarbrücken
        lon: 7.10951
        name: Saarbrücken Airport
    airline_code: EWG
    airport_codes: LEPA-EDDR
    callsign: EWG68ET
    number: 68ET
    plausible: 1
....
....

Adding aricraft category and heli picture in case of cat. A7

23 May 14:20
Compare
Choose a tag to compare
0.0.9

Final steps for helicopter in view

Improve stability

23 Mar 16:15
Compare
Choose a tag to compare

Changes

  • Reduce risk on errors, fix altitude limit
  • non functional: prepare for HACS integration

Add entity pictures for use in e.g. map card

17 Mar 10:10
Compare
Choose a tag to compare

Changes

  • Allow to select entity pictures for us in map card

image

  • for the flights around a point-of-interest, allow to select pictures for ascending and descending aircraft

image

Add option to use input_text/select

16 Mar 07:14
Compare
Choose a tag to compare

Changes

Adding an option to use an input_text or input_select for the flight parameter.

This to avoid needing to reconfigure for each new flight to track

image

  • fix issue with searching via icao not working
  • apply some stabilizing features

Finetuning

14 Mar 11:10
Compare
Choose a tag to compare

Breaking change

Due to renaming (below), needs to be configured from scratch

Changes

Reduce location based flights to one (1) service with multiple entities
Rename sensors
Reduce errors
Fix issue on reboot

Fix typo in attribute refresh interval

14 Mar 09:00
Compare
Choose a tag to compare
0.0.3

Merge branch 'main' of https://github.com/vingerha/ha_adsb_lol

Fix removing old flight entities

14 Mar 08:15
Compare
Choose a tag to compare

Changes

For the sensors showing flights around a specific lat/lon, the removal of old entries was not working.
Now it is, via listener

Initial release

10 Mar 16:34
Compare
Choose a tag to compare

Initial release

Is:

  • getting flights through registration and callsign
  • getting aircraft around a specified zone/person
  • providing a basis from which to improve

Is not:

  • perfect
  • without errors
  • cleaning-up orphaned aircraft around a specified zone/person...suggest to use spook: remove orphaned...