Skip to content

Releases: vingerha/gtfs2

DEV: undo latest changes as not proven stable

22 May 12:56
8ead089
Compare
Choose a tag to compare
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

20 May 06:23
42ee0d5
Compare
Choose a tag to compare
Pre-release

Add new entity with all stops in vicinity + prefix "gtfs2_" on entity_id
Improve on radius calculation
minor typo's

DEV: fix/tune

07 May 08:39
Compare
Choose a tag to compare
DEV: fix/tune Pre-release
Pre-release

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

28 Apr 14:53
Compare
Choose a tag to compare
0.4.5.2

Update gtfs_rt_helper.py

DEV: reduce risk on being blocked by stops limit

22 Apr 04:44
Compare
Choose a tag to compare

Addressed #59

Local stops realtime a.o.

21 Apr 05:57
Compare
Choose a tag to compare

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

20 Apr 04:42
Compare
Choose a tag to compare

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

18 Apr 12:18
Compare
Choose a tag to compare

Allow to use 'offset' to correct for time needed to get to the stop(s), addresses #58
With delays (via realtime data), keeping showing old but delayed static departures visible until their delay has passed too, addresses #55

DEV: improve on getting delay/departure for local stops

15 Apr 04:30
Compare
Choose a tag to compare

Fix possible issues
Improve readability of _converted file

Add realtime "delay"attribute to the local stop sensor

14 Apr 10:28
Compare
Choose a tag to compare
0.4.4.6

Add delay-attriubute to local stop sensors