Raspberry Pi 4

On our experiment we’re trying to setup Weemx on Raspberry Pi 4.

Raspberry

This model is very small and powerful.

However, you need be careful about overheating.

The instalation was easy, just follow the steps on tutorial:

Tell apt where to find the WeeWX releases. This only has to be done once - the first time you install WeeWX.

    wget -qO - http://weewx.com/keys.html | sudo apt-key add -
    wget -qO - http://weewx.com/apt/weewx.list | sudo tee /etc/apt/sources.list.d/weewx.list

Use apt-get to install WeeWX. The installer will prompt for a location, latitude/longitude, altitude, station type, and parameters specific to your station hardware.

    sudo apt update
    sudo apt install weewx

After that, you are ready to setup DB and start to manipulate data from weather station.