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

Funtion "Kamin" or "Fireplace" Mode #2

Open
kaschperle8324 opened this issue Sep 4, 2024 · 1 comment
Open

Funtion "Kamin" or "Fireplace" Mode #2

kaschperle8324 opened this issue Sep 4, 2024 · 1 comment

Comments

@kaschperle8324
Copy link

Hallo i have in my Living Room a Fireplace. Is it possibel to get an Funktion with that i can set some TRV to off perhabs till the night 12 O'Clock and then back to automatic ?

@AndySymons
Copy link
Owner

There are several options, depending on your situation, requirements, and willingness to write YAML code:

  1. You can turn the Living Room heating off at fixed times using the calendar (that is the main point of this blueprint).

  2. If you want the Living Room heating off to be off whenever the fireplace is on (regardless of time), you could connect the Away switch for the Living Room automation to a switch that is on when the fireplace is on (Away 'on' turns the heating off).

  3. If you do not have a physical switch for the fireplace, then you could put a temperature sensor near the fireplace and create a template sensor that turns on when the fireplace is hot and use that as the 'away' switch for the Living Room automation.

  4. If you want to keep a real 'away' function as well as the fireplace function, then you could create a template sensor that detects either the master Away switch OR the fireplace is on and use that as the 'away' switch for the Living room.

  5. If you have several fireplaces, or if you want the reason text to be specific about the fireplace being on, then you could add an additional input to the blueprint, and treat is in the same way as the 'away' switch input.

I hope that helps!

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

2 participants