Transmit temperature and humidity data for active receivers using rtl_433.
Preparing the installation
First, update the system and install the required packages.sudo apt-get updatesudo apt-get upgradesudo apt-get install libcurl4-openssl-devsudo apt-get install rtl-433Download and installation
Download the software.
cd $homemkdir weathercd weatherwget https://www.wettersonde.net/download/weather.zipunzip weather.ziprm weather.zipsudo chmod +x weather.shCompile the software.
cd srcmakecd ..Configure the software.
nano weather.sh
For the callsign setting, it is important to use the same callsign as your receiver, including the SSID.
The SDR settings should be self-explanatory.
The software needs to know which sensor you want to read. The easiest way is to run rtl_433 manually. It will list sensor data from your surroundings. Choose the matching sensor and enter it in your settings.
In this example, the sensor would be "Nexus-TH".
Now save the settings.
Starting and stopping the software
You can start the software with:
./weather.shStop the processes with:
./weather.sh stopIf everything is working correctly, you will see a blue dot marked with WX at your position on the map.
