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

[Feature request] - expose is_used_by_central_boiler as an entity like "follow underlying temp change" #907

Open
jmcollin78 opened this issue Feb 11, 2025 · 4 comments
Labels
enhancement New feature or request need PR Interesting improvements that could be easily done with a PR.

Comments

@jmcollin78
Copy link
Owner

Discussed in #864

Originally posted by doubledrat January 23, 2025
And perhaps other similar flags, so they can be changed by a script.

Use case: i have a spare room that i generally don't care if it's too cold, so I have is_used_by_central_boiler set to false, to prevent this one room from starting the boiler.

When I have guests, I have a script that increases the temperatures on the presets for this room, but i would also like to set is_used_by_central_boiler to true. I don't seem to be able to do this at the moment.

Thanks :)

@jmcollin78 jmcollin78 added the enhancement New feature or request label Feb 11, 2025
@jmcollin78
Copy link
Owner Author

The use case is fully explained in the discussion.

@jmcollin78
Copy link
Owner Author

expose also the boiler threshold to be fully configurable.

@mcornillon
Copy link

+1 for me on this use case, specially for the "boiler threshold", as I would like to perform the following thing :

  • when somebody's home, set the "boiler threshold" to 1 (so that it starts immediately when there is one single demand)
  • when we are away, set the "boiler threshold" to 2 or 3 so the boiler is only activated once when there is significant demand (and in that case, I don't care that a specific room gets below target, as we are not here...)

@jmcollin78 jmcollin78 added the need PR Interesting improvements that could be easily done with a PR. label Feb 12, 2025
@mcornillon
Copy link

I was interested by the "boiler threshold" to be fully configurable externally (cf. my use case above), and in fact I realized it is already available !! (of course, otherwise how could we modify it....) :

Image

So that's fine for me, I'll implement an automation to raise the threshold when I'm significantly away (more than 24h)

By the way, I think the request is still valid for "is_used_by_central_boiler", as it is not accessible/configurable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request need PR Interesting improvements that could be easily done with a PR.
Projects
None yet
Development

No branches or pull requests

2 participants