Enhance recorder and climate configurations by adding new sensor exclusions and updating automation conditions. Excluded 'sensor.sun_next_*' in recorder.yaml and modified climate automation to use 'target_temp_high' for improved temperature control. Updated Garadget automation to refine state conditions for better home presence detection.

This commit is contained in:
Carlo Costanzo
2025-07-23 20:53:56 -04:00
parent a9c5e52671
commit 8c1f63cb68
3 changed files with 12 additions and 7 deletions

View File

@@ -153,7 +153,7 @@ automation:
trigger:
- platform: numeric_state
entity_id: climate.downstairs
attribute: temperature
attribute: target_temp_high
above: 76
- platform: state
entity_id: group.bed
@@ -169,11 +169,14 @@ automation:
state: 'on'
- condition: numeric_state
entity_id: climate.downstairs
attribute: temperature
attribute: target_temp_high
above: 76
- condition: state
entity_id: sun.sun
state: 'below_horizon'
action:
- service: climate.set_temperature
data:
entity_id: climate.downstairs
temperature: 76
target_temp_high: 76

View File

@@ -93,7 +93,7 @@ automation:
- person.carlo
- person.stacey
- person.justin
from: 'not_home'
from: 'driving'
to: 'home'
condition:
- condition: state
@@ -102,6 +102,9 @@ automation:
- condition: state
entity_id: group.bed
state: 'off'
- condition: state
entity_id: group.family
state: 'home'
action:
- service: cover.open_cover
target:
@@ -131,7 +134,7 @@ automation:
entity_id:
- person.carlo
- person.stacey
from: 'not_home'
# from: 'driving'
to: 'home'
condition:
- condition: state