armzilla / amazon-echo-ha-bridge

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

Logitech Harmony Support #17

Closed hackworth closed 9 years ago

hackworth commented 9 years ago

Support for Logitech Harmony Home Control, doesn't seem to break discovery for the Echo.

emiliosic commented 9 years ago

That would be great; I also have both devices

digitaldan commented 9 years ago

+1 for me too

hackworth commented 9 years ago

@emiliosic @digitaldan Would you care to test it out?

git clone https://github.com/Hackworth/amazon-echo-ha-bridge.git
sudo apt-get install maven

Copy your data directory into amazon-echo-ha-bridge

cd amazon-echo-ha-bridge
mvn spring-boot:run -Dupnp.config.address=IPADDRESS
digitaldan commented 9 years ago

Yep I just built it off you PR, I'll let you know how it goes.

On Wed, Jul 8, 2015 at 10:55 AM Jordan Hackworth notifications@github.com wrote:

@emiliosic https://github.com/emiliosic @digitaldan https://github.com/digitaldan Would you care to test it out?

git clone https://github.com/Hackworth/amazon-echo-ha-bridge.git sudo apt-get install maven

Copy your data directory into amazon-echo-ha-bridge

cd amazon-echo-ha-bridge mvn spring-boot:run -Dupnp.config.address=IPADDRESS

— Reply to this email directly or view it on GitHub https://github.com/armzilla/amazon-echo-ha-bridge/pull/17#issuecomment-119658451 .

digitaldan commented 9 years ago

@Hackworth this looks good on my system, the logitech harmony and echo can both discover discover devices now.

armzilla commented 9 years ago

merged PR #17 into the master, pre-release 0.2.0 created