diff --git a/laundry_status.R b/laundry_status.R index 97af877..9d6d947 100644 --- a/laundry_status.R +++ b/laundry_status.R @@ -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" diff --git a/laundry_status.Rmd b/laundry_status.Rmd index 9814326..4e0299e 100644 --- a/laundry_status.Rmd +++ b/laundry_status.Rmd @@ -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)