this post was submitted on 04 Mar 2026
140 points (98.6% liked)

homeassistant

18708 readers
40 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
[–] Archer@lemmy.world 18 points 2 days ago (1 children)

HA is fantastic once you’re past the learning curve but is still aggressively unintuitive sometimes, and I find little irritants all the time. Why can’t you make the Settings pages and sub-pages top level menu items? Why are entities and devices buried so deep in Settings? Why can’t you edit Zones from the Map view? Why can’t you easily rename entities in bulk on a per-device basis? Why can’t you automatically replace entity references in Automations with an updated entity name? Why isn’t there good documentation overall about how the system works instead of just technical documentation with narrow focuses? Why is the discord full of Linux elitist types who expect you to know the system when you’re trying to learn it?

It’s the little things everywhere that make me long for a Valve Software level of polish. There has been progress like the push to not manually configure things with YAML, but it’s so slow.

[–] Kirk@startrek.website 9 points 1 day ago (2 children)

The fact that dimming a room turns ON all the lights in the room is actually wild

[–] CmdrShepard49@sh.itjust.works 5 points 1 day ago (1 children)

Dimming is just light.room: turn on > XX% so it makes sense that it would turn on all lights assigned to that specific entity. I use Adaptive Brightness so that I don't have to fiddle with dimming lights manually. The sun does that for me.

[–] Kirk@startrek.website 2 points 1 day ago* (last edited 1 day ago) (1 children)

I know how it works, I'm just saying it's unintuitive. It's not how any other smart home system works.

I use adaptive brightness too, actually. But nearly every time I'm manually adjusting a room's existing brightness, I don't want every single unpowered devices to turn on, too.

[–] CmdrShepard49@sh.itjust.works 1 points 20 hours ago

You could create a separate light group for the ones you typically do have on at those times and just use that when you want to dim the room lights

[–] limelight79@lemmy.world 2 points 1 day ago (1 children)

What would you expect it to do? I would think you're telling it to set all lights to whatever level...

[–] Kirk@startrek.website 0 points 1 day ago* (last edited 1 day ago) (1 children)

I would expect it to behave like all other smart home systems, or like a physical dimmer switch/power switch.

[–] limelight79@lemmy.world 5 points 1 day ago (1 children)

Dim the lights that are already on, and ignore the ones that are off?

I'm just pointing out here that you and I have different expectations; how could the software know what you intended?

[–] Kirk@startrek.website 1 points 1 day ago* (last edited 1 day ago) (1 children)

99% of the time I want to adjust the current lighting, I don't want to first turn on all lights and then adjust all of those lights to a uniform standard before individually toggling them all individually. Powering on all unpowered lights when adjusting brightness should be the edge case, IMO (also again not just my opinion, but the industry standard)

For the record all other smart home systems treat room groups the way I am describing (like a dimmer knob and power switches). But there isn't even an option in HA for rooms to "only adjust devices currently in use". The smart home companies seem to have researched how people naturally intuit such things.

[–] limelight79@lemmy.world 1 points 1 day ago (1 children)

If you're adjusting the same lights repeatedly, you could set them up as a group.

It's more work, but you could also write a script that detects the current status of each light then sets the brightness if it's on. I use something like that for our smart porch lights that are on a smart switch - if the switch is off, turn it on, wait a bit for the lights to get on the network, then set them to the right color or whatever. (The switch normally stays on, but it gets turned off occasionally and it doesn't automatically turn on after a power outage.)

I haven't used other automation systems - I avoided them because I didn't want to get locked into one, until I found HA. I also have never thought to "dim a room" - actually I've never used entire room controls at all, they never made a lot of sense to me, but then I generally only have one or two lights in a room to control.

[–] Kirk@startrek.website 2 points 22 hours ago* (last edited 22 hours ago)

The conversation topic was unintuitive aspects of HA, I'm aware hacky workarounds exist, but I find this (pretty central) behavior quite clunky.

I also find it crazy that you've never wanted to dim or brighten more than one light at a time lol but then again, diversity is the spice of FOSS!