From a3480622bdca87efdebbaf5e3cb8f9a89c092433 Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Mon, 20 Nov 2023 10:32:43 -0600 Subject: [PATCH] changed power threshoold --- laundry_status.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laundry_status.R b/laundry_status.R index 2055922..1921356 100755 --- a/laundry_status.R +++ b/laundry_status.R @@ -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"))