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

Improve heating thermostat #189

Open
BenPru opened this issue Nov 2, 2023 · 0 comments
Open

Improve heating thermostat #189

BenPru opened this issue Nov 2, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@BenPru
Copy link
Owner

BenPru commented Nov 2, 2023

A heating thermostat with "my" operating logic. At the moment a have many Automations to handle my heating. But I would like to have a preset mode "Home" (means heating handling by Home Assistant) in the thermostat to handle this.

  • If the room temp is under the target for 30 minutes (or configured time) -> start heating (LuxMode=Automatic "start circulation_pump_heating" + set correction to +5.0)
  • If heating is active: Set correction += flow target - flow
  • If target temp is reached now -> check DHW -> DHW < 50 C° -> activate DHW and target to 50
    • If DHW comes active: Force heating -> Set correction +5.0 and heating_hysteresis +6.0
  • If target temp is reached for 30 minutes (or configured time) -> stop heating (set correction to -5.0)
  • If flow out <= flow in -> set heating LuxMode=Off (stop circulation_pump_heating)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant