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

homeassistant

15372 readers
22 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.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] GreatAlbatross@feddit.uk 4 points 8 months ago* (last edited 8 months 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.