Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heat pump - Can't change values in automations #825

Open
Trainerbert opened this issue Nov 10, 2024 · 1 comment
Open

Heat pump - Can't change values in automations #825

Trainerbert opened this issue Nov 10, 2024 · 1 comment

Comments

@Trainerbert
Copy link

Describe the bug
I can't change the temperature of my heat pump without triggering it manually by hand in the climate control.
Also the value is red

Expected behavior
Set the value and change it.

Screenshots
image
image
image

Environment details:

  • Environment (HASSIO, Raspbian, etc): raspi
  • Home Assistant version installed:

image

  • LG device type and model with issue:
    AWHP_019101_WW-AWHP (AC) LG
    Firmware: clip_hna_v1.9.210
@Dallco
Copy link

Dallco commented Nov 24, 2024

Your action is climate set temperature. Firs set your HVAC mode. In this case it is my trigger. This is working code. In this case i set temperature by an input.number but you can use a fixed if you like..

triggers:
  - device_id: d04e7ea84fda86a3f3a683c435bd616f
    domain: climate
    entity_id: 472b88e7c66b2142eaa8411529ed4e7d
    type: hvac_mode_changed
    trigger: device
    to: heat
conditions: []
actions:
  - action: climate.set_temperature
    metadata: {}
    data:
      temperature: "{{ states('input_number.uitvoer_temp_h_p') | float }}"
    target:
      device_id: d04e7ea84fda86a3f3a683c435bd616f
mode: single

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants