Hello,
thanks for the tips, removing the antena made a much cleaner signal.
For me to understand a bit more how rtl_433 works, I tried the following command line :
rtl_433 -R 0 -c /home/pi/rtl_433/conf/verisure_alarm.conf
The conf file tells rtl_433 how to decode, but nothing regarding the frequency, right ? So I tried :
rtl_433 -R 0 -c /home/pi/rtl_433/conf/verisure_alarm.conf -f 868M
If the frequency is not stated, does rtl_433 just look for some frequency if it finds things ?
I come back on two questions, is it possible that my sensor works with BLE or 2.4 or 2.5GHz that would make my SDR and rtl_433 impossible to detect it ?
Last question, is there any otherway to use the conf file ? Like copy pasting the conf into a main conf file (I could not locate it).
Thanks for you previous super fast comments.