weathervane

Collect weatherdata from public source and display on 32 LED weathervane


Install
pip install weathervane==0.2.0

Documentation

Weathervane for the Raspberry Pi

Requirements

  • requests
  • bitstring

Installation

  1. Update and upgrade the Raspberry Pi

    sudo curl https://raw.githubusercontent.com/marcoplaisier/weathervane/master/install.sh | sudo bash
    

Running

  1. The application is installed as a systemd service. It automatically starts up after boot

Testing

Run the tests in the folder tests.

Hardware

This program does nothing really interesting on its own. It will be connected to a real weathervane that continuously displays the wind direct, wind speed and air pressure.

Encryption of promtail config

openssl enc -pbkdf2 -aes-256-cbc -salt -in promtail-config-decrypted.yaml -out promtail-config-encrypted.yaml -k "<password>"