This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
|
oak:tutorials:oaksmokedetectorplus [2016/03/23 18:22] intheorystudios |
oak:tutorials:oaksmokedetectorplus [2016/03/23 18:24] intheorystudios [Conclusion:] |
||
|---|---|---|---|
| Line 217: | Line 217: | ||
| =====Conclusion:===== | =====Conclusion:===== | ||
| - | The above code will provide to Particle.io several variables to look at. Now you need to do something with it. I signed up for an account on http://www.ifttt.com which allowed me to connect to my Particle.io account and see what values my Oak was sending out. Next I used those values to setup an instant message to my phone which would alert me if the "alarmstate" reaches 1. Then I setup another recipe to message my phone if the Oak Smoke Detector+ goes offline for any reason. | + | The above code will provide for Particle.io several variables to look at. Now you need to do something with it. I signed up for an account on http://www.ifttt.com which allowed me to connect to my Particle.io account and see what values my Oak was sending out. Next I used those values to setup an instant message to my phone which would alert me if the "alarmstate" reaches 1. Then I setup another recipe to message my phone if the Oak Smoke Detector+ goes offline for any reason. |
| Finally I setup another account on https://thingspeak.com/. I send the data from ifttt.com over to thingspeak for them to collect and track for me, which shows great graphs of my data. Here is a link to my site with all of the data that my Oak1 is sending out. http://www.intheorystudios.com/oak1/ | Finally I setup another account on https://thingspeak.com/. I send the data from ifttt.com over to thingspeak for them to collect and track for me, which shows great graphs of my data. Here is a link to my site with all of the data that my Oak1 is sending out. http://www.intheorystudios.com/oak1/ | ||
| Line 224: | Line 224: | ||
| - | Future upgrades to this project may include the ability for multiple Oak Smoke Detectors to communicate. So if one goes off, the others will to. | + | Future upgrades to this project may include the ability for multiple Oak Smoke Detectors to communicate. So if one goes off, the others will too. |