From: David Woodhouse Date: Tue, 11 Feb 2025 18:57:24 +0000 (+0000) Subject: Add absolute humidity X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8ba222ca216254879e6ef1e8fe097e74d6369cb4;p=users%2Fdwmw2%2Fesp32-pool.git Add absolute humidity --- diff --git a/kitchen.yaml b/kitchen.yaml index 8f281d5..c33afd7 100644 --- a/kitchen.yaml +++ b/kitchen.yaml @@ -69,11 +69,11 @@ time: on_time: - seconds: 0 minutes: 0 - hours: 6 + hours: 7 then: climate.control: id: ntc_climate - target_temperature: 12°C + target_temperature: 21°C - seconds: 0 minutes: 30 @@ -81,7 +81,7 @@ time: then: climate.control: id: ntc_climate - target_temperature: 10°C + target_temperature: 16°C mqtt: on_connect: @@ -107,12 +107,17 @@ light: restore_mode: ALWAYS_OFF sensor: + - platform: absolute_humidity + id: cooker_abs_hum + name: Cooker Absolute Humidity + temperature: cooker_temp + humidity: cooker_hum + on_value: + - lambda: |- + id(tell_domo_nsvalues)->execute(919, 1,std::to_string(x)); - platform: dht pin: number: GPIO33 - mode: - input: true - pullup: true model: DHT22 temperature: id: cooker_temp