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

Expose preset temps for presets in HVAC mode #103

Closed
MaxWaldorf opened this issue Sep 8, 2023 · 2 comments
Closed

Expose preset temps for presets in HVAC mode #103

MaxWaldorf opened this issue Sep 8, 2023 · 2 comments
Labels
developed When development is done and tested enhancement New feature or request

Comments

@MaxWaldorf
Copy link

MaxWaldorf commented Sep 8, 2023

Is your feature request related to a problem? Please describe.
It is rather a missing feature as the values are not exposed by the plugin in AC mode...

Describe the solution you'd like
I'm using temp sensors (Danfoss) that can help set a target temperature and I'm coupling that with the schedule plugin...

Describe alternatives you've considered
I'd like to set the comfort target as the sensor set temp but I can't do that when heat pump is in AC mode as the preset temp is not exposed by your plugin...

Additional context
Could look like:

service: versatile_thermostat.set_preset_temperature
data:
    preset: boost
    temperature_hvac: 17.8
    temperature_away_hvac: 15
target:
    entity_id: climate.my_thermostat
@jmcollin78
Copy link
Owner

Hello,

I think you can change the ac preset value with the following service call:

service: versatile_thermostat.set_preset_temperature
        data:
            preset: boost_ac            ####  notice the _ac suffix here 
            temperature: 17.8
            temperature_away: 15
        target:
            entity_id: climate.thermostat_2

I will try this and I let you know.

@jmcollin78
Copy link
Owner

Ok this was not accepted because list of preset was limited to eco, boost, comfort.
This is now fixed in 3.4.

@jmcollin78 jmcollin78 added the developed When development is done and tested label Oct 7, 2023
jmcollin78 pushed a commit that referenced this issue Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developed When development is done and tested enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants