nymea-plugins/dht
Simon Stürz 930f8c780f Update license text and add SPDX identifier 2025-11-17 16:36:48 +01: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 Update license text and add SPDX identifier 2025-11-17 16:36:48 +01:00
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