Changes

Jump to navigation Jump to search
9,176 bytes added ,  12:18, 16 November 2021
Created page with "==Switch-press-release (Recommended)== ===Button configuration in ETS:=== <br>800px</br> <br>800px</br> ===Configuration in EIB plugin:=..."
==Switch-press-release (Recommended)==

===Button configuration in ETS:===
<br>[[File:knx1.png|800px]]</br>
<br>[[File:knx2.png|800px]]</br>

===Configuration in EIB plugin:===
<br>[[File:knx3.png|800px]]</br>

===LOG:===

From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 2/0/0 data len 1: 01 - '''Button pressed'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 2/0/0 data len 1: 00 - '''Button released'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 15/15/255 destination 2/0/2 data len 1: 01 - '''Feedback sent'''


===Comment:===
For correct operation, it is required that the button, when pressed, should send 1, and when released, 0
This kind of configuration can be used for double, triple clicks and dimming

==Switch-one-phys-btn==

===Button configuration in ETS:===
<br>[[File:knx4.png|800px]]</br>
Or:
<br>[[File:knx5.png|800px]]</br>
<br>[[File:knx6.png|800px]]</br>
===Configuration in EIB plugin:===

<br>[[File:knx7.png|800px]]</br>

===LOG:===
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/3 destination 5/0/0 data len 1: 01 - '''Button pressed'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 15/15/255 destination 5/0/1 data len 1: 01 - '''Feedback sent'''

From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/3 destination 5/0/0 data len 1: 00 - '''Button pressed'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 15/15/255 destination 5/0/1 data len 1: 00 - '''Feedback sent'''

From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/3 destination 5/0/2 data len 1: 09 - '''Dimming UP started'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/3 destination 5/0/2 data len 1: 08 - '''Dimming UP finished'''

From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/3 destination 5/0/2 data len 1: 01 - '''Dimming DOWN started'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/3 destination 5/0/2 data len 1: 00 - '''Dimming DOWN finished'''

===Comment:===
Each press of the button sends 1 byte of data (alternately 0 or 1). To start / stop dimming, the button sends 9/8 or 1/0 to the dimming group address.

==Switch-two-phys-btn==

===Button configuration in ETS:===
<br>[[File:knx8.png|800px]]</br>
<br>[[File:knx9.png|800px]]</br>
===Configuration in EIB plugin:===
<br>[[File:knx10.png|800px]]</br>
===LOG:===
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 2/0/2 data len 1: 01 - '''Button 1 pressed'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 15/15/255 destination 2/0/3 data len 1: 01 - '''Feedback 2 sent'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 15/15/255 destination 2/0/0 data len 1: 01 - '''Feedback sent'''

From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 2/0/2 data len 1: 00 - '''Button 2 pressed'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 15/15/255 destination 2/0/3 data len 1: 00 - '''Feedback 2 sent'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 15/15/255 destination 2/0/0 data len 1: 00 - '''Feedback sent'''

===Comment:===
This type of configuration is used if you have physically 2 buttons on a panel, one of which always sends the command on (1) and the second off (0). In this case, 2 buttons are created in the Larnitech system, each of which can be used independently.
Most of the panels do not allow independent use of the feedback LEDs, therefore, if the keys are used independently, the indication may not work correctly.


==Switch-long-press==
===Button configuration in ETS:===
<br>[[File:knx8.png|800px]]</br>
<br>[[File:knx9.png|800px]]</br>
<br>[[File:knx13.png|800px]]</br>

===Configuration in EIB plugin:===
<br>[[File:knx14.png|800px]]</br>
===LOG:===
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 2/0/2 data len 1: 01 - '''Button 1 pressed'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 15/15/255 destination 2/0/3 data len 1: 01 - '''Feedback 2 sent'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 15/15/255 destination 2/0/0 data len 1: 01 - '''Feedback sent'''

From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 2/0/2 data len 1: 00 - '''Button 2 pressed'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 15/15/255 destination 2/0/3 data len 1: 00 - '''Feedback 2 sent'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 15/15/255 destination 2/0/0 data len 1: 00 - '''Feedback sent'''

From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 2/0/1 data len 1: 01 - '''Button 1 dimming started'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 2/0/1 data len 1: 00 - '''Button 1 dimming finished'''

From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 2/0/1 data len 1: 09 - '''Button 2 dimming started'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 2/0/1 data len 1: 08 - '''Button 2 dimming finished'''


===Comment:===
Works the same as Switch-two-phys-btn, the difference is that dimming is added.



==Temperature Sensor==

===Sensor configuration in ETS:===
<br>[[File:knx15.png|800px]]</br>
<br>[[File:knx16.png|800px]]</br>

===Configuration in EIB plugin:===
<br>[[File:knx17.png|800px]]</br>

===LOG:===
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 4/1/5 data len 3: 00 0c c4 - '''Received temperature from the sensor'''

===Comment:===
Creates a temperature sensor in the Larnitech system.

==Thermostat==

===Thermostat configuration in ETS:===
<br>[[File:knx18.png|800px]]</br>
<br>[[File:knx19.png|800px]]</br>
<br>[[File:knx20.png|800px]]</br>

===Configuration in EIB plugin:===
<br>[[File:knx21.png|800px]]</br>

===LOG:===
From EIB (BAOS, chID 0, seq_cntr 0) => source 15/15/255 destination 4/0/2 data len 3: 00 0c 4c - '''Setpoint sent to the thermostat'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 4/0/1 data len 3: 00 0c 4c - '''Setpoint received from the thermostat'''

===Comment:===
The plugin ensures temperature setpoint synchronization between a thermostat and valve-heating element in the Larnitech system

==Climate Control==

===Thermostat configuration in ETS:===
<br>[[File:knx22.png|800px]]</br>
<br>[[File:knx23.png|800px]]</br>
<br>[[File:knx19.png|800px]]</br>
<br>[[File:knx20.png|800px]]</br>
<br>[[File:knx26.png|800px]]</br>
<br>[[File:knx27.png|800px]]</br>

===Configuration in EIB plugin:===
<br>[[File:knx28.png|800px]]</br>
<br>[[File:knx29.png|800px]]</br>
<br>[[File:knx30.png|800px]]</br>


===LOG:===
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 4/3/1 data len 1: 00 - '''Turn OFF'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 4/0/1 data len 3: 00 0d 46 - '''Setpoint received'''

From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 4/3/1 data len 1: 01 - '''Turn ON'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 4/0/1 data len 3: 00 0d 46 - '''Setpoint received'''


From EIB (BAOS, chID 0, seq_cntr 0) => source 15/15/255 destination 4/0/2 data len 3: 00 0c e2 - '''Setpoint sent to the thermostat'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 4/0/1 data len 3: 00 0c e2 - '''Setpoint received'''

===Comment:===

Heat/Cool Setpoint - Must be selected if the thermostat panel has only 1 address for two setpoints. In this case, depending on the selected mode in the climate control, the following values will be taken:
*If climate control is in heating mode, Heat/Cool setpoint will be accepted as the heating setpoint. Likewise within the Cooling mode, Heat/Cool setpoint will be accepted as the cooling setpoint.
*If the climate control is in the Heating/Cooling mode, it will use add/subtract delta and set 2 setpoints (Heat and cool). For example setpoint 25 will be transformed to 23-27.


==Air Conditioner==

===Configuration in ETS:===
<br>[[File:knx31.png|800px]]</br>
<br>[[File:knx32.png|800px]]</br>
<br>[[File:knx19.png|800px]]</br>
<br>[[File:knx20.png|800px]]</br>
<br>[[File:knx26.png|800px]]</br>
<br>[[File:knx27.png|800px]]</br>
<br>[[File:knx37.png|800px]]</br>
<br>[[File:knx38.png|800px]]</br>


===Configuration in EIB plugin:===
<br>[[File:knx39.png|800px]]</br>
<br>[[File:knx40.png|800px]]</br>

===LOG:===

From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 4/3/1 data len 1: 00 - '''Turn OFF'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 4/0/1 data len 3: 00 0d 46 - '''Setpoint received'''

From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 4/3/1 data len 1: 01 - '''Turn ON'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 4/0/1 data len 3: 00 0d 46 - '''Setpoint received'''

From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 4/2/0 data len 2: 00 04 - '''Mode changed to Heating'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 15/15/255 destination 4/0/2 data len 3: 00 0c e2 - '''Setpoint sent'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 4/0/1 data len 3: 00 0c e2 - '''Setpoint received'''
From EIB (BAOS, chID 0, seq_cntr 0) => source 1/1/1 destination 4/4/0 data len 2: 00 03 - '''Sending FAN speed'''

===Comment:===

In case the device does can't send mode with the DPT 20.105 data type, but simply sends [1,2,3,4,0…], you can set your own correspondence of values to the mode

Navigation menu