Echo & Alexa Forums

General Category => Alexa Software Development & Technical Discussion => Topic started by: Calli on September 10, 2015, 05:19:37 pm

Title: Fauxmo not working
Post by: Calli on September 10, 2015, 05:19:37 pm
Has anyone gotten this Instructable to work? http://www.instructables.com/id/Hacking-the-Amazon-Echo/ (http://www.instructables.com/id/Hacking-the-Amazon-Echo/)

The code runs, and the Echo discovers my devices, and the fauxmo code gets the ON/OFF requests, but the Echo doesn't like (or isn't getting) the response, and says "I don't know what went wrong".

The fauxmo code times out with "HTTPConnectPool(host='blah', port=80)" Max retries exceeded..."

Title: Re: Fauxmo not working
Post by: Calli on September 12, 2015, 01:49:00 pm
Figured it out: the 'on' and 'off' methods call another URL, which I wasn't providing. Now I am.
Thanks, FabricateIO!!! 
Title: Re: Fauxmo not working
Post by: cptInsane0 on January 06, 2016, 09:08:35 am
Could you elaborate on that? I am getting pretty much the same issue.