Wiki How to Auto-Start Home Assistant on Boot on Rooted Android (LineageOS + Magisk) Prerequisites * Rooted Android device running LineageOS * Magisk installed (for boot scripts) * Home Assistant Companion app installed on the device * ADB access to the device (via USB or wireless) 1. Connect Device to ADB 1.1. Connect via USB Connect the Android device via USB and get a root shell adb...
Wiki Bypass CGNAT Using WireGuard on a VPS for Full Remote HomeLab Access If your home internet is behind CGNAT, you can't port-forward. That means no direct access to your HomeLab from outside. Here's how I solved it using a cheap VPS, WireGuard, and Docker. Architecture The local Wireguard client connects outbound to the VPS (bypasses CGNAT). Other devices...
Wiki Bypass CGNAT Using WireGuard on a VPS With Omada Controller If your home internet is behind CGNAT, you can't port-forward. Here's how to set up a WireGuard tunnel between your Omada Router (with/without Omada Controller) and a VPS so you can access your HomeLab from anywhere. Architecture The router connects outbound to the VPS (bypasses...
Wiki Syncthing .stignore Examples: Ignore Files by Extension, Folder & Pattern Type Syncthing uses .stignore files (similar to .gitignore) to exclude files and folders from synchronisation. Place the .stignore file in the root of your synced folder. 1. Basic Syntax * * - Matches any sequence of characters (except /) * ** - Matches any sequence of characters (including /) * ? - Matches any single character * ! - Inversion of...
Wiki Making Dumb Water Tank Monitor Smart for Home Assistant If you have an old water tank monitor that only shows water levels through glowing lights, you can easily convert it into a smart device that reports to Home Assistant. This guide will walk you through the entire process, from understanding the circuit to writing the configuration. Many older water...
Wiki Solar/Battery DC Energy Meter for Home Assistant If you want to monitor your solar system's performance and track energy production in real-time, this guide will show you how to build a reliable DC energy monitoring system. This guide is also apply to track battery system as well. We'll use the PZEM-017 DC meter,...
iOS External Link Account Implementation Guide (Reader Apps) Apple allows a subset of applications to link to an external website where users can create or manage accounts. This only allows for "Reader Apps". In this article, we'll see what are the steps to implement the "External Link Account" in an application....
Apple TV Apple TV App and Universal Search Video Testing Guide The Apple TV app lets you browse content from a variety of video services without switching from one app to the next. It provides movies, shows, and handpicked recommendations. The app is on iOS and tvOS devices— so you can watch wherever you go....
Apple TV Apple TV App and Universal Search Video Integration Guide The Apple TV app lets you browse content from a variety of video services without switching from one app to the next. It provides movies, shows, and handpicked recommendations. The app is on iOS and tvOS devices— so you can watch wherever you go....
Wiki Upgrade Omada Software Controller (Ubuntu Server 22.04) In this article, we'll only focus on upgrading an existing Omada Software Controller on Ubuntu Server. If you want to install it freshly, then check the following article - Install Omada Software Controller 1. Backup current Omada Software Controller To backup the current Omada Controller, go to the...
Wiki Install Omada Software Controller on Raspberry Pi (Ubuntu Server 22.04) 1. Connect to Ubuntu Server Connect to your Raspberry Pi running on Ubuntu Server remotely via SSH. 2. Install Dependencies Omada Software Controller requires OpenJDK 8, jsvc, and curl. To install OpenJDK 8, jsvc, and curl using the following command - sudo apt install openjdk-8-jre-headless jsvc curl -y 3. Install...
Wiki Auto Mount Drive in Ubuntu Server 22.04 at Startup When we connect an external drive, by default, Linux OS (or Ubuntu Server) doesn't automount the external drive at startup. We can mount it very easily using the mount command but we want to enable automount feature on startup. So, we don't need to mount the...