ha_realtime_trains_api icon indicating copy to clipboard operation
ha_realtime_trains_api copied to clipboard

rtt.io Home Assistant integration

Results 9 ha_realtime_trains_api issues
Sort by recently updated
recently updated
newest added

Issues #18 and #16. Updated the import for the unit of time to use the new enum, and also changed "No Departures" to be a valid state for the sensor.

HA Core version 2024.01.0b0 and higher introduces a deprecation warning on startup. Looks like there's plenty of time to resolve it though. Integration still works as normal in the meantime....

After upgrading Home Assistant to 2023.5 I now get a ```ValueError: could not convert string to float: 'No Departures'``` Complete output from log is below: ``` Logger: homeassistant.components.sensor Source: components/sensor/__init__.py:583...

If a train was due at 10am, but is delayed until 10:05am - at 10:01am this integration updates to only show future trains. I'm not sure the purpose of this...

Hello I have been using this integration for past 6 months. Much better than the official integration (especially given the problems caused by the owners of the data source). Thank...

I observed the following: Train due to leave at 16:48 was delayed 3 mins. When the clock hit 16:49, the entry disappeared. I was able to reproduce this with the...

I'd like to be able to set up a sensor that tells me when my wife's train will arrive at the station

The train below is shown as 'status: OK' but in fact was cancelled which was reflected in the RTT API. I think the logic needs tweaking to allow a wild...

Adds a 'delay' value to the departure, stop and arrival based on the local (estimatedTs - scheduledTs) for each. Also aggregates this data across all tracked trains to give a...