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

Boost service doesn't work without explicit temperature_delta #216

Closed
walshtj opened this issue Jan 13, 2022 · 4 comments
Closed

Boost service doesn't work without explicit temperature_delta #216

walshtj opened this issue Jan 13, 2022 · 4 comments

Comments

@walshtj
Copy link

walshtj commented Jan 13, 2022

The boost_heating service doesn't seem to work unless a temperature_delta is included now. It used to work without one and take the default value from the integration.

In the script below works but if I remove the temperature_delta entry it doesn't work.
I have a default heating boost temperature set in the integration at 2.
If I manually boost the heading from the lovelace widget it works fine also.

alias: Boost Bedroom
sequence:
  - service: wiser.boost_heating
    data:
      temperature_delta: 2
      time_period: 30
    target:
      entity_id:
        - climate.wiser_bedroom
mode: single
@msp1974
Copy link
Collaborator

msp1974 commented Jan 13, 2022 via email

@walshtj
Copy link
Author

walshtj commented Jan 13, 2022

It's not a problem for me to leave the temperature_delta in.
I'm more curious if this is a bug or is the temperature_delta a required field now.

@walshtj walshtj changed the title Boot service doesn't work without explicit temperature_delta for Rooms Boost service doesn't work without explicit temperature_delta Jan 13, 2022
@asantaga
Copy link
Owner

I think a bug, we can get the temperature delta from the hub data.

msp1974 added a commit to msp1974/wiserHomeAssistantPlatform that referenced this issue Jan 15, 2022
msp1974 added a commit that referenced this issue Jan 15, 2022
Issue Boost service doesn't work without explicit temperature_delta #216
@walshtj
Copy link
Author

walshtj commented Jan 17, 2022

Thank you for fixing.

@walshtj walshtj closed this as completed Jan 17, 2022
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