I am trying to turn on a secondary air conditioner when the current temp is above a certain temp. I am trying to trigger off of the current temperature on a honeywell thermostat.
I know the actions work but I don’t think the trigger is firing. Here is the config.
alias: Turn on Supplemental AC
description: ''
trigger:
- platform: numeric_state
attribute: current_temperature
entity_id: climate.honeywell_th6320zw2003_t6_pro_series_thermostat_mode
above: '70'
condition: []
action:
- service: notify.alexa_media_echo_show
data:
message: Turning supplemental air on
data:
type: tts
target: media_player.echo_show
- service: climate.set_hvac_mode
target:
device_id: 6d719b0d4fb0b54e987a8f80a40c30ba
data:
hvac_mode: cool
mode: restart
max: 10