changed power threshoold
This commit is contained in:
parent
dd81a4bb5c
commit
a3480622bd
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ home_assistant <- InfluxDBClient$new(url = "https://influxdb.dendroalsia.net",
|
|||
org = org)
|
||||
update_interval <- 5
|
||||
cronjob_interval <- 60
|
||||
power_threshhold <- 5
|
||||
power_threshhold <- 10
|
||||
# ---- set variables
|
||||
entities <- data.frame(name = c("washing machine", "dryer"), entity_id = c("washing_machine_power", "dryer_power"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue