openhab-addons/bundles/org.openhab.binding.publictransportswitzerland
Leo Siepel 77c1b86683 Bumped version
Bumped version to 4.3.1-SNAPSHOT
2024-12-17 22:36:12 +01:00
..
doc [publictransportswitzerland] Public Transport Switzerland Initial contribution (#8540) 2021-12-27 21:19:22 +01:00
src/main Update license headers to 2024 (#16168) 2024-01-01 18:14:57 +01:00
NOTICE [publictransportswitzerland] Public Transport Switzerland Initial contribution (#8540) 2021-12-27 21:19:22 +01:00
pom.xml Bumped version 2024-12-17 22:36:12 +01:00
README.md Multiple binding markdown fixes (#17422) 2024-09-28 17:46:53 +02:00

Public Transport Switzerland Binding

Connects to the "Swiss public transport API" to provide real-time public transport information. Link to the API

For example, here is a station board in HABPanel. (Download here)

Departure board in HABPanel

Supported Things

Stationboard

Upcoming departures for a single station. This is what you would usually see displayed at the train station.

Channels

channel type description
departures#n String A dynamic channel for each upcoming departure
tsv (advanced) String A tsv which contains the fields:
identifier, departureTime, destination, track, delay

UI based Configuration

station is the station name for which to display departures. The name has to be one that is used by the swiss federal railways. Please consult their website.

Textual configuration

Thing
Thing publictransportswitzerland:stationboard:zurich [ station="Zürich HB" ]
Items
String Next_Departure             "Next Departure"             { channel="publictransportswitzerland:stationboard:zurich:departures#1" }
String Upcoming_Departures_TSV    "Upcoming_Departures_TSV"    { channel="publictransportswitzerland:stationboard:zurich:tsv" }

Discovery

This binding does not support auto-discovery.