docs: frame serial vs radio as complementary routes, add 0x26 capture recipe - #105
Merged
Conversation
… recipe The README's "Hypothesis" bullets read as two competing options. They aren't: the serial port is the only route carrying CYCLE COUNTER and PLANT STATUS, while the radio carries only the 5 panel alarm symbols but needs no wiring. Replace with a comparison table saying which carries what. Also add a concrete recipe for forcing the one alarm type never seen on air (0x26 device_fault): the actuator self-test (FUN_a138/FUN_c9e1) flags any output channel whose readback doesn't clear, so disconnecting one actuator and power-cycling induces it deliberately. Same recipe also captures the first-ever state=1 frame, and the state=0 clear transition on reconnect. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CYCLE COUNTER/PLANT STATUS, radio is the zero-wiring alarm-only complement.rtl433-decoder.mdfor forcing0x26 device_faulton air (the one alarm type never captured): the actuator self-test (FUN_a138/FUN_c9e1) flags any output channel whose readback doesn't clear, so a controlled open-circuit + power-cycle induces it deliberately instead of waiting for a real failure. Same recipe also nets the first-everstate=1frame and thestate=0clear transition on reconnect.Test plan
FUN_a138/FUN_c9e1trace ineeprom-map.md🤖 Generated with Claude Code