Draft
Conversation
Owner
Author
|
Some notes while testing this:
For the overall problem with DHT sensors on a full Linux system, options are to either go with a I2C sensor or put a microcontroller in front of it. I have one ESP8266 with a DHT11/DHT22 (I can't remember exactly which) sensor pushing to prometheus push gateway, though I might change that to MQTT if I get more and unify the code (or have it run a prometheus web server and scrape it) |
jerr0328
added a commit
that referenced
this pull request
Nov 25, 2023
Splitting from #8 - Update pre-commit hooks - Switch from setup.cfg to pyproject.toml - Update workflow versions - Use PyPi trusted publishing - Remove twine - Use setuptools-scm for versioning - Require python 3.9 or newer
Merged
jerr0328
added a commit
that referenced
this pull request
Nov 25, 2023
Splitting from #8 - Update pre-commit hooks - Switch from setup.cfg to pyproject.toml - Update workflow versions - Use PyPi trusted publishing - Remove twine - Use setuptools-scm for versioning - Require python 3.9 or newer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support for popular DHT11/DHT22 sensor to augment the CO2 sensors, especially if the CO2 sensor doesn't have a built-in humidity sensor.