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

Unable to see/set target temperature #39

Closed
THorst92 opened this issue Apr 5, 2023 · 1 comment
Closed

Unable to see/set target temperature #39

THorst92 opened this issue Apr 5, 2023 · 1 comment

Comments

@THorst92
Copy link

THorst92 commented Apr 5, 2023

The problem

If I add a climate template entity, no target temperature is displayed. Also I am unable to set a temperature via the gui.
image
image

I checked the template state_attr('climate.eg05_heizung_links', 'temperature') and the correct value is returned.

What version of Template Climate has the issue?

0.6.1

What version of Home Assistant are you running?

2023.03.3

What type of installation are you running?

Home Assistant OS

Example YAML snippet

- platform: climate_template
  name: eg05_heizung_template
  modes:
    - "auto"
    - "heat"
    - "off"
  min_temp: 4.5
  max_temp: 30.5
  temp_step: 0.5

  # get current temp.
  current_temperature_template: "{{ states('sensor.eg05_heizung_links_actual_temperature') }}"
  target_temperature_template: "{{ state_attr('climate.eg05_heizung_links', 'temperature') }}"
  target_temperature_high_template: "{{ state_attr('climate.eg05_heizung_links', 'max_temp') }}"
  target_temperature_low_template: "{{ state_attr('climate.eg05_heizung_links', 'min_temp') }}"

Anything in the logs that might be useful for us?

No response

Additional information

No response

@THorst92
Copy link
Author

Solved it.
Action set_temperature must be defined.

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

1 participant