Other Parts Discussed in Thread: Z-STACK
Trying some (hopefully) simple commands against my ZB device via golang.
Sending this: 254 11 33 16 0 0 0 0 12 55 44 5 14 20 24 (uint8)
(SYS_SET_TIME) FE 0B 21 10 00 00 00 00 0d 32 37 05 0e 14 18
which should be zeros for seconds-since-2000 followed by 01 50 55 05 14 20 24 (H min S M D YY)
I get a response of FE036000022110500 instead of the 01 61 10 (status) Im expecting.
Sending this: 254 00 33 17 (uint8)
(SYS_GET_TIME) FE 00 21 11
I get a response of FE0360000221115100 instead of 0B 61 11 <time>
Im not able to find these error codes in the docs I have - here
(Note - in both cases the appropriate XOR value is appended to the sent values)