armzilla / amazon-echo-ha-bridge

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

echo bridge emulator not responding back after successful command #70

Closed edgarauto closed 8 years ago

edgarauto commented 8 years ago

First I want to say how awesome this emulator is! I am using it with Eventghost and Housebot at the moment to control lights! Very well done!

I have been successful in getting all the devices to be discovered by Alexa and I can control my lights. The problem I am having is that the Java program does not appear to be telling the echo the command was successful. For example I am getting my lights to work (successful command sent from the emulator to Eventghost), but then Alexa comes back and tells me there is a network connection with the Hue bridge. Any idea how I can fix this! Is it a port forwarding problem?

Thanks very much in advance

v/r

edgarauto

edgarauto commented 8 years ago

Sorry, I figured it out....I did not have anything in the body of the return....its working now......I just needed to read more..sorry!