Queries InfluxDB to determine the status of a communal washing machine and dryer. Then it generates a website with RMarkdown https://laundry.dendroalsia.net
Find a file
2024-01-28 14:50:59 -06:00
html edited long term data plot formatting 2024-01-23 15:44:23 -06:00
.gitignore added spanish translations 2024-01-28 14:12:56 -06:00
favicon_header.html added html dir, favicon 2023-11-07 09:43:42 -06:00
laundry_longterm_data.Rmd added spanish translations 2024-01-28 14:12:56 -06:00
laundry_longterm_data_es.Rmd edited spanish translations 2024-01-28 14:50:59 -06:00
laundry_status.R edited spanish translations 2024-01-28 14:50:59 -06:00
laundry_status.Rmd added spanish translations 2024-01-28 14:12:56 -06:00
laundry_status_es.Rmd edited spanish translations 2024-01-28 14:50:59 -06:00
LICENSE added license 2023-11-06 11:25:03 -06:00
README.md added text to README 2023-11-22 11:32:38 -06:00

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. 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

required libraries:

  • tidyverse
  • influxdbclient
  • rmarkdown