I am using the Transport NSW configuration. I have tried looking at the Transport NSW thread here but I was not able to determine what if anything I am doing wrong. I have added a configuration to get a the next train to add to my dashboard. I have tried using the following three blocks of code (not all at the same time)
- platform: transport_nsw
name: Next train
stop_id: "201710"
destination: "Central Station"
route: "Airport & South Line"
api_key: !secret trip_planner_api
- platform: transport_nsw
name: Next train
stop_id: "201710"
destination: "Central Station"
api_key: !secret trip_planner_api
- platform: transport_nsw
name: Next train
stop_id: "201710"
route: "Airport & South Line"
api_key: !secret trip_planner_api
I also posted this question in the Transport NSW / Sydney Bus, Ferry and Train schedule thread, however the thread no longer seems active.
If there is anyone who can help me debug this I would greatly appreciate it.
I only get n/a response on the module. I have tried looking at the API itself, however, the API doesn’t seem to work in the same way as the module (there must be something in the module that converts or something maybe)
Thank you in advanced for any assistance you can provide!