« Back to index

On this page you will have examples for Traffic Status, Route Planning and Disturbances for now. Please submit your examples so we can make this page more complete.

Custom Lovelace Card: Traffic Status Card

The mostly used card is the departure-card which gives you a good overview of a specific stop and the next departures from that.

TrafficStatusCard

Advanced GUI: Route display

You can use the Route sensor to intellegently determine the next trip from one place to another. Can be perfect to always have information about the quickes travel to work for instance. It will fetch all possible travels between the two points and sort by the quickest travel time across all means of travel. The sensor can then display this information on your Lovelace display.

In this example we search for a trip between the station Mölnvik (Location 4244) and Gustavsbergs Centrum (Location 4200):

NextTrip

Custom Lovelace Card: Traffic Disturbances Card

It is also common to want to have the current traffic interuptions displayed. The simplest way may be to create a Glance Card with the Traffic Status sensors in binary mode.

Interruptions

But using the sensors mode you can use the traffic-status-card to display more information beyond the simple true or false indicators.

Interruptions