06
Nov/23MariaDB/MySQL Database Size Sensor In Home Assistant
A quick little tip to get the size of your database into Home Assistant. The example below will get the Home Assistant database size from MySQL. This should also work for MariaDB using the Recorder integration. Assuming the database schema … Continue reading
07
Aug/23Salt Level For Water Softener With ESPHome
overview We got a water softener installed near the water mains coming into the house. It’s a “dumb” softener so that it does not rely on using electricity. This means it will continue to work in a power outage but … Continue reading
01
May/23Home 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
06
Mar/23Central 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
07
Jan/23Home 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/22Zigbee Firmware List
A useful list of Zigbee published firmwares are available from: OTA Image Types Firmware versions
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
03
Oct/22Home Assistant With Version Control
Overview Home Assistant works half in system (e.g. UI integrations) and half in YAML Ain’t Markup Language (YAML). YAML files are usually stored as .yml or .yaml (Home Assistant works best with the latter). More and more features are available … Continue reading