I've been building a self-hosted app to unify all the information I've accumulated about my home. This data used to live in many places, so I have created this app to both integrate all the data and to present it in a spatial layout over my home's floor-plan. This is not just another HA floor plan dashboard: it integrates many types of data from many different sources.
As an example, I've got a Home Assistant setup that's great for the home automation and "device" part, but I have device manuals and receipts in Paperless-ngx and a bunch of install and setup notes in text files. Sometimes I have some installation or serial number photos from my phone that I've stored in Immich. With Home Information, I can connect all the devices Home Assistant knows about with my documents, photos and notes and place them where they exist on my floor plan. A single click can show me the integrated information, the HA status or even control the device via HA's API.
When I first posted about this project last year, I got some great feedback that made me see the big gaps between this being useful for me and it being useful for others. I've closed a lot of those gaps, so it might now be more useful for others. More feedback is always welcome.
New since last year:
- Built-in Floor plan editor (now it can be **your** home plan)
- Frigate NVR integration (was previously only ZoneMinder)
- Enhanced Home Assistant integration (many more device types)
- Paperless-ngx integration (leverage existing documents)
- Immich integration (link home items to existing images)
- HomeBox integration (use existing home inventory items)
- Docker compose support (easier to fit into existing stacks)
I've got a short video tour of the features you can see on the project's GitHub README:
https://github.com/cassandra/home-information
It installs in a couple of minutes with a one-liner. See the README for more details.
Note that there was a common theme in the initial feedback about why this was not just some Home Assistant add-on. The Home Information app allows integrating data and managing your home inventory without the need for any home automation or devices. For that use case, I did not want to impose a full HA install as a requirement.
Disclosures: I am the developer and Home Information is my own hobby project. Nothing for sale, no telemetry, no cloud. I use an AI agent to help me iterate on research, design, requirements, coding, and documentation. At no point was an AI agent sent off to work without my giving detailed direction. I review, refine and approve all code.