opencode/decisions.yaml, zigbee2mqtt/state.json

This commit is contained in:
Home Assistant Version Control
2026-08-14 12:52:43 +00:00
parent 0eb23e8a4d
commit 6bf3d727df
2 changed files with 34 additions and 15 deletions
+19
View File
@@ -238,3 +238,22 @@ notes:
integrations:
- midea_ac_lan
status: active
- id: 2026-08-14-octoprint-progress-never-reinstall-m73
date: 2026-08-14
title: "OctoPrint progress: never reinstall M73-injecting plugins"
decision: Never reinstall M73-injecting OctoPrint plugins (old "M73 plugin", Detailed
Progress with use_M73). They inject M73 P0 which overrides file-position progress
via serial.trustM73, freezing completion at 0%. If LCD M73 progress is wanted later,
set plugins.serial_connector.trustM73=false and keep the plugin.
rationale: "Diagnosed 2026-08-14: progress froze at 0% while /api/job filepos reached
100%. OctoPrint 2.0.0rc4 adopts any streamed M73 P value as authoritative progress
once trustM73 is true; the file had no M73 lines, so P0 came from plugin injection
and was never updated (file uses M117 DASHBOARD_LAYER_INDICATOR, not ;LAYER:
comments). Uninstalling the plugins restored correct progress immediately."
entities:
- sensor.octoprint_print_progress
- sensor.octoprint_print_status
- binary_sensor.octoprint_printing
integrations:
- octoprint
status: active