HomeGenie Forum
General Category => General Discussion => Topic started by: djaevla on March 02, 2016, 11:14:12 AM
-
Hello,
first of all: this is a really great project! Because of that, we plan to build a new house and want some home automation stuff (control lights, shutters and so on) and we are looking for the right home automation standard with wires (we don't want wireless). That is why we ended up with KNX and want to connect it to the HomeGenie Server running on an banana pi.
Can anyone tell me from experience, how I can connect KNX to HomeGenie? Is it simple enough that the electrician install the knx sensors and actors and then buy a KNX IP Gateway to connect to the home network? What are possible problems/downsides with that solution?
Thanks in advance!!!
Greetz
-
Homegenie can currently control X10, Insteon, ZWave, and a couple other standards. I'm not familiar with KNX but I suspect it is not currently supported as it appears to be a different protocol. If you wanted to use HG, you would need the protocol included which would require someone with enough knowledge of the protocol and C# experience write something. If you can do that part, you could submit it to the project and both you and other users would be able to use the KNX hardware. The project is open source, but Gene is the primary coder and does so in his free time. If you were to provide a controller and example hardware to him, he *might* be able to develop the KNX protocol but that would be his call.
-
Thanks for your answer and sorry for the late response from me.
The homepage and the Docs say that there is already knx support, or is it not?
Homepage
Designed on a multi-standard basis, HomeGenie can interface to various devices such as X10, Insteon, Z-Wave, Philips Hue, UPnP/DLNA, RFXCom, KNX, communicate
Docs
http://www.homegenie.it/docs/doxy/annotated.html (http://www.homegenie.it/docs/doxy/annotated.html)
-
Yup, looks that way. I don't use it so I can't help but if Gene says it works then he at least has the provisions for it. Whether it's been tested or not I don't know.
-
KNX support can be added from the package manager:
https://github.com/genielabs/homegenie-packages/tree/master/packages/Devices%20and%20Things/KNX%20device%20modules
it's untested though.