https://youtu.be/QNiEH77bKO0 Code for Node-Red This little block of code is used in Node-Red as a part of Home Assistant. It works by sending a timestamp every minute which is compared to input datetime we created earlier. If those two match, then it fires the command to turn on the light to green. Code for YAML…
Are you tired of repetitive tasks eating up your precious time? Imagine automating virtually any digital task without subscription fees or operational limits. In this guide, I’ll show you how to set up n8n, a powerful open-source automation tool that’s completely free when self-hosted—transforming your daily workflow and saving you hours every week. What is…
References / Resources Home Asisstant Supervised on RPi 4 – https://community.home-assistant.io/t/install-supervised-supervisor-on-raspberry-pi4-with-docker-installation/291186/4 Home Assistant Supervised GitHub – https://github.com/home-assistant/supervised-installer#supported-machine-types Kiosk Browser for Ubuntu: https://obrienlabs.net/setup-kiosk-ubuntu-chromium/ Up to date installer: https://peyanski.com/how-to-install-home-assistant-supervised-official-way/#Home_Assistant_Supervised_method Install Home Assistant with Docker So first we need to make sure our system is up to date sudo apt-get update && sudo apt-get upgrade Then we need…