This monorepo houses projects that can be used to automate your home.
This repository contains the following add-ons:
Combine TRVs with external temperature sensors to heat your home more efficiently.
This monorepo uses Turborepo for task orchestration and caching.
Docker images are built using Nix flakes for reproducible builds:
nix build .#dockerImageThe resulting image is loaded into Docker via docker load < result.
bun run build- Build all packagesbun run test- Run all testsbun run lint- Lint all packagesbun run dev- Start development servers