this post was submitted on 22 Aug 2023
21 points (100.0% liked)

homeassistant

11833 readers
13 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
 

So, I want the following to happen, does anyone have any advice the best way to make the conditions in HA?

If it’s bright outside, close the blind and turn on the light If it’s dark outside, close the blind and turn on the light If it’s anywhere in between, keep the blind open - if it’s ‘dark enough’ turn on the light as well.

I haven’t bought any lux sensors yet. I do believe it’s a lux sensor I need. Can I make this automation with 1 (pointing outside and using that value to control both the light and blind) or would I need to have 2? (I assume, one pointing outside controlling the blind, the other in the room controlling the light?

you are viewing a single comment's thread
view the rest of the comments
[–] pm_me_your_trash 3 points 1 year ago (4 children)

Can't you just use time as an input? That's how I control the brightness of my lights

[–] [email protected] 3 points 1 year ago

I considered this, but I want it based on outside brightness, as it affects glare in the room. I’d like the blind to be open if at all possible, i.e. when it’s duller outside.

load more comments (3 replies)