#DHT11 On RPi 3B+ using HAOS
1 messages · Page 1 of 1 (latest)
from my research this isnt possible without an ESP? is that still true?
there is a gpio integration but it does not support that type of sensor. only binary/switch sensors.
as you have mentioned, the best solution would be to use an esp32 with esphome and integrate it through that. or get something premade that does temp/humidity and possibly other things
ðŸ˜
my other method/idea was a shell script on an automation but it looks like you cant install anything like pigpio cos apt isnt supported
also do you know if there is a reason only binary sensors are supported? that seems rather short sighted imo...
yeah haos does not have a pacckage manager.
its not an official integration. its on HACS so you not officially supported. but you could open an issue on their repo.
it does seem a little odd to not be more flexible so there may be a reason
okay thanks! an idea i just had could be compiling pigpio for linux and using smb to move the files into the config directory and using the command from there.... a lengthy process tho haha
was just thinking it would be better to do it as an addon container. it looks like someone has done exactly that
could install that using custom addon repo and then try it out.
woah that might be what i need
yeah looks like its worth a shot
a 3b+ is starting to get old btw 🙂
ik i have a pi5 as well, i just use the 5 for other projects and the 3b+ is my ha one
if it works it works 🙂