Dashticz / dashticz

Alternative dashboard for Domoticz
67 stars 35 forks source link

Publictransport (9292 API down) #910

Closed HansieNL closed 2 years ago

HansieNL commented 2 years ago

Publictransport block will not load at the moment. Only the message “Loading” is shown. https://www.domoticz.com/forum/viewtopic.php?p=284837#p284837

lokonli commented 2 years ago

Needs some work. Train info can be obtained via: https://www.rijdendetreinen.nl/ajax/departures?station=VL

bus/tram/metro info via: https://v0.ovapi.nl/stopareacode/utrlun

All stopareacodes are listed on: https://v0.ovapi.nl/stopareacode/

https://jsonpath-plus.github.io/JSONPath/docs/ts/ $..[?(@.TimingPointTown==="Venlo" && @.TimingPointName.match(/alba/i))].StopAreaCode

lokonli commented 2 years ago

Implemented in 3.8.10