Amazon Alexa

Ok thanks, I figured as much.
I’ll fine tune my SmartThings approach.
Once I’ve got it cleaned up I’ll start a new thread for Google Home.

I am using Google Home with HG.
HomeGenie + Google Home
The only problem is that Google Home is cloud base. To have it availlable easly for everyone will require a dedicated cloud server. then we could have this cloud server communicate with each personnal system. This is what OpenHab did.

Hello
Forgive my ignorance but what the difference from opening the bridge to Alexa and opening HG to Alexa?
What security has the bridge got that HG dose not?
IanR

As far as I can see it’s purey down to integration in one solution against a third party intervention outside of HG in the other. One solution is neater than the other.

Hello
Dose using the bridge give any security advantages of using a skill and exposing HG ?
As there is this video (https://www.youtube.com/watch?v=4Jdo85l1OI8) that shows a way to write a GET request skills and as all element of HG are assessable by GET requests, as every light, switch, etc is also a http address.
Would it not be better if you can use Alexa to request sensor data (temp etc) as well as switch on a light?
IanR.

It depends on the level of your paranoia :wink:
In general, that might be dangerous to expose your home automation controller to the internet, as it can be exploited by abusers.

Hello
Paranoia level high if not very high that why I not want an Alexa but that is not my choice OH want it.
If the bridge can operate your light/ switches from the net how is it safer? (encrypted etc?)
Dose the bride / Alexa use any authentication?
How dose the bridge communicate with HG?
Sorry for so may question but paranoia is high :wink:
IanR

https://developer.amazon.com/docs/custom-skills/security-testing-for-an-alexa-skill.html

Hello
Been trying to do more research and read that it looks like Alexa contrails HAbridge directly on local net only is that correct?
If that is the case that good news for paranoia.
IanR

Yes, when you use HA Bridge (as a standalone service or as an interface for HG made by @David_Wallis), Alexa “sees” it and communicate with it directly in the local network, and the Bridge proxies Alexa’s request to the home automation software (HG in our case).

Hello
If I understand Alexa also contrails WeMo directly. am I correct?
WeMo has sensors. So is there a bridge for WeMo so we could get Alexa to read out sensor information from HG.
Would that not make Alexa HG a better setup?
Just an idea.
IanR

Of course it would.
But it requires a lot of time for exploration of capabilities of Alexa, because they are not documented well.

Hello
I have just got Alexa.
Has any one got or can point me to a step by step guide to how to install HG bridge.
I have down loaded the zip file but don’t know what to do next.
Thank you
IanR

Check the old HomeGenie forum. All the instructions are there.

Hi @IanR, installation should be like following (tested only with my fork of HG, but should work with Gene’s either):

  1. Download zip archive with the interface from https://github.com/davidwallis3101/HomegenieEchoBridge/releases
  2. Go to Configure -> Settings menu
  3. Use Install Interface from Actions menu
    image
  4. Upload zip archive with the interface downloaded on step 1
  5. Wait for the interface to install (you may need to restart your HG service)
  6. If interface installation was successful you will see new interface on Configure -> Settings page
    image
  7. In the configuration section for the EchoBridge interface set port used by HG
  8. Disable/enable EchoBridge interface or restart HG service
  9. Try to discover your devices with Alexa
1 Like

@Bounz is there an .hgx file to be downloaded and installed too.

No, because there is no automation program with EchoBridge interface and .hgx files are containers for HG automation programs.

@Bounz
Thank you for the instruction will have a go this week.
(from memory I am using your fork.)
IanR

Hello
dose EchoBridge still require HG to be using port 80?
I am using port 8080 and Alexa cant find any devises.
It is going to be very hard to change to 80 as other items are using this.
IanR

No, I’m runnig HG on 8090 port and everything works.
Have you changed HG port setting in EchoBridge interface options?

@Bounz in the Echobridge settings you fill out the port number HG uses but what IP address did you use. I assume it’s the IP address that HG is located on. There’s an IP address and Port number option to fill in.