Giter Site home page Giter Site logo

gaudes / iobroker.fahrplan Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 6.0 3.08 MB

Adapter for ioBroker for connection tables by HAFAS for Deutsche Bahn and other europeen public transport providers.

License: MIT License

HTML 13.18% CSS 0.53% JavaScript 86.29%
iobroker iobroker-adapter

iobroker.fahrplan's People

Contributors

arteck avatar dependabot[bot] avatar diemade avatar dutchmannl avatar gaudes avatar kirovilya avatar ldittmar81 avatar maag-da avatar palmmaniac avatar unclesamswiss avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

iobroker.fahrplan's Issues

Frage zur Darstellung in Vis

Erstmal großes Lob zum Adapter.

Vielleicht bin ich hier auch falsch, aber könnt ihr mir ein Beispiel nenen wie ich den Datenpunkt Abfahrtszeit in Vis dargestellt bekomme. Stehe mir da echt auf dem Schlauch.
Ich habe es mit String und Number versucht, doch werden mir hier nur Zahlenkombinationen angezeigt.

Depatures Timetables, Filter not work

Describe the bug
The vehicle Filter of the Depatures Timetables not work correct.

To Reproduce
Steps to reproduce the behavior:
image

Expected behavior
image

Screenshots & Logfiles
^^

Versions:

  • Adapter version: v1.2
  • JS-Controller version: 3.3.22
  • Node version: v17.3.1
  • Operating system: Raspbian Lite (NEWEST)

Additional context
If I only specify S-Bahn, then buses will still be displayed to me. If I only specify buses, only buses are displayed.

Not getting Date/Time out of ioBroker object

Hi,

I am trying to get the "Fahrplan" adapter into a visualization, but when I am trying to import departure or arrival times, it is not giving me any time/date, just plain numbers like "1638532740000".

Why am I not getting the value but some random number (maybe objectID?)

Help and assistance appreciated!

Unbenannt
Unbenannt2
Unbenannt3
Unbenannt4

Please consider fixing issues detected by repository checker

Notification from ioBroker Check and Service Bot

Dear adapter developer,

I'm the ioBroker Check and Service Bot. I'm an automated tool processing routine tasks for the ioBroker infrastructure. I have recently checked the repository for your adapter fahrplan for common errors and appropiate suggestions to keep this adapter up to date.

This check is based the current head revisions (master / main branch) of the adapter repository

Please see the result of the check below.

ioBroker.fahrplan

Downloads Number of Installations (latest) Number of Installations (stable) - Test and Release

ERRORS:

  • ❗ [E029] Node.js 16 is required as minimum, node.js 18 is recommended. Please adapt "{'engines' : { 'node' >= '12' } }" at package.json.
  • ❗ [E033] @iobroker/adapter-core 3.0.4 specified. 3.1.4 is required as minimum, 3.1.6 is recommended. Please update dependencies at package.json
  • ❗ [E036] @iobroker/testing 4.1.0 specified. 4.1.3 is required as minimum, 4.1.3 is recommended. Please update devDependencies at package.json
  • ❗ [E157] js-controller 2.0.0 listed as dependency but 4.0.24 is required as minimum, 5.0.19 is recommended. Please update dependency at io-package.json.

WARNINGS:

SUGGESTIONS:

  • 📌 [S522] Please consider migrating to admin 5 UI (jsonConfig).
  • 📌 [S526] Consider adding plugin "@alcalzone/release-script-plugin-manual-review".

Please review issues reported and consider fixing them as soon as appropiate.

Errors reported by repository checker should be fixed as soon as possible. Some of them require a new release to be considered as fixed. Please note that errors reported by checker might be considered as blocking point for future updates at stable repository.

Warnings reported by repository checker should be reviewed. While some warnings can be ignored due to good reasons or a dedicated decision of the developer, most warnings should be fixed as soon as appropiate.

Suggestions reported by repository checker should be reviewed. Suggestions can be ignored due to a decision of the developer but they are reported as a hint to use a configuration which might get required in future or at least is used be most adapters. Suggestions are always optional to follow.

You may start a new check or force the creation of a new issue at any time by adding the following comment to this issue:

@iobroker-bot recheck
@iobroker-bot recreate

Please note that I (and the server at GitHub) have always plenty of work to do. So it may last up to 30 minutes until you see a reaction. I will drop a comment here as soon as I start processing.

Feel free to contact me (@ioBroker-Bot) if you have any questions or feel that an issue is incorrectly flagged.

And THANKS A LOT for maintaining this adapter from me and all users.
Let's work together for the best user experience.

your
ioBroker Check and Service Bot

@mcm1957 for evidence

Last update at Fri, 13 Sep 2024 10:39:32 GMT based on commit fd0ea30
ioBroker.repochecker 3.0.5

Compatibility check and testing for Node.js 14 and 16

Dear Adapter developer,

Node.js 14 is now available for a year and Node.js 16 was release just some days ago and will become LTS by October 2021. We plan to update the ioBroker Node.js recommendation (currently 12.x) to 14.x later this year.

Please check your adapter with Node.js 14 especially, and ideally also directly with Node.js 16

Please add both versions to the adapter testing which is executed on commits.

If your adapter requires a certain minimum version of Node.js please set the 'engine' setting in package.json accordingly! Please also do this if the adapter is not able to work in certain Node.js versions, so that ioBroker can prevent users from installing te adapter if not compatible!

On questions please talk to us at ioBroker/ioBroker.js-controller#1138

Please close the issue after you checked it.

Thank you very much for your support!

Keine Route gefunden, wenn nur ein Verkehrsmittel ausgesucht wird

Hallo,
ich habe eine neue Route erstellt und mir zwei Bahnhöfe rausgesucht. Zwischen diesen beiden Bahnhöfen fährt ein RE ohne umsteigen zu müssen.
Wenn ich in der Route bei der Verkehrsmittelauswahl nur "RE,IR" auswähle, dann kommt folgende Meldung:
fahrplan.0 | 2020-12-28 13:20:33.947 | error | (6568) No journeys found for route 0 (HAFAS-Error H890)
Ich hab den Fahrplan abgeglichen und kann bestätigen, dass ein Zug (auch zu dem Zeitpunkt) zwischen diesen beiden Punkten fährt.

Gruß

Compatibility check to js-controller 3.3 and Admin5 React UI

Dear Adapter developer,

with js-controller 3.2 and js-controller 3.3 some additional checks were added to make sure that created objects match to the specifications and also written state values match to the object definition.

If something is not correct this is logged as 'warning' or 'info' log.

Please take the time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1301

Additionally we are preparing Admin 5 which will have a completely rewritten UI. Please install Admin 5, activate that new UI and verify that the configuration of you adapter works as expected also there.

More informations on Admin 5 can be found in Forum https://forum.iobroker.net/topic/44282/test-adapter-admin-5-0-x-alpha-der-neuen-ui

Please close the issue after you checked it.

Thank you very much for your support!

Feature Request - Farbformatierung der HTML Ansicht

Moin,

es wäre super, wenn man für die HTML Ansicht die Farebn formatieren könnte. Ich nutze in der VIS einen blauen Hintergrund, wo das grün sehr schlecht zu lesen ist.

Ansonsten, Danke für den Adapter und weiter so!

Gruß,
Mark

Please consider fixing issues detected by repository checker

Notification from ioBroker Check and Service Bot

Dear adapter developer,

I'm the ioBroker Check and Service Bot. I'm an automated tool processing routine tasks for the ioBroker infrastructure. I have recently checked the repository for your adapter fahrplan for common errors and appropiate suggestions to keep this adapter up to date.

Please see the result of the check below.

ioBroker.fahrplan

Downloads Number of Installations (latest) Number of Installations (stable) - Test and Release
NPM

ERRORS:

  • ❗ [E029] Node.js 16 is required as minimum, node.js 18 is recommended. Please adapt "{'engines' : { 'node' >= '12' } }" at package.json.
  • ❗ [E033] @iobroker/adapter-core 3.0.4 specified. 3.1.4 is required as minimum, 3.1.6 is recommended. Please update dependencies at package.json
  • ❗ [E036] @iobroker/testing 4.1.0 specified. 4.1.3 is required as minimum, 4.1.3 is recommended. Please update devDependencies at package.json
  • ❗ [E162] js-controller 2.0.0 listed as dependency but 4.0.24 is required as minimum, 5.0.19 is recommended. Please update dependency at io-package.json.

WARNINGS:

Please review issues reported and consider fixing them as soon as appropiate.

Errors reported by repository checker should be fixed as soon as possible. Some of them require a new release to be considered as fixed. Please note that errors reported by checker might be considered as blocking point for future updates at stable repository.

Warnings reported by repository checker should be reviewed. While some warnings can be considered as a suggestion and be ignored due to good reasons or a dedicated decision of the developer, most warnings should be fixed as soon as appropiate.

Feel free to contact me (@ioBroker-Bot) if you have any questions or feel that an issue is incorrectly flagged.

And THANKS A LOT for maintaining this adapter from me and all users.
Let's work together for the best user experience.

your
ioBroker Check and Service Bot

@mcm1957 for evidence

Anzahl der Abfahrten

Habe bei meinen Stationen 12 Anfahrten eingetragen. es werden aber nur 6 Datenpukte erstellt von denen auch nur 3 befüllt sind.
Wie Issue #33 jedoch passiert nach längerem warten nichts.

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/gaudes/ioBroker.fahrplan

  • [E605] No actual year found in copyright. Please add "Copyright (c) 2021 Gaudes [email protected]" at the end of README.md
  • [E701] No actual year found in LICENSE. Please add "Copyright (c) 2021 Gaudes [email protected]" at the start of LICENSE

Thanks,
your automatic adapter checker.

P.S.: There is a community in Github, which supports the maintenance and further development of adapters. There you will find many experienced developers who are always ready to assist anyone. New developers are always welcome there. For more informations visit: https://github.com/iobroker-community-adapters/info

Abfahrtstafel genauer konfigurieren

Describe wanted Enhancement !
Ich möchte gerne an einer Haltestelle nicht nur die Abfahrten eines bestimmten Verkehrsmittels haben, sondern auch nur einer bestimmten Linie (BUS) und dann noch nur eine Richtung wenn man möchte.

Aktuell sehe ich die nächsten 6 Abfahrten von 3 Linien an einer Haltestelle und dies auch für beide Richtungen die der BUS fährt.

Ich will wirklich nur die sehen die ich nutzen will und ob die alle pünktlich sind oder nicht ;)

Ansonsten vielen Dank für den Adapter, damit können meine Kinder sich schon sehr gut orientieren wann sie losgehen müssen zur Schule ;)

Please consider fixing issues detected by repository checker

Notification from ioBroker Check and Service Bot

Dear adapter developer,

I'm the ioBroker Check and Service Bot. I'm an automated tool processing routine tasks for the ioBroker infrastructure. I have recently checked the repository for your adapter fahrplan for common errors and appropiate suggestions to keep this adapter up to date.

This check is based the current head revisions (master / main branch) of the adapter repository

Please see the result of the check below.

ioBroker.fahrplan

Downloads Number of Installations (latest) Number of Installations (stable) - Test and Release

ERRORS:

  • ❗ [E029] Node.js 16 is required as minimum, node.js 18 is recommended. Please adapt "{'engines' : { 'node' >= '12' } }" at package.json.
  • ❗ [E033] @iobroker/adapter-core 3.0.4 specified. 3.1.4 is required as minimum, 3.1.6 is recommended. Please update dependencies at package.json
  • ❗ [E036] @iobroker/testing 4.1.0 specified. 4.1.3 is required as minimum, 4.1.3 is recommended. Please update devDependencies at package.json
  • ❗ [E162] js-controller 2.0.0 listed as dependency but 4.0.24 is required as minimum, 5.0.19 is recommended. Please update dependency at io-package.json.
  • ❗ [E851] .npmignore found but "files" is used at package.json. Please remove .npmignore.

WARNINGS:

SUGGESTIONS:

  • 📌 [S519] Consider adding plugin "@alcalzone/release-script-plugin-manual-review".
  • 📌 [S522] Please consider migrating to admin 5 UI (jsonConfig).

Please review issues reported and consider fixing them as soon as appropiate.

Errors reported by repository checker should be fixed as soon as possible. Some of them require a new release to be considered as fixed. Please note that errors reported by checker might be considered as blocking point for future updates at stable repository.

Warnings reported by repository checker should be reviewed. While some warnings can be ignored due to good reasons or a dedicated decision of the developer, most warnings should be fixed as soon as appropiate.

Suggestions reported by repository checker should be reviewed. Suggestions can be ignored due to a decision of the developer but they are reported as a hint to use a configuration which might get required in future or at least is used be most adapters. Suggestions are always optional to follow.

You may start a new check at any time by adding the following comment to this issue:

@iobroker-bot recheck

Please note that I (and the server at GitHub) have always plenty of work to do. So it may last up to 30 minutes until you see a reaction. I will drop a comment here as soon as I start processing.

Feel free to contact me (@ioBroker-Bot) if you have any questions or feel that an issue is incorrectly flagged.

And THANKS A LOT for maintaining this adapter from me and all users.
Let's work together for the best user experience.

your
ioBroker Check and Service Bot

@mcm1957 for evidence

Last update at Fri, 06 Sep 2024 07:44:36 GMT

Release script: Action required

Hi, it looks like you are using @alcalzone/release-script to manage your releases.
When updating to the latest version, you need to remove the following line from your .github/workflows/test-and-release.yml if you want the releases to keep working:

  deploy:
    # Trigger this step only when a commit on master is tagged with a version number
    if: |
      contains(github.event.head_commit.message, '[skip ci]') == false &&
      github.event_name == 'push' &&
-     github.event.base_ref == 'refs/heads/master' &&
      startsWith(github.ref, 'refs/tags/v')

It may also look like this one:

  deploy:
    # Trigger this step only when a commit on master is tagged with a version number
    if: |
      contains(github.event.head_commit.message, '[skip ci]') == false &&
      github.event_name == 'push' &&
-     github.event.base_ref == 'refs/heads/main' &&
      startsWith(github.ref, 'refs/tags/v')

Verkehrsmittel auswahl wird nich berücksichtigt

Hallo zusammen,
ich habe bei den Abfahrtstaffeln eine Verkehrsmittelauswahl getroffen, jedoch wird diese nicht berücksichtigt. Ich würde mir gerne alle Tram anzeigen lassen, es werden auch die abfahrende Busse angezeigt.

Bis auf diese Kleinigkeit ist der Adapter super, vielen Dank.

Auswahl:
grafik

Objekte:
grafik

Adapterversion 1.2.2

Mehrere Ankunftszeiten bei selber Verbindung ausschließen

Moin,
der Adapter ist echt wunderbar, da ich mir somit nun jeden morgen schicken lassen kann, welche Züge zur Arbeit fahren und dann nochmal spontan entscheiden kann, ob ich doch noch etwas liegen bleibe. ;) Vielen Dank dafür!
Mein Problem ist aber, dass ich erst mit dem Zug fahre und anschließend ein Stück mit dem Bus. Für das letzte Stück kommen aber 2 Busse infrage, weshalb mir nun immer 2 Verbindungen mit der selben Abfahrtszeit (und fast der selben Ankunftszeit) präsentiert werden.
Gibt es eine Möglichkeit das zu umgehen, sodass ich pro Abfahrtszeit nur noch eine (die schnellste) Option angezeigt bekomme?

Verspätungsalarm zwischen Urzeit X

Hallo,

soweit ich das verstanden habe kann ich ein
Verspätungsalarm für alle oder für bestimmte Verbindungen aktivieren.

Wäre es möglich folgende Einstellungen hinzuzufügen? Das es die Möglichkeit gibt von bis einzustellen.

Ich habe keine feste Zeit für die Heimreise.
Bei mir geht es zwischen 16-18 Uhr zurück.
Könnte ich dies einstellen müsste ich keine Änderungen im Fahrplan anpassen.

node-fetch v3 will NOT work!!

becaus eis ESM only ... you need to stay with v2 from node-fetch!!

Somehow your tests did not triggered an issue so most likely tests do not "include" node-fetch

Json-Tabelle gibt [object Object] aus.

Wenn ich den Datenpunkt:
fahrplan.0.DepartureTimetable0.JSON
in das JSON-Table-Widget einlese und dort dann z. B.: das Attribut "line" auswähle, bekomme ich immer [object Object] angezeigt.
Weiter wird das auch bei "stop", "destination und "currentTripPosition" angezeigt.

Adapter-Version: 1.2.3

"No journeys found for route" - Ja, aber als Error?

Moin,

wir haben hier auf dem Dorf das typische Problem, dass der Bus nicht so oft fährt. Kennen ja einige ;)
Am Wochenende und Abends gibs dann immer haufenweise die o.g. Meldung im Error-Log.

Ist eigentlich kein Fehler, wenn einfach nichts fährt, oder? Verwirrt immer etwas, wenn ioBroker da Fehler schmeißt, wo keine sind.
Könnte man ja evtl. über zusätzlichen Flag lösen (Jouneys Found J/N o.ä.)

Beispiel: Von 935367 Nach 935600, Alle Verkehrsmittel

Die S-Bahn Stationen rund um Köln werden nicht mehr erkannt. Der Adapter meldet, dass die IDs nicht bekannt sind. Sind die Stations-IDs geändert worden?

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots & Logfiles
If applicable, add screenshots and logfiles to help explain your problem.

Versions:

  • Adapter version:
  • JS-Controller version:
  • Node version:
  • Operating system:

Additional context
Add any other context about the problem here.

Folder content are not updated

Describe the bug
The folder conent are not updated.

To Reproduce
Steps to reproduce the behavior:
image

Expected behavior
image
image

Screenshots & Logfiles
^^

Versions:

  • Adapter version: v1.2 (newest)
  • JS-Controller version: 3.3.22 (newest)
  • Node version: 17.3.1 (newest)
  • Operating system: Raspbian (newest)

Additional context
Perhaps it makes sense not to specify the line name (e.g. Departure Fischbach(Nuremberg) - Roth) in the folder content and to create an extra object for it.

Abfahrtstafel : Anzahl der Abfahrten

Describe the bug
Stationen von der DB also (id 8...) funktionieren einwandfrei...
Stationen vom Nahverkehr (id 6...) funktionieren aber es werden nur 1 - 2 Abfahrten geladen.

To Reproduce
Von 679464 ... Abfahrten 10...

Expected behavior
Bei meinen BusVerbindungen werden nicht die eingestellte Anzahl der Abfahrten in die Abfahrtstafel geladen.

Screenshots & Logfiles

Versions:
Alle Versionen sind zum Zeitpunkt die aktuellsten.

Verkehrsmittel Auswahl funktioniert nicht

Hallo. Diesen Adapter habe gesucht. Danke dafür.
Ich habe ihn dann natürlich auch gleich installiert, konfiguriert und zwei Routen eingetragen.
Dann wollte ich die Verkehrsmittel auswählen, was nicht wirklich richtig funktioniert.
Manchmal kann ich zusätzlich zu "Alle" noch einen weiter hinzufügen. Fast immer aber gar keinen.
Im Browser Log ist kein Fehler zu sehen.

Siehe Gif.

Fahrplan

Versions:

  • Adapter version: 1.2.2
  • JS-Controller version: 4.0.23
  • Node version: v16.17.1
  • Operating system: Ubuntu 22.04.1 LTS
  • Browser: Edge

Compatibility check and testing for node.js 22

Notification from ioBroker Check and Service Bot

Dear Adapter developer,

Node.js 22 will become the official node.js LTS release October 2024 - see node-releases

So please check your adapter with Node.js 22.

Please add node.js 22 to the adapter testing matrix which is executed on commits. This check is normally controlled by workflow located at .github/workflows/test-and-release.yml. The recommended testmatrix is [18.x, 20.x, 22.x] now. It's ok to test node.js 20.x and 22.x only if there are any technical reasons (i.e. requirements caused by dependencies) to do so.

In any case please set the 'engines' clause in package.json according to the minimum node version used at testing. Please also do this if the adapter is not able to work with certain Node.js versions, so that ioBroker can prevent users from installing the adapter if not compatible. If you detect any incompatibility with node.js 22 please try to fix it and / or let us know if the problem seems to be located at core components.

Please close the issue after you checked it.

Feel free to contact me (@ioBroker-Bot) if you have any questions.

And THANKS A LOT for maintaining this adapter from me and all users.
Let's work together for the best user experience.

your
ioBroker Check and Service Bot

@mcm1957 for evidence

Note: If you added node 22 tests already, simply close this issue.

Compatibility check to js-controller 4.0

Dear Adapter developer,

with js-controller 4.0 object definitions are now also checked that min/max in only provided for number/mixed objects and that the type of the default value matches to the object type.

If something is not correct this is logged as 'warning' or 'info' log.

Please also make sure to update to the lastest @iobroker/testing dependency 2.5.4 or to accept the PR from Apollon77 for legacy testing!

Please spent some time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn or info log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1749

Please close the issue after you checked it.

Thank you very much for your support to get the best experience for the growing numbers of ioBroker users!

Kein Alarm bei Verzögerung

Hallo, ich bekomme keine Erinnerung bei Verspätung in ein Objekt geschrieben.
Die Route von 8010085 nach 8013022 ist eingerichtet und liefert auch permanent Daten.
Für den Alarm ist die Route eingestellt, aktiviert und 30 Minuten (diverse Zeiten getestet, bis zu 1 min) vor Abfahrt eingestellt. Dieser schreibt auf ein objekt {"common": { "name": "Text_Verspaetung", "desc": "Manuell erzeugt", "role": "state", "read": true, "write": true, "type": "mixed" }, "type": "state", "native": {}, "_id": "0_userdata.0.Text_Verspaetung", "acl": { "object": 1638, "state": 1638, "owner": "system.user.admin", "ownerGroup": "system.group.administrator" }, "from": "system.adapter.admin.0", "user": "system.user.admin", "ts": 1684167572536 }

Das Objekt wird nicht beschrieben. (Rechte sind 666).

Adapter wurde mehrfach deinstalliert/installiert und der Objektbaum gelöscht.

BVG einbinden

Es sollte möglich sein auch andere Verkehrsgesellschaften einzubinden. die BVG z.B. als eine der größten, sollte auf jeden Fall enthalten sein.

wrong place to post

I know, I am wrong here.
I am looking for @gaudes, since he/she is listed as well at "bashGroup / node-red-contrib-fritz".
I have started a discussion there but no one seems to be active at that group!?

Is @gaudes still active there or knows others to reactivate?

Symbole und Buslinie/Zugnummer

Hi,
Ich bin recht neu, was iobroker betrifft und habe den Fahrplan nun in Benutzung. Dazu habe ich eine Frage, siehe auch Betreff.
Ist es möglich, die jeweiligen Buslinien/Zugnummern ebenfalls abzubilden in der vis?
Ich nutze fahrplan Version 1.0.7
In der vis stelle ich fahrplan.0.0.HTML dar.
20210421_061505
Leider sehe ich bei Plattform den Eintrag "null", das ist eine Busverbindung.

Vielen Dank und Grüße
Jürgen

delay not working

Seit 2 Tagen wird mir keine Verspätung mehr angezeigt auch nach einem Neuinstallation nicht.

Woran kann es liegen ?

Unknown Station defined in Route #0

As of yesterday, the adapter is no longer able to retrieve timetable information.
The log contains the following error messages (or variations):

Unknown Station defined in Route #0
Unknown Station defined in Departure Timetable #0
fahrplan.0 | 2023-04-03 08:10:17.700 | error | Error  occured: HAFAS error in Station in fStation/verifyStation [Error:  Writer error:  root.svcResL.svcResL.res.common.locL.locL.gridL.gridL.nCols(no value  assigned)]

When trying to set up a new route, it is possible to search for station IDs (which apparently have not changed). However, saving a route always returns the error message Unknown Start-Station (From) ... in Route 0.

Probably related to #289 and #288.

Maybe related to public-transport/hafas-client#286 (i.e. HAFAS API no longer accepts certain user agents)

Arrival timetable

Describe wanted Enhancement !
Arrival timetable for stations

Why should we put effort in it ?
Similar to the departure time table arrivals for stations would be helpful so user of visualization may obtain information like "dad is in time / will be late by 20 minutes"

Additional context
hafas-client already implents arrival and departure timetables

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.