From 41c38aeb604888d98b2ca5c7f4bfecfb6b6da456 Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Wed, 22 Nov 2023 11:31:05 -0600 Subject: [PATCH] added text to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e69de29..f172878 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,8 @@ +# 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) + +## required libraries: +- `tidyverse` +- `influxdbclient` +- `rmarkdown`