FIX: allow turning off valves when leaving home with window open - #109
Open
andreipoenaru wants to merge 1 commit into
Open
FIX: allow turning off valves when leaving home with window open#109andreipoenaru wants to merge 1 commit into
andreipoenaru wants to merge 1 commit into
Conversation
andreipoenaru
force-pushed
the
fix_leave_home_with_window_open
branch
from
December 24, 2025 20:35
eac8ccb to
008d022
Compare
andreipoenaru
marked this pull request as draft
December 24, 2025 20:36
andreipoenaru
marked this pull request as ready for review
December 24, 2025 20:36
Contributor
Author
|
@panhans Does this patch look good to you? |
Owner
|
Hey, I just released a new version of the blueprints with some major changes. Could you describe in steps what to do to reproduce the behaviour? Maybe the new version resolved the problem but I want to to test this in my testing environment. Sry, for the late reply. |
andreipoenaru
force-pushed
the
fix_leave_home_with_window_open
branch
from
January 6, 2026 18:52
008d022 to
d663473
Compare
Contributor
Author
|
I've rebased the proposed changes onto the latest version of the automation (i.e., 5.5.0): as far as I can tell the issue would still reproduce. The scenario involves:
Expected behavior: the thermostat is turned off (since nobody is home) Here is the full automation config (based on version 5.5.0 of the blueprint): |
Without this change, specifying an `input_window_open_temperature` (!= 0) prevents the automation from turning off the termostats when the window is open, even if the conditions for turning off the thermostats are otherwise met (e.g., people left home).
andreipoenaru
force-pushed
the
fix_leave_home_with_window_open
branch
from
February 7, 2026 19:29
d663473 to
10634d3
Compare
Contributor
Author
|
@panhans Did you manage to take a look? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Without this change, specifying an
input_window_open_temperature(!= 0) prevents the automation from turning off the termostats when the window is open, even if the conditions for turning off the thermostats are otherwise met (e.g., people left home).