Thanks DrAzzy. It looks like it uses a local router based address. Is that correct?
I've done some digging and came up with this possible solution;
A javascript project that connects Amazon Echo to a coffee pot
https://www.mybridge.co/view/176842
It makes use of Google IFTTT and a local tunnel
IFTTT is used to connect the Echo (Google IFTTT) it’s a Google product and goes beyond Amazon products
https://en.wikipedia.org/wiki/IFTTT
To expose the server code to the Internet they used a tunnel
https://www.npmjs.com/package/localtunnel
The code for tunnel
https://github.com/localtunnel/localtunnel
@ClearMemory041063 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Thanks DrAzzy. It looks like it uses a local router based address. Is that correct?
I've done some digging and came up with this possible solution;
A javascript project that connects Amazon Echo to a coffee pot
https://www.mybridge.co/view/176842
It makes use of Google IFTTT and a local tunnel
IFTTT is used to connect the Echo (Google IFTTT) it’s a Google product and goes beyond Amazon products
https://en.wikipedia.org/wiki/IFTTT
To expose the server code to the Internet they used a tunnel
https://www.npmjs.com/package/localtunnel
The code for tunnel
https://github.com/localtunnel/localtunnel