Would it be possible to include the kernel support for the DHT11 temperature/humidity sensor ? So I can add this sensor to my OSMC setup without having to build my own kernel. Currently most other interfaces i2c, i2s are already available.
Or the dht22… i use that one… but it seems from the link that the failure rate is high… i use the python driver… it works yes… but i would rather like it as a kernel driver true ;-).
I have been running my dht22 for almost 9 month now, i think i have a few failures day, and im reading it every min(into an sqliteDB) thats 1440 times a day so not a high rate of failures there.
[ Note that the dht kernel drivers supports both dht11 & dht22 and yes using proper kernel driver should be much better then the python driver ]
Looking at github, to be honest no clue where to start, the patches under
osmc/package/kernel-osmc/patches rbp1/2-000-add-kernel-config.patch have a header stating they are auto-generated, otherwise I guess it would be adding
CONFIG_IIO=m
CONFIG_DHT11=m
the required symbol ‘CONFIG_GPIOLIB’ is already set.
Thanks for enabling support for DHT11! I just tried to turn it on in the config file but realized that the overlay file is missing from /boot/. I upgraded OSMC from the previous version. Where do I get it the overlay file?