Skip to content

Releases: staglech/F1ReactionService

v0.3.0

07 Mar 19:48

Choose a tag to compare

What's Changed

  • Fixed an issue with the offset calculation
  • Fixed an issue with handling flag updates during live mode
  • Fixed an issue with handling flag updates during gathering of session data
  • Added reset option for replay select
  • Smaller fixes for a better experience
  • Adjusted readme

Full Changelog: v0.2.5...v0.3.0

v0.2.3

06 Mar 14:18

Choose a tag to compare

What's Changed

  • Added possibility to react to events sent by the MQTT broker from OpenF1 API (Paid tier)
  • Switched from Live API calls in free tier to automatic sync of ended sessions. The free tier only supports historic data and no live data.
  • Replayable sessions are sent to HomeAssistant (see documentation for entity)
  • Adjusted readme

Full Changelog: v0.2.2...v0.2.3

Record events

05 Mar 21:35

Choose a tag to compare

What's Changed

  • Added recording of events for replay purposes by @staglech in #2

Full Changelog: v0.2.1...v0.2.2

v0.2.1

01 Mar 19:24

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

F1ReactionService - v0.2.0

24 Feb 19:50

Choose a tag to compare

Initial release of the F1ReactionService.
Unfortunately i was not able to test this during the test session. I suppose the real first test will happen during the first race.

Added

  • MQTT worker incl. configuration
  • OpenF1 API worker to fetch data
  • Logic for processing API data
  • DEMO mode
  • UnitTests for various mechanics
  • Dockerfile
  • github worker configuration