Skip to content

V0.14 Add cardDepartures with departures on puplic transport stations in Germany

Choose a tag to compare

@olialb olialb released this 05 Jul 11:18

This release adds the special card type cardDepartures, which can show the departure schedule of all public transport stations in Germany based on the opendata-oepnv.de:

ExampleCardDepartures2Mini

The yaml configuration is super simple. You just need to specify the place (City) and the station name and the 6 next departures are shown in the card. The card is updated every minute in the background:

- name: MyDepartures
    title: Frankfurt Hbf
    type: cardDepartures
    station: F,Hbf

Other example:

ExampleCardDeparturesMini
- name: MyDepartures2
    title: Wuppertal Kluse
    type: cardDepartures
    station: Wuppertal,Kluse

Additinally the handling of popupNotify in HMI from ticaki/ioBroker.nspanel-lovelace-ui is fixed. It sends different button events as the card from jobr99

Further more you can onfigure in the ini file the hmi which is installed on the panels to improve the compatibility, because the version topic is send out very seldom by the panels.