Skip to content

This Home Assistant Blueprint controls a humidifier, cooler, heater, and dehumidifier as simple On/Off switches, independently based on: VPD (Vapor Pressure Deficit) value (in kPa) Temperature (in °C) Humidity (in %)

License

Notifications You must be signed in to change notification settings

BKifft68/VPD_Controller-Home_Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VPD and Temperature-Based Controller for Humidifier, Cooler, Heater, and Dehumidifier

Overview This Home Assistant Blueprint controls a humidifier, cooler, heater, and dehumidifier as simple On/Off switches, independently based on:

VPD (Vapor Pressure Deficit) value (in kPa)

Temperature (in °C)

Humidity (in %)

Features:

✅ Humidifier Control

Turns ON when VPD exceeds the threshold.

Turns OFF when VPD drops below the threshold.

✅ Cooler Control

Turns ON when VPD exceeds the threshold.

Turns ON when temperature exceeds the threshold.

Turns OFF when temperature drops below the threshold, unless activated by VPD.

✅ Heater Control

Turns ON when temperature drops below the threshold.

Turns OFF when temperature rises above the threshold.

✅ Dehumidifier Control

Turns ON when humidity exceeds the threshold.

Turns OFF when humidity drops below the threshold.

✅ Failsafe Dummy Switch

If a device is not available, a Dummy Switch (switch.dummy_switch) is used as a placeholder to prevent errors.

✅ Automatic Updates

The automation triggers every 10 seconds to ensure real-time adjustments.

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

About

This Home Assistant Blueprint controls a humidifier, cooler, heater, and dehumidifier as simple On/Off switches, independently based on: VPD (Vapor Pressure Deficit) value (in kPa) Temperature (in °C) Humidity (in %)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published