home_assistant_information
Differences
This shows you the differences between two versions of the page.
home_assistant_information [2025/01/03 09:06] – created mike | home_assistant_information [2025/01/03 09:28] (current) – mike | ||
---|---|---|---|
Line 2: | Line 2: | ||
---- | ---- | ||
+ | I've spent years in the home automation space. | ||
+ | |||
+ | I suppose it was 2014 or 2015 when I got started, using the Wink hub and ecosystem that was available at the time. In 2020, I punted Wink in favor of the [[https:// | ||
+ | |||
+ | In 2023 (maybe earlier, maybe later), I discovered the [[https:// | ||
+ | |||
+ | This setup - coupled with the complexity inherently baked into Hubitat from the get-go - began getting more and more cumbersome as time went on, to the point that attempts to onboard smart bulbs actually began failing. | ||
+ | |||
+ | This section of the documentation is dedicated to centralizing all the pertinent information I've acquired regarding Home Assistant. As there are many flavors of hass and ways by which it can be run, I will caveat that all of this information is geared towards the way I run it, which is running the HAOS system within a VM. Some of the stuff I document here may be relevant when running other flavors of hass or on different types of hardware, while some of this stuff may likely be useless in those scenarios. | ||
+ | |||
+ | === Running HAOS behind a reverse proxy === | ||
+ | Attempts to hit HAOS via a reverse proxy will fail with a code 400 unless some manual tweaking is done to the configuration file: | ||
+ | |||
+ | At the console command prompt, type '' | ||
+ | |||
+ | Access the directory where the configuration file can be found with '' | ||
+ | |||
+ | Using **vi**, edit the **configuration.yaml** file and add the following configuration (replacing xxx.xxx.xxx.xxx with the IP address of the reverse proxy): | ||
+ | http: | ||
+ | | ||
+ | | ||
+ | - xxx.xxx.xxx.xxx | ||
+ | |||
+ | Save the file and restart hass. | ||
home_assistant_information.1735924013.txt.gz · Last modified: 2025/01/03 09:06 by mike