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
- Host: GitHub
- URL: https://github.com/daq-tools/bresser-to-mqtt
- Owner: daq-tools
- License: mit
- Created: 2023-02-03T23:15:56.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-04-07T10:52:57.000Z (about 3 years ago)
- Last Synced: 2025-02-28T09:32:05.928Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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