(Deprecated) Bridge Amazon Echo with any Home Automation Hub through http api
5.7K
Use Amazon Echo to voice control your home automation devices (uses http commands between the echo and your home automation controller)
On unRaid, install from the Community Repositories and enter the app folder location and the port for the webUI.
On other platforms, you can run this docker with the following command:
docker run -d --name="AmazonEcho-HA-Bridge" --net="host" -e SERVERIP="192.168.X.X" -e SERVERPORT="XXXX" -v /path/to/config/:/config:rw -v /etc/localtime:/etc/localtime:ro aptalca/docker-amazon-echo-ha-bridge
-e VERSION="0.X.X"See the linked thread for setup instructions: http://forum.micasaverde.com/index.php/topic,31920.msg231970.html#msg231970
NEW:
You can now access the WebUI at http://SERVERIP:SERVERPORT/configurator.html
It is much much easier to manage connected devices that way
2015-08-20 - Set max memory for java so it doesn't hog unnecessary resources on multipurpose servers - Allow for custom version install by passing environment variable in docker run as -e VERSION="0.X.X"
2015-08-17 - Updated jar to latest version 0.2.1 - The bridge now runs as user nobody instead of root - Updated to phusion 0.9.17 baseimage
2015-07-17 - Updated jar to latest version 0.2.0
Content type
Image
Digest
sha256:0ccc88ed8…
Size
454.1 MB
Last updated
almost 11 years ago
docker pull aptalca/docker-amazon-echo-ha-bridge