Wiser hacs intergration Cancel Boost

Hi all,

I am still getting the hang of HA in general as well as all of the super intergrations that are available. I have sorted most things, however this one has got me stumpped it may be simple to solve, however, I cant do it… I have tried everything I can think of on my own so now it’s time to shout up for a little assistance.
All I want to do is create a card in my mushroom dashboard which will cancel all heating boosts. I know there is a cancel all overides in the wiser app but when I search for an entity called cancel boost/overides I cannot find it.

Any ideas please.

Thanks

Note…Sorted it, I wasn’t going to give up trying and perseverance paid off.

Hi,

Can I ask how you did this in the end?

I want a script to toggle boost.
I can boost with the wiser.boost_heating service call but there is no obvious ‘cancel boost’ service.

The integration does provide its own ‘Cancel overrides’ button.

If I press it and watch the wiser_events it seems to fire two events; type: stopped_heating followed by a type: target_temperature_decreased event.

Do I have to fire these events manually?

thanks

Hi walshtj,

Did you ever find a way to cancel boost using HA? Looking for the same.

Thanks.

A boost is a heating override.

You can either set the cancel boost preset on the climate device or use the “Cancel all overrides” button.

You can use the action ( service ) climate.set_preset_mode as such:

action: climate.set_preset_mode
target:
  entity_id: climate.wiser_ch4
data:
  preset_mode: Cancel Overrides
1 Like