# CraftBeerPi4 SCD30 based CO2 Sensor Plugin
### Sensors
Plugin will add system a sensor to monitor for instance CO2 monitoring in your fermentation room
![Sensor Config](https://github.com/avollkopf/cbpi4-scd30-co2-sensor/blob/main/cbpi4-scd30-settings.png?raw=true)
- CO2: CO2 value in ppm
- Relative Humidity: Relative humidity in %
- Temperatur: Temperature
Each parameter has to be added as individual sensor.
![Multiple Sensors](https://github.com/avollkopf/cbpi4-scd30-co2-sensor/blob/main/cbpi4-multiple-scd30.png?raw=true)
### Installation:
- sudo pip3 install cbpi4-scd30_CO2_Sensor
- or install from repo: sudo pip3 install https://github.com/avollkopf/cbpi4-scd30-co2-sensor/archive/main.zip
### Usage:
- Configure the update interval of the sensor data in the cbpi global settings. Although shorter cycles ar possible, 30 or 60 seconds should be more than sufficient.
![Global Sensor Interval Settings](https://github.com/avollkopf/cbpi4-scd30-co2-sensor/blob/main/cbpi4-scd30-settings-interval.png?raw=true)
- Add Hardware under Sensor and choose SCD30 Sensor as Type and select the parameter you want to monitor.
### Hardware requirements:
A datasheet of the sensor can be found here: https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/9.5_CO2/Sensirion_CO2_Sensors_SCD30_Datasheet.pdf
Information on how read from then sensor is documented here: https://cdn.sparkfun.com/assets/d/c/0/7/2/SCD30_Interface_Description.pdf
The sensor is connected via I2C and has the address 0x61. The user just needs to activate I2C in the raspi config and connect the sensor to the I2C bus. The supply voltage (VDD) can be 5V, but the I2C bus has to be at 3.3V
### Changelog:
- 10.06.23: (0.0.6) bump version to release
- 02.06.23: (0.0.6.rc1) added cbpi4 requirement
- 16.04.23: (0.0.6.a6) fixed bug in parameter generation
- 04.04.23: (0.0.6.a5) test for plugin settings selection branch
- 10.05.22: (0.0.4) Removed cbpi requirement
- 16.01.22: (0.0.3) adaption for cbpi 4.0.1.2
- 12.01.22: (0.0.2) Reduction of mqtt traffic
- 23.07.21: (0.0.1) Initial commit
Raw data
{
"_id": null,
"home_page": "https://github.com/PiBrewing/cbpi4-scd30-co2-sensor",
"name": "cbpi4-scd30-CO2-Sensor",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "globalsettings",
"author": "Alexander Vollkopf",
"author_email": "avollkopf@web.de",
"download_url": "https://files.pythonhosted.org/packages/7a/46/a10f22336cb0fb60c121319f685f4c7556f3e9c023e53a7058692f389692/cbpi4-scd30-CO2-Sensor-0.0.6.tar.gz",
"platform": null,
"description": "# CraftBeerPi4 SCD30 based CO2 Sensor Plugin\r\n\r\n### Sensors\t\r\n\r\nPlugin will add system a sensor to monitor for instance CO2 monitoring in your fermentation room\r\n\r\n![Sensor Config](https://github.com/avollkopf/cbpi4-scd30-co2-sensor/blob/main/cbpi4-scd30-settings.png?raw=true)\r\n\t\r\n- CO2: \t\t\t\t\tCO2 value in ppm\r\n- Relative Humidity:\tRelative humidity in %\r\n- Temperatur:\t\t\tTemperature\r\n\r\nEach parameter has to be added as individual sensor.\r\n\t\r\n![Multiple Sensors](https://github.com/avollkopf/cbpi4-scd30-co2-sensor/blob/main/cbpi4-multiple-scd30.png?raw=true)\r\n\r\n### Installation: \r\n- sudo pip3 install cbpi4-scd30_CO2_Sensor\r\n- or install from repo: sudo pip3 install https://github.com/avollkopf/cbpi4-scd30-co2-sensor/archive/main.zip\r\n\t\r\n### Usage:\r\n\r\n- Configure the update interval of the sensor data in the cbpi global settings. Although shorter cycles ar possible, 30 or 60 seconds should be more than sufficient.\r\n\r\n![Global Sensor Interval Settings](https://github.com/avollkopf/cbpi4-scd30-co2-sensor/blob/main/cbpi4-scd30-settings-interval.png?raw=true)\r\n\r\n- Add Hardware under Sensor and choose SCD30 Sensor as Type and select the parameter you want to monitor.\r\n\r\n### Hardware requirements:\r\n\r\nA datasheet of the sensor can be found here: https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/9.5_CO2/Sensirion_CO2_Sensors_SCD30_Datasheet.pdf\r\n\r\nInformation on how read from then sensor is documented here: https://cdn.sparkfun.com/assets/d/c/0/7/2/SCD30_Interface_Description.pdf\r\n\r\nThe sensor is connected via I2C and has the address 0x61. The user just needs to activate I2C in the raspi config and connect the sensor to the I2C bus. The supply voltage (VDD) can be 5V, but the I2C bus has to be at 3.3V\r\n\r\n### Changelog:\r\n\r\n- 10.06.23: (0.0.6) bump version to release\r\n- 02.06.23: (0.0.6.rc1) added cbpi4 requirement\r\n- 16.04.23: (0.0.6.a6) fixed bug in parameter generation\r\n- 04.04.23: (0.0.6.a5) test for plugin settings selection branch\r\n- 10.05.22: (0.0.4) Removed cbpi requirement\r\n- 16.01.22: (0.0.3) adaption for cbpi 4.0.1.2\r\n- 12.01.22: (0.0.2) Reduction of mqtt traffic\r\n- 23.07.21: (0.0.1) Initial commit\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "CraftBeerPi4 Plugin for SCD30 based CO2 Sensor",
"version": "0.0.6",
"project_urls": {
"Homepage": "https://github.com/PiBrewing/cbpi4-scd30-co2-sensor"
},
"split_keywords": [
"globalsettings"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7a46a10f22336cb0fb60c121319f685f4c7556f3e9c023e53a7058692f389692",
"md5": "c9c6cd13eb00a9e8b4108ddc005ef252",
"sha256": "dfbe460a2ad7504912b6ea4552a63108bfd90a09e85f693c11e9f01b396ab083"
},
"downloads": -1,
"filename": "cbpi4-scd30-CO2-Sensor-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "c9c6cd13eb00a9e8b4108ddc005ef252",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16741,
"upload_time": "2023-06-10T12:13:24",
"upload_time_iso_8601": "2023-06-10T12:13:24.722213Z",
"url": "https://files.pythonhosted.org/packages/7a/46/a10f22336cb0fb60c121319f685f4c7556f3e9c023e53a7058692f389692/cbpi4-scd30-CO2-Sensor-0.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-10 12:13:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "PiBrewing",
"github_project": "cbpi4-scd30-co2-sensor",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "cbpi4-scd30-co2-sensor"
}