Draft
Add optional virtual heat mode with asymmetric hysteresis control#13
Conversation
Co-authored-by: gllmlbrt <58825251+gllmlbrt@users.noreply.github.com>
Co-authored-by: gllmlbrt <58825251+gllmlbrt@users.noreply.github.com>
Co-authored-by: gllmlbrt <58825251+gllmlbrt@users.noreply.github.com>
Co-authored-by: gllmlbrt <58825251+gllmlbrt@users.noreply.github.com>
Co-authored-by: gllmlbrt <58825251+gllmlbrt@users.noreply.github.com>
Co-authored-by: gllmlbrt <58825251+gllmlbrt@users.noreply.github.com>
Owner
|
@claude[agent] change the threshold band to - 0.2 / +0.3. |
Co-authored-by: gllmlbrt <58825251+gllmlbrt@users.noreply.github.com>
Contributor
Author
Changed to asymmetric threshold band: -0.2°C for heating / +0.3°C for idle. Heating now triggers when temperature drops 0.2°C below target, while idle triggers when temperature rises 0.3°C above target (after 5min delay). See commit 29309ee. |
Co-authored-by: gllmlbrt <58825251+gllmlbrt@users.noreply.github.com>
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.
Adds configurable HVAC action monitoring for climate entities with intelligent temperature-based state determination. The Roth Touchline controller doesn't expose heating state, so this implements virtual state tracking based on temperature deltas.
Changes
Config flow:
OptionsFlowcrash (AttributeError: property 'config_entry' of 'TouchlineOptionsFlow' object has no setter)__init__override—base class managesconfig_entryvia property descriptorTouchlineOptionsFlow(config_entry)toTouchlineOptionsFlow()Climate entity:
_is_heatingflag and_last_heating_timetimestampNonewhen disabled,OFFwhen HVAC mode is offTests:
Documentation: