#Tuya integrated (SmartLife) AirConditioner automation triggering but AC not doing actions

1 messages · Page 1 of 1 (latest)

cinder terrace
#

The event triggers but the AC does not perform the actions it should - even when I run the actions manually -- HOWEVER -- i can use a thermostat card and change and work the AC normally

here's the YAML

alias: AC - Brianna - Mode Cool, 68F if 71F+ and Off/Fan (Mysa temp, 5m check)
description: ""
triggers:

  • trigger: time_pattern
    minutes: /5
    conditions:
  • condition: numeric_state
    entity_id: sensor.brianna_s_thermostat_current_temperature
    above: 71
    below: 120
  • condition: not
    conditions:
    • condition: device
      device_id: ce6c9967063d6f7a4fc183aa011990ff
      domain: climate
      entity_id: c3d396c928910e7ab887a32de87f6838
      type: is_hvac_mode
      hvac_mode: cool
      actions:
  • sequence:
    • action: climate.turn_on
      metadata: {}
      data: {}
      target:
      device_id: ce6c9967063d6f7a4fc183aa011990ff
    • action: climate.set_temperature
      metadata: {}
      data:
      temperature: 68
      hvac_mode: cool
      target:
      device_id: ce6c9967063d6f7a4fc183aa011990ff
      mode: single
#

You see the event triggers but the AC never changes value