NEWS
Home Connect - Siemens EQ.9 Objektabfrage GELÖST!
-
Hallo,
ich möchte gerne im Home Connect adapter den Status der Kaffeemaschiene abfragen um dann per Alexea eine Sprachausgabe machen. Leider bekomme ich die abfrage nicht hin.<block xmlns="https://developers.google.com/blockly/xml" type="on_ext" id="#lzxN=XHWCBtthN-7F`W" x="-412.86666679382324" y="-712"> <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation> <field name="CONDITION">any</field> <field name="ACK_CONDITION"></field> <value name="OID0"> <shadow type="field_oid" id="$(G29~1fil`BcOX{hGoq"> <field name="oid">homeconnect.0.SIEMENS-TI9555X9DE-68A40E809FA0.status.BSH_Common_Status_OperationState</field> </shadow> </value> <statement name="STATEMENT"> <block type="controls_if" id="D1j4/o)Xbis~~60#_@)~"> <value name="IF0"> <block type="logic_compare" id="wEEoH)H^M_%@COl[0hz|"> <field name="OP">EQ</field> <value name="A"> <block type="on_source" id="/|(0W=.}EbnYQMYzrjI)"> <field name="ATTR">id</field> </block> </value> <value name="B"> <block type="text" id="zQ3DZ_gjR)3HsqO`|SOB"> <field name="TEXT">Ready</field> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id="U}a3P/lel!}LOQo-O.27"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">alexa2.0.Echo-Devices.G090LF10720701KV.Commands.speak</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="text" id="]2|Ll_}{m+nK=1%hd*ty"> <field name="TEXT">Maschiene ist heiß</field> </block> </value> </block> </statement> </block> </statement> </block>
Kleiner Tip wäre Prima.
Grüße Obi -
@obi1973
versuch die Abfrage mal so zu machen:
-
@obi1973 sagte: bekomme ich die abfrage nicht hin.
Selektiere
Wert
anstelleObjekt ID
und vergleiche mit dem String der in der Objektansicht in Klammern steht. -
Jo das klappt.
Wie "Geil".
Danke sehr!!
Gruß Obi