Benjamin,
Than You so much for Your support. I`m working on it almost two weeks (+ setting up CC1120 and STM32) already and I`m stuck with it right now. I would like to use ERT SCM to pass data to Home Assistant from my energy counters (home made) so I need to use protocols as in rtl_433 library since it is hooked up to my Home Assistant as plugin.
Thank You for pointing me out these test files.These are helpful!.
The issue is that with my rtl_433 version SCM plus file/protocol is read correctly from file but ERT SCM is not recognized in the file.
The file which is not working (my rtl_433 is not able to detect any protocol) is:
when I call :
rtl_433 -f 912.6M -s 1200k -r g001_912.6M_2.4M.cu8
I get:
rtl_433 version -128-NOTFOUND branch at 202503301205 inputs file rtl_tcp RTL-SDR SoapySDR
New defaults active, use "-Y classic -s 250k" if you need the old defaults
[Input] Test mode active. Reading samples from file: g001_912.6M_2.4M.cu8
Nothing more....
When I use it on the file You have pointed me I get:
when I call:
rtl_433 -f 912.6M -s 1200k -r g002_912.6M_2359.3k.cu8
rtl_433 version -128-NOTFOUND branch at 202503301205 inputs file rtl_tcp RTL-SDR SoapySDR
New defaults active, use "-Y classic -s 250k" if you need the old defaults
[Input] Test mode active. Reading samples from file: g002_912.6M_2359.3k.cu8
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time : @0.045207s
model : SCMplus id : 68211547
Protocol_ID: 0x1E Endpoint_Type: 0xAB Endpoint_ID: 68211547 Consumption: 6883
Tamper : 0x4900 crc : 0x39BE Meter_Type: Water Integrity : CRC
So it looks like rtl_433 is reading SCMplus but not ERT SCM.
I really would like to use ERT SCM because it is a lot easier for me to generate the frame and I`m struggling with SCMplus...
Would You be able to help me?
best regards
Rafal