16
Feature requests & roadmap / Re: Alexa and amazon echo skill
« on: October 14, 2016, 11:19:21 pm »Hi all,
The amazon echo has final made it way to the UK and I'm excited to get my hands on one, just wondering if anyone had looked in to adding a Linuxmce skill to control basic home automation like lights and heating ect, it seems like someone has created a skill for our slightly common sister vera but it annoyingly connects via there in house web interface so even though the code has familiar terminology like Device Ids ect it just wont simply port over.
the amazon alexa system looks simple enough at creating a skill using node.js the issue i have is just trying to think of the best way of implementing a secure external api type interface so that the external amazon alexa voice service can send and receive commands to our internal DCErouter.
Just thought id put it out there and see if anyone had looked into this or had any ideas of the best way of implementing a solution.
cheers
Whats your development skillset?
I was looking into creating some interfaces for this, but it needs to be a 2 part system.
- Simple http interface for doing the initial security handshake. google has some nice code for doing this, i did it successfully in my tests. It would need to be handled per cloud service: Alexa, Smartthings, google, iftt, etc
- A proper http api exposing proper endpoints for these things to communicate.
i have been working on work and an xbmc device so ive been busy. but if you are serious, we can attack this problem and get something basic like light control going.
-lb