richardzone/homeassistant-dht

Cannot add dht11

AlexanderStavrop opened this issue · 2 comments

I have previously added the rpi_gpio library and it works just fine. I added dht in the custom_components directory, installed the libgpiod2 package and then added the following code to my configuration.yaml

sensor:
  - platform: dht
    sensor: DHT11
    pin: 29
    temperature_offset: 2.1
    humidity_offset: -3.2
    monitored_conditions:
      - temperature
      - humidity

but after adding that

  • check configuration will keep scanning and not finish
  • I cannot find the sensor in order to add it
  • Also, loading the other entities take much more time
    any ideas whats happening?

Hi I no longer use this setup so I can only offer hints - can you try adafruit-circuitpython-dht to see if it works?

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!