adjust power threshold

This commit is contained in:
Ben Varick 2024-05-13 16:38:02 -05:00
parent d654251824
commit 725e875056
Signed by: ben
SSH Key Fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo

View File

@ -19,7 +19,7 @@ home_assistant <- InfluxDBClient$new(url = "https://influxdb.dendroalsia.net",
org = org) org = org)
longterm_run_time <- ymd_hms("2024-01-01:00:00:00", tz = "America/Chicago") longterm_run_time <- ymd_hms("2024-01-01:00:00:00", tz = "America/Chicago")
power_threshold_on <- 10 power_threshold_on <- 10
power_threshold_wash_door <- 3 power_threshold_wash_door <- 5
power_threshold_dry_door <- 1.5 power_threshold_dry_door <- 1.5
# ---- set variables # ---- set variables