homebridge-temperature-sensor-dht
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

Supported Model Code in config
DHT11 11
DHT22 22
DHT12 11
DHT21 22
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
    }
  ]
}

Package Sidebar

Install

npm i homebridge-temperature-sensor-dht

Weekly Downloads

5

Version

1.0.4

License

Apache-2.0

Unpacked Size

28.5 kB

Total Files

24

Last publish

Collaborators

  • raresdesigns