Skip to content

YamlCardDepartures

olialb edited this page Jul 21, 2026 · 3 revisions

Card type cardDepartures and 'cardDepartures2*

A cardDepartues and carddepartures2 can show a departure schedule of a puplic transport station in germany. The schedule is retreived from the website opendata-oepnv.de and updated every minute.

Note: cardDepartures type with 6 entries is only supported in ticaki/ioBroker.nspanel-lovelace-ui for EU panels, because its based on the cardSchedule only availbale in this HMI.

The cardDepartures and cardDepartures2 have the following card attributes

card attribute default value from skin file optional / Mandetory Description
station - M Defines the ÖPNV station: Place,Station

Place is usually the city or a shortcut of the city where the station is located. Station is the name of the ÖPNV station. Examples:

  • F,Hbf: Frankfurt am Main Hauptbahnhof
  • B,Wittenbergplatz: Berlin Wittenbergplatz
  • Wupperthal,Kluse: Schwebebahn station "Kluse" in Wuppertal

Example yaml:

cards:
  - name: MyDepartures
    title: Wuppertal, Kluse
    type: cardDepartures
    station: Wuppertal,Kluse

image

image

Example yaml:

cards:
  - name: MyDepartures2
    title: HH Finkenwerder
    type: cardDepartures2
    station: Hamburg,Finkenwerder

image

Clone this wiki locally