8

Which protocols are used in Europe? I'm more interested in "higher layer" protocols (e.g. light bulb control) than with the physical layer, but those will be welcome too.

Does the KNX standard have that "high layer" behaviour defined or it's just for physical layer (wires, electric power and RF)?

Kevin Vermeer
  • 19,989
  • 8
  • 57
  • 102
rnunes
  • 831
  • 2
  • 11
  • 21

4 Answers4

5

There is Common External Message Interface (cEMI) which should be independent of the physical layer. Openremote has also a nice technical overview of KNX.

hlovdal
  • 999
  • 1
  • 13
  • 21
3

Z-Wave is the facto industry standard for wireless home automation (the next X10), and there are hundreds of products Z-Wave enabled. Digikey has boards and dev kits, and there is even a small power plug linux box with Z-Wave and ethernet embedded.

http://www.z-wave.com/modules/Products/?id=66&chk=94b8927269761c1a0c94de9268724ddb

http://web1.zen-sys.com/modules/Products&Techonology/?id=33&chk=7c18247ff46da755b3d1753888e2a342

http://www.tricklestar.com/US/300ZW_US_W.html

http://www.ionicsplug.com/stratusplusplus.html

http://www.digiwave.dk/en/programming/an-introduction-to-the-z-wave-protocol/

http://www.digiwave.dk/en/programming/an-introduction-to-z-wave-programming-in-c/

http://www.smarthome-products.com/p-625-homepro-zcu201-z-wave-usb-interface-euro.aspx

http://plugcomputer.org/plugforum/index.php?topic=1462.0

avra
  • 1,872
  • 3
  • 14
  • 21
  • Z-Wave is a proprietary wireless communications protocol competing in the same market as Zigbee which is a standard. – Martin Sep 15 '11 at 12:29
  • ZigBee does not define how to switch or dim a bulb, and Z-Wave does exactly that. With ZigBee you need some higher level protocol for home automation and so far I am not aware of any widely used and supported by industry. Therefore although Z-Wave is proprietary protocol, it wins in all fields with so many players offering compatible switches, dimmers, meters and other stuff needed in home automation. Future might change this, but this is the current situation. It even has X10 gateways so you can also use it with existing installations. – avra Sep 20 '11 at 10:24
1

In my experience, the answer to your first question is: they all are. Any "fieldbus" system you can find, from RS485 through CAN and LON to TCP/IP based protocols are all used.

Martin
  • 8,320
  • 1
  • 22
  • 30
-1

KNX is not only the most widely use (in the world, not just Europe) but it is fully decentralized technology so that your installation don't depend on any device whereas Zwave uses nodes (If one node crashes, a whole part of your installation crashes). Also I've heard all the Zwave chips came from the same company. So even if many UNIX lovers go for Zwave, I went KNX. DALI is just for lights and can fit very well with KNX or Zwave. I detest depending on one company alone. That's why I went KNX for my installation. Also, I've found out some professional that knew the KNX, but if I want I can call someone else or learn myself (if I take the time).

  • Welcome to EE.SE. This is not the traditional forum you may be used to. It's a Q&A site. Your answer is more of a chat or blog and doesn't really answer the question "_Does the KNX standard have that "high layer" behaviour defined or it's just for physical layer (wires, electric power and RF)?_" You may wish to edit. See the [Help Center](http://electronics.stackexchange.com/help). – Transistor Aug 21 '16 at 19:55