Skip to content

Commit 71d99c8

Browse files
committed
docs: record the "77" indication verified on hardware
Office unit (node 64) on v1.3.31. Window opened via the Administrator Commissioning cluster, i.e. a source that lit nothing before this change: prov_status 0 -> 1 with the panel showing 77, and back to 0 with the panel clearing. Confirmed both on the panel and through the `link` diag console, which reports the outbound bit directly so this is checkable over the network without standing at the unit. Assisted-by: AI
1 parent b8cf012 commit 71d99c8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

reverse-engineering/docs/03-rs485-ac-protocol.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,19 @@ driver init because the autostart window is already open by then and its notific
320320
missed. Panel "77" is therefore a reliable "this unit is pairable right now" indicator, and its
321321
absence after a `:wipekv` reboot means the window did not open, not that the unit is dead.
322322

323+
**Verified on hardware 2026-07-27** (office unit, v1.3.31, node 64), for a window opened via the
324+
Administrator Commissioning cluster rather than the remote gesture, i.e. a source that lit nothing
325+
before this change:
326+
327+
| step | `link` console reports | panel |
328+
|---|---|---|
329+
| no window | `OUTBOUND prov_status=0 => panel "77" should be off right now` | off |
330+
| window open (`open_commissioning_window`) | `OUTBOUND prov_status=1 => panel "77" should be LIT right now` | **shows 77** |
331+
| window closed | back to `prov_status=0` | clears |
332+
333+
The `link` command reports the outbound bit directly, so this is checkable over the network
334+
without standing at the unit. Use it before concluding anything about a silent module.
335+
323336
## Capturing the real frames
324337

325338
The exact byte layout has to come from the wire. Use

0 commit comments

Comments
 (0)