1.0.4 • Published 2 years ago

homebridge-temperature-sensor-dht v1.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Homebridge Temperature Accessory DHT

verified-by-homebridge Discord

Snyk Vulnerabilities for npm package npm

I recommend to use the accessory as a Child Bridge for the best performance.

You have to add a DHT sensor to the GPIO of the RPi

SupportedModelCode in config
DHT1111
DHT2222
DHT1211
DHT2122
Other-

Config

You can add multiple dht sensors by having multiple accessories.

{
  "accessories": [
    {
      "accessory": "TemperatureAccessoryDHT",
      "name": "DHT Sensor",
      "humidityAdjustment": 0, // e.g. -2 or 2
      "adjustment": 0, // e.g. -2 or 2
      "model": 22,
      "pin": 2
    }
  ]
}