ollo69 / ha-smartthinq-sensors

HomeAssistant custom integration for SmartThinQ LG devices configurable with Lovelace User Interface.
Apache License 2.0
1.15k stars 159 forks source link

Automation Support for Aircon Units #371

Closed embcla closed 2 years ago

embcla commented 2 years ago

Is your feature request related to a problem? Please describe. I'm just trying to create an automation for my aircon units, and when I get to the actions sections, I can't find any AC devices. Thermostat card does work and control the AC units, but automations can't seem to find anything useful. I only found a service called Remote Start, but no remote stop.

Describe the solution you'd like I'm expecting to be able to set device states like: fan speed, operating mode, target temperature, etc

Describe alternatives you've considered I'm open to options: are there other ways I can set this up?

ollo69 commented 2 years ago

I'm not understanding what you are asking for. Automation in HA can be created for any entities, refer to HA automation guide for additional information. This has nothing to do with integration.

embcla commented 2 years ago

So for my LG ac units I have no devices, just entities. And when I try and create an automation, I can't find neither devices nor services that appear that I can use.

That's why I'm asking here, the integration is creating entities and devices right, or did I get it wrong?

On Sun, 7 Aug 2022, 10:57 ollo69, @.***> wrote:

I'm not understanding what you are asking for. Automation in HA can be created for any entities, refer to HA automation guide https://www.home-assistant.io/docs/automation/ for additional information. This has nothing to do with integration.

— Reply to this email directly, view it on GitHub https://github.com/ollo69/ha-smartthinq-sensors/issues/371#issuecomment-1207361614, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM62LO3R7K5ITVJGKJFEGTLVX53ABANCNFSM55YDJ5NA . You are receiving this because you authored the thread.Message ID: @.***>

ollo69 commented 2 years ago

If you are using this integration is not possible that you don't have devices. Anyway generate and attach diagnostic file so that I can investigate this.

embcla commented 2 years ago

Here are the diagnostics

config_entry-smartthinq_sensors-acc75eb6b08d0b06e4025bef6a9690da.json.txt

You made me doubt my findings, so I searched again, and found two devices that expose only the following action "Change HVAC mode"

what about setting temperature?

ollo69 commented 2 years ago

In diagnostic I see that you have 2 devices (Cameretta and Sala) associated to 2 climate entities (climate.cameretta_2 and climate.sala_2) Climate entities expose all required services to control your devices in Automation (e.g. climate.set_temperature, climate.set_hvac_mode, etc.). Looks like it's not clear to you how create automation in HA, I suggest to move to HA forum to ask support or read HA documentation more deeply.