Hello,
Very new to HA and have been working on an HVAC automation for several days now that will not trigger the action to set the temperature in the thermostat. I am running HA (version 0.112.4) in a VM but most of the devices I have are coming through Samsung Smartthings Hub. The HVAC device is a Vivint CT100 and I am just trying to change the temperature based on time until I can learn how to make more complex automations.
I am still using the built-in automation tool instead of editing the automation.yaml file directly. When I look at the automation.yaml file the code below is what is there.
Thank you in advance for any help that can be provided, I’m sure it’s something simple and my in-experience is the issue.
- id: '1594814613345'
alias: HVAC Day
description: Control HVAC system during the day
trigger:
- at: 08:00:00
platform: time
condition: []
action:
- data:
entity_id: climate.main_thermostat
hvac_mode: cool
temperature: 78
service: climate.set_temperature