added text to README

This commit is contained in:
Ben Varick 2023-11-22 11:32:38 -06:00
parent 41c38aeb60
commit ffd956b2f7
Signed by: ben
SSH Key Fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo

View File

@ -1,6 +1,6 @@
# laundry_status # laundry_status
This script generates a website that tracks the washing machine and dryer use of my apartment building. The washing machine and dryer are plugged into smartplugs (Sonoff S31s) that are running ESPHome. A homeassistant instance gets that data every 1 minute and sends it to an InfluxDB database. This script reads that database with an api key, restructures the data, and generates a website. You can see the website here: [laundry.dendroalsia.net](https://laundry.dendroalsia.net) This script generates a website that tracks the washing machine and dryer use of my apartment building. The washing machine and dryer are plugged into smartplugs (Sonoff S31s) that are running ESPHome. A homeassistant instance gets that data every 1 minute and sends it to an InfluxDB database. `laundry_status.R` reads that database with an api key, restructures the data, and generates a website using `laundry_status.Rmd`. You can see the website here: [laundry.dendroalsia.net](https://laundry.dendroalsia.net)
## required libraries: ## required libraries:
- `tidyverse` - `tidyverse`