An open API service indexing awesome lists of open source software.

https://github.com/daq-tools/bresser-to-mqtt

A PlatformIO-compatible build environment for the excellent https://github.com/matthias-bs/BresserWeatherSensorReceiver
https://github.com/daq-tools/bresser-to-mqtt

Last synced: 12 months ago
JSON representation

A PlatformIO-compatible build environment for the excellent https://github.com/matthias-bs/BresserWeatherSensorReceiver

Awesome Lists containing this project

README

          

###############
bresser-to-mqtt
###############

*****
About
*****

A PlatformIO-compatible build environment for the excellent `BresserWeatherSensorReceiver`_.

*****
Usage
*****

Acquire sources::

git clone https://github.com/daq-tools/bresser-to-mqtt
cd bresser-to-mqtt

Build firmware image::

python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade --requirement=requirements.txt
pio run

More targets::

pio run --list-targets
pio run --target clean
pio run --target upload

.. _BresserWeatherSensorReceiver: https://github.com/matthias-bs/BresserWeatherSensorReceiver