Skip to content

A webapp that tracks temperature and humidity with your Raspberry Pi

License

Notifications You must be signed in to change notification settings

williambout/Aira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aira

A Webapp that tracks temperature and humidity.

Screenshot

Hardware Requirement

  • Raspberry Pi
  • DHT_22 Sensor

DHT22 wiring (Adafruit)

Installation

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.

Ressources:

Reset.css, from Eric Meyer.

Air.py, from RaspberryPi Greenhouse.

DHT22 Driver, from Adafruit.

About

A webapp that tracks temperature and humidity with your Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published