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

Set preset target temperature not updating in ac mode #119

Closed
MaxWaldorf opened this issue Oct 10, 2023 · 2 comments
Closed

Set preset target temperature not updating in ac mode #119

MaxWaldorf opened this issue Oct 10, 2023 · 2 comments
Labels
bug Something isn't working developed When development is done and tested

Comments

@MaxWaldorf
Copy link

With the changes you have done, I have created the following script to update the comfort target in comfort mode:

service: versatile_thermostat.set_preset_temperature
data:
  temperature: "{{ state_attr('climate.thermostat_livingroom_2', 'temperature') | float }}"
  temperature_away: "27"
  preset: comfort_ac
target:
  entity_id: climate.livingroom_ac_2

It works great in heat mode but in AC mode I have to go to another preset and go back to comfort for it to take the new value into account...

Désolé, je suis ch... :)

@jmcollin78
Copy link
Owner

Non tu n'es pas ch.... tu veux faire marcher et je te remercie du signalement. Ca améliore la plateforme pour tout le monde.

I don't have really test it but I see it should work out of the box. I will have a look. I'm sure it is very simple.

@jmcollin78 jmcollin78 added the bug Something isn't working label Oct 10, 2023
@jmcollin78
Copy link
Owner

jmcollin78 commented Oct 15, 2023

Hello,

I have published a try to fix the issue. It seems working on my test env. Can you please check with your configuration if it is working ?
If yes I will release the fix.

The pre-release is this one: https://github.com/jmcollin78/versatile_thermostat/releases/tag/3.5.4alpha1

@jmcollin78 jmcollin78 added the developed When development is done and tested label Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working developed When development is done and tested
Projects
None yet
Development

No branches or pull requests

2 participants