home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.55k stars 7.08k forks source link

Missing Pegel Online Locations #33118

Open mpdenver opened 3 weeks ago

mpdenver commented 3 weeks ago

Feedback

Oddly e.g. https://www.pegelonline.nlwkn.niedersachsen.de/Pegel/Karte/Binnenpegel/ID/378 cannot be found via HA Pegelonline integration.

URL

https://www.home-assistant.io/integrations/pegel_online/

Version

2024.6.0

Additional information

No response

home-assistant[bot] commented 3 weeks ago

Hey there @mib1185, mind taking a look at this feedback as it has been labeled with an integration (pegel_online) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `pegel_online` can trigger bot actions by commenting: - `@home-assistant close` Closes the feedback. - `@home-assistant rename Awesome new title` Renames the feedback. - `@home-assistant reopen` Reopen the feedback. - `@home-assistant unassign pegel_online` Removes the current integration label and assignees on the feedback, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information) to the feedback. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information) on the feedback.
mib1185 commented 3 weeks ago

Hi @mpdenver the pegel_online integration relies on the data of the German Federal Waterways and Shipping Administration (Wasserstraßen- und Schifffahrtsverwaltung des Bundes) called PEGELONLINE (see also the documentation of this integration).

It might be possible to integrate also the NLWKN stations into the aiopegelonline lib (_which is used by the pegelonline integration), but this has some requirements like they need to provide an open and documented api. Contributions are always highly welcome 😉