From d1634167581e239ebf68162808d14ae89ffe8abf Mon Sep 17 00:00:00 2001 From: Moritz Graf Date: Tue, 7 Jul 2026 21:00:09 +0200 Subject: [PATCH] Changing required diff to external taupunkt to 2 --- terraform_shelly/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform_shelly/variables.tf b/terraform_shelly/variables.tf index 04a44a4..d0fdaad 100644 --- a/terraform_shelly/variables.tf +++ b/terraform_shelly/variables.tf @@ -17,7 +17,7 @@ variable "sensor_innen_mac" { variable "taupunktschwelle" { type = number description = "Dew point difference threshold [°C] to trigger the fan (indoor_dp > outdoor_dp + threshold)" - default = 4 + default = 2 } variable "mindesttemperatur" {