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