Skip to content

Instantly share code, notes, and snippets.

@marians
Last active January 25, 2022 07:35

Revisions

  1. marians revised this gist Jan 25, 2022. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -8,10 +8,14 @@ When air humidity reaches a threshold value, get an alert on my phone.

    Make sure to be alerted only once.

    ## Air humidity calculation
    ## Air humidity threshold calculation

    Based on the current weather (temperature and relative humidity outside) I want to know what humidity I can reach at room temperature.

    ## Dust data

    Have a particle sensor indoors to follow its data. Maybe have an alert.

    ## High water gauge

    For the nearby river, collect gauge data. Have a warning when it reaches a threshold level.
  2. marians created this gist Jan 25, 2022.
    23 changes: 23 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    # What to do with Home Assistant

    Some ideas I might pursue at some point.

    ## Air humidity alert

    When air humidity reaches a threshold value, get an alert on my phone.

    Make sure to be alerted only once.

    ## Air humidity calculation

    Based on the current weather (temperature and relative humidity outside) I want to know what humidity I can reach at room temperature.

    ## High water gauge

    For the nearby river, collect gauge data. Have a warning when it reaches a threshold level.

    I have https://github.com/marians/lanuv-nrw-water-level-api to make data from the [official source](https://luadb.lds.nrw.de/LUA/hygon/pegel.php?rohdaten=ja) more accessible. Next I would need a way to have the latest value for the relevant river in Home Assistant.

    ## Grafana

    Use Grafana for more powerful data visualization.