Hi All,
I have a very limited understanding of Linux / Python, so, please bear with me...
I am trying to set up the AM2302 Temperature/Humidity sensor on a Raspberry Pi to monitor the temperature and humidity levels in a green house.
I have everything all set up on the RPi.
I am using Occidentalis v0.1 on a four GB micro SD card, the sensor is connected according to the diagram in the tutorial.
When I run the test, (./Adafruit_DHT 2302 4) I do see sensor data.
When I run ./Adafruit_DHT_googledocs.ex.py , I see in the terminal window a lot of temp/humidity data being output to the screen every second or two.
Also, I am pretty sure that I am "connecting" to the Google spreadsheet I have set up as I saw (at one point) that there was "one other user" connected to it.
I have also tried both connecting to the spreadsheet "name" and the "key". Neither option works as I don't think it is getting that far in the script.
What I don't see is that it "matches" the temp or humidity values in the Python script nor does it write anything to the Google spreadsheet.
I think the line numbers in question are #46 (for Temp) and #53 (for Hum).
Any input or ideas to try would be greatly appreciated.
Would there also be any chance of using this setup with COSM.com? that would provide a much better output format for tracking / trending the data I hope to collect.
Thanks in advance for the help.
Scott

