powersync-plugins/dht/README.md

22 lines
690 B
Markdown

# DHT11/DHT22/AM2302
This plugin allows to read temperature and humidity sensor values from DHT11, DHT22 and AM2302 sensors using the Adafruit_DHT library.
> IMPORTANT: This plugin will only work on Raspberry Pi and BeagleBone Black devices.
## Supported Things
* DHT11
* DHT22
* AM2302
## Requirements
* Nymea is installed on a Raspberry Pi or BeagleBone Black device
* The sensor must be connected to a GPIO properly. Please see the [Adafruit website](https://learn.adafruit.com/dht/connecting-to-a-dhtxx-sensor) for more informations how to connect it
* The package “nymea-plugin-dht” must be installed
## More
[Adafruit DHTxx documentation](https://learn.adafruit.com/dht)