Skip to content

derfz/HA-grow-temperature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

HA-grow-temperature

This is a grow room temperature control blueprint for HA.

What is unique about this script is that this script monitors the light switch and sets the temperature of the grow room accordingly.
Higher temp during the day and lower temp during the night.
Setpoint/hysteresis is the difference between min-max temps.
This script also has sanity checking so that if you set the minimum temp above the max temp it will shut down the heater.

helpers

  • input_number.grow_absolute_max_temp
  • input_number.grow_absolute_minimum_temp
  • input_number.grow_day_temperature_high
  • input_number.grow_day_temperature_low
  • input_number.grow_night_temperature_high
  • input_number.grow_night_temperature_low

switch/sensor entities

  • your-light-switch
  • your-heater-switch
  • your-temperature-sensor

About

Controls the grow room temperature based on lights ON/OFF with sensor validation, and absolute safety cutoffs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors