Releases: vingerha/gtfs2
DEV: undo latest changes as not proven stable
Merge pull request #78 from vingerha/revert-76-FD--Add-Class-Stoplist Revert "Add new entity with all stops in vicinity + prefix "gtfs2_" on entity_id"
DEV: local stops update
Add new entity with all stops in vicinity + prefix "gtfs2_" on entity_id
Improve on radius calculation
minor typo's
DEV: fix/tune
Changes
During setup of local stops, the process did not check if the datasorce was still extracting, leading to errors. Now it throws the same warning as for other setup
ServiceCall for realtime data now checks for json conversion
Adding a dependency on 'person' entities. During a restart, this will reduce the risk on empty local-stops that are based on a 'person'
Breaking change
due to the service call, if you use the Realtime donwload service call, you need to add the type.
DEV Fix issues with real-time vehicle pos. and alerts
0.4.5.2 Update gtfs_rt_helper.py
DEV: reduce risk on being blocked by stops limit
Addressed #59
Local stops realtime a.o.
Changes
Start/end stops
- Adding option to use key of type Ocp-Apim-Subscription-Key, in support of Auckland #49
- Trains: the route_types used were not covering all known types, fixed issue with a.o. Skanetrafiken (Sweden)
Local stops
- Allow to use 'offset' to correct for time needed to get to the stop(s), addresses #58
- Add realtime "delay" attribute next to realtime time and continue to show older departures when still not departed due to that delay, addresses #55
Other
- Added an option to also extract RT data without directon id, in support of Spokane(WA) #48
- Fix: vehicle tracking stopped working in 0.4.4
- Allowing to use JSON-only sources for trip-updates, readable output (service call) now also in JSON
- Update documentation
Thanks @dafunkydan for testing and ideas
DEV: Tune local stops, add train route_types
Local stops: allow to keep historical departures if their delays takes them to 'now', fix to not show those for tomorrow
Trains: the route_types used were not covering all known, has been extended now, fixed issue with a.o. Skanetrafiken (Sweden)
Other: adding HA naive error check to possibly improve stability
DEV: further improvements for Local Stops
DEV: improve on getting delay/departure for local stops
Fix possible issues
Improve readability of _converted file
Add realtime "delay"attribute to the local stop sensor
0.4.4.6 Add delay-attriubute to local stop sensors