https://github.com/martin-zorn/bsec_bme68x-influx
Write BME68x sensor output to InfluxDB
https://github.com/martin-zorn/bsec_bme68x-influx
air-quality bme680 bme688 bosch bsec-library influxdb2 raspberry-pi
Last synced: about 1 month ago
JSON representation
Write BME68x sensor output to InfluxDB
- Host: GitHub
- URL: https://github.com/martin-zorn/bsec_bme68x-influx
- Owner: Martin-Zorn
- License: gpl-3.0
- Created: 2024-12-21T21:32:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T12:25:48.000Z (2 months ago)
- Last Synced: 2025-03-13T12:33:17.306Z (2 months ago)
- Topics: air-quality, bme680, bme688, bosch, bsec-library, influxdb2, raspberry-pi
- Language: HTML
- Homepage:
- Size: 8.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bsec_bme68x-influx
Fork of [bsec_bme680-homie](https://github.com/alaub81/bsec_bme680-homie).
Tested with a Raspberry Pi 4 and BSEC version 2.6.1.0.Here you can find a complete small application, which uses the [Bosch Sensortec Environmental Cluster](https://www.bosch-sensortec.com/software-tools/software/bme680-software-bsec/) (BSEC) to read out the data from the BME68x Sensor and writes it to an InfluxDB.
# Requirements
* BME68x Sensor
* Raspberry Pi (4)
* [BSEC Library](https://www.bosch-sensortec.com/software-tools/software/bme680-software-bsec/)# Building besc_bme68x
Please download the [BSEC Library](https://www.bosch-sensortec.com/software-tools/software/bsec/) to `./lib`.
Configure build with the make.config.
Use the make.sh to patch and build the binary.# Using the bsec_bme68x-influx.py
Please add your credentials to bsec_bme68x-influx.ini.