An open API service indexing awesome lists of open source software.

https://github.com/elucidation/googleglasshomeautomation

say Hello Home via google glass and you can communicate with an arduino webserver, getting indoor/outdoor temperature at home or controlling the lights
https://github.com/elucidation/googleglasshomeautomation

Last synced: about 1 year ago
JSON representation

say Hello Home via google glass and you can communicate with an arduino webserver, getting indoor/outdoor temperature at home or controlling the lights

Awesome Lists containing this project

README

          

GoogleGlassHomeAutomation
=========================

Say `Hello Home` via google glass and you can communicate with an arduino webserver, asking for the `temperature` or `turning on/off the lights` (the little LED for now).

![Question](http://i.imgur.com/t1wIDc7.png)
![Response](http://i.imgur.com/P6Z1iS9.png)
![Imgur](http://i.imgur.com/bSrnav2.jpg)

Don't expect to be able to download and run this code and have it work unless you have the same setup sadly, instead the code is there to learn the tools for making your own.

The arduino webserver code is also included in the `arduino_webserver` folder.

# Commands implemented so far

Say `Okay Glass, hello home` and then you can say:

* Any variation of `what's the temperature?` - It will display the indoor and outdoor temperatures in the apartment
* Any variation of `turn the lights on` - It will enable a switch (in this case turning on the LED)
* Any variation of `turn the lights off` - It will disable a switch (in this case turning on the LED)

![Lights on](http://i.imgur.com/QqdEPOD.png)
![Response](http://i.imgur.com/N6D6JJm.png)