From d65425182477b4348123775838ab8d0601f4fe11 Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Mon, 13 May 2024 16:35:26 -0500 Subject: [PATCH] adjusted washing machine power threshold for door --- laundry_status.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laundry_status.R b/laundry_status.R index 6706875..e3d04cc 100755 --- a/laundry_status.R +++ b/laundry_status.R @@ -19,7 +19,7 @@ home_assistant <- InfluxDBClient$new(url = "https://influxdb.dendroalsia.net", org = org) longterm_run_time <- ymd_hms("2024-01-01:00:00:00", tz = "America/Chicago") power_threshold_on <- 10 -power_threshold_wash_door <- 4 +power_threshold_wash_door <- 3 power_threshold_dry_door <- 1.5 # ---- set variables