meganssmith

Results 10 comments of meganssmith

Got mine to work with my DT22, just had to change it to dhtDevice = adafruit_dht.DHT22(board.D4) in oprint/lib/python2.7/site-packages/octoprint_enclosure/getDHTTemp.py

I am unable to get this to work :( It even fails the sudo ./AdafruitDHT.py 2302 4 returning Failed to get reading. Try again!, I did try installing the new...

Thanks Ritchie for helping. I tried it and got Traceback (most recent call last): File "./AdafruitDHT.py", line 41, in humidity, temperature = Adafruit_DHT.read_retry(sensor, pin) File "build/bdist.linux-armv7l/egg/Adafruit_DHT/common.py", line 94, in read_retry...

I started with Octopi OS with Octoprint already installed. I also used the Neopixels in Enclosure Plugin and that works great. > That’s interesting. I can’t run mine as root....

Yes, sorry to hear about the arm, I am sure that would make coding a pain. I also understand the time commitment issues. I can live without the Temp for...

YEs, I think that is right. If I use the new AdaFruit Lib (python3) it works and reports. > Since I can’t help much more on the Linux side let’s...

It could be, and in the big picture, it is not that big of a thing to me. I appreciate you stepping up an giving it a shot all the...

I started with the instructions in the enclosure. I then tried it with the modification listed in this thread, and I tried it with adafruit directions last. > I have...

So now I get 32F (or 0C) and 0 Humidity. Neopixels did not work with SUDO off. Turned Sudo back on, Lights work again, incorrect temp stayed. > Let’s try...