Amazon Alexa smart home skill directive for changing thermostat mode

502 views Asked by At

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

There are 2 answers

1
tig On BEST ANSWER

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
Aidan H On

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.