https://github.com/pioreactor/co2-reading-plugin
For the Adafruit SCD30, SCD40 or SCD41 CO₂ ,temperature ,and humidity sensors.
https://github.com/pioreactor/co2-reading-plugin
pioreactor-plugin
Last synced: 3 months ago
JSON representation
For the Adafruit SCD30, SCD40 or SCD41 CO₂ ,temperature ,and humidity sensors.
- Host: GitHub
- URL: https://github.com/pioreactor/co2-reading-plugin
- Owner: Pioreactor
- License: mit
- Created: 2022-09-27T18:58:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T00:52:58.000Z (over 1 year ago)
- Last Synced: 2025-02-22T14:09:15.000Z (over 1 year ago)
- Topics: pioreactor-plugin
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Pioreactor CO2 reading plugin
Adafruit offers three CO2 sensors ([SCD30](https://www.adafruit.com/product/4867), [SCD40 and SCD41](https://learn.adafruit.com/adafruit-scd-40-and-scd-41)) that measure CO2, temperature, and humidity.
This is a simple Pioreactor plugin that returns CO2 readings (or all readings) at a set duration from stemma QT connected Adafruit SCD sensors.
Install with `pio plugins install co2-reading-plugin` from the command line, or in the Pioreactor UI.
> [!IMPORTANT]
> After installation, you'll need to edit your configuration to add the model of sensor you have. Find the section `[co2_reading.config]`, and edit parameter `adafruit_sensor_type` to be either `scd30` or `scd4x`. (The `scd4x` represents both scd41 and scd40 sensors.q)
### Overview chart
This also adds a chart to your overview page that displays the CO2 readings per Pioreactor.