Skip to main content

Diagnostics

Diagnostic entities are intended for troubleshooting and advanced automations. Some of them are only created when you enable the corresponding options during configuration.

Entities Summary

EntityInfo
sensor.f1_live_timing_modeCurrent live timing mode (idle, live, replay)
binary_sensor.f1_live_timing_onlineLive timing connectivity indicator
sensor.f1_replay_statusReplay state and progress (Replay Mode)

Live Timing Mode

sensor.f1_live_timing_mode - Diagnostic sensor showing which mode the integration is currently in.

State (enum)

  • One of: idle, live, replay.

Attributes

AttributeTypeDescription
reasonstringWhy the current live timing state is active (best effort)
windowstringCurrent live timing window label (best effort)
heartbeat_age_snumberSeconds since last heartbeat frame (best effort)
activity_age_snumberSeconds since last stream activity (best effort)

Live Timing Online

binary_sensor.f1_live_timing_online - Diagnostic connectivity indicator for the live timing transport.

State (on/off)

  • on when replay is active, or when a live timing window is active and recent stream activity is detected.
  • off when outside the live timing window or when the stream appears idle.

Attributes

AttributeTypeDescription
modestringOne of idle, live, replay
reasonstringWhy the current live timing state is active (best effort)
online_threshold_snumberMaximum age (seconds) before the stream is considered offline
heartbeat_age_snumberSeconds since last heartbeat frame (best effort)
activity_age_snumberSeconds since last stream activity (best effort)
effective_age_snumberThe age value used for the online check (best effort)

Replay Status

sensor.f1_replay_status - Replay Mode status and progress.

State (enum)

  • One of: idle, selected, loading, ready, playing, paused.

Attributes

AttributeTypeDescription
selected_sessionstringName of the selected session
download_progressnumberDownload progress percentage (0–100)
download_errorstringError message if download failed
playback_position_snumberCurrent playback position in seconds (relative to chosen start reference)
playback_position_formattedstringCurrent position as HH:MM:SS
playback_total_snumberTotal playback duration in seconds (relative to chosen start reference)
playback_total_formattedstringTotal duration as HH:MM:SS
session_start_offset_snumberStart offset in seconds from the underlying session archive (best effort)
pausedbooleanTrue when playback is paused
sessions_availablenumberNumber of sessions available for the selected year
selected_yearnumberCurrently selected year
index_yearnumberYear that the session index was loaded from (best effort)
index_statusstringIndex status such as ok, no_data, or error (best effort)
index_errorstringError details when index fetch fails (best effort)