Home
RichardN
Cancel

Home Servers Revamp (a Quick Update)

I have been needing to rebuild some of the core components of my Home Automation stack for quite some time now, but have been struggling to find the time to do it. I have also been wanting to try c...

Collecting Sonoff Pow data in Home Assistant

This post covers the process of collecting performance data from most Sonoff devices, in this instance I will be working with my Sonoff Pow R2. Requirements To follow along you will need the follo...

Installing Telegraf on DietPi / ARM (Revised)

Today I would like to cover getting up and running with Telegraf on my SBC computers, namely most arm/arm64 based Debian distros. This will be a brief post just covering the commands \ “hacks” use...

Running Grafana locally on HTTPS

I am currently developing a custom data-source for Grafana and needed to run the server in HTTPS mode in order to test out a rather odd use-case, this is just a quick post on how I did it - hopeful...

Over the top Door Monitoring (RF, Node-RED and HASS)

I work out of the basement at home and often don’t hear when my wife gets back from work or my daughter gets back from school. I wanted a way to be notified when either the front door (or back door...

Running a PHP site with Docker

Today I am going to quickly cover getting a php script up and running in Docker. In case you are unfamiliar with Docker: Docker is a tool designed to make it easier to create, deploy, and run a...

Installing InfluxDB on Windows

Today I would like to cover installing InfluxDB on a Windows computer. In case you didn’t know “InfluxDB is a high-performance data store written specifically for time series data”, and this is ext...

Installing OctoPrint on Armbian from Source

In this post I will cover the setup and configuration of OctoPrint from scratch. I will cover everything from installing OctoPrint to getting a webcam up and running. This post is a bit longer than...

Automating .Net Core 2.x App NuGet Deployment with AppVeyor

In this post I am going to cover getting one of my .net core projects built in AppVeyor and automatically publishing to NuGet on a successful build. Project structure As it stands my project curre...

Home Assistant From Scratch - Breaking up Config

This is one post in a series of getting up and running with Home Assistant from scratch. Today I would like to tackle breaking up your configuration file (configuration.yaml) into smaller, mor...