This integration connects to the International Bodyflight Association (IBA) Tunnelflight platform to provide information about your wind tunnel flying status, skills, and flight time.
- Track your IBA membership status and currency
- Monitor your Static, Dynamic, and Formation flying skill levels
- View detailed information about your completed skills
- Log flight time directly to your IBA logbook
- Search the global database of wind tunnels
- Open HACS
- Go to "Integrations"
- Click the "+" button
- Search for "IBA Tunnelflight"
- Click "Install"
- Restart Home Assistant
- Download the latest release
- Extract the folder
tunnelflight
to<config>/custom_components/
- Restart Home Assistant
Add the integration via the Home Assistant UI:
- Go to Settings → Devices & Services
- Click "Add Integration"
- Search for "IBA Tunnelflight"
- Enter your IBA username and password
The integration provides several services:
Logs flight time to your IBA logbook.
Parameter | Type | Required | Description |
---|---|---|---|
tunnel_id | int | Yes | ID of the tunnel where you flew |
time | int | Yes | Flight time in minutes (1-120) |
comment | string | No | Optional comment for the entry |
entry_date | datetime | No | Date of flight (defaults to current time) |
username | string | No | Specific account username (required if multiple accounts configured) |
Searches for wind tunnels by name, city, or country.
Parameter | Type | Required | Description |
---|---|---|---|
search_term | string | No | Text to search in tunnel name or city |
country | string | No | Country to filter results |
Lists all countries that have wind tunnels in the IBA database.
Forces a refresh of all data from the Tunnelflight API.
To log flight time, you need the correct tunnel ID:
- Use the
tunnelflight.find_tunnels
service with a search term like your tunnel's city name - If you're not sure of the country, first use
tunnelflight.list_countries
to see all available countries - The search results will include the tunnel ID needed for logging flight time
This integration is licensed under the MIT License.