01

May/23

Home Assistant Continuous Integration Workflow 2023

Overview Previously, I was using TravisCI to perform checks on any changes to Home Assistant files. Since then, TravisCI has introduced caps and pricing plans and on the free tier I ran out of credits very quickly which broke the … Continue reading

03

Apr/23

Disable FireFox Download Panel Automatically Opening

A change was made to FireFox where if you download a file, the download box opens and steals focus from the website. To disable this, go to about:config and search for browser.download.alwaysOpenPanel and set it to false by double clicking … Continue reading

06

Mar/23

Central Heating Graph With Home Assistant

Overview I have created a graph to show temperature for each room in the house broken down to level/floor they are on so I can see how well heated each room is. I don’t have any smart thermostatic radiator valves … Continue reading

06

Feb/23

Separate Networks By Password With Aruba (PPSK/MPSK)

Overview I was looking for devices that supported Private PreShared Keys (PPSK) which allow a single access point to be broadcasted and depending on the preshared key used i.e password for the WiFi then it will assign various privileges. At … Continue reading

07

Jan/23

Home Assistant Dashboard On A Raspberry Pi

Overview I wanted to create a display of a web page on a Raspberry Pi with no desktop or browser looking controls. This is called a kiosk mode. The main driver for this is to replace the MagicMirror to show … Continue reading

09

Dec/22

Zigbee Firmware List

A useful list of Zigbee published firmwares are available from: OTA Image Types Firmware versions

07

Nov/22

ZeroTier

Overview I have been looking at moving towards a zero trust network but I have never been able to get other how home devices especially Internet of Things (IOT) generally use discovery protocols to ease setup which is contradictory to … Continue reading

07

Nov/22

“Real Time” Solar / Energy Dashboard

Summary Home Assistant introduced an energy dashboard in 2021.8. Whilst useful and offers a quick setup, it lags an hour behind due to the way it presents data. So I set out to create my own “real time” dashboard. I … Continue reading