opencode/decisions.yaml, zigbee2mqtt/state.json
This commit is contained in:
@@ -238,3 +238,22 @@ notes:
|
|||||||
integrations:
|
integrations:
|
||||||
- midea_ac_lan
|
- midea_ac_lan
|
||||||
status: active
|
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
|
||||||
|
|||||||
+15
-15
@@ -22,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
"0xffffb40e0607af27": {
|
"0xffffb40e0607af27": {
|
||||||
"state": "ON",
|
"state": "ON",
|
||||||
"voltage": 120.2,
|
"voltage": 119.4,
|
||||||
"ac_frequency": 60,
|
"ac_frequency": 60,
|
||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
@@ -45,10 +45,10 @@
|
|||||||
"state": "ON",
|
"state": "ON",
|
||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"voltage": 118.5,
|
"voltage": 119.5,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"energy": 55.87,
|
"energy": 55.88,
|
||||||
"power_factor": 0.88,
|
"power_factor": 0.2,
|
||||||
"ac_frequency": 60,
|
"ac_frequency": 60,
|
||||||
"update": {
|
"update": {
|
||||||
"state": "idle",
|
"state": "idle",
|
||||||
@@ -58,8 +58,8 @@
|
|||||||
"latest_release_notes": null
|
"latest_release_notes": null
|
||||||
},
|
},
|
||||||
"linkquality": 134,
|
"linkquality": 134,
|
||||||
"power": 83.5,
|
"power": 0.2,
|
||||||
"current": 0.8,
|
"current": 0.01,
|
||||||
"power_on_behavior": "on"
|
"power_on_behavior": "on"
|
||||||
},
|
},
|
||||||
"0xb40e060fffe031e3": {
|
"0xb40e060fffe031e3": {
|
||||||
@@ -74,13 +74,13 @@
|
|||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"voltage": 117.6,
|
"voltage": 116.4,
|
||||||
"state": "ON",
|
"state": "ON",
|
||||||
"ac_frequency": 60,
|
"ac_frequency": 60,
|
||||||
"energy": 114.82,
|
"energy": 114.85,
|
||||||
"power": 101.2,
|
"power": 412.9,
|
||||||
"current": 0.9,
|
"current": 3.66,
|
||||||
"power_factor": 0.39,
|
"power_factor": 0.96,
|
||||||
"update": {
|
"update": {
|
||||||
"state": "idle",
|
"state": "idle",
|
||||||
"installed_version": 268513381,
|
"installed_version": 268513381,
|
||||||
@@ -96,12 +96,12 @@
|
|||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"voltage": 119.3,
|
"voltage": 119.3,
|
||||||
"energy": 51.53,
|
"energy": 51.54,
|
||||||
"state": "ON",
|
"state": "ON",
|
||||||
"power": 84.1,
|
"power": 46.3,
|
||||||
"current": 0.92,
|
"current": 0.52,
|
||||||
"ac_frequency": 60,
|
"ac_frequency": 60,
|
||||||
"power_factor": 0.74,
|
"power_factor": 0.65,
|
||||||
"update": {
|
"update": {
|
||||||
"state": "idle",
|
"state": "idle",
|
||||||
"installed_version": 268513381,
|
"installed_version": 268513381,
|
||||||
|
|||||||
Reference in New Issue
Block a user