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
04
Jul/22Home Assistant Continuous Integration Workflow
Overview Development pipelines such as version control to deploying changes automatically. In Home Assistant’s case, you can make changes in YAML text files anywhere and Home Assistant can pick up the changes and automatically load them. Tools I use GitHub … Continue reading
02
May/22Water Depth Sensor With ESP32
Overview We live in a house with a water tank in the loft which uses gravity to feed water to any of the water sources upstairs in the house like the hot water tank to bathroom taps. Now and again, … Continue reading
04
Apr/22Time Tracking With NFC Tags On Android
Overview NFC tags are relatively cheap solution to start timers (or any other tasks in Tasker) where GPS has an accuracy up to 50 metres. An NFC tag is down to the centimetres. NFC is less of a power draw … Continue reading