more G-Labs products

Author Topic: Using Alexa (Amazon Echo) with your HomeGenie-connected switches  (Read 3475 times)

September 19, 2016, 02:59:14 PM
Read 3475 times

glitch007

  • *
  • Information
  • Newbie
  • Posts: 7
I've just created a video on how to hook up the Echo with HomeGenie URLs using ha-bridge (it was simpler than I thought)
https://youtu.be/kob2IED4gPI

(If you already have the hardware, jump to: 2m13s)

Credit goes to leonowski for pointing this out in the forums: http://www.homegenie.it/forum/index.php?topic=1064.msg9714#msg9714

ha-bridge:
https://github.com/bwssytems/ha-bridge/releases

If you're totally new to homegenie, I've posted a video for beginners on how to configure the home security system program.
http://www.homegenie.it/forum/index.php?topic=1581.0
(covers how to add a zwave device to your network)

October 03, 2016, 03:42:57 PM
Reply #1

Bitcraze

  • ***
  • Information
  • Full Member
  • Posts: 73
Hi, all

I have also come across the HA-Bridge software sometime ago and working great as a Bridge between Amazon Echo and HomeGenie.

Would like to get DNLA working with HA-Brisge and HomeGenie.

October 04, 2016, 09:39:28 PM
Reply #2

jon

  • **
  • Information
  • Jr. Member
  • Posts: 32

     Glitch007 , hi

 Google Home was just released. Does ha-bridge also works on  this hardware?

Thanks,
Jon

October 10, 2016, 02:09:52 PM
Reply #3

amji71

  • *
  • Information
  • Newbie
  • Posts: 10
OR you can simply use ifttt.com and use Alexa to trigger a Maker channel event.  Maker channel can post web requests.  So, all what you need to know is your public IP for your Homegenie machine and your z-wave switch's node number and then with this command you can control it:

http://your.public.ip.address/api/HomeAutomation.ZWave/node#/Control.On

or Control.Off to switch it off.  It is that simple!   

October 10, 2016, 02:26:52 PM
Reply #4

mchias13

  • **
  • Information
  • Jr. Member
  • Posts: 45
is maker channel running locally on your alexa or pi?  if it's a remote service, then you'd need to open a port on your firewall.  using HA-bridge keeps everything local, so no need to expose anything.

October 11, 2016, 10:18:46 AM
Reply #5

[email protected]

  • *****
  • Information
  • Hero Member
  • Posts: 271
I've made an interface so you no longer need to use HA bridge :)

See feature requests thread..

I will upload a post soon with more details and a working zip :)

Means you don't need to edit deviceconfig as its all dynamic.

October 12, 2016, 04:51:49 PM
Reply #6

Bitcraze

  • ***
  • Information
  • Full Member
  • Posts: 73
Hi, David

I am very exited and eagerly waiting on your .zip, to test.

Awesome work, man!!!

October 13, 2016, 11:32:37 AM
Reply #7

[email protected]

  • *****
  • Information
  • Hero Member
  • Posts: 271
not to take away from the video in this thread and mine is no way finished but available none the less..

http://www.homegenie.it/forum/index.php?topic=1715.0

December 07, 2016, 05:29:38 PM
Reply #8

pmowry911

  • *
  • Information
  • Newbie
  • Posts: 21
Just wanted to echo that the HA-bridge works great for not using an external service to control switches via Google Home.  My glitches were the UPNP service bound to IP of the virtual nic used for Virtualbox instead of the physical nic.  It was obvious in the logs on debug mode,  but wanted to point it out in case someone else runs into a problem.  2nd issue is Google home didn't like it running on port 88 either (I already have 80 in use and 81 is HomeGenie).  So I moved it to a windows machine for know.  I'll try to move it back later by adding a 2nd IP to the same NIC on the linux box so HA-bridge can have one to itself.

Only grip is without anything special setup the wall switch I have connected to a pinball machine is included when I say to turn all lights on or off. pretty sure I can address this by building a "house lights" group as a Multiple Call Construct and say turn house lights off instead.


Next step is z-wave thermostat control, no native IP connection to mine like a nest.

Later I'll try moving homegenie to a VM so it does not have to compete for ports and give https://github.com/davidwallis3101/HomegenieEchoBridge a try.