Skip to main content

Track Weather

Current on-track weather (air temp, track temp, rainfall, wind speed, etc.). Use sensor.f1_track_weather in dashboards, templates, and automations.

See live data availability for session and data-source requirements. The details below describe any additional conditions for this entity.

Find your entity

These are standard entity IDs. If Home Assistant assigned a different ID, or you renamed an entity, use your existing ID in the examples.

State and attributes

Live trackside weather from F1 Live Timing. Updates only in direct connection with a session, and remains unchanged otherwise.

State

  • Number: air temperature in Home Assistant's selected temperature unit, or unknown.

Example

18.6
info

Home Assistant may display the sensor state in another temperature unit, such as Fahrenheit, when your system uses that unit. The weather attributes remain in the documented source units, such as Celsius for temperatures and meters per second for wind speed.

Attributes

AttributeTypeDescription
air_temperaturenumberAir temperature (°C)
air_temperature_unitstring“celsius”
humiditynumber% RH
humidity_unitstring“%”
pressurenumberhPa
pressure_unitstring“hPa”
rainfallnumbermm
rainfall_unitstring“mm”
track_temperaturenumberTrack temperature (°C)
track_temperature_unitstring“celsius”
wind_speednumberm/s
wind_speed_unitstring“m/s”
wind_from_direction_degreesnumberWind direction (degrees)
wind_from_direction_unitstring“degrees”
measurement_inferredbooleanTrue if payload had no explicit timestamp
INFO

Updates approximately every minute during an active session.

Next steps