This guideline include my setup of the Home Assistant
, especially:
- Environment measurements (temp, CO2, etc.) inside rooms
- Simple status display using eink Lilygo EPD47 unit
- Daily backups with offloading of backup files to NAS or any other device using
Samba Backup
add-on - Very simple, basic, Home alarm (sensors, management, etc.)
- Custom nameday sensor with Slovakian names
- Showing upcoming birthdays of your chosen family members
- Fancy year progress sensor (% of actual year of 365 days) with beautiful progress bar on your dashboard
This guideline does not cover/include standard Home Assistant
setup procedure (hardware and software), including booting from PCIe SSD, etc..
All information are provided as is, with no guarantees and liabilities. I am not responsible for any damage to any equipment which you code based on code examples published here. Be careful.
Provided code is dirty, sometimes can be not fully optimized. But still works properly. Use it as example, inspiration for your journey.
Detailed step-by-step procedure is in this document.
Using quite cheap Lilygo EPD47
eink diplay unit we have immediate overview about current status - details are here.
Although my Home Assistant
boots from SSD drive (attached using PCIe to IO board) with 512 GB of space, for doing proper backups you have to offload backups to another location, another device. Yes, I am not the enterprise, but I do not want to rely only on SSD drive. Anything that can possibly go wrong, does.
- so doing proper backups is pretty important for me. Detailed procedure is described in this document.
Let's be honest - I am not perfect. Quite often I forgot about names and nameday. Nothing really that much important, but still sometimes it's needed (especially about your family, right?).
I tried several solutions and addons for Home assistant. Some good, some awful, some bad. I find a pretty simple json file on github which contains structured data - I made a fork of it but the original kudos goes to @zoltancsontos on github (original repo: here).
More details and how it works - see this document.
I wanted to have a simple sensor showing next lucky person to have bitrhday party. I was struggling because there was no really smooth and easy integration so I started my small research and setup. For more details have a look in this document.
There is a simple profile on X network @year_progress which shows fancy progress bar every day as a percentage of actual year progress. Want to have this in your HomeAssistant? So check this out.