JSnow
JSnow

Reputation: 1029

Amazon Alexa smart home skill directive for changing thermostat mode

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.

Upvotes: 2

Views: 534

Answers (2)

Aidan H
Aidan H

Reputation: 122

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.

Upvotes: 0

tig
tig

Reputation: 3483

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).

Upvotes: 1

Related Questions