Page 1 of 1

Next release?

Posted: 22 Jun 2020, 10:27
by Guahtdim
Is there a new release coming soon?
If not could you please release the source so I could add some units?

I would really like to include the ecowitt soilmoisture monitors. There is already code for it:
https://github.com/merbanan/rtl_433/blo ... neoffset.c
Way down in line 514 (Fine Offset WH51, ECOWITT WH51, MISOL/1 Soil Moisture Sensor)

Re: Next release?

Posted: 23 Jun 2020, 00:05
by Stuntteam
and way down in line 1005:
.name = "Fine Offset Electronics/ECOWITT WH51 Soil Moisture Sensor",
.modulation = FSK_PULSE_PCM,

You will never be able to receive these signals with the OOK based receivers due to the very simple fact that the transmitter is using FSK modulation..

Re: Next release?

Posted: 23 Jun 2020, 10:09
by Guahtdim
Thank you for considering and finding what I am missing!

Re: Next release?

Posted: 11 Dec 2021, 10:55
by Ton_vN
Looking for read-out of WH51 Moisture-sensor.
Have a 'standard' RFLinkGateway with testfirmware v49.4 (to include WS7000P_19).

In that perspective just wondering what is meaning of
You will never be able to receive these signals with the OOK based receivers due to the very simple fact that the transmitter is using FSK modulation..
Is the implication that the complete contents of the indicated section at Github are useless for those using OOK-receiver, or just the bottom lines which clearly refer to OOK-receiver?

Hint appreciated how to link the github-script into the firmware of the RFLinkGateway.