more G-Labs products

Author Topic: House renovation based on HomeGenie  (Read 784 times)

January 13, 2017, 11:42:51 AM
Read 784 times

KaZe

  • ****
  • Information
  • Sr. Member
  • Posts: 219
Hi Everyone!

I start the full house renovation, so I decided, I make the smart house based on HomeGenie.  8)
I thought I would share with you the experience and the process of developing.  :)

The plan:

Devices:
- 1xHG server (Ubuntu linux 16.04.1)
- 3xAlpha smart relays(8relays)
- 1xZ-Wave stick Gen5
- 2xZ-Wave multisensor
- 5xZ-Wave door/windows sensor
- 6xZ-Wave Heatit floor thermostat
- 5xZ-Wave Fibaro Roller Shutter2
- 1xZ-Wave Wall Dimmer
- 1xMiLight Bridge with 4 led strip
- 2xIP Cameras

Controller devices:
- android phones
- Amazon Echo dot
- Harmony Hub
- MiLight Bridge

January 13, 2017, 02:47:21 PM
Reply #1

raptorjr

  • ***
  • Information
  • Full Member
  • Posts: 78
Looking forward to follow this =)

January 24, 2017, 08:57:24 PM
Reply #2

KaZe

  • ****
  • Information
  • Sr. Member
  • Posts: 219
Preparing Relay Controllers...

L1...L16  - Lamps
K1...K16 - Wall switches
« Last Edit: January 24, 2017, 08:59:01 PM by KaZe »

January 24, 2017, 09:12:50 PM
Reply #3

KaZe

  • ****
  • Information
  • Sr. Member
  • Posts: 219
First experience:

1. I created a TCP program to relays controller. It create 8 light virtual switches. The domain HomeAutomation.NetworkRelays. This works fine.

2. I create the other TCP program like the first one. I modify the domain name to HomeAutomation.NetworkRelays2. It's create the new 8 light virtual switches, but It's quarreled with the first TCP program. If I switch the 2. TCP virtual switches, the 1. relay controller change the relay status, not the 2.
The solution:
I changed the domain to Relay2.NetworkRelay2, and It't works fine (I do not understand why  :) )

3. I create the 3. TCP program with Relay3.Networkrelays3 domain.

Now the 3 relay controller works fine together.

To be continued ... ;D
« Last Edit: January 24, 2017, 09:15:45 PM by KaZe »