GitHunt
DR

drbrain/ambient-weather-local

Ambient Weather Local

A local receiver for Ambient Weather data.

How to use

  1. Install awnet

    The awnet application is needed to configure your weather station console to
    send data to a local receiver.

  2. Launch awnet and select "Next" until reaching the "Customized" screen

  3. Enable customized output select "Ambient Weather" as the output style, set
    the hostname/IP address, the path to "/ambient-weather/upload?", the port to
    9111, and an update interval.

  4. Save

  5. Launch ambient-weather-local on the IP or hostname selected in step 3

ambent-weather-local binds to all interfaces on port 9111 by default.
Use ambient-weather-local --address to change this.

ambient-weather-local will save the last 20 reports sent from the weather
station. This is five minutes with a 16 second update interval. Use
ambient-weather-local --max-reports to change this.

See also

ambient-weather-exporter
which fetches weather data using the Ambient Weather API.

Languages

Rust100.0%

Contributors

Created January 22, 2024
Updated January 22, 2024
drbrain/ambient-weather-local | GitHunt