13/05/2020, 18:21:57
(30/12/2019, 09:00:01)scant a écrit : Bonjour,
J'utilise OpenHAB depuis quelques années.
Si vous avez des questions, je peux essayer d'y répondre. (Je n'ai pas tout lu donc peut-être que la réponse est déjà trouvée ;-) )
Bonjour,
Peut tu m'aider a comprendre la structure pour configurer mes actionneur KNX :
Voici l'exemple que je suis pour le fichier knx.things
Code :
Bridge knx:ip:GIRA2167 "GIRA KNX/IP Router" @ "KNX" [
type="ROUTER",
ipAddress="224.0.23.12",
portNumber=3671,
localIp="172.16.13.100",
readingPause=50,
responseTimeout=10,
readRetriesLimit=3,
autoReconnectPeriod=30,
localSourceAddr="1.2.200" ]
{
Thing device GW90741_4 "Switch Actuator 4" @ "KNX" [ address="1.1.4", fetch=false, pingInterval=600, readInterval=0 ]
{
Type switch : Channel_41 "Channel 4.1" [ ga="1/0/12+<1/2/12" ]
Type switch : Channel_42 "Channel 4.2" [ ga="1/0/13+<1/2/13" ]
Type switch : Channel_43 "Channel 4.3" [ ga="1/0/14+<1/2/14" ]
Type switch : Channel_44 "Channel 4.4" [ ga="1/0/15+<1/2/15" ]
}
Voici la partie knx.items
Code :
/* GW90741_1 */
Switch P11_Small_LED "P11 Small LED" <switch> (gGF_P11_Living,gGF_Lights,gKNX) { channel="knx:device:GIRA2167:GW90741_1:Ch_11" }
Switch P11_Large_LED "P11 Large LED" <switch> (gGF_P11_Living,gGF_Lights,gKNX) { channel="knx:device:GIRA2167:GW90741_1:Ch_12" }
Switch P11_Light "P11 Dining Light" <switch> (gGF_P11_Living,gGF_Lights,gKNX) { channel="knx:device:GIRA2167:GW90741_1:Ch_13" }
Switch P11_Terrace_Light "P11 Terrace Light" <switch> (gGF_P11_Living,gGF_Lights,gKNX) { channel="knx:device:GIRA2167:GW90741_1:Ch_14" }
Je comprend ce que représente pas la partie P11 et gGF ou gFF ?
Merci pour votre aide.
Bonne soirée.