NorthernMan54 / rtl_433_ESP

Trial port of the rtl_433 Library for use with OpenMQTTGateway on a ESP32 and a CC1101 Transceiver
GNU General Public License v3.0
520 stars 125 forks source link

Support for VEVOR Wireless Weather Station 7-in-1 #150

Open cipriancu opened 3 months ago

cipriancu commented 3 months ago

Current Situation

With Bruno's help, we managed to decode VEVOR Wireless Weather Station 7-in-1 with rtl_433 and RLT- SDR stick https://github.com/merbanan/rtl_433/issues/3020 but my goal is to integrate it with openmqttgateway installed on a LilyGO TTGO T3 V1.6.1 I installed lilygo-rtl_433-fsk version but my signal is not received/decoded

With RLT- SDR stick i get the data using the command: rtl_433 -s 1000k -Y classic -M level -f 868M -X "n=Vevor,m=FSK_PCM,s=90,l=90,r=1400,preamble=caca54aa"

what i need to do to integrate rtl_433 branch development in openmqttgateway?

Proposed Change

add support for VEVOR Wireless Weather Station 7-in-1

Additional Context

No response

toxic0berliner commented 1 month ago

+1 looking to use this exact weather station with a Lilygo 433 so I understand there are something working settings for the device in rtl_433, how to get those in openmqtt for thé Lilygo device ? Any help would be greatly appreciated

hash6iron commented 2 weeks ago

Hello,

I'm also interested in support for Vevor Wireless Weather Station. How can we using the LilyGo Lora32 decode FSK signal like cipriancu says above? Thanks in advance.