Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Blockly
    5. Mein Start mit Blockly/Skripten - Hilfe bei Erstellung

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Mein Start mit Blockly/Skripten - Hilfe bei Erstellung

    This topic has been deleted. Only users with topic management privileges can see it.
    • dslraser
      dslraser Forum Testing Most Active @smartmood last edited by

      @smartmood
      klar geht das 😁

      1 Reply Last reply Reply Quote 0
      • smartmood
        smartmood last edited by smartmood

        @dslraser
        Das ist doch schonmal schön, dass es geht 😄

        Wie müsste ich denn in Blockly umsetzen, dass ein Harmony Gerät bzw. Aktion und Lampen geprüft werden ob diese an sind?

        dslraser 5 Replies Last reply Reply Quote 0
        • dslraser
          dslraser Forum Testing Most Active @smartmood last edited by dslraser

          @smartmood

          siehe unten...

          1 Reply Last reply Reply Quote 0
          • dslraser
            dslraser Forum Testing Most Active @smartmood last edited by dslraser

            @smartmood

            Du legst Dir einen eigenen Datunpunkt an. Mit Deiner Gute Nacht Routine kannst Du dann Dein Blockly über diesen Datenpunkt anschupsen.

            Bildschirmfoto 2019-05-30 um 22.30.20.png

            <xml xmlns="http://www.w3.org/1999/xhtml">
              <block type="procedures_defcustomnoreturn" id="(O)c8X-C[MCtqO5vS*^e" x="-463" y="63">
                <mutation statements="false"></mutation>
                <field name="NAME">datenpunkt anlegen</field>
                <field name="SCRIPT">Ly9EYXRlbnB1bmt0ICBlcnN0ZWxsZW4KY3JlYXRlU3RhdGUoIkVpZ2VuZV9EYXRlbnB1bmt0ZS5HdXRlX05hY2h0Lkd1dGVfTmFjaHQiLCB7CiAgICBuYW1lOiAnR3V0ZSBOYWNodCcsIAogICAgcm9sZTogJ2J1dHRvbicsCiAgICByZWFkOiAgZmFsc2UsIAogICAgd3JpdGU6IHRydWUsCiAgICAic21hcnROYW1lIjogewogICAgImRlIjogIkd1dGUgTmFjaHQgRGF0ZW5wdW5rdCIsCiAgICAic21hcnRUeXBlIjogIlNXSVRDSCIKfQp9KTs=</field>
                <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
              </block>
              <block type="procedures_callcustomnoreturn" id="`sx3r1UFlV;$o1:Eu$dG" x="-463" y="137">
                <mutation name="datenpunkt anlegen"></mutation>
                <next>
                  <block type="on_ext" id="]]A^|D#,$16@V,C[~OJs">
                    <mutation items="1"></mutation>
                    <field name="CONDITION">any</field>
                    <field name="ACK_CONDITION"></field>
                    <value name="OID0">
                      <shadow type="field_oid" id="=H0]V3r[XSst;zM^]=xZ">
                        <field name="oid">javascript.0.Eigene_Datenpunkte.Gute_Nacht.Gute_Nacht</field>
                      </shadow>
                    </value>
                    <statement name="STATEMENT">
                      <block type="controls_if" id="kfK8usI}_OV4khC@{tnK">
                        <value name="IF0">
                          <block type="logic_operation" id=";s/[$QWy.P84rt4Uvfr-" inline="false">
                            <field name="OP">AND</field>
                            <value name="A">
                              <block type="logic_compare" id="I5ew_,Qeo1Y7?:*,g1zv">
                                <field name="OP">NEQ</field>
                                <value name="A">
                                  <block type="get_value" id="OLctaaO~^wQA$IN6.SHE">
                                    <field name="ATTR">val</field>
                                    <field name="OID">harmony.0.Wohnzimmer.activities.currentStatus</field>
                                  </block>
                                </value>
                                <value name="B">
                                  <block type="math_number" id="XE8W=:=5KJcjCJ#:}HWz">
                                    <field name="NUM">0</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <value name="B">
                              <block type="logic_compare" id="f88jdjiYTtnxprig3xx@">
                                <field name="OP">EQ</field>
                                <value name="A">
                                  <block type="get_value" id="!pm/[2r|Y2im_~|3k;7(">
                                    <field name="ATTR">val</field>
                                    <field name="OID">hue.0.HueBridge.Wohnzimmer.on</field>
                                  </block>
                                </value>
                                <value name="B">
                                  <block type="logic_boolean" id="{qcZ!`0Vg_GCq6kW2m]i">
                                    <field name="BOOL">TRUE</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                          </block>
                        </value>
                        <statement name="DO0">
                          <block type="comment" id="O2v/|Hg!fYEPow*-~2Iq">
                            <field name="COMMENT">mach dies oder das...</field>
                          </block>
                        </statement>
                      </block>
                    </statement>
                  </block>
                </next>
              </block>
            </xml>
            
            smartmood 1 Reply Last reply Reply Quote 0
            • dslraser
              dslraser Forum Testing Most Active @smartmood last edited by

              @smartmood
              hier mal drei activities die geprüft werden. (Falls im Wohnzimmer dies und das an, dann mach aus und falls im Schlafzimmer aus, dann mach im Schlafzimmer an) So in der Art...

              Bildschirmfoto 2019-05-30 um 22.49.42.png

              <xml xmlns="http://www.w3.org/1999/xhtml">
                <block type="procedures_defcustomnoreturn" id="(O)c8X-C[MCtqO5vS*^e" x="-463" y="88">
                  <mutation statements="false"></mutation>
                  <field name="NAME">datenpunkt anlegen</field>
                  <field name="SCRIPT">Ly9EYXRlbnB1bmt0ICBlcnN0ZWxsZW4KY3JlYXRlU3RhdGUoIkVpZ2VuZV9EYXRlbnB1bmt0ZS5HdXRlX05hY2h0Lkd1dGVfTmFjaHQiLCB7CiAgICBuYW1lOiAnR3V0ZSBOYWNodCcsIAogICAgcm9sZTogJ2J1dHRvbicsCiAgICByZWFkOiAgZmFsc2UsIAogICAgd3JpdGU6IHRydWUsCiAgICAic21hcnROYW1lIjogewogICAgImRlIjogIkd1dGUgTmFjaHQgRGF0ZW5wdW5rdCIsCiAgICAic21hcnRUeXBlIjogIlNXSVRDSCIKfQp9KTs=</field>
                  <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                </block>
                <block type="procedures_callcustomnoreturn" id="`sx3r1UFlV;$o1:Eu$dG" x="-463" y="137">
                  <mutation name="datenpunkt anlegen"></mutation>
                  <next>
                    <block type="on_ext" id="]]A^|D#,$16@V,C[~OJs">
                      <mutation items="1"></mutation>
                      <field name="CONDITION">any</field>
                      <field name="ACK_CONDITION"></field>
                      <value name="OID0">
                        <shadow type="field_oid" id="=H0]V3r[XSst;zM^]=xZ">
                          <field name="oid">javascript.0.Eigene_Datenpunkte.Gute_Nacht.Gute_Nacht</field>
                        </shadow>
                      </value>
                      <statement name="STATEMENT">
                        <block type="comment" id=";bht4@[v%^rS7sNc7$%g">
                          <field name="COMMENT">Wohnzimmer</field>
                          <next>
                            <block type="controls_if" id="kfK8usI}_OV4khC@{tnK">
                              <mutation elseif="2"></mutation>
                              <value name="IF0">
                                <block type="logic_operation" id=";s/[$QWy.P84rt4Uvfr-" inline="false">
                                  <field name="OP">AND</field>
                                  <value name="A">
                                    <block type="logic_compare" id="I5ew_,Qeo1Y7?:*,g1zv">
                                      <field name="OP">NEQ</field>
                                      <value name="A">
                                        <block type="get_value" id="OLctaaO~^wQA$IN6.SHE">
                                          <field name="ATTR">val</field>
                                          <field name="OID">harmony.0.Wohnzimmer.activities.Fernsehen</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="XE8W=:=5KJcjCJ#:}HWz">
                                          <field name="NUM">0</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <block type="logic_compare" id="f88jdjiYTtnxprig3xx@">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id="!pm/[2r|Y2im_~|3k;7(">
                                          <field name="ATTR">val</field>
                                          <field name="OID">hue.0.HueBridge.Wohnzimmer.on</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="logic_boolean" id="{qcZ!`0Vg_GCq6kW2m]i">
                                          <field name="BOOL">TRUE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <statement name="DO0">
                                <block type="control" id="O3sy2f+#;7f]X@PM8YY*">
                                  <mutation delay_input="false"></mutation>
                                  <field name="OID">harmony.0.Wohnzimmer.activities.Fernsehen</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="math_number" id="6Xi#IIG~;;*v[/lhDZIE">
                                      <field name="NUM">0</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="control" id="mu+mp~uZigS.(}o%;Bil">
                                      <mutation delay_input="false"></mutation>
                                      <field name="OID">hue.0.HueBridge.Wohnzimmer.on</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="logic_boolean" id="/g:3ZQgj})m~_,yjkLJa">
                                          <field name="BOOL">FALSE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </next>
                                </block>
                              </statement>
                              <value name="IF1">
                                <block type="logic_operation" id="F_k^@b}E|G.u*Ojn]:(k" inline="false">
                                  <field name="OP">AND</field>
                                  <value name="A">
                                    <block type="logic_compare" id="^TZQzG@@I6aqG8sJ[eV-">
                                      <field name="OP">NEQ</field>
                                      <value name="A">
                                        <block type="get_value" id="|DX,Fyphe/ITkiS,#V@}">
                                          <field name="ATTR">val</field>
                                          <field name="OID">harmony.0.Wohnzimmer.activities.BluRay</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="Xr7rY?@J!Y3nwO^|T=n_">
                                          <field name="NUM">0</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <block type="logic_compare" id="nxzy2?Bj1hlquBCJpJPi">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id="*B$h=F$-2@;q`k8;m|48">
                                          <field name="ATTR">val</field>
                                          <field name="OID">hue.0.HueBridge.Wohnzimmer.on</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="logic_boolean" id=";Jpy;ng}$wm|5dg`b9k6">
                                          <field name="BOOL">TRUE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <statement name="DO1">
                                <block type="control" id="{VOx}#?aEbED_gQq76=/">
                                  <mutation delay_input="false"></mutation>
                                  <field name="OID">harmony.0.Wohnzimmer.activities.BluRay</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="math_number" id=",pbd%S+Ij3omCOd^GCRT">
                                      <field name="NUM">0</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="control" id="bvdT)1@?PD7{Fd*#*xZf">
                                      <mutation delay_input="false"></mutation>
                                      <field name="OID">hue.0.HueBridge.Wohnzimmer.on</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="logic_boolean" id="%R#Ue6(aH937zDa|}ZTx">
                                          <field name="BOOL">FALSE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </next>
                                </block>
                              </statement>
                              <value name="IF2">
                                <block type="logic_operation" id="F`k;Ki]giY.GgXAq)/Ln" inline="false">
                                  <field name="OP">AND</field>
                                  <value name="A">
                                    <block type="logic_compare" id="Tc7CGhA-P70am~)fnA=x">
                                      <field name="OP">NEQ</field>
                                      <value name="A">
                                        <block type="get_value" id="K4lw{.kF%@RbCW:f26M.">
                                          <field name="ATTR">val</field>
                                          <field name="OID">harmony.0.Wohnzimmer.activities.Kino</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="qiTI7Fxz}Lk7WqMF:?Lv">
                                          <field name="NUM">0</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <block type="logic_compare" id="kKSL+]M4T_`1OK@U49FU">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id=".f+],LAI$;5RPZ#ZYq6]">
                                          <field name="ATTR">val</field>
                                          <field name="OID">hue.0.HueBridge.Wohnzimmer.on</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="logic_boolean" id="BiaW;hpjv=f:}H+nn=x*">
                                          <field name="BOOL">TRUE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <statement name="DO2">
                                <block type="control" id="U:EscaL$85(QpuJ!RcM#">
                                  <mutation delay_input="false"></mutation>
                                  <field name="OID">harmony.0.Wohnzimmer.activities.Kino</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="math_number" id="0b=jgmOBoXR8#BIbsqbm">
                                      <field name="NUM">0</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="control" id="SK@AUS~6o6KR-EwTn]~j">
                                      <mutation delay_input="false"></mutation>
                                      <field name="OID">hue.0.HueBridge.Wohnzimmer.on</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="logic_boolean" id="Z*DLT)_*EQ8%Nko_FG0e">
                                          <field name="BOOL">FALSE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </next>
                                </block>
                              </statement>
                              <next>
                                <block type="comment" id="c`~;]_g.N!c,Hv,EO:J=">
                                  <field name="COMMENT">Schlafzimmer</field>
                                  <next>
                                    <block type="controls_if" id="tHd@z+]wO|*+x5{7(L#2">
                                      <value name="IF0">
                                        <block type="logic_operation" id="nP5(INebk[.:m-ZQEa4$" inline="false">
                                          <field name="OP">AND</field>
                                          <value name="A">
                                            <block type="logic_compare" id="?KaZ+puMUfmr[?5a(yuR">
                                              <field name="OP">EQ</field>
                                              <value name="A">
                                                <block type="get_value" id="`YeO6ytS99i4*iTu*pRb">
                                                  <field name="ATTR">val</field>
                                                  <field name="OID">harmony.0.Schlafzimmer.activities.currentStatus</field>
                                                </block>
                                              </value>
                                              <value name="B">
                                                <block type="math_number" id="OU6s@IuJ:gOx5~svPa+Q">
                                                  <field name="NUM">0</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <value name="B">
                                            <block type="logic_compare" id="RK+.nL7Cy$DNhKO%s-nU">
                                              <field name="OP">EQ</field>
                                              <value name="A">
                                                <block type="get_value" id="#=BqK|UziS|{m2M9{w_2">
                                                  <field name="ATTR">val</field>
                                                  <field name="OID">hue.0.HueBridge.Schlafzimmer.on</field>
                                                </block>
                                              </value>
                                              <value name="B">
                                                <block type="logic_boolean" id="?!8m8/Uo)U~j/twFjjj#">
                                                  <field name="BOOL">FALSE</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                      <statement name="DO0">
                                        <block type="control" id="F$C_jRQTD+b6Dk9VA(hX">
                                          <mutation delay_input="false"></mutation>
                                          <field name="OID">harmony.0.Schlafzimmer.activities.Fernsehen</field>
                                          <field name="WITH_DELAY">FALSE</field>
                                          <value name="VALUE">
                                            <block type="math_number" id="1,6pHF8(N)^XR8|#[|;{">
                                              <field name="NUM">1</field>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="control" id="/]lxffb4s9M8Sq{12I6b">
                                              <mutation delay_input="false"></mutation>
                                              <field name="OID">hue.0.HueBridge.Schlafzimmer.on</field>
                                              <field name="WITH_DELAY">FALSE</field>
                                              <value name="VALUE">
                                                <block type="logic_boolean" id=";Ly2k4/|H`IPOY6uK/XH">
                                                  <field name="BOOL">TRUE</field>
                                                </block>
                                              </value>
                                            </block>
                                          </next>
                                        </block>
                                      </statement>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </statement>
                    </block>
                  </next>
                </block>
              </xml>
              
              1 Reply Last reply Reply Quote 0
              • dslraser
                dslraser Forum Testing Most Active @smartmood last edited by

                @smartmood

                und so geht das Wohnzimmerlicht langsam aus und das im Schlafzimmerlicht langsam an.

                Bildschirmfoto 2019-05-30 um 22.55.12.png

                <xml xmlns="http://www.w3.org/1999/xhtml">
                  <block type="procedures_defcustomnoreturn" id="(O)c8X-C[MCtqO5vS*^e" x="-463" y="88">
                    <mutation statements="false"></mutation>
                    <field name="NAME">datenpunkt anlegen</field>
                    <field name="SCRIPT">Ly9EYXRlbnB1bmt0ICBlcnN0ZWxsZW4KY3JlYXRlU3RhdGUoIkVpZ2VuZV9EYXRlbnB1bmt0ZS5HdXRlX05hY2h0Lkd1dGVfTmFjaHQiLCB7CiAgICBuYW1lOiAnR3V0ZSBOYWNodCcsIAogICAgcm9sZTogJ2J1dHRvbicsCiAgICByZWFkOiAgZmFsc2UsIAogICAgd3JpdGU6IHRydWUsCiAgICAic21hcnROYW1lIjogewogICAgImRlIjogIkd1dGUgTmFjaHQgRGF0ZW5wdW5rdCIsCiAgICAic21hcnRUeXBlIjogIlNXSVRDSCIKfQp9KTs=</field>
                    <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                  </block>
                  <block type="procedures_callcustomnoreturn" id="`sx3r1UFlV;$o1:Eu$dG" x="-463" y="137">
                    <mutation name="datenpunkt anlegen"></mutation>
                    <next>
                      <block type="on_ext" id="]]A^|D#,$16@V,C[~OJs">
                        <mutation items="1"></mutation>
                        <field name="CONDITION">any</field>
                        <field name="ACK_CONDITION"></field>
                        <value name="OID0">
                          <shadow type="field_oid" id="=H0]V3r[XSst;zM^]=xZ">
                            <field name="oid">javascript.0.Eigene_Datenpunkte.Gute_Nacht.Gute_Nacht</field>
                          </shadow>
                        </value>
                        <statement name="STATEMENT">
                          <block type="comment" id=";bht4@[v%^rS7sNc7$%g">
                            <field name="COMMENT">Wohnzimmer</field>
                            <next>
                              <block type="controls_if" id="kfK8usI}_OV4khC@{tnK">
                                <mutation elseif="2"></mutation>
                                <value name="IF0">
                                  <block type="logic_operation" id=";s/[$QWy.P84rt4Uvfr-" inline="false">
                                    <field name="OP">AND</field>
                                    <value name="A">
                                      <block type="logic_compare" id="I5ew_,Qeo1Y7?:*,g1zv">
                                        <field name="OP">NEQ</field>
                                        <value name="A">
                                          <block type="get_value" id="OLctaaO~^wQA$IN6.SHE">
                                            <field name="ATTR">val</field>
                                            <field name="OID">harmony.0.Wohnzimmer.activities.Fernsehen</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="math_number" id="XE8W=:=5KJcjCJ#:}HWz">
                                            <field name="NUM">0</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="logic_compare" id="f88jdjiYTtnxprig3xx@">
                                        <field name="OP">EQ</field>
                                        <value name="A">
                                          <block type="get_value" id="!pm/[2r|Y2im_~|3k;7(">
                                            <field name="ATTR">val</field>
                                            <field name="OID">hue.0.HueBridge.Wohnzimmer.on</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="logic_boolean" id="{qcZ!`0Vg_GCq6kW2m]i">
                                            <field name="BOOL">TRUE</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <statement name="DO0">
                                  <block type="control" id="O3sy2f+#;7f]X@PM8YY*">
                                    <mutation delay_input="false"></mutation>
                                    <field name="OID">harmony.0.Wohnzimmer.activities.Fernsehen</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="math_number" id="6Xi#IIG~;;*v[/lhDZIE">
                                        <field name="NUM">0</field>
                                      </block>
                                    </value>
                                    <next>
                                      <block type="control" id="mu+mp~uZigS.(}o%;Bil">
                                        <mutation delay_input="false"></mutation>
                                        <field name="OID">hue.0.HueBridge.Wohnzimmer.command</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block type="text" id="Q6e.1}|GJ,]~f{735:Ka">
                                            <field name="TEXT">{"on":false,"transitiontime":100}</field>
                                          </block>
                                        </value>
                                      </block>
                                    </next>
                                  </block>
                                </statement>
                                <value name="IF1">
                                  <block type="logic_operation" id="F_k^@b}E|G.u*Ojn]:(k" inline="false">
                                    <field name="OP">AND</field>
                                    <value name="A">
                                      <block type="logic_compare" id="^TZQzG@@I6aqG8sJ[eV-">
                                        <field name="OP">NEQ</field>
                                        <value name="A">
                                          <block type="get_value" id="|DX,Fyphe/ITkiS,#V@}">
                                            <field name="ATTR">val</field>
                                            <field name="OID">harmony.0.Wohnzimmer.activities.BluRay</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="math_number" id="Xr7rY?@J!Y3nwO^|T=n_">
                                            <field name="NUM">0</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="logic_compare" id="nxzy2?Bj1hlquBCJpJPi">
                                        <field name="OP">EQ</field>
                                        <value name="A">
                                          <block type="get_value" id="*B$h=F$-2@;q`k8;m|48">
                                            <field name="ATTR">val</field>
                                            <field name="OID">hue.0.HueBridge.Wohnzimmer.on</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="logic_boolean" id=";Jpy;ng}$wm|5dg`b9k6">
                                            <field name="BOOL">TRUE</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <statement name="DO1">
                                  <block type="control" id="{VOx}#?aEbED_gQq76=/">
                                    <mutation delay_input="false"></mutation>
                                    <field name="OID">harmony.0.Wohnzimmer.activities.BluRay</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="math_number" id=",pbd%S+Ij3omCOd^GCRT">
                                        <field name="NUM">0</field>
                                      </block>
                                    </value>
                                    <next>
                                      <block type="control" id="`d,93^l5@8$xJ|SN;dJw">
                                        <mutation delay_input="false"></mutation>
                                        <field name="OID">hue.0.HueBridge.Wohnzimmer.command</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block type="text" id="iatN9Qv-iIrPm~gwo0V(">
                                            <field name="TEXT">{"on":false,"transitiontime":100}</field>
                                          </block>
                                        </value>
                                      </block>
                                    </next>
                                  </block>
                                </statement>
                                <value name="IF2">
                                  <block type="logic_operation" id="F`k;Ki]giY.GgXAq)/Ln" inline="false">
                                    <field name="OP">AND</field>
                                    <value name="A">
                                      <block type="logic_compare" id="Tc7CGhA-P70am~)fnA=x">
                                        <field name="OP">NEQ</field>
                                        <value name="A">
                                          <block type="get_value" id="K4lw{.kF%@RbCW:f26M.">
                                            <field name="ATTR">val</field>
                                            <field name="OID">harmony.0.Wohnzimmer.activities.Kino</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="math_number" id="qiTI7Fxz}Lk7WqMF:?Lv">
                                            <field name="NUM">0</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="logic_compare" id="kKSL+]M4T_`1OK@U49FU">
                                        <field name="OP">EQ</field>
                                        <value name="A">
                                          <block type="get_value" id=".f+],LAI$;5RPZ#ZYq6]">
                                            <field name="ATTR">val</field>
                                            <field name="OID">hue.0.HueBridge.Wohnzimmer.on</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="logic_boolean" id="BiaW;hpjv=f:}H+nn=x*">
                                            <field name="BOOL">TRUE</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <statement name="DO2">
                                  <block type="control" id="U:EscaL$85(QpuJ!RcM#">
                                    <mutation delay_input="false"></mutation>
                                    <field name="OID">harmony.0.Wohnzimmer.activities.Kino</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="math_number" id="0b=jgmOBoXR8#BIbsqbm">
                                        <field name="NUM">0</field>
                                      </block>
                                    </value>
                                    <next>
                                      <block type="control" id="V1*1Z`N|8ei91p*MQz:y">
                                        <mutation delay_input="false"></mutation>
                                        <field name="OID">hue.0.HueBridge.Wohnzimmer.command</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block type="text" id="Je*$p@e1xE(4./tr]xaR">
                                            <field name="TEXT">{"on":false,"transitiontime":100}</field>
                                          </block>
                                        </value>
                                      </block>
                                    </next>
                                  </block>
                                </statement>
                                <next>
                                  <block type="comment" id="c`~;]_g.N!c,Hv,EO:J=">
                                    <field name="COMMENT">Schlafzimmer</field>
                                    <next>
                                      <block type="controls_if" id="tHd@z+]wO|*+x5{7(L#2">
                                        <value name="IF0">
                                          <block type="logic_operation" id="nP5(INebk[.:m-ZQEa4$" inline="false">
                                            <field name="OP">AND</field>
                                            <value name="A">
                                              <block type="logic_compare" id="?KaZ+puMUfmr[?5a(yuR">
                                                <field name="OP">EQ</field>
                                                <value name="A">
                                                  <block type="get_value" id="`YeO6ytS99i4*iTu*pRb">
                                                    <field name="ATTR">val</field>
                                                    <field name="OID">harmony.0.Schlafzimmer.activities.currentStatus</field>
                                                  </block>
                                                </value>
                                                <value name="B">
                                                  <block type="math_number" id="OU6s@IuJ:gOx5~svPa+Q">
                                                    <field name="NUM">0</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                            <value name="B">
                                              <block type="logic_compare" id="RK+.nL7Cy$DNhKO%s-nU">
                                                <field name="OP">EQ</field>
                                                <value name="A">
                                                  <block type="get_value" id="#=BqK|UziS|{m2M9{w_2">
                                                    <field name="ATTR">val</field>
                                                    <field name="OID">hue.0.HueBridge.Schlafzimmer.on</field>
                                                  </block>
                                                </value>
                                                <value name="B">
                                                  <block type="logic_boolean" id="?!8m8/Uo)U~j/twFjjj#">
                                                    <field name="BOOL">FALSE</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                        <statement name="DO0">
                                          <block type="control" id="F$C_jRQTD+b6Dk9VA(hX">
                                            <mutation delay_input="false"></mutation>
                                            <field name="OID">harmony.0.Schlafzimmer.activities.Fernsehen</field>
                                            <field name="WITH_DELAY">FALSE</field>
                                            <value name="VALUE">
                                              <block type="math_number" id="1,6pHF8(N)^XR8|#[|;{">
                                                <field name="NUM">1</field>
                                              </block>
                                            </value>
                                            <next>
                                              <block type="control" id="/]lxffb4s9M8Sq{12I6b">
                                                <mutation delay_input="false"></mutation>
                                                <field name="OID">hue.0.HueBridge.Schlafzimmer.command</field>
                                                <field name="WITH_DELAY">FALSE</field>
                                                <value name="VALUE">
                                                  <block type="text" id="8OHUJz!=iuUV}{;w(@Vd">
                                                    <field name="TEXT">{"on":true,"level":100,"r":254,"g":143,"b":33,"transitiontime":30}</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </next>
                                          </block>
                                        </statement>
                                      </block>
                                    </next>
                                  </block>
                                </next>
                              </block>
                            </next>
                          </block>
                        </statement>
                      </block>
                    </next>
                  </block>
                </xml>
                
                1 Reply Last reply Reply Quote 0
                • dslraser
                  dslraser Forum Testing Most Active @smartmood last edited by

                  @smartmood

                  oder Du prüfst die activities und das Licht einzeln...(und schaltest nur das was an ist aus und im Schlafzimmer umgekehrt)
                  Jetzt kannst Du Dir was aussuchen...☺

                  Bildschirmfoto 2019-05-30 um 23.16.21.png

                  <xml xmlns="http://www.w3.org/1999/xhtml">
                    <block type="procedures_defcustomnoreturn" id="(O)c8X-C[MCtqO5vS*^e" x="-463" y="88">
                      <mutation statements="false"></mutation>
                      <field name="NAME">datenpunkt anlegen</field>
                      <field name="SCRIPT">Ly9EYXRlbnB1bmt0ICBlcnN0ZWxsZW4KY3JlYXRlU3RhdGUoIkVpZ2VuZV9EYXRlbnB1bmt0ZS5HdXRlX05hY2h0Lkd1dGVfTmFjaHQiLCB7CiAgICBuYW1lOiAnR3V0ZSBOYWNodCcsIAogICAgcm9sZTogJ2J1dHRvbicsCiAgICByZWFkOiAgZmFsc2UsIAogICAgd3JpdGU6IHRydWUsCiAgICAic21hcnROYW1lIjogewogICAgImRlIjogIkd1dGUgTmFjaHQgRGF0ZW5wdW5rdCIsCiAgICAic21hcnRUeXBlIjogIlNXSVRDSCIKfQp9KTs=</field>
                      <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                    </block>
                    <block type="procedures_callcustomnoreturn" id="`sx3r1UFlV;$o1:Eu$dG" x="-463" y="137">
                      <mutation name="datenpunkt anlegen"></mutation>
                      <next>
                        <block type="on_ext" id="]]A^|D#,$16@V,C[~OJs">
                          <mutation items="1"></mutation>
                          <field name="CONDITION">any</field>
                          <field name="ACK_CONDITION"></field>
                          <value name="OID0">
                            <shadow type="field_oid" id="=H0]V3r[XSst;zM^]=xZ">
                              <field name="oid">javascript.0.Eigene_Datenpunkte.Gute_Nacht.Gute_Nacht</field>
                            </shadow>
                          </value>
                          <statement name="STATEMENT">
                            <block type="comment" id=";bht4@[v%^rS7sNc7$%g">
                              <field name="COMMENT">Wohnzimmer</field>
                              <next>
                                <block type="controls_if" id="kfK8usI}_OV4khC@{tnK">
                                  <value name="IF0">
                                    <block type="logic_compare" id="I5ew_,Qeo1Y7?:*,g1zv">
                                      <field name="OP">NEQ</field>
                                      <value name="A">
                                        <block type="get_value" id="OLctaaO~^wQA$IN6.SHE">
                                          <field name="ATTR">val</field>
                                          <field name="OID">harmony.0.Wohnzimmer.activities.Fernsehen</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="XE8W=:=5KJcjCJ#:}HWz">
                                          <field name="NUM">0</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <statement name="DO0">
                                    <block type="control" id="O3sy2f+#;7f]X@PM8YY*">
                                      <mutation delay_input="false"></mutation>
                                      <field name="OID">harmony.0.Wohnzimmer.activities.Fernsehen</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="math_number" id="6Xi#IIG~;;*v[/lhDZIE">
                                          <field name="NUM">0</field>
                                        </block>
                                      </value>
                                    </block>
                                  </statement>
                                  <next>
                                    <block type="controls_if" id="GONm}EI41`a=0n(g.~[+">
                                      <value name="IF0">
                                        <block type="logic_compare" id="PUs]|YOHwh@zge%prG%%">
                                          <field name="OP">NEQ</field>
                                          <value name="A">
                                            <block type="get_value" id="Eb_Z.wDf2ha.+xzn]|^y">
                                              <field name="ATTR">val</field>
                                              <field name="OID">harmony.0.Wohnzimmer.activities.BluRay</field>
                                            </block>
                                          </value>
                                          <value name="B">
                                            <block type="math_number" id="+f?I#b~mjasa8o,,:3s.">
                                              <field name="NUM">0</field>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                      <statement name="DO0">
                                        <block type="control" id="w9*Fqrwj{;h(@GAP]fK$">
                                          <mutation delay_input="false"></mutation>
                                          <field name="OID">harmony.0.Wohnzimmer.activities.BluRay</field>
                                          <field name="WITH_DELAY">FALSE</field>
                                          <value name="VALUE">
                                            <block type="math_number" id="ZwEz,2rg5*D,nKiK?_zh">
                                              <field name="NUM">0</field>
                                            </block>
                                          </value>
                                        </block>
                                      </statement>
                                      <next>
                                        <block type="controls_if" id="}7{Vo{Oc=p!u]aA(f$#}">
                                          <value name="IF0">
                                            <block type="logic_compare" id="Z3xdJ14L43p$LVW]T3.@">
                                              <field name="OP">NEQ</field>
                                              <value name="A">
                                                <block type="get_value" id="Cc~#uBdXf%E=Di|F4QRa">
                                                  <field name="ATTR">val</field>
                                                  <field name="OID">harmony.0.Wohnzimmer.activities.Kino</field>
                                                </block>
                                              </value>
                                              <value name="B">
                                                <block type="math_number" id="fG~Wx(8t23ol^yjqo9BT">
                                                  <field name="NUM">0</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <statement name="DO0">
                                            <block type="control" id="yrd7`ybQt*UXYibES;~3">
                                              <mutation delay_input="false"></mutation>
                                              <field name="OID">harmony.0.Wohnzimmer.activities.Kino</field>
                                              <field name="WITH_DELAY">FALSE</field>
                                              <value name="VALUE">
                                                <block type="math_number" id="^KdT|m/.n(Y1SnMv^Z!W">
                                                  <field name="NUM">0</field>
                                                </block>
                                              </value>
                                            </block>
                                          </statement>
                                          <next>
                                            <block type="controls_if" id="D-y7u,8BqNRFjYgi.o@L">
                                              <value name="IF0">
                                                <block type="logic_operation" id="grjeUH@XJUJBIgOXq:]+" inline="false">
                                                  <field name="OP">OR</field>
                                                  <value name="A">
                                                    <block type="logic_compare" id="kKSL+]M4T_`1OK@U49FU">
                                                      <field name="OP">EQ</field>
                                                      <value name="A">
                                                        <block type="get_value" id=".f+],LAI$;5RPZ#ZYq6]">
                                                          <field name="ATTR">val</field>
                                                          <field name="OID">hue.0.HueBridge.Fernsehlampe_links.on</field>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <block type="logic_boolean" id="BiaW;hpjv=f:}H+nn=x*">
                                                          <field name="BOOL">TRUE</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <value name="B">
                                                    <block type="logic_compare" id="znmG]v**KlwTsMZI])[/">
                                                      <field name="OP">EQ</field>
                                                      <value name="A">
                                                        <block type="get_value" id="|_hwu/VVbR+bU@,W=D`B">
                                                          <field name="ATTR">val</field>
                                                          <field name="OID">hue.0.HueBridge.Fernsehlampe_rechts.on</field>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <block type="logic_boolean" id="vc+KYvF73p2zHe.tN*1g">
                                                          <field name="BOOL">TRUE</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <statement name="DO0">
                                                <block type="control" id="mu+mp~uZigS.(}o%;Bil">
                                                  <mutation delay_input="false"></mutation>
                                                  <field name="OID">hue.0.HueBridge.Fernsehlampe_links.command</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="text" id="Q6e.1}|GJ,]~f{735:Ka">
                                                      <field name="TEXT">{"on":false,"transitiontime":100}</field>
                                                    </block>
                                                  </value>
                                                  <next>
                                                    <block type="control" id="a)hoOR}rG]l49@lvC[,!">
                                                      <mutation delay_input="false"></mutation>
                                                      <field name="OID">hue.0.HueBridge.Fernsehlampe_rechts.command</field>
                                                      <field name="WITH_DELAY">FALSE</field>
                                                      <value name="VALUE">
                                                        <block type="text" id="NO|N$o(/dNiTr2z-S6y-">
                                                          <field name="TEXT">{"on":false,"transitiontime":100}</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </next>
                                                </block>
                                              </statement>
                                              <next>
                                                <block type="comment" id="c`~;]_g.N!c,Hv,EO:J=">
                                                  <field name="COMMENT">Schlafzimmer</field>
                                                  <next>
                                                    <block type="controls_if" id="tHd@z+]wO|*+x5{7(L#2">
                                                      <value name="IF0">
                                                        <block type="logic_compare" id="?KaZ+puMUfmr[?5a(yuR">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="get_value" id="`YeO6ytS99i4*iTu*pRb">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">harmony.0.Schlafzimmer.activities.currentStatus</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="math_number" id="OU6s@IuJ:gOx5~svPa+Q">
                                                              <field name="NUM">0</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO0">
                                                        <block type="control" id="F$C_jRQTD+b6Dk9VA(hX">
                                                          <mutation delay_input="false"></mutation>
                                                          <field name="OID">harmony.0.Schlafzimmer.activities.Fernsehen</field>
                                                          <field name="WITH_DELAY">FALSE</field>
                                                          <value name="VALUE">
                                                            <block type="math_number" id="1,6pHF8(N)^XR8|#[|;{">
                                                              <field name="NUM">1</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </statement>
                                                      <next>
                                                        <block type="controls_if" id="h4gx7r%MlZ;q;Ws1r@y2">
                                                          <value name="IF0">
                                                            <block type="logic_operation" id="]n`;?*GZ)jg*N?T!%@$]" inline="false">
                                                              <field name="OP">OR</field>
                                                              <value name="A">
                                                                <block type="logic_compare" id="RK+.nL7Cy$DNhKO%s-nU">
                                                                  <field name="OP">EQ</field>
                                                                  <value name="A">
                                                                    <block type="get_value" id="#=BqK|UziS|{m2M9{w_2">
                                                                      <field name="ATTR">val</field>
                                                                      <field name="OID">hue.0.HueBridge.Schlafzimmerlampe_links.on</field>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="logic_boolean" id="?!8m8/Uo)U~j/twFjjj#">
                                                                      <field name="BOOL">FALSE</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_compare" id="K}R?g$w4FbI9oMtnlokt">
                                                                  <field name="OP">EQ</field>
                                                                  <value name="A">
                                                                    <block type="get_value" id="A)AGVkmbxp_iiLbu)JGY">
                                                                      <field name="ATTR">val</field>
                                                                      <field name="OID">hue.0.HueBridge.Schlafzimmerlampe_rechts.on</field>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="logic_boolean" id="L)O$GGRa_#fA)3H[4m`=">
                                                                      <field name="BOOL">FALSE</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO0">
                                                            <block type="control" id="/]lxffb4s9M8Sq{12I6b">
                                                              <mutation delay_input="false"></mutation>
                                                              <field name="OID">hue.0.HueBridge.Schlafzimmerlampe_links.command</field>
                                                              <field name="WITH_DELAY">FALSE</field>
                                                              <value name="VALUE">
                                                                <block type="text" id="8OHUJz!=iuUV}{;w(@Vd">
                                                                  <field name="TEXT">{"on":true,"level":100,"r":254,"g":143,"b":33,"transitiontime":30}</field>
                                                                </block>
                                                              </value>
                                                              <next>
                                                                <block type="control" id="65`%qlpe)7QcP+e^7Ge@">
                                                                  <mutation delay_input="false"></mutation>
                                                                  <field name="OID">hue.0.HueBridge.Schlafzimmerlampe_rechts.command</field>
                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                  <value name="VALUE">
                                                                    <block type="text" id="tdUi`_fBBwPl4Uf$iEpA">
                                                                      <field name="TEXT">{"on":true,"level":100,"r":254,"g":143,"b":33,"transitiontime":30}</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </statement>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </next>
                                        </block>
                                      </next>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </statement>
                        </block>
                      </next>
                    </block>
                  </xml>
                  
                  1 Reply Last reply Reply Quote 0
                  • smartmood
                    smartmood last edited by

                    @dslraser

                    sehr cool, danke dir 😄 Das muss ich dann erstmal ausprobieren....

                    1 Reply Last reply Reply Quote 0
                    • smartmood
                      smartmood last edited by

                      @dslraser

                      Hey, ich möchte gerade versuchen deine Posts umzusetzen.
                      Das fängt schon gut mit dem ersten Schritt an 😉 ich habe wirklich 0 Ahnung wo und wie ich diesen Datenpunkt anlegen soll^^
                      Könntest du das Step by Step erklären, wenn mal Zeit ist? 😄

                      dslraser 1 Reply Last reply Reply Quote 0
                      • dslraser
                        dslraser Forum Testing Most Active @smartmood last edited by dslraser

                        @smartmood
                        den legt das Script selbst an.

                        klick mal da ganz rechts drauf
                        Screenshot_20190531-210901_Chrome.jpg

                        1 Reply Last reply Reply Quote 0
                        • smartmood
                          smartmood last edited by smartmood

                          @dslraser

                          Ah ok also ich hab jetzt auf </> geklickt und dass erscheint ein Skript:

                          //Datenpunkt erstellen
                          createState("Eigene_Datenpunkte.Gute_Nacht.Gute_Nacht", {
                          name: 'Gute Nacht',
                          role: 'button',
                          read: false,
                          write: true,
                          "smartName": {
                          "de": "Gute Nacht Datenpunkt",
                          "smartType": "SWITCH"
                          }
                          });

                          Das habe ich gespeichert....

                          1 Reply Last reply Reply Quote 0
                          • smartmood
                            smartmood last edited by smartmood

                            @dslraser

                            Ich versuche mich immernoch an dem Datenpunkt^^

                            Wie einen Post oben drüber erscheint unter </> folgendes:

                            //Datenpunkt erstellen
                            createState("Eigene_Datenpunkte.Gute_Nacht.Gute_Nacht", {
                            name: 'Gute Nacht',
                            role: 'button',
                            read: false,
                            write: true,
                            "smartName": {
                            "de": "Gute Nacht Datenpunkt",
                            "smartType": "SWITCH"
                            }
                            });

                            Dort bin ich auf Speichern gegangen....

                            Müsste jetzt nicht theoretisch der Datenpunkt unter Objekte unter Javascript zu finden sein?

                            Ich habe in der Alexa App mal eine Routine angelegt:
                            Wenn folgendes passiert / Sprachbefehl/ Alexa, Gute Nacht
                            Alexa sagt/ Benutzerdefiniert/ Ok

                            Mit dieser Routine muss ich das ganze dann verknüpfen oder?
                            Edit: Nicht verknüpfen sondern "starten"

                            dslraser 1 Reply Last reply Reply Quote 0
                            • dslraser
                              dslraser Forum Testing Most Active @smartmood last edited by

                              @smartmood
                              Du musst das Blockly einmal starten, dann wird der Datenpunkt erstellt. Schau dann mal unter javascript.0 (Eigene_Datenpunkte)

                              1 Reply Last reply Reply Quote 0
                              • smartmood
                                smartmood last edited by

                                @dslraser
                                also der Datenpunkt wurde jetzt erstellt, diesen habe ich unter: Falls Objekt: Objekt ID Gute Nacht ausgewählt.

                                Blockly sieht so aus:
                                e6232503-6a43-469f-ad15-eefff8d0be14-grafik.png

                                Nun hatte ich ja die Routine über Alexa angelegt: Wenn ich Gute Nacht sage, sagt sie Ok...
                                Ich habe nachdem das Blockly Skript aktiviert war gesagt: Alexa, gute NAcht... Sie sagt ok aber das was ich in Blockly erstellt habe tut sich nicht... es passiert gar nichts.

                                Ich verstehe nicht ganz wo hier der Punkt ist, dass Alexa weiß was zu tuen ist wenn ich "Gute Nacht" sage.

                                dslraser 2 Replies Last reply Reply Quote 0
                                • dslraser
                                  dslraser Forum Testing Most Active @smartmood last edited by

                                  @smartmood
                                  Du musst in der Alexa App eine Routine anlegen. In dieser Routine schaltest Du Deinen Datenpunkt. (hier heißt der Datenpunkt gute Nacht, der könnte im Grund heißen wie er will)

                                  1 Reply Last reply Reply Quote 0
                                  • dslraser
                                    dslraser Forum Testing Most Active @smartmood last edited by dslraser

                                    @smartmood
                                    Screenshot_20190603-213244_Amazon Alexa.jpg

                                    Sprachbefehl
                                    Screenshot_20190603-213300_Amazon Alexa.jpg

                                    Screenshot_20190603-213312_Amazon Alexa.jpg

                                    und dann Deinen Datenpunkt (smart Home)

                                    1 Reply Last reply Reply Quote 0
                                    • smartmood
                                      smartmood last edited by

                                      @dslraser

                                      Genau das habe ich in der Routine eingestellt:

                                      43763dcc-1d04-4d4a-83f9-77232b6ad44e-grafik.png

                                      Was genau meinst du mit Datenpunkt (smart Home)?

                                      Muss ich in Blockly unter dem </> nochwas in Zeile 7 unter Smartname rein schreiben?

                                      dslraser 1 Reply Last reply Reply Quote 0
                                      • dslraser
                                        dslraser Forum Testing Most Active @smartmood last edited by dslraser

                                        @smartmood
                                        Aktion hinzufügen
                                        Und dann auf SmartHome drücken und den Datenpunkt(das SmartHome Gerät gut Nacht) auswählen
                                        Im Blockly stand schon ein Smart Name drinn.

                                        Screenshot_20190603-215003_Amazon Alexa.jpg
                                        Das ok kannst Du dann bei Dir löschen.

                                        Hier hieß der Gute Nacht Datenpunkt

                                        Screenshot_20190603-215407_Chrome.jpg

                                        1 Reply Last reply Reply Quote 0
                                        • smartmood
                                          smartmood last edited by

                                          @dslraser

                                          Ja genau das hab ich grad noch selber gecheckt^^ aber der Datenpunkt taucht nicht unter den Geräten auf... hatte eben schon nochmal nach neuen Geräten suchen lassen aber es wird nichts gefunden...

                                          dslraser 1 Reply Last reply Reply Quote 0
                                          • dslraser
                                            dslraser Forum Testing Most Active @smartmood last edited by

                                            @smartmood
                                            steht er denn im iot Adapter ?

                                            Starte iot mal neu. Ich musste heute auch mehrmals suchen lassen bis ein neu erstelltes Gerät kam. (auch die App mal schliessen und neu öffnen und dann suchen)

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            933
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            107
                                            7282
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo