Hallo,
ich habe ein Problem mit meiner linknx Installation. Zum Test habe ich eine Rule / Action definiert. Die Action / Rule funktioniert auch, leider fühlt sich der Aktor nicht angesprochen.
Meine linknx.xml sieht wie folgt aus (Ausschnitt)
<object type="1.001" id="1-1-0" gad="1/1/0">Licht</object>
<object type="1.001" id="9-1-0" gad="9/1/0">Script</object>
<rule id="test">
<condition type="object" id="9-1-0" value="on" trigger="true" />
<actionlist>
<action type="set-value" id="1-1-0" value="on" />
<action type="set-value" id="1-1-0" value="off" delay="15" />
</actionlist>
</rule>
Im Busmonitor sieht das dann wie folgt aus:
LPDU: BC 00 00 09 00 F1 00 81 3A :L_Data low from 0.0.0 to 1/1/0 hops: 07 T_DATA_XXX_REQ A_GroupValue_Write (small) 01
LPDU: BC 00 00 09 00 F1 00 80 3B :L_Data low from 0.0.0 to 1/1/0 hops: 07 T_DATA_XXX_REQ A_GroupValue_Write (small) 00
Also ich interpretiere da einschalten, 15 Sekunden später ausschalten. Aber, es passiert nichts. Der Aktor macht nichts.
Wenn ich nun in knxweb einen Schalter definiere klappt es. Auf dem Bus sieht es dann aber auch wie folgt aus:
LPDU: BC 00 00 09 00 F1 00 81 3A :L_Data low from 0.0.0 to 1/1/0 hops: 07 T_DATA_XXX_REQ A_GroupValue_Write (small) 01
LPDU: BC 11 0A 09 00 E1 00 81 31 :L_Data low from 1.1.10 to 1/1/0 hops: 06 T_DATA_XXX_REQ A_GroupValue_Write (small) 01
1.1.10 ist der Schaltaktor...
Vielleicht kann ja jemand kurz mal drüber schauen, bin für jede Hilfe (wo ich noch suchen kann) dankbar.
Viele Grüße und allen einen schönen Abend.
ich habe ein Problem mit meiner linknx Installation. Zum Test habe ich eine Rule / Action definiert. Die Action / Rule funktioniert auch, leider fühlt sich der Aktor nicht angesprochen.
Meine linknx.xml sieht wie folgt aus (Ausschnitt)
<object type="1.001" id="1-1-0" gad="1/1/0">Licht</object>
<object type="1.001" id="9-1-0" gad="9/1/0">Script</object>
<rule id="test">
<condition type="object" id="9-1-0" value="on" trigger="true" />
<actionlist>
<action type="set-value" id="1-1-0" value="on" />
<action type="set-value" id="1-1-0" value="off" delay="15" />
</actionlist>
</rule>
Im Busmonitor sieht das dann wie folgt aus:
LPDU: BC 00 00 09 00 F1 00 81 3A :L_Data low from 0.0.0 to 1/1/0 hops: 07 T_DATA_XXX_REQ A_GroupValue_Write (small) 01
LPDU: BC 00 00 09 00 F1 00 80 3B :L_Data low from 0.0.0 to 1/1/0 hops: 07 T_DATA_XXX_REQ A_GroupValue_Write (small) 00
Also ich interpretiere da einschalten, 15 Sekunden später ausschalten. Aber, es passiert nichts. Der Aktor macht nichts.
Wenn ich nun in knxweb einen Schalter definiere klappt es. Auf dem Bus sieht es dann aber auch wie folgt aus:
LPDU: BC 00 00 09 00 F1 00 81 3A :L_Data low from 0.0.0 to 1/1/0 hops: 07 T_DATA_XXX_REQ A_GroupValue_Write (small) 01
LPDU: BC 11 0A 09 00 E1 00 81 31 :L_Data low from 1.1.10 to 1/1/0 hops: 06 T_DATA_XXX_REQ A_GroupValue_Write (small) 01
1.1.10 ist der Schaltaktor...
Vielleicht kann ja jemand kurz mal drüber schauen, bin für jede Hilfe (wo ich noch suchen kann) dankbar.
Viele Grüße und allen einen schönen Abend.
Kommentar