-
Notifications
You must be signed in to change notification settings - Fork 6
/
climate.yaml
executable file
·87 lines (83 loc) · 1.84 KB
/
climate.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
- platform: generic_thermostat
name: Reef Tank Therm
heater: switch.06200940dc4f22cbb94b_3
target_sensor: sensor.onlyreefcontrolpitemp
min_temp: 74
max_temp: 86
ac_mode: False
target_temp: 78
cold_tolerance: 0.2
hot_tolerance: 0.2
min_cycle_duration:
seconds: 60
keep_alive:
minutes: 3
initial_hvac_mode: heat
away_temp: 78
precision: 0.1
- platform: generic_thermostat
name: Reef Tank Fan
heater: switch.reef_enclosure_fan_switch
target_sensor: sensor.reefsysinfo_template_cpu_temperature
min_temp: 60
max_temp: 300
ac_mode: True
target_temp: 125
cold_tolerance: 2
hot_tolerance: 2
min_cycle_duration:
seconds: 120
keep_alive:
minutes: 3
initial_hvac_mode: cool
away_temp: 125
precision: 0.5
- platform: generic_thermostat
name: Octo Tank Therm
heater: switch.06200940dc4f22cbb432_2
target_sensor: sensor.onlyamazonpitemp
min_temp: 74
max_temp: 88
ac_mode: False
target_temp: 82
cold_tolerance: 0.2
hot_tolerance: 0.2
min_cycle_duration:
seconds: 60
keep_alive:
minutes: 3
initial_hvac_mode: heat
away_temp: 80
precision: 0.1
#- platform: generic_thermostat
# name: Bedroom Therm
# heater: input_boolean.bedroom_ac_toggle
# target_sensor: sensor.plant_monitor_temp_f
# min_temp: 65
# max_temp: 90
# initial_hvac_mode: cool
# ac_mode: true
# target_temp: 76
# cold_tolerance: 0.2
# hot_tolerance: 0.2
# min_cycle_duration:
# minutes: 3
# keep_alive:
# minutes: 3
# away_temp: 82
#- platform: generic_thermostat
# name: Living Room Therm
# heater: input_boolean.bedroom_ac_toggle
# target_sensor: sensor.garden_monitor_temp_f
# min_temp: 65
# max_temp: 90
# initial_hvac_mode: cool
# ac_mode: true
# target_temp: 77
# cold_tolerance: 0.2
# hot_tolerance: 0.2
# min_cycle_duration:
# minutes: 3
# keep_alive:
# minutes: 3
# away_temp: 82