more G-Labs products

Author Topic: Contribution  (Read 2405 times)

February 07, 2014, 03:09:28 PM
Read 2405 times

TomTom

  • Guest
Hi!

I like your project! Currently I am evaluating the right platform for my little Home Automation Project. I am considering Enocean as Hardware Platform (not sure yet, do you have experience in Z-Wave vs. Enocean?)
As a professional .NET/C# Developer, I would be interested to contribute some parts (Enocean Driver).
Is the Windows Phone Client also Open Source? Is the connection made using HTTPS? I wouldn't like to send all my data unencrypted around the world! :-)

Regards,
Tom

February 08, 2014, 01:34:28 AM
Reply #1

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
Hi Tom,

I have no knowledge about Enocean, so can't tell. What I can tell is that Z-Wave is a good possible option.

I just saw that they also sell an Enocean daughter board for Pi for just $25. That's very cool =)
Since this is a serial device it could use HG SerialPortLib as it already happen for other serial devices as X10 CM11, W800RF32 and Z-Wave driver too. So a part of the code it's already there, you have to concentrate on the Enocean protocol.

http://www.enocean.com/fileadmin/redaktion/pdf/tec_docs/EnOceanSerialProtocol3.pdf

At this time, HG do not support https, though it will soon.
Windows Phone and Android client will be probably released as open source too. I'm just thinking about it.

February 09, 2014, 03:10:27 PM
Reply #2

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
My gosh connecting thtough HTTPS on Raspberry Pi runs like 20x times slower! =)




Hi!

I like your project! Currently I am evaluating the right platform for my little Home Automation Project. I am considering Enocean as Hardware Platform (not sure yet, do you have experience in Z-Wave vs. Enocean?)
As a professional .NET/C# Developer, I would be interested to contribute some parts (Enocean Driver).
Is the Windows Phone Client also Open Source? Is the connection made using HTTPS? I wouldn't like to send all my data unencrypted around the world! :-)

Regards,
Tom

February 15, 2014, 05:43:49 PM
Reply #3

mrx23dot

  • *
  • Information
  • Newbie
  • Posts: 16
Hi Tom,

Do you want to use off the shelf products or completely DIY nodes?
If the later, than I have perfect protocol for you: VSCP with CAN bus. (implementation in progress).

HTTP is ok for LAN, behind router, also wifi is encrypted with WPA2.
A bit more concern on forwarding through Router.

Cheers,