pimatic-dhtxxdeprecated

Support for the DHTxx temperature/humidity sensor.

Usage no npm install needed!

<script type="module">
  import pimaticDhtxx from 'https://cdn.skypack.dev/pimatic-dhtxx';
</script>

README

pimatic-dhtxx

Support for the DHTxx temperature/humidity sensor.

Example config

Add the plugin to the plugin section:

{ 
  "plugin": "dhtxx"
}

Then add a sensor for your device to the devices section:

{
  "id": "my-sensor",
  "name": "dhtxx example",
  "class": "DHTxxSensor",
  "type": 22,
  "gpio": 18,
  "interval": 60000
}

Thank you David Jose for node-dht-sensor and sweet pi for inspiration and his work on best automatization software Pimatic.