fruxefarms / FruxePi

Indoor farming software using the Raspberry Pi
https://docs.fruxe.co
Other
138 stars 41 forks source link

DHT11 Sensor Workaround #77

Open LeoZanella opened 4 years ago

LeoZanella commented 4 years ago

I just finished setting up the Ffruxe, but my DHT11 sensor wasnt working, so i changed all the DHT22 on the source for DHT11 and it worked

hornett20 commented 4 years ago

Hi Leo,

I'm having the same issues any chance of sharing your code?

LeoZanella commented 4 years ago

Hi Leo,

I'm having the same issues any chance of sharing your code?

Hello hornett20, I changed all the references inside FruxePi/app/actions/fruxepi.py from DHT22 to DHT11, since they share the same library, it worked like a charm.