richardzone / homeassistant-dht

Support for Adafruit DHT temperature and humidity sensor
Apache License 2.0
8 stars 6 forks source link

Cannot add dht11 #112

Closed AlexanderStavrop closed 7 months ago

AlexanderStavrop commented 8 months ago

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

richardzone commented 8 months ago

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

github-actions[bot] commented 7 months ago

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!