NOTEPAD: the house-control rig is deleted, not running

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-22 16:38:25 +02:00
co-authored by Claude Opus 5
parent 06efbec018
commit 44f2d3614c
+4 -2
View File
@@ -180,8 +180,10 @@ Art-Net can write now: `ConnectorNode.write` carries a node's input ports, a
per-port `channels` map places each on its own DMX channel, and `transmit`
still gates the socket. Verified on the wire against a listener (channel 33 =
255, channel 31 = 60, nothing else set) and the MQTT half was driven end to
end against the house broker. The rig is the `house_control` flow and its
dashboard, seeded by `make -C app seed-house`.
end against the house broker. The rig was the `house_control` flow and its
dashboard; it has been deleted now that `dmx` owns the universe, and
`make -C app seed-house` rebuilds it if that verification is ever wanted
again.
- FEAT/NODE: Art-Net against the real fixtures is still untried. The house's own dmxnet sender re-emits universe 1 every 1000 ms, so fluksio and Node-RED overwrite each other; the test needs Node-RED's Art-Net sender stopped, and while it is stopped every channel fluksio does not set is dark.
- CHORE/NODE: the operatorId worry was unfounded — the reference Node-RED `setstat` node for this unit is configured with an empty operatorId and deviceId, so a command needs no registration. The second unit may still differ.