I have been working on a sensor with a relay, and it is pretty much complete. At the moment I am working on interpreting the data I receive. Here is an example line:
Rx - [A4][09][4E][00][41][00][00][00][3D][23][80][27][1B]
From what I understand, this should be sync, message length, broadcast data type, channel number 0, 8 data bytes, and then checksum.
The channel is configured with Channel ID 49,1,1. Channel type is set to Slave 0x00.
What I am curious about is the [41], the first data byte. I keep seeing it no matter what, and I am wondering if there is something I am missing here.