AM2302 Temperature and Humidity module #81
Baggypants
started this conversation in
Show and tell
Replies: 1 comment
-
|
This looks very useful! from .scripts.helpers import import_install_package
adafruit_lib = import_install_package("adafruit-circuitpython-dht", ">=4.0.0", "adafruit_dht")
dhtDevice = adafruit_lib.DHT22(board.D4)Take a look at the GPU module or any other that uses the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote a pretty basic module to get data out of a temperature and humidity module and put it in to Homeassistant.
Pics are here
https://mstdn.social/@Baggypants/111426451981872218
A terrible repo hosting the module is here:
https://gitlab.com/Baggypants/temp-and-humidity-a2308-module-for-lnxlink
Beta Was this translation helpful? Give feedback.
All reactions