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.
Amazon Alexa smart home skill directive for changing thermostat mode
537 Views Asked by JSnow At
2
There are 2 best solutions below
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.
Related Questions in AWS-LAMBDA
- How to get rows count from Amazon DynamoDB using Lambda AWS
- Querying DynamoDB with Lambda does nothing
- undefined is not a function after refactor
- Async AWS Lambda not executed if caller returns too early
- In amazon lambda, resizing multiple thumbnail sizes in parallel async throws Error: Stream yields empty buffer
- How to upload an object into S3 in Lambda?
- How to do image overlay and watermark using node.js in amazon lambda function
- Base64 encode UserData parameter for EC2 RunInstances using AWS Lambda
- AWS Lambda PHP Create Function with Zip
- Triggering a AWS Lambda from a form post
- Zip Files & Folders With No Base Directory
- Dynamically loading jar from arbitrary url
- AWSTask is not instantiable
- AWS Custom Authorizer with request parameters
- Parse OSM PBF in AWS Lambda and S3
Related Questions in ALEXA-SKILLS-KIT
- How do you use a Let's Encrypt certificate with the Alexa service?
- Maximum number of slot values in Alexa skill setup
- Alexa-Skill Monetization possibilities for developers
- Alexa skill doesn't interpret some stuff correctly
- Sort alexa rank live
- Connecting Amazon Alexa to web_lirc, best practice?
- How to create an event in google calendar from another Alexa Skill Kit?
- Amazon Alexa Account Linking Throws Session Timeout on redirect
- AWS Alexa - perform basic auth
- Deploying or publishing Alexa skills
- How to get the account info of the user when the user uses an Alexa Skill
- Registering a device as a Thing to AWS IoT and linking it with a user account
- Set a reminder/timer on an Alexa Custom Skill?
- Generic AVS smart home skill
- Alexa Skills Kit - Custom Skill that Plays Audio from our iOS app's API
Related Questions in ALEXA-SMART-HOME-SKILL
- Amazon Alexa smart home skill directive for changing thermostat mode
- How to create django backend for alexa account linking
- Alexa brightness automated tests issue
- Amazon Alexa Smart Home Skill - Centimeters for units of measure
- LWA : Not able to exchange Authorization Code for AccessToken : invalid_grant
- Thermostat is not discovered by Alexa
- How do I manage Alexa smartplugs with Smart Home Skills?
- Set range limit for temperature using Alexa Skill with AWS Lambda
- Alexa grantType 'authorization_code', pitangui redirect access token ok. Interaction phase do not start
- Has the language support for Garage_door Alexa Smart Home Skill feature been expanded?
- Alexa Smart Home Error Response in the documentation is not clear enough
- Parsing error due to invalid body ASK CLI
- Alexa can't discover device if interface is changed from Alexa.PowerController to Alexa.DoorbellEventSource
- Amazon Alexa Get Access token
- Alexa home skill request not reaching lambda function after a while
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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).