I have a Alecto WS3100 weather station, which works on the 868Mhz band, and I'm trying to get data from it using this tool, but until now I'm unlucky and have not succeeded.
I have gotten the project to work and it runs without problems.
To make it work on the 868Mhz band I've made a little change in the python script, I've changed the rtl_433_cmd:
rtl_433_cmd = "/usr/local/bin/rtl_433 -f 868M -M level -s 1024k -F json"
When starting the program everything seems to start without a problem and it is scanning on the 868Mhz band:
Connecting with authentication
Starting RTL433
MQTT: Connected
Found Fitipower FC0012 tuner
Tuned to 868.000MHz.
But my MQTT server isn't receiving any data from this. Is there any way I can debug this or get more information on why no data is received?
I have a Alecto WS3100 weather station, which works on the 868Mhz band, and I'm trying to get data from it using this tool, but until now I'm unlucky and have not succeeded.
I have gotten the project to work and it runs without problems. To make it work on the 868Mhz band I've made a little change in the python script, I've changed the rtl_433_cmd:
rtl_433_cmd = "/usr/local/bin/rtl_433 -f 868M -M level -s 1024k -F json"
When starting the program everything seems to start without a problem and it is scanning on the 868Mhz band:
But my MQTT server isn't receiving any data from this. Is there any way I can debug this or get more information on why no data is received?