Custom integration for german flood warn system

I’ve created a custom integration for the german flood warn system (Länderübergreifendes Hochwasser Portal

Just add my sources to YOUR_HA_INSTALLATION/config/custom_components/hochwasserportal and the following lines to your configuration.yaml (example for the Isar in Munich)

  - platform: hochwasserportal
    pegel: BY_16005701
    level: True
    stage: True
    flow: True

After restarting your Home Assistant installation the following three sensors should show up.
example

I’ve published my sources on Github
On Github one can find a list of valid pegels.
One notice in advance: Not all pegel report all three values.

I’m planning to add this integration to HACS but in meanwhile you can already use it.

5 Likes