edits
This commit is contained in:
parent
41adcd1fde
commit
547c45e852
@ -4,7 +4,7 @@ library(influxdbclient)
|
|||||||
library(rmarkdown)
|
library(rmarkdown)
|
||||||
|
|
||||||
setwd("/laundry_status")
|
setwd("/laundry_status")
|
||||||
|
Sys.setenv(TZ='America/Chicago')
|
||||||
# parameters needed to make connection to Database
|
# parameters needed to make connection to Database
|
||||||
token <- substr(read_file("data/api_key"), 1, 88)
|
token <- substr(read_file("data/api_key"), 1, 88)
|
||||||
org = "home_assistant"
|
org = "home_assistant"
|
||||||
|
@ -19,7 +19,7 @@ The washing machine `r ifelse(current_status$lamp_a_power=="on", "started", "end
|
|||||||
```{r setup, include=FALSE}
|
```{r setup, include=FALSE}
|
||||||
knitr::opts_chunk$set(echo = TRUE)
|
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}
|
```{r plot_1day, echo=FALSE}
|
||||||
plot(plot_1day)
|
plot(plot_1day)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user