home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.8k stars 28.94k forks source link

UK Transport not showing live estimates #121248

Open richjhart opened 3 days ago

richjhart commented 3 days ago

The problem

I have a sensor requesting bus times for a route. It successfully gets the next scheduled buses, but it is not showing the correct estimated arrival time (that is, the estimated arrival time is the same as the scheduled time, even when the transportapi has a different estimate.

When I check the stop at https://developer.transportapi.com/docs#get-/v3/uk/bus/stop_timetables/-id-.json, and set "live" to "true", I am getting an up-to-date estimate for the next bus, so the estimate is available.

What version of Home Assistant Core has the issue?

2024.6.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

UK Transport

Link to integration documentation on our website

https://www.home-assistant.io/integrations/uk_transport/

Diagnostics information

No response

Example YAML snippet

- platform: uk_transport
    app_id: ---
    app_key: ---
    scan_interval: 86400
    queries:
# Grove Hill - 23 to Reading
      - mode: bus
        origin: 039026200002
        destination: Reading

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 3 days ago

uk_transport documentation uk_transport source