A collection of Home Assistant OS apps by pewingfield.
Each app here is packaged to run as a native Home Assistant OS App, with ingress, persistent storage, and supervisor integration handled, so it installs and behaves like any official app from the App Store rather than a bolted-on container.
Add this repository to your Home Assistant instance:
Or manually go to Settings → Apps → App Store → three-dot menu → Repositories and add:
https://github.com/pewingfield/haos-apps
The apps below will then appear in the App Store. Install the one you want, then start it.
Self-hosted, open-source, web-based vehicle maintenance and fuel mileage tracker. Built on LubeLogger by Hargata Softworks.
Packaged for Home Assistant OS, currently pinning LubeLogger 1.6.4:
- Compiled from upstream source on first build
- Full Home Assistant ingress (sidebar panel), no port forwarding required; also reachable on local port 8080
- Data persists across restarts, rebuilds, and HAOS backups
See the LubeLogger app README for the full feature list and install steps.
Self-hosted print archive and management system for Bambu Lab 3D printers. Built on Bambuddy by maziggy.
Packaged for Home Assistant OS. The full upstream feature set (zero-config HA integration, auto-discovered MQTT, companion Slicer API apps, optional AI failure detection) is inherited from the upstream project and its HA wrapper. On top of that, this packaging adds external folder mounting so Bambuddy can reach NAS, USB, or network shares through Home Assistant (media:rw plus configurable BAMBUDDY_EXTERNAL_ROOTS).
See the Bambuddy app README and DOCS.md for the full feature list, ports, and configuration.
Note: Bambuddy runs in host network mode and is accessed directly at
http://<your-ha-ip>:8000(no ingress). The frontend's fixed root-context paths and WebSocket connections are incompatible with HA's ingress iframe proxy.
haos-apps/
├── lubelogger/ LubeLogger app
└── bambuddy/ Bambuddy app (see README.md and DOCS.md)
This repository packages excellent upstream projects for Home Assistant OS:
- LubeLogger by Hargata Softworks
- Bambuddy by maziggy
These are unofficial Home Assistant OS packagings and are not affiliated with or endorsed by the upstream projects.
Each app follows its upstream project's license:
- LubeLogger — MIT (Hargata Softworks)
- Bambuddy — AGPL-3.0 (maziggy); see bambuddy/LICENSE