2
votes

I am building a smart home skill on amazon alexa. I am trying to figure out a way so that the user can change the mode of thermostat, i.e an user can give it command to set the mode from 'auto' to 'custom'.I cannot figure out which directive to use for that. Or can I create additional commands? I am kind of new to the platform, so any help will be appreciated.

2
What are you looking for? How to pass the command user telling to Alexa? Or Alexa to connect with thermostat?Vijayanath Viswanathan

2 Answers

1
votes

As of October 2017 the Smart Home Skill API includes support for thermostat mode. See the details here:

https://developer.amazon.com/docs/smarthome/build-smart-home-skills-for-hvac-devices.html#setpoints-temperatures-and-thermostat-mode

The end-customer experience has not been launched publicly but will be so when the new Echo devices announced three weeks ago actually ship (end of October).

0
votes

You could modify my smart home SDK to work for this purpose, you would need to make automatic and manual a channel or input depending on how you want to speak. Hope this helps.