This is one post in a series of getting up and running with Home Assistant from scratch. Today I would like to get Plex configured and running in Home Assistant. Thanks to all the hard work p...
Home Assistant From Scratch - Installation
This series of posts will cover setting up my Home Assistant setup from scratch back to, and beyond my old setup I was running back in South Africa. Our little family picked up and moved to Canada ...
Alert Maker Revival
While migrating some of my blog posts over from my old blog to this one I stumbled upon a program I wrote in 2011 when I started learning C# (to give you an idea of the age of this guy, it was writ...
Flashing Tasmota on Sonoff (Revised)
This post is an update to my previous “Changing Sonoff Firmware (Visual Guide)”, and is based on the following Youtube video which makes use of a much simpler flashing method. All credits to Justi...
Setting up ESP8266 on Arduino
This is a quick reference post to get you up and running with an ESP8266 / ESP32using the Arduino IDE. Get Arduino You can download the latest version of Arduino here, be sure to select the correc...
NodeRED on DietPi
Today I set out to get Node-RED up and running on a NanoPi NEO2 to help automate some simple tasks in my home automation setup. The NanoPi NEO2 is a really small SBC similar to a Raspberry Pi, but...
MySQL and Home Assistant
To get the best performance out of Home Assistant I always like to make use of MySQL as a data store hosted on another computer / device (connected via LAN). Previously I was running my entire Home...
Upgrading Home Assistant on DietPi
This is a quick post on how to update Home Assistant running on DietPi or any other Debian build of Linux (e.g. Raspbian). Stop Home Assistant systemctl stop home-assistant@homeassistant.service ...
Installing Mosquitto on (DietPi / Raspbian / Debian)
At the end of December last year my family and I immigrated to Canada (from South Africa) for a fresh start and to allow my wife to be closer to her family. We decided to only bring the essentials ...
Home Assistant + ESP Easy + DHT11 = :)
Today I would like to look into an awesome project called ESPEasy and how one may use it to publish temperature data collected via a DHT11 or similar module. As the name suggests ESPEasy aims to b...