Logo

Asking Alexa for the temperature and humidity from a Particle Photon

August 30, 2016

Last week, I received an Amazon Tap, which was given to those who successfully published 3 Alexa skills within 1 month of attending a sponsored Alexa 101 hackathon. I even tweeted my excitement!

A lot of the use cases floating around for Alexa are related to making a smarter home. My first step towards achieving this is asking Alexa what the current temperature and humidity is in my house. To do this, I used my original particle-weather-station project.

The project still uses the Particle Photon and a DHT11 sensor. But, instead of visualizing the data on a dashboard, I can ask Alexa for the current temperature or humidity.

To see how it works, check out the source code and video.