From ffd956b2f762755c4ab4768ccbbc8b16ec8b260e Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Wed, 22 Nov 2023 11:32:38 -0600 Subject: [PATCH] added text to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f172878..1cc9028 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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: - `tidyverse`