05/02/2012, 16:21:52
Bonjour,
je débute avec EIDB/LINKNX
Soit, je suis parvenu à tout installer avec linknx version 0.0.1.29.
J'ai défini mes objets et vois bien les changement d'état dans la "console".
Par contre, j'ai fait une rule pour tester et ça ne fonctionne pas.
L'objectif état d'allumer/éteindre la lampe de mon salon toutes les 5 min.
Mais ça ne marche pas...
Voici mon fichier :
<?xml version="1.0" ?>
<config>
<services>
<smsgateway />
<emailserver />
<xmlserver type="inet" port="1028" />
<knxconnection url="ip:10.10.1.6" />
<exceptiondays />
<persistence type="file" path="/tmp/persist/" />
<ioports />
</services>
<objects>
<object type="1.001" id="All-Off" gad="0/0/4" init="request">Tout éteindre</object>
<object type="1.001" id="L-BIB-01" gad="0/0/10" init="request">Eclairage hall WC</object>
<object type="1.001" id="L-BUA-01" gad="0/0/14" init="request">Eclairage Buandrie</object>
<object type="1.001" id="L-CUIS-01" gad="0/0/6" init="request">Eclairage Cuisine - Plafond</object>
<object type="1.001" id="L-CUIS-03" gad="0/0/8" init="request">Eclairage Cuisine - Mur arrière</object>
<object type="1.001" id="L-ESC-01" gad="0/0/9" init="request">Eclairage Salon Escalier</object>
<object type="1.001" id="L-HAL-01" gad="0/0/5" init="request">Eclairage Hall entrée</object>
<object type="1.001" id="L-PAT-01" gad="0/0/11" init="request">Eclairage Patio - Mur et etang</object>
<object type="1.001" id="L-PAT-02" gad="0/0/12" init="request">Eclairage Patio - Coulissant</object>
<object type="1.001" id="L-SAL-01" gad="0/0/1" init="request">Eclairage Salon plafond</object>
<object type="1.001" id="L-SAL-02" gad="0/0/2" init="request">Eclairage Salon - Mur arriere</object>
<object type="1.001" id="L-SAM-01" gad="0/0/3" init="request">Eclairage SAM plafond</object>
<object type="1.001" id="L-TEC-01" gad="0/0/15" init="request">Eclairage Local technique</object>
<object type="1.001" id="L-TER-01" gad="0/0/7" init="request">Eclairage Terrasse Arriere</object>
<object type="1.001" id="L-WC-01" gad="0/0/13" init="request">Eclairage WC - REZ</object>
</objects>
<rule id="test toggle">
<condition type="timer" trigger="true">
<every>300</every>
</condition>
<actionlist>
<action type="toggle-value" id="L-SAL-01"/>
</actionlist>
</rule>
<logging />
</config>
Quelqu'un a une idée ?
Merci d'avance.
BeR
je débute avec EIDB/LINKNX
Soit, je suis parvenu à tout installer avec linknx version 0.0.1.29.
J'ai défini mes objets et vois bien les changement d'état dans la "console".
Par contre, j'ai fait une rule pour tester et ça ne fonctionne pas.
L'objectif état d'allumer/éteindre la lampe de mon salon toutes les 5 min.
Mais ça ne marche pas...
Voici mon fichier :
<?xml version="1.0" ?>
<config>
<services>
<smsgateway />
<emailserver />
<xmlserver type="inet" port="1028" />
<knxconnection url="ip:10.10.1.6" />
<exceptiondays />
<persistence type="file" path="/tmp/persist/" />
<ioports />
</services>
<objects>
<object type="1.001" id="All-Off" gad="0/0/4" init="request">Tout éteindre</object>
<object type="1.001" id="L-BIB-01" gad="0/0/10" init="request">Eclairage hall WC</object>
<object type="1.001" id="L-BUA-01" gad="0/0/14" init="request">Eclairage Buandrie</object>
<object type="1.001" id="L-CUIS-01" gad="0/0/6" init="request">Eclairage Cuisine - Plafond</object>
<object type="1.001" id="L-CUIS-03" gad="0/0/8" init="request">Eclairage Cuisine - Mur arrière</object>
<object type="1.001" id="L-ESC-01" gad="0/0/9" init="request">Eclairage Salon Escalier</object>
<object type="1.001" id="L-HAL-01" gad="0/0/5" init="request">Eclairage Hall entrée</object>
<object type="1.001" id="L-PAT-01" gad="0/0/11" init="request">Eclairage Patio - Mur et etang</object>
<object type="1.001" id="L-PAT-02" gad="0/0/12" init="request">Eclairage Patio - Coulissant</object>
<object type="1.001" id="L-SAL-01" gad="0/0/1" init="request">Eclairage Salon plafond</object>
<object type="1.001" id="L-SAL-02" gad="0/0/2" init="request">Eclairage Salon - Mur arriere</object>
<object type="1.001" id="L-SAM-01" gad="0/0/3" init="request">Eclairage SAM plafond</object>
<object type="1.001" id="L-TEC-01" gad="0/0/15" init="request">Eclairage Local technique</object>
<object type="1.001" id="L-TER-01" gad="0/0/7" init="request">Eclairage Terrasse Arriere</object>
<object type="1.001" id="L-WC-01" gad="0/0/13" init="request">Eclairage WC - REZ</object>
</objects>
<rule id="test toggle">
<condition type="timer" trigger="true">
<every>300</every>
</condition>
<actionlist>
<action type="toggle-value" id="L-SAL-01"/>
</actionlist>
</rule>
<logging />
</config>
Quelqu'un a une idée ?
Merci d'avance.
BeR