this post was submitted on 22 Nov 2024
20 points (100.0% liked)

homeassistant

12210 readers
50 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 2 years ago
MODERATORS
 

I was reading the HA roadmap and thinking about the points where everyone (else) interacts with my HA environment. I’ve wanted displays/dashboards for a long time but mostly have either battery powered buttons or smart wall switches. These are good in that I can automate them but with two teenage children we have a lot of variability.

Tell me how everyone else uses HA in your house. Do they love it? Do they see only that buttons ‘do things’? Do they read dashboards and crave data?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 weeks ago

I have a customised dashboard running on a Sonoff NS panel Pro (using the normal methods to get back to stock android on those panels) I just use it as a button pad for a media room, so the dashboard is mostly just a few pages of buttons in a 3x3 grid for source selection, modes, AC and Lighting controls etc, mostly hitting triggers in Node-Red (via the HACS node-red addon) rather than directly in Homeassistant so that it's easier to have the dashboard trigger perform a larger chain of tasks easier (in my opinion) than doing it purely in HA.

It's not perfect.. because there's no easy way to lock a dashboard to a certain pixel height and width without a lot of tinkering with third party plug-ins and SSL.

I've got it working pretty well, the one gripe I have is tap and hold functions are impossible as the touchscreen seems too sensitive and there is no dead-zone control for tap and hold.

But recently i've programmed a new smart remote for the media room that does most of it on the remote directly, so I only use it for configuring the A/C occasionally now, when my remotes simpler on/off integration isn't enough.