Skip to content

crosshj/ha-bridge-js

Repository files navigation

Join the chat at https://gitter.im/crosshj/Lobby Build Status

Use an emulated Philips Hue bridge to tie your home automation together, complete with voice control via Amazon Echo/Dot.

This bridge allows you to customize control of your devices locally using TCP and UDP with support for ZWave / ZigBee / Bluetooth using Wink hub radios (via plugin) and IR using IR blaster (pending).

image

how to

npm install
npm start
Go to localhost:80 to add devices (make sure onUrl/offUrl is valid)
Ask Alexa/Echo to discover devices
Once done, you should see your device(s) in Alexa app as "Dimmable Light"
Ask Alexa to turn your device(s) on/off or change brightness

goals

discover devices

nmap 192.168.1.* -n -sP | grep report | awk '{print $5}'

also see https://trello.com/b/C0Ao3HRg/home-automation for project status and TODO's

Docker / node / Ubuntu gotcha

Won't be able to bind node or Docker to port < 1024 unless...

sudo setcap 'cap_net_bind_service=+ep' `which node`

AND / OR

sudo setcap 'cap_net_bind_service=+ep' `which docker`

credits / influence / direction / thank you

https://github.com/armzilla/amazon-echo-ha-bridge
https://github.com/bwssytems/ha-bridge

Releases

No releases published

Packages

No packages published