nymea-plugins/dht
Michael Zanetti 6cacf37d3c New plugin: DHT11/DHT22/AM2302 2021-08-07 18:19:52 +02:00
..
README.md New plugin: DHT11/DHT22/AM2302 2021-08-07 18:19:52 +02:00
dht.pro New plugin: DHT11/DHT22/AM2302 2021-08-07 18:19:52 +02:00
integrationplugindht.json New plugin: DHT11/DHT22/AM2302 2021-08-07 18:19:52 +02:00
integrationplugindht.py New plugin: DHT11/DHT22/AM2302 2021-08-07 18:19:52 +02:00
requirements.txt New plugin: DHT11/DHT22/AM2302 2021-08-07 18:19:52 +02: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