Difference between revisions of "EIB/KNX Basics"
m (Reordering the needed things) |
(→Topology) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[category: Automation]] | [[category: Automation]] | ||
= Topology = | = Topology = | ||
+ | == Logic == | ||
+ | * Each device has an address. | ||
+ | * An address looks like XX/YY/ZZ | ||
+ | ** XX and YY are considered line designations. | ||
+ | ** XX can be 0-15 | ||
+ | ** YY can be 0-15 | ||
+ | ** ZZ can be 0-254 | ||
+ | |||
== Connectivity == | == Connectivity == | ||
There are four ways EIB/KNX telegrams are transported | There are four ways EIB/KNX telegrams are transported | ||
Line 20: | Line 28: | ||
== Must Haves == | == Must Haves == | ||
Each KNX network NEEDS | Each KNX network NEEDS | ||
− | * ETS - The programming software for the KNX bus. This is software you have to buy from Konnex (the committee behind KNX) and it is priced at around 400EUR. | + | * ETS - The programming software for the KNX bus. This is software you have to buy from Konnex (the committee behind KNX) and it is priced at around 400EUR. A [http://www.knx.org/knx-tools/ets4/download/ demo] can be downloaded as well. |
* A KNX power supply | * A KNX power supply | ||
[[Image:Knx-psu.jpg]] | [[Image:Knx-psu.jpg]] | ||
Line 30: | Line 38: | ||
A sensor sends out telegrams and has logic built it. | A sensor sends out telegrams and has logic built it. | ||
=== Actors === | === Actors === | ||
− | Most actor devices are available in so called REG format. They end up in your central wiring closet. | + | Most actor devices are available in so called REG format. They end up in your central wiring closet. The actor pictures below is a single device controlling up to 8 output ports. |
[[Image:Knx-jal.jpg]] | [[Image:Knx-jal.jpg]] | ||
− | There are also devices available which live outside of the | + | There are also devices available which live outside of the wiring closet. |
[[Image:Knx-jal-ap.jpg]] | [[Image:Knx-jal-ap.jpg]] |
Latest revision as of 17:47, 3 February 2016
Contents
Topology
Logic
- Each device has an address.
- An address looks like XX/YY/ZZ
- XX and YY are considered line designations.
- XX can be 0-15
- YY can be 0-15
- ZZ can be 0-254
Connectivity
There are four ways EIB/KNX telegrams are transported
- Twisted Pair
- Powerline
- RF
- IR
We only look at twisted pair, as that is the most common.
Layout
A KNX TP network can be wired any way you want as long as you keep the following things in mind:
- DO NOT make a ring
- No more than 64 devices on a single bus
- Multiple bus can be connected together using line couplers
- Maximum distance is 350m per power supply unit (with a total maximum for a single bus of 1000m)
Devices Needed
Must Haves
Each KNX network NEEDS
- ETS - The programming software for the KNX bus. This is software you have to buy from Konnex (the committee behind KNX) and it is priced at around 400EUR. A demo can be downloaded as well.
- A KNX power supply
- An option to connect KNX to the computer. Easiest are KNX/IP gateways, as they can be far away from a computer
Other Devices
KNX devices can be split into two things. Actors and sensors. An actor receives a telegram to do stuff and reports status. A sensor sends out telegrams and has logic built it.
Actors
Most actor devices are available in so called REG format. They end up in your central wiring closet. The actor pictures below is a single device controlling up to 8 output ports.
There are also devices available which live outside of the wiring closet.
Sensors
Sensors are for example switches that you put on the wall to send out telegrams, or motion sensors (PIR) to send out telegrams whenever motion or a change of brightness is detected.
Cabling
There is dedicated KNX cable available (mostly green in color) which contains 2 pairs. Red/Black/White and Yellow. Normally you only use red and black. The other pair can be utilized for a parallel bus for other stuff, or as a backup in case something breaks in the first pair.