nymea-plugins/dht
Michael Zanetti 40a470cde1 Add rustc as a dependency for plugins requiring cryptography 2023-02-27 16:01:35 +01:00
..
README.md
dht.pro
integrationplugindht.json
integrationplugindht.py
requirements.txt Add rustc as a dependency for plugins requiring cryptography 2023-02-27 16:01:35 +01:00

README.md

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 for more informations how to connect it
  • The package “nymea-plugin-dht” must be installed

More

Adafruit DHTxx documentation