Skip to content

v2.2.0 - BETA.1 released

Pre-release
Pre-release

Choose a tag to compare

@Nisbo Nisbo released this 07 Jan 12:50
f21e445

Added new option to sort by real departure time instead of planned departure time.

grafik

Added new option to configure the content of the stats value to show information about the next stop.
Before there was only this message:
Please use the project lovelace card to show your stop

grafik

Now you can "play around" with all the variables.

Here you can define the value of the status variable. The following variables are available (multiple can be combined):

  • Scheduled departure: {planned_departure}
  • Expected departure: {expected_departure}
  • Track: {track}
  • Transport type: {transport_type}
  • Line: {label}
  • Destination: {destination}
  • Delay: {delay} (in minutes)
  • Train type: {trainType} (for trains, excluding RB and RE)
  • Cancellation: {cancelled}
  • Scheduled departure time: {plannedDepartureTime} (timestamp)
  • Real departure time: {realtimeDepartureTime} (timestamp)
  • Difference to real departure time: {realtime_departure_diff_minutes} (in minutes)
  • Rounded difference to real departure time: {minutes_difference} (in minutes)

If you want a preformatted text in the form of a station announcement (in German), enter {announcement}.
For the English version, enter {announcementEN}.

How it looks:

grafik

grafik