Hot days make AC usage a crazy life. So, I put a script together to increase it to 77F on hot days. However, Nest is showing the change as 78F when it happens. Very weird behavior and curious if anyone has insight?
id: da20fe56-351c-11ee-be56-0242ac120002
alias: increase HVAC temp because outside 94F or hotter during afternoon
trigger:
- platform: numeric_state
entity_id: sensor.temperature_34
above: 94
below: 150
for:
hours: 0
minutes: 15
seconds: 0
milliseconds: 0
- platform: time
at: '11:35:00'
- platform: time
at: '12:35:15'
- platform: time
at: '13:01:15'
- platform: time
at: '13:45:15'
- platform: time
at: '14:35:15'
- platform: time
at: '15:31:15'
- platform: time
at: '16:05:15'
- platform: time
at: '16:15:15'
condition:
condition: and
conditions:
- condition: time
before: '17:35'
after: '11:30'
- condition: numeric_state
entity_id: sensor.temperature_34
above: 94
- condition: device
device_id: 9c2059a1a21eb91033f498f8fcb0baab
domain: climate
entity_id: d99887dac1440f472ba4ccdddb91f776
type: is_preset_mode
preset_mode: none
- condition: or
conditions:
- condition: zone
entity_id: device_tracker.pixel_7_pro_3
zone: zone.local_area
- condition: zone
entity_id: device_tracker.pixel_7_pro_3
zone: zone.home
- condition: zone
entity_id: device_tracker.gaby_pixel_7_pro
zone: zone.local_area
- condition: zone
entity_id: device_tracker.gaby_pixel_7_pro
zone: zone.home
action:
- service: climate.set_temperature
target:
entity_id: climate.entryway
data:
temperature: 77
Eco mode hot temp is 90F so no way it’s hitting that number somehow.
Kind of just really confused here and beer doesn’t help.