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

Thermostat Card and Heating Boost #101

Closed
chris-github1975 opened this issue May 2, 2020 · 10 comments
Closed

Thermostat Card and Heating Boost #101

chris-github1975 opened this issue May 2, 2020 · 10 comments
Milestone

Comments

@chris-github1975
Copy link

chris-github1975 commented May 2, 2020

I am using the thermostat card in home assistant front end.
The card has a "flame" on it which I presumed was for boosting the heat (Applying the defaults set in the integration). It would be really useful if it was.
When I click the flame, the gauge changes from "20.0 Auto" to "5.0 Heat-Override". If I click the flame again it changes to "5.0 Heat" (Which doesn't seem to do anything)
Is it possible to change the "flame" to boost the heating rather than just put the heating in override mode ?

Hope you can help
Thank You
Chris

@msp1974
Copy link
Collaborator

msp1974 commented May 2, 2020

Chris, the flame is for manual heating mode. There will be an updated release soon which will better handle the transition from auto (the calendar), to manual (flame) to off (off thing!), keeping the set temp more in line and changing the test to show whether the room is demanding heat or is idle (current open PR which is awaiting testing).

This functionality is standard for HA climate integrations.

There are 2 ways to boost the heating.

  1. Click the 3 dots on the thermostat card and set the boost via the preset option. This will increase the temp by x degress (x being your personal setting or 2C default) for the duration selected in the drop down.

  2. The other option is to use the boost service and assign this to a button in HA to set the room, temp and duration you wish to boost by.

Mark

@chris-github1975
Copy link
Author

Hi Mark
Thank you for the additional info, I look forward to any Wiser updates as it is my most used integration.
I had got to the stage of using a script to boost various rooms and was just looking at how to "cancel" the boost and resume to Auto.
I had tried the 3 dots on the card but I get an error....
Failed to call service climate/set_preset_mode. 'WiserHubHandle' object has no attribute 'boost_temp_time'
I'll continue to persevere with the boost service and assign buttons etc.
Thank you
Chris

@msp1974
Copy link
Collaborator

msp1974 commented May 2, 2020

Chris,

Yes just checked the code and there is a typo. I will issue a PR to angelo tomorrow to fix in current dev branch.

@asantaga
Copy link
Owner

asantaga commented May 3, 2020

glad I checked this , I was just about to push a release out.

msp1974 added a commit to msp1974/wiserHomeAssistantPlatform that referenced this issue May 3, 2020
@msp1974
Copy link
Collaborator

msp1974 commented May 3, 2020

Just sent you PR.

asantaga added a commit that referenced this issue May 3, 2020
Fix for issue #101. Error setting boost preset
@asantaga
Copy link
Owner

asantaga commented May 3, 2020

just merged to dev branch.
@chris-github1975 can u please independently test, then I can close this

@asantaga asantaga added this to the 2.3 milestone May 3, 2020
@chris-github1975
Copy link
Author

Dev branch seems to work fine. Both the preset service call and the detected i/o errors are gone.

@msp1974
Copy link
Collaborator

msp1974 commented May 3, 2020

Hi Mark
Thank you for the additional info, I look forward to any Wiser updates as it is my most used integration.
I had got to the stage of using a script to boost various rooms and was just looking at how to "cancel" the boost and resume to Auto.
I had tried the 3 dots on the card but I get an error....
Failed to call service climate/set_preset_mode. 'WiserHubHandle' object has no attribute 'boost_temp_time'
I'll continue to persevere with the boost service and assign buttons etc.
Thank you
Chris

Chris, great good to hear. I should have also said that the integration cancels any boost setting when you select, auto, manual or off on the thermostat. Ie if you set a boost and then click the auto (calendar) icon, it will cancel the boost. Hope this helps.

@asantaga
Copy link
Owner

asantaga commented May 4, 2020

thanks guys, closing this one

@asantaga asantaga closed this as completed May 4, 2020
@asantaga asantaga added 2.3 and removed 2.3 labels May 4, 2020
@msp1974
Copy link
Collaborator

msp1974 commented May 4, 2020

Angelo, seems this fix did not make it into the 2.3 release. Should we re-open until it is in current release?

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

3 participants