Hi,
ich hoffe, helfen zu können.
Kompletter Status:
<device ise_id="xxx01" name="Antrieb Fenster SZ" config_pending="false" sticky_unreach="false" unreach="false">
<channel ise_id="xxx02" name="Antrieb Fenster SZ:0" operate="" visible="">
<datapoint ise_id="xxx22" name="BidCos-RF.EEQ00xxxxx:0.UNREACH" type="UNREACH" operations="5" timestamp="1521140603" valueunit="" valuetype="2" value="false"/>
<datapoint ise_id="xxx18" name="BidCos-RF.EEQ00xxxxx:0.STICKY_UNREACH" type="STICKY_UNREACH" operations="7" timestamp="1521140603" valueunit="" valuetype="2" value="false"/>
<datapoint ise_id="xxx04" name="BidCos-RF.EEQ00xxxxx:0.CONFIG_PENDING" type="CONFIG_PENDING" operations="5" timestamp="1521140603" valueunit="" valuetype="2" value="false"/>
<datapoint ise_id="xxx12" name="BidCos-RF.EEQ00xxxxx:0.LOWBAT" type="LOWBAT" operations="5" timestamp="1521140603" valueunit="" valuetype="2" value="false"/>
<datapoint ise_id="xxx08" name="BidCos-RF.EEQ00xxxxx:0.DUTYCYCLE" type="DUTYCYCLE" operations="5" timestamp="1521140603" valueunit="" valuetype="2" value="false"/>
<datapoint ise_id="xxx16" name="BidCos-RF.EEQ00xxxxx:0.RSSI_DEVICE" type="RSSI_DEVICE" operations="5" timestamp="1521140603" valueunit="" valuetype="8" value="216"/>
<datapoint ise_id="xxx17" name="BidCos-RF.EEQ00xxxxx:0.RSSI_PEER" type="RSSI_PEER" operations="5" timestamp="1521140603" valueunit="" valuetype="8" value="206"/>
</channel>
<channel ise_id="xxx26" name="Antrieb Fenster SZ" operate="true" visible="true">
<datapoint ise_id="xxx36" name="BidCos-RF.EEQ00xxxxx:1.LEVEL" type="LEVEL" operations="7" timestamp="1521416625" valueunit="100%" valuetype="4" value="-0.005000"/>
<datapoint ise_id="xxx37" name="BidCos-RF.EEQ00xxxxx:1.RELOCK_DELAY" type="RELOCK_DELAY" operations="2" timestamp="0" valueunit="s" valuetype="4" value=""/>
<datapoint ise_id="xxx38" name="BidCos-RF.EEQ00xxxxx:1.SPEED" type="SPEED" operations="2" timestamp="0" valueunit="100%" valuetype="4" value=""/>
<datapoint ise_id="xxx40" name="BidCos-RF.EEQ00xxxxx:1.STOP" type="STOP" operations="2" timestamp="0" valueunit="" valuetype="2" value=""/>
<datapoint ise_id="xxx39" name="BidCos-RF.EEQ00xxxxx:1.STATE_UNCERTAIN" type="STATE_UNCERTAIN" operations="5" timestamp="1521416625" valueunit="" valuetype="2" value="false"/>
<datapoint ise_id="xxx28" name="BidCos-RF.EEQ00xxxxx:1.ERROR" type="ERROR" operations="5" timestamp="1521416625" valueunit="" valuetype="16" value="0"/>
Der Unterschied bei offen oder zu liegt hier:
Verriegelt:
<datapoint ise_id="xxx36" name="BidCos-RF.EEQ00xxxxx:1.LEVEL" type="LEVEL" operations="7" timestamp="1521416625" valueunit="100%" valuetype="4" value="-0.005000"/>
Geschlosen:
<datapoint ise_id="xxx36" name="BidCos-RF.EEQ00xxxxx:1.LEVEL" type="LEVEL" operations="7" timestamp="1521416625" valueunit="100%" valuetype="4" value="0.000000"/>
Komplett offen:
<datapoint ise_id="xxx36" name="BidCos-RF.EEQ00xxxxx:1.LEVEL" type="LEVEL" operations="7" timestamp="1521416625" valueunit="100%" valuetype="4" value="1.000000"/>
Also zum schießen ohne verriegeln per xmlapi z.B.:
http://192.168.x.xx/config/xmlapi/state ... alue=0.000
Gruß
Sid