armzilla / amazon-echo-ha-bridge

emulates philips hue api to other home automation gateways
Apache License 2.0
710 stars 168 forks source link

How to control Insteon Hub 2242-222 with OpenHAB and Amazon Echo #66

Open monajalal opened 8 years ago

monajalal commented 8 years ago

Hi,

Do you have any patch for integrating Amazon Echo, OpenHAB and Insteon Hub? I am running OpenHAB on a Raspberry Pi model 2.

--> Amazon Alexa app only gets integrated with homekit version (2245-222) of Insteon hub.

Thanks, Mona Jalal.

sipvoip commented 8 years ago

Since your not using the Alexa app directly, but via the the amazon-echo-ha-bridge it does not matter what Insteon HUB you use. In fact it works with any on/off / dimmer switch in OpenHab.

bubba198 commented 8 years ago

FYI all of my "emulated" devices do show up in the native Alexa app just as I have named them in the amazon-echo-ha-bridge web GUI configuration page. Of course I can't change them from the app other than delete them one by one of delete all...

monajalal commented 8 years ago

@sipvoip @bubba198 so I have used both the name of the switch (Toggle_1) I have used in iotpi.items file in openhab as well as the name of the light that shows in Amazon Alexa app (Hue3). None of them turn off the light using the Amazon HA configurator while I can turn off the light by saying "Alexa turn off Hue3" or by turning off the Toggle_1 using OpenHAB UI. What do you think the problem could be?

This is basically the error I get when testing ON/OFF from within configurator:

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Sat Mar 26 02:06:57 UTC 2016
There was an unexpected error (type=Not Found, status=404).
No message available
screen shot 2016-03-25 at 9 11 26 pm
relghuar commented 5 years ago

Hi, not sure if anyone is still interested... Are you using openhab2 by any chance? The /CMD servlet is part of the classicUI (and apparently even that is not official - https://community.openhab.org/t/wget-cmd-in-openhab2/12080/13), in openhab2 this was changed to /classicui/CMD, so maybe you just need to change On/Off URLs?