You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2019. It is now read-only.
I have built the Multisensor with a DHT22 and NodeMCU along with the TEMT6000 & AM312 PIR.
I'm using the same Pinouts as the Multisensor Video shows.
I've flashed this a couple of times using the exact code straight out of this site and Each time it comes up reading at least 15 degrees F low. Also the humidity is low as well.
This lead me to believe that perhaps the DHT22 was bad. So I set out to test it.
I then set up the DHT22 and flashed it with this code https://simple-circuit.com/esp-12e-nodemcu-ssd1306-dht22-am2302/
And the temp and humidity was correct.
So I have returned to the original code, trying to figure out what might be causing this to run so low.
I've read thorough the issues but it seems like all the issues with temp have been caused by heat build up in a case - so far these have not been in a case and are just laying out on my bench.
The only lines I have changed in the code are SSID & Password along with the MQTT info.
Any help would be appreciated.