MO
MoJo2600/hassio-addon-awekas-receiver
An Awekas receiver that writes weather information in to Influx DB
Home Assistant Add-on: AWEKAS Receiver
Receive weather information from Bresser WiFi weather stations in AWEKAS format and store it in InfluxDB.
About
This Home Assistant add-on allows you to receive weather data from Bresser WiFi weather stations using the AWEKAS protocol and automatically store it in an InfluxDB database.
Perfect for:
- Bresser weather station owners
- Users running InfluxDB
- Weather data enthusiasts who want local storage
Installation
-
Add this repository to your Home Assistant instance:
- Navigate to Settings → Add-ons → Add-on Store
- Click the ⋮ menu (three dots) in the top right
- Select Repositories
- Add:
https://github.com/MoJo2600/hassio-addon-awekas-receiver - Click Add
-
Install the AWEKAS Receiver add-on:
- Find "AWEKAS Receiver" in the add-on store
- Click Install
-
Configure the add-on (see Configuration section in DOCS.md)
-
Start the add-on
Configuration
The add-on requires InfluxDB connection details. See the documentation for detailed configuration options.
Development
To work on this add-on locally:
cd awekas-receiver
npm install
npm run build
npm startSupport
License
MIT License - see LICENSE file