- Raspberry Pi
- DHT_22 Sensor
To use this Webapp, you need to create a Xively account on http://xively.com. You will need to grab your Feed ID and API key.
To setup Aira, you need to add your Feed ID and your API key in script.js and air.py.
script.js
var feedID = YOUR_FEED_ID; //#CHANGE IT
var key = "YOUR_KEY"; //#CHANGE IT
air.py
FEED_ID = "YOUR_FEED_ID" #CHANGE IT
API_KEY = "YOUR_KEY" #CHANGE IT
Place the wind
folder on your Raspberry Pi (/home/pi). And run these commands :
cd wind
chmod 755 launcher.sh
sudo crontab -e
@reboot sh /home/pi/wind/launcher.sh
sudo reboot
Place the sun
folder on any Web Server.
Reset.css, from Eric Meyer.
Air.py, from RaspberryPi Greenhouse.
DHT22 Driver, from Adafruit.