This commit is contained in:
Ben Varick 2023-11-06 21:59:14 -06:00
parent 41adcd1fde
commit 547c45e852
Signed by: ben
SSH Key Fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ library(influxdbclient)
library(rmarkdown)
setwd("/laundry_status")
Sys.setenv(TZ='America/Chicago')
# parameters needed to make connection to Database
token <- substr(read_file("data/api_key"), 1, 88)
org = "home_assistant"

View File

@ -19,7 +19,7 @@ The washing machine `r ifelse(current_status$lamp_a_power=="on", "started", "end
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
This site tracks the washing machine and dryer of our building. It is just a suggestion of when the machines might be free, not a guarantee.
This site tracks the washing machine and dryer of our building. My hope is that it helps people find good times to do laundry.
```{r plot_1day, echo=FALSE}
plot(plot_1day)