Earlier quoted context omitted.
Is there a beginner non-coder friendly HA “getting started” guide that someone here could recommend? I’m interested in investing in an ecosystem of smart switches, blinds, thermostat and music that is future proof and I can take with me as I rent Have some experience with ecobee and smart switches and trying to get onto Airplay 2 currently
HomeAssistants official plug'n play solution is HomeAssistant Green: https://www.home-assistant.io/green It's basically a mini computer (sbc) with homeassistant preinstalled and ready to go. Do expect that HA will expect some attention every few months. It's not a "set and forget" thing.
Home Assistant 2023.11
141–150 of 195 posts
Re: Home Assistant 2023.11
#142Hass is the kind of software that has a lot of rough edges, but you use it anyway because there's very little direct competition. And every release feels like so much stuff has been finally polished, but then you deploy the new version and there's still a lot of stuff that feels or looks weird (the part-bad-UI-part-YAML automation). I have been using it for a couple of years now and I still haven't decided whether I…
The tight integration with ESPHome is what tips the scale to the positive side for me. Quite often I feel frustrated dealing with dozens of lines of YAML in HA's convoluted DSL and wish I could drop to a real programming language. However, for the ESP/embedded devices, it's usually the opposite. ESPHome makes it easy to avoid all the boilerplate and footguns of the C++ libraries for these devices
Re: Home Assistant 2023.11
#143I will never understand the petty gripes people have about HA. This category of software requires a community keeping the integration ecosystem up to date. Software with easy to understand abstractions and no frills UI/UX makes it easy to hack on without having to grok complexity. A base project for home automation centralization free of big name companies is inherently valuable software and a public good.
I don't think you'll find much software that touches the day-to-day life of the average user as much as Home Assistant does. Living through breaking backwards compatibility and deprecations I think is the paint point- just continued paper cuts for the grumpy here. it's easy to lose sight of how great a piece of software it is
Re: Home Assistant 2023.11
#144I will never understand the petty gripes people have about HA. This category of software requires a community keeping the integration ecosystem up to date. Software with easy to understand abstractions and no frills UI/UX makes it easy to hack on without having to grok complexity. A base project for home automation centralization free of big name companies is inherently valuable software and a public good.
I don't think you'll find much software that touches the day-to-day life of the average user as much as Home Assistant does. Living through breaking backwards compatibility and deprecations I think is the paint point- just continued paper cuts for the grumpy here. it's easy to lose sight of how great a piece of software it is
This stuff needs to be an appliance, or managed by someone else, to make sense.
Re: Home Assistant 2023.11
#145Earlier quoted context omitted.
I recently did the same and have been thrilled with it though I'm sad that the bulbs don't transition to new colors. They immediately change which looks a little jarring.
I had the same thought at first since that's the default, but it's configurable! In the zigbee2mqtt control panel, click the device, choose "Settings (specific)", and change transition to 1. The look/feel ends up being indistinguishable from the Hue defaults.
Re: Home Assistant 2023.11
#146I will never understand the petty gripes people have about HA. This category of software requires a community keeping the integration ecosystem up to date. Software with easy to understand abstractions and no frills UI/UX makes it easy to hack on without having to grok complexity. A base project for home automation centralization free of big name companies is inherently valuable software and a public good.
On one hand, I'm deriving a ton of value from HA. The other OSS platforms have nowhere near the same integration coverage. On the other hand, the jank I put up with... To start - just for the basic display functionality: * you can't really scroll around or zoom in the dates in the default visualization (graph) cards * HVAC visualization doesn't show heating heating mode, unless you also enable temperature viz. It can…
Re: Home Assistant 2023.11
#147The only negative thing I can say about HASS is that getting it running in Kubernetes with a USB Zigbee/Zwave adapter is a real pain. I've got a local cluster and had it working once, but had to rebuild everything for some unrelated reason, and haven't been able to get it consistently working since. There are too many in-built assumptions about how you're running it and the USB access. Documentation assumes that _may…
What benefit would running it in k8s have? I’ve been running it on a bare pi for years without issue and have never once thought I needed abstractions upon abstractions… is this more a “because I can” sort of thing?
I'm running HA in docker-compose (no USB device needs in my use case) , but being able to have docker-compose be the default tool that handles all of the external settings means I get something pretty close to Infrastructure-as-code, and that is nice for piece of mind and simplifying how the backup-and-restore process will work.
Plus I can be very deliberate about the pace at which I upgrade HA versions.
Re: Home Assistant 2023.11
#148Earlier quoted context omitted.
I don’t understand the negativity at all. HA rivals or exceeds commercial automation systems like crestron, RTI, etc. clearly those people don’t have any industry experience. I’ve generally never had an issue with HA beyond my own fault, like a buggy integration.
Home Assistant is an amazing project. I use it a ton, and I deeply appreciate what they've done. HOWEVER, Lovelace specifically is pretty terrible. Having used Grafana extensively, trying to use Lovelace to arrange a UI is so far backwards that it's constantly grating to try to create or modify dashboards. I really wish there was a way to use Grafana as the UI and embed cards as panels. The ability to drag and drop,…
Re: Home Assistant 2023.11
#149Re: Home Assistant 2023.11
#150Hass is the kind of software that has a lot of rough edges, but you use it anyway because there's very little direct competition. And every release feels like so much stuff has been finally polished, but then you deploy the new version and there's still a lot of stuff that feels or looks weird (the part-bad-UI-part-YAML automation). I have been using it for a couple of years now and I still haven't decided whether I…
The tight integration with ESPHome is what tips the scale to the positive side for me. Quite often I feel frustrated dealing with dozens of lines of YAML in HA's convoluted DSL and wish I could drop to a real programming language. However, for the ESP/embedded devices, it's usually the opposite. ESPHome makes it easy to avoid all the boilerplate and footguns of the C++ libraries for these devices
You can just write decorated functions in python.