Skip to content

Commit

Permalink
Merge pull request #13 from peterkraume/main
Browse files Browse the repository at this point in the history
[DOCS] Add troubleshooting section
  • Loading branch information
eliashaeussler authored Jul 30, 2024
2 parents f3228f6 + 6776c22 commit 99bf445
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ and displays information about the current train and next station.
* Paste the contents from [grafana-dashboard.json](grafana-dashboard.json)
* Select the Prometheus data source

## Troubleshooting

If your dashboard doesn't receive any data make sure that you are
really connected to the ICE Wifi and that you can access
[iceportal.de](https://iceportal.de) in your browser.

You can also check for connection problems by running
`docker compose logs -f bridge`. The logs should show failed requests
to fetch JSON from https://iceportal.de/api1/rs/status
and https://iceportal.de/api1/rs/tripInfo/trip.

Unfortunately, the connection to the DB Onboard API is not very stable
and may not always work.

## Stack

* [Prometheus](https://prometheus.io/) as data source
Expand Down

0 comments on commit 99bf445

Please sign in to comment.