Last active
January 25, 2022 07:35
Revisions
-
marians revised this gist
Jan 25, 2022 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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. -
marians created this gist
Jan 25, 2022 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.