I have a stove which is controlled by an app. I can turn on and off using the app. How to integrate Alexa on the app so that I can control the stove with Alexa?
How to connect to Alexa with my app controlling my home device?
95 Views Asked by Dahee Lee At
1
There are 1 best solutions below
Related Questions in IOT
- thingsboard: reformat shared attribute JSON before publishing via MQTT
- Not able to recieve message sent from mobile to GSM SIM900 but other functionalities working
- Python: Cannot Run Linux Terminal Commands With Scripts
- How to run Zephyr Echo Client-Server sample using nrf52840dk & nrf52840dongle?
- Communication between the Neo6m GPS and the Esp32
- Turn phone with an IR blaster into wifi enabled IR hub
- Unable to start the Coap server in a Spring boot application
- How to create a photo gallery widget/database?
- AWS IoT Self-managed certificate signing with CreateCertificateFromCsr API
- Azure IOT central command/NodeRed
- PyFirmata servo control issue (Arduino with Python)
- How to connect bluetooth devices using flutter blue plus?
- Does CdiCenteroutput support in lipari-mid & kiska - mid (55ppm)
- "Blynk Connection Issue with Arduino and ESP8266 in IoT Project"
- How to control Tuya API device with an HTML request
Related Questions in ALEXA-SKILLS-KIT
- ChangeReport does not work despite "202 accepted" response
- Customize Alexa QnA
- How to register an Amazon Alexa Servlet in a Java Springboot 3.xx application
- Alexa Echo Device doesn't show SVG image while it's showing fine in the Alexa developer console test simulator and Multimodal Responses Authoring tool
- Alexa spoken text not accepting '<' character
- Skills using APL/APLA on 3gen (ship1.1) devices
- How to register for Alexa for Apps preview?
- "The response sent by the skill was invalid. Use JSON schema validation to validate the skill response " issue while accessing from alexa skill
- Issue importing Python packages in Alexa-hosted skill
- Accept raw text for Alexa skill
- Repromting in Alexa Skill
- Alexa Skill for TV: how to allow kids to use the skill?
- Say a message for longer on alexa developer with python
- Amazon Alexa skill: Is there a way to have some intents not be allowed or listened for on a page in a skill?
- Is it possible to record meetings through Alexa?
Related Questions in SMART-DEVICE
- Where is the API from the LSC Smart Connect app, for a project with a lamp?
- Why I can get my Nest thermostat ID but not other people using the same script?
- How to get set temperature?
- Visual Basic Studio 2008 PocketPC: How to rotate screen ? (Landscape orientation)
- No access to partner - Information could not be retrieved
- CSS/JQUERY – Check if website is being viewed on Smart TV or Smart Fridge
- Smart home google action not responding and device is always offline
- How do wifi bulbs pair with the mobile
- Trigger Google Nest Camera to Take Image
- Nest Thermostats Have disappeared from Google Smart Device Management API
- Upload image or file from smart device in GeneXus
- How do I integrate python library in Android app?
- Consume ASP.Net Web API in Smart Device application
- Trying to get detailed data dumps from new google nest e thermostat
- Data payload for ZigBee thermostat to change the system mode of the thermostat in API mode
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 # Hahtags
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?
If you just want to buy it for direct use case and not build yourself you can found nice smart plug that connect to your stove. Your stove is always on but the plug will switch off or on via Alexa.
Here is one ready to use smart plug : https://www.amazon.com/gp/help/customer/display.html?nodeId=GJL9P9S22S2HBUDF
If you want to build it yourself (more fun), you can buy some smart plug controlled by RF 433MHZ or Bluetooth, etc.
Then you connect an arduino and the smart plug with a small transmitter.
Last step is too connect the arduino over internet (MQTT broker for example) and you pass data (on/off) from Alexa -> Broker -> Arduino -> SmartPlug / Stove
I did the same for a ordinary lamp : https://medium.com/@arradimohamed/voice-controlled-smart-home-with-amazon-alexa-skill-and-ios-app-3a8622bf2b55