this post was submitted on 31 Oct 2024
31 points (100.0% liked)

homeassistant

12107 readers
125 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 day ago

I like this, but I don’t like that rooms are cold unless I hang out in them. I live in an old stone house and I’d rather have a room schedule than a room presence sensor.

I’ve done something similar. I use the excellent scheduler from Niels Faber. I have room radiator TRVs. I have a helper entity that counts the number of radiators that have an open valve, and an automation that triggers when this changes to/from zero. This automation adjusts the central nest thermostat, converting it to more or less a posh switch.

My radiator valves use Better Thermostat and external temperature sensors, and the whole thing keeps my house warm in every room. I need to write a GH blog post about it, but happy to answer questions/share bits of config

[–] [email protected] 7 points 3 weeks ago (1 children)

Why not wasting 10 seconds to write something about the linked article?

[–] [email protected] 4 points 2 weeks ago* (last edited 2 weeks ago)

I'll write a quick gist for anyone coming along:

One gas boiler in the house, each room has a smart TRV.
PIR sensor to set room presence, each window has an opening mag sensor. HASS has a general presence sensor set.

Each room's temperature is targeted based on presence and window status:
For each room, if person is home at all, and has been in the room for 5 mins, and the window is closed, TRV to 19, boiler on if <19.
If the room presence is negative and the window is closed, drop TRV target to 16.
If the window is open, drop the TRV target to 7.

There is a little more detail that that in the article, but that's the basics.