Files
ha-deconz-bridge/docs/plan.md
T
2026-05-30 15:44:40 +00:00

543 B

Implementation Plan

This repo reboot implements a deterministic virtual light abstraction with:

  • typed specs and validation
  • one shared runtime/debug core
  • a compiled light model plus a shared solve function
  • exact-target solving with deterministic combination elimination
  • deCONZ backend support
  • Home Assistant MQTT bridge
  • coalesced HA command queueing
  • test coverage for color, solver, reverse mapping, queueing, and integration flows

The archived prototype remains available for reference but is not the implementation base.