Compile rtl_433 with SSL Support on macOS

The rtl_433 that comes bundled with Homebrew on macOS does not support SSL. Which means that we need to compile it from source. It is rather straight forward to do so. Uninstall rtl_433 If you already have rtl_433 installed via Homebrew it should be removed first. brew uninstall rtl_433 Dependencies brew install cmake pkg-config openssl@3 Compile from Source git clone https://github.com/merbanan/rtl_433.git cd rtl_433 mkdir build cd build cmake -DOPENSSL_ROOT_DIR=$(brew –prefix openssl@3) .
Read more →

Migrate Home Assistant to HassOS Running on Proxmox

Installing Home Assistant on Proxmox is relatively straightforward thanks to a script by Whiskerz007 on GitHub. I will not detail the steps here as they are pretty well documented both in the README and on the Home Assitant message boards. This topic is about migrating the data from an existing Home Assistant installation into HassOS. The complication is that HassOS mostly has a read-only file system and for whatever reason SCP is not working correctly.
Read more →