#LG thinq AC turn_on error

1 messages · Page 1 of 1 (latest)

open ibex
#

Hello. I have LQ Thinq integrated AC
When I click to turn it on the dashboard it does nothing.
When I click on one of the other icons, they turn on the AC in the desired state.

turn_off works.

How do i turn it on for cooling in automation?
actions:

  • type: turn_on
    device_id: xxxx
    entity_id: xxxxx
    domain: switch
  • type: toggle
    device_id: xxxx
    entity_id: yyyyy
    domain: switch

Do not work because of " Error running action
Command not supported in POWER OFF" error

Thanks. 😉

open ibex
#

solved by:
actions:

  • device_id: XXXX
    domain: climate
    entity_id: YYYY
    type: set_hvac_mode
    hvac_mode: cool
    mode: single
#

what I cannot distinguish now, can I change the desired temperature?

potent grail
#

Sure. climate.set_temperature

open ibex
#

where do I put it in the yaml code?

#

I am quite a newbie. 😦

potent grail
#

Instead of using actions via the device, just use the action directly. In the automation editor, under "Then do", click "Add action". Then "Climate", then "set target temperature".

open ibex
#

Thanks a lot. Did not know it. U R awesome. That bumped up my Ac to a new level. 😉