From 9aaaf704254e7618c50f5bbd7f6c92c2d7eade25 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Fri, 7 Aug 2026 02:16:36 +0000 Subject: [PATCH] opencode/decisions.yaml --- opencode/decisions.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/opencode/decisions.yaml b/opencode/decisions.yaml index 04bc083..c25cea3 100644 --- a/opencode/decisions.yaml +++ b/opencode/decisions.yaml @@ -73,3 +73,17 @@ notes: - octoprint - mqtt status: active + - id: 2026-08-06-octomqtt-still-enabled-for-future + date: 2026-08-06 + title: OctoMQTT still enabled for future automations + decision: OctoMQTT plugin remains enabled on the OctoPrint side and keeps publishing to + octoPrint/event/... topics. The current print-start automation uses the + input_boolean helper, but this MQTT stream stays available for future, more complex + automations (print progress, job done, errors, etc.). + rationale: The helper-based automation only covers start/end. Keeping OctoMQTT running + preserves richer OctoPrint events for later automation without reconfiguring the + printer. No conflict with the helper automation — they are complementary. + integrations: + - octoprint + - mqtt + status: active