mverleun / RTL433-to-mqtt

Publish info from RTL433 receiver to MQTT broker
GNU General Public License v3.0
92 stars 20 forks source link

No data from 868Mhz weather station #11

Open PorschefanRoel opened 3 years ago

PorschefanRoel commented 3 years ago

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?

ualex73 commented 3 years ago

Any update on this issue?