Problem with protocol 224 GEO minim+ energy monitor #2363
-
Hi, i have the GEO minim+ and can't decode Data from it. If I run rtl_433 -f 868.29M I receive nothing. ` New defaults active, use "-Y classic -s 250k" for the old defaults! [Protocols] Registered 202 out of 234 device decoding protocols [ 1-4 8 11-12 15-17 19-23 25-26 29-36 38-60 63 67-71 73-100 102-105 108-116 119-121 124-128 130-149 151-161 163-168 170-175 177-197 199 201-215 217-228 230-232 234 ] time : 2023-02-04 13:48:11 time : 2023-02-04 13:48:11 time : 2023-02-04 13:48:14 time : 2023-02-04 13:48:14 time : 2023-02-04 13:48:17 time : 2023-02-04 13:48:17 time : 2023-02-04 13:48:20 time : 2023-02-04 13:48:20 the other two flex decoder examples (for sensor and display unit) won't work: raw display data: rtl_433 -f 868.29M -s 1024k -Y classic -X 'n=minim+ display,m=FSK_PCM,s=24,l=24,r=3000,preamble=0x7bb9ea' I think there is something wrong with the preamble? I'm not very good at reading raw data, maybe someone can help me? Regards, Tobias |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@UnscrewLater can you take a look? It seems the 4 bytes header here are
|
Beta Was this translation helpful? Give feedback.
-
OK, of the four header bytes suspected to be magic numbers the last one is actually the packet length.
and
I'll fix the decoder now. |
Beta Was this translation helpful? Give feedback.
OK, of the four header bytes suspected to be magic numbers the last one is actually the packet length.
05
or2a
. The first three are still not clear but show some pattern, seen so far:and
I'll fix the decoder now.