NEWS
Sonos in Abhängigkeit von HUE
-
Hallo zusammen,
Hab folgendes in Blocky zusammengefügt. Bin Anfänger. Leider spielt die Sonos nix ab.
Hab ich eventuell etwas vergessen?1<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="on" id="c08~!?}h/;gsL^zE(OMo" x="-412" y="38">
<field name="OID">hue.0.Bad.level</field>
<field name="CONDITION">any</field>
<field name="ACK_CONDITION"></field>
<statement name="STATEMENT">
<block type="controls_if" id="#F]0/Q8r1ut@.?^FOc-6">
<value name="IF0">
<block type="logic_compare" id="IR~LLs/L%xH)P=(Rcz*F">
<field name="OP">EQ</field>
<value name="A">
<block type="on_source" id="Qz9J,V+C3-4TJsFPJXGN">
<field name="ATTR">state.val</field>
</block>
</value>
<value name="B">
<block type="math_number" id="yb+v2-:?bRaB?bM)Wk[j">
<field name="NUM">100</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="control" id="0,KyWH6YQux.JP0zd;*k">
<mutation delay_input="false"></mutation>
<field name="OID">sonos.0.root.192_168_1_32.favorites_list</field>
<field name="WITH_DELAY">FALSE</field>
<value name="VALUE">
<block type="text" id="y2e8}+q(WtF|~z34=UeV">
<field name="TEXT">Klassik Radio</field>
</block>
</value>
<next>
<block type="control" id="i,US#D(d-MvlyZy@TJFK">
<mutation delay_input="false"></mutation>
<field name="OID">sonos.0.root.192_168_1_32.play</field>
<field name="WITH_DELAY">FALSE</field>
<value name="VALUE">
<block type="logic_boolean" id="`4b)P{/aMq-?%k91Lq_4">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>
</next>
</block>
</statement>
</block>
</statement>
</block>
</xml> -
@dezimal
So es funktioniert soweit das er beim einschalten vom Licht auf 100% die Sonos startet. Aber leider nicht mit dem ausgewählten Favoriten. Hat jemand vielleicht eine Idee woran es liegen kann? -
Hallo dezimal,
probiere mal statt "Favorites_list" den Datenpunkt "Favorites_set".
Beispiel-Block:
-
Super vielen Dank hat jetzt geklappt