From 81f70ad8e6f76ed9de31c287f894e185a57a2c06 Mon Sep 17 00:00:00 2001 From: Vitor de Miranda Henrique Date: Tue, 1 Nov 2016 13:24:08 -0500 Subject: [PATCH] Update README.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 75cbe32..6d683bb 100644 --- a/README.md +++ b/README.md @@ -52,21 +52,12 @@ chmod +x ~/.octoprint/plugins/OctoPrint-Enclosure/extras/GetTemperature.py chmod +x ~/.octoprint/plugins/OctoPrint-Enclosure/extras/GetHumidity.py ``` - More info on Adafruit [website](https://learn.adafruit.com/dht-humidity-sensing-on-raspberry-pi-with-gdocs-logging/software-install-updated) Note that sometimes you might see an error that the sensor can't be read even if you have your connections setup correctly. This is a limitation of reading DHT sensors from Linux--there's no guarantee the program will be given enough priority and time by the Linux kernel to reliably read the sensor. This plugin will try to read enclosure temperature and humidity every 10 seconds, it will probably fail few times, but again, for the purpose this is ok. -You also need to make the provided scripts to read temperature executable. - -If you have octoprint installed on the default location type: -``` -chmod +x ~/.octoprint/plugins/OctoPrint-Enclosure/extras/GetTemperature.py -chmod +x ~/.octoprint/plugins/OctoPrint-Enclosure/extras/GetHumidity.py -``` - **For the DS18B20 sensor:** You need to enable your raspberry pie to use one-wire. You also NEED to use pin #4 to connect this type of sensor.