Home Assistant / MQTT integration (spec §16.2) #12
Labels
No labels
area/ai
area/backend
area/frontend
area/infra
area/scheduler
area/wled
good-first-issue
priority/high
priority/low
priority/medium
type/bug
type/chore
type/ci-cd
type/docs
type/feature
type/qa
v1.0.0
v1.1.0
v1.2.0
v2.0.0
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
rbrooks/Iris-WLED#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Publish active scheme + event metadata to MQTT on each push so Home Assistant (or any subscriber) can react, with an optional inbound override command.
Design (from spec §16.2)
aiomqttasync library.iris/state— current scheme JSON (retained, so HA gets current state on reconnect)iris/event— current event metadatairis/command— inbound manual-override commandsWhy it was deferred
Adds a broker dependency and bidirectional message handling. The v1 outbound webhook system already covers the most common HA use case (triggering automations on push events).
Acceptance criteria
iris/state+iris/eventiris/commandoverride handled safelyDeferred v2 item carried over from the spec.