opencode/decisions.yaml, zigbee2mqtt/state.json
This commit is contained in:
@@ -542,3 +542,20 @@ notes:
|
||||
- thread
|
||||
pin: true
|
||||
status: active
|
||||
- id: 2026-08-24-octoprint-rest-sensors-stay-on-duckdns
|
||||
date: 2026-08-24
|
||||
title: OctoPrint REST sensors stay on DuckDNS URL — local-address fix deferred
|
||||
decision: "Keep all OctoPrint rest: sensors polling via https://ender5pro.duckdns.org. Do
|
||||
not switch them to OctoPrint's LAN address unless the user asks."
|
||||
rationale: "2026-08-24 outage: the public path failed intermittently 11:39-16:45 EDT
|
||||
(empty replies, openresty 502, conn refused, timeouts) and the
|
||||
filament/recent-prints sensors went unavailable ~16:40 before self-recovering at the
|
||||
next poll. Pointing the rest: block at OctoPrint's local address was proposed as
|
||||
hardening; user chose to leave it as-is. Revisit only if these outages recur."
|
||||
entities:
|
||||
- sensor.octoprint_filament_used_total
|
||||
- sensor.octoprint_filament_used_weight_total
|
||||
- sensor.octoprint_recent_prints
|
||||
files:
|
||||
- configuration.yaml
|
||||
status: active
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"led_brightness": 100,
|
||||
"countdown_to_turn_off": 0,
|
||||
"countdown_to_turn_on": 0,
|
||||
"power": 2.1,
|
||||
"power": 1.9,
|
||||
"current": 0.1,
|
||||
"energy": 32.6,
|
||||
"power_factor": 0.16,
|
||||
@@ -47,7 +47,7 @@
|
||||
"countdown_to_turn_off": 0,
|
||||
"voltage": 120.8,
|
||||
"countdown_to_turn_on": 0,
|
||||
"energy": 65.49,
|
||||
"energy": 65.5,
|
||||
"power_factor": 0.89,
|
||||
"ac_frequency": 60,
|
||||
"update": {
|
||||
@@ -58,7 +58,7 @@
|
||||
"latest_release_notes": null
|
||||
},
|
||||
"linkquality": 138,
|
||||
"power": 84.5,
|
||||
"power": 84.2,
|
||||
"current": 0.82,
|
||||
"power_on_behavior": "on"
|
||||
},
|
||||
@@ -98,10 +98,10 @@
|
||||
"voltage": 121.5,
|
||||
"energy": 63.3,
|
||||
"state": "ON",
|
||||
"power": 68,
|
||||
"current": 0.81,
|
||||
"power": 49.5,
|
||||
"current": 0.55,
|
||||
"ac_frequency": 60,
|
||||
"power_factor": 0.71,
|
||||
"power_factor": 0.76,
|
||||
"update": {
|
||||
"state": "idle",
|
||||
"installed_version": 268513381,
|
||||
@@ -172,7 +172,7 @@
|
||||
"0xffffb40e060893d8": {
|
||||
"state": "ON",
|
||||
"led_brightness": 100,
|
||||
"voltage": 121.5,
|
||||
"voltage": 122,
|
||||
"countdown_to_turn_off": 0,
|
||||
"countdown_to_turn_on": 0,
|
||||
"energy": 3.67,
|
||||
@@ -260,7 +260,7 @@
|
||||
},
|
||||
"0xb40e060fffe7180a": {
|
||||
"battery": 100,
|
||||
"occupancy": false,
|
||||
"occupancy": true,
|
||||
"tamper": false,
|
||||
"battery_low": false,
|
||||
"linkquality": 105,
|
||||
|
||||
Reference in New Issue
Block a user