-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Support extra DHT sensor #8
base: main
Are you sure you want to change the base?
Conversation
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) |
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
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
Support for popular DHT11/DHT22 sensor to augment the CO2 sensors, especially if the CO2 sensor doesn't have a built-in humidity sensor.