Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter lovelace v1.2.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.5k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.1k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.7k

Test Adapter lovelace v1.2.x

Geplant Angeheftet Gesperrt Verschoben Tester
lovelacevisualization
1.5k Beiträge 78 Kommentatoren 632.3k Aufrufe 72 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • M Offline
    M Offline
    M1R0O
    schrieb am zuletzt editiert von
    #278

    Hi zusammen,
    ich habe heute angefangen mir ein lovelace zu basteln und habe einige (Millionen ;) ) Fragen:

    1. Meine Homematic-Fensterkontakte geben mir als Wert für offen und geschlossen nur "0" und "1" aus. Wie kann ich das ändern, sodass dort "geöffnet" und "geschlossen" steht?

    2. Wenn ich versuche die Uhr, wie bei @BBlaBlu hinzuzfügen erhalte ich den Fehler: "no card time configured". Ich habe die Karte aus git hochgeladen und wie folgt angepasst:

    - type: 'custom:clockwork-card'
      title: My Time
      locale: en-AU
    

    Wo ist der Fehler?

    1. Gibt es eine Möglichkeit einen Google-Kalender hinzuzufügen?

    Danke schon mal!

    David G.D 1 Antwort Letzte Antwort
    0
    • M M1R0O

      Hi zusammen,
      ich habe heute angefangen mir ein lovelace zu basteln und habe einige (Millionen ;) ) Fragen:

      1. Meine Homematic-Fensterkontakte geben mir als Wert für offen und geschlossen nur "0" und "1" aus. Wie kann ich das ändern, sodass dort "geöffnet" und "geschlossen" steht?

      2. Wenn ich versuche die Uhr, wie bei @BBlaBlu hinzuzfügen erhalte ich den Fehler: "no card time configured". Ich habe die Karte aus git hochgeladen und wie folgt angepasst:

      - type: 'custom:clockwork-card'
        title: My Time
        locale: en-AU
      

      Wo ist der Fehler?

      1. Gibt es eine Möglichkeit einen Google-Kalender hinzuzufügen?

      Danke schon mal!

      David G.D Offline
      David G.D Offline
      David G.
      schrieb am zuletzt editiert von
      #279

      @M1R0O

      Hallo,

      zu 1 und 3 kann Nn ich was sagen. Die Karte 2 verwende ich nicht.

      Die Fenster sollten normal als offen und geschlossen angezeigt werden, wenn du den Datenpunkt entsprechend konfigurierst und es nicht manuell in den Settings machst.
      Man muss Rolle, Raum und Funktion vergeben. Funktion muss "funcLock" sein, Rolle muss "sensor.window"sein.
      Dann erscheint das Gerät automatisch in Lovelace ohne, dass es in den Settings angelegt wird.

      Einen Google Kalender habe ich auch eingebunden.
      Dafür benötigst du den ical Adapter. Dieser stellt dir den Kalender als HTML bereit.
      Den Inhalt kannst du dann mit der Markdown Karte einbinden.

      Code und Screenshots kann ich die später bereitstellen.

      Zeigt eure Lovelace-Visualisierung klick
      (Auch ideal um sich Anregungen zu holen)

      Meine Tabellen für eure Visualisierung klick

      M 1 Antwort Letzte Antwort
      0
      • David G.D David G.

        @M1R0O

        Hallo,

        zu 1 und 3 kann Nn ich was sagen. Die Karte 2 verwende ich nicht.

        Die Fenster sollten normal als offen und geschlossen angezeigt werden, wenn du den Datenpunkt entsprechend konfigurierst und es nicht manuell in den Settings machst.
        Man muss Rolle, Raum und Funktion vergeben. Funktion muss "funcLock" sein, Rolle muss "sensor.window"sein.
        Dann erscheint das Gerät automatisch in Lovelace ohne, dass es in den Settings angelegt wird.

        Einen Google Kalender habe ich auch eingebunden.
        Dafür benötigst du den ical Adapter. Dieser stellt dir den Kalender als HTML bereit.
        Den Inhalt kannst du dann mit der Markdown Karte einbinden.

        Code und Screenshots kann ich die später bereitstellen.

        M Offline
        M Offline
        M1R0O
        schrieb am zuletzt editiert von
        #280

        @David-G
        Danke für deine Antwort.
        Bildschirmfoto 2021-01-02 um 08.35.29.png
        So sieht meine Konfiguraton aus. Die Rolle sensor.window gibt es bei mir nicht.

        Dn Kalender mit iCal habe ich eingebunden - an die html-Ausgabe hatte ich gar nicht gedacht.

        David G.D 2 Antworten Letzte Antwort
        0
        • M M1R0O

          @David-G
          Danke für deine Antwort.
          Bildschirmfoto 2021-01-02 um 08.35.29.png
          So sieht meine Konfiguraton aus. Die Rolle sensor.window gibt es bei mir nicht.

          Dn Kalender mit iCal habe ich eingebunden - an die html-Ausgabe hatte ich gar nicht gedacht.

          David G.D Offline
          David G.D Offline
          David G.
          schrieb am zuletzt editiert von David G.
          #281

          @M1R0O

          Glaube bei den Rollen kannst einfach so rein tippen und diese anlegen.
          Bei mit wurden die glaube (aber nicht sicher) automatisch vom rega Adapter mit angelegt.

          Für den Kalender einfach folgenden Code (am Handy geht leider im Editor kein c&p):

          Screenshot_20210102-090055_Fully Kiosk Browser.jpg

          Die Instanz muss vermutlich bei dir von 1 zu 0 geändert werden, hab 2 Kalender eingebunden.

          Zeigt eure Lovelace-Visualisierung klick
          (Auch ideal um sich Anregungen zu holen)

          Meine Tabellen für eure Visualisierung klick

          1 Antwort Letzte Antwort
          0
          • M M1R0O

            @David-G
            Danke für deine Antwort.
            Bildschirmfoto 2021-01-02 um 08.35.29.png
            So sieht meine Konfiguraton aus. Die Rolle sensor.window gibt es bei mir nicht.

            Dn Kalender mit iCal habe ich eingebunden - an die html-Ausgabe hatte ich gar nicht gedacht.

            David G.D Offline
            David G.D Offline
            David G.
            schrieb am zuletzt editiert von David G.
            #282

            @M1R0O

            Wenn deine Visualisierung so weit steht, kannst du sie gerne hier vorstellen:

            Zeigt her eure Lovelace-Visualisierung

            Ist natürlich auch eine Einladung an alle anderen User.
            Ist eine schöne Möglichkeit, sich gegenseitig zu inspirieren und ein paar Dinge abzuschauen ^^.

            Zeigt eure Lovelace-Visualisierung klick
            (Auch ideal um sich Anregungen zu holen)

            Meine Tabellen für eure Visualisierung klick

            M 1 Antwort Letzte Antwort
            0
            • David G.D David G.

              @M1R0O

              Wenn deine Visualisierung so weit steht, kannst du sie gerne hier vorstellen:

              Zeigt her eure Lovelace-Visualisierung

              Ist natürlich auch eine Einladung an alle anderen User.
              Ist eine schöne Möglichkeit, sich gegenseitig zu inspirieren und ein paar Dinge abzuschauen ^^.

              M Offline
              M Offline
              M1R0O
              schrieb am zuletzt editiert von
              #283

              @David-G
              Die Sensoren-Anzeige klappt nicht.
              Ich habe die Geräte in der CCU2 jetzt in Sensor umbenannt. Das führt dazu, dass er automatisch die Rolle value.window vergibt. Jedoch erhalte ich dadurch immer noch nicht die gewünschte Status-Anzeige :(

              David G.D 1 Antwort Letzte Antwort
              0
              • M M1R0O

                @David-G
                Die Sensoren-Anzeige klappt nicht.
                Ich habe die Geräte in der CCU2 jetzt in Sensor umbenannt. Das führt dazu, dass er automatisch die Rolle value.window vergibt. Jedoch erhalte ich dadurch immer noch nicht die gewünschte Status-Anzeige :(

                David G.D Offline
                David G.D Offline
                David G.
                schrieb am zuletzt editiert von David G.
                #284

                @M1R0O

                Hast du den Adapter mal neugestartet?
                Welche Version hast du installiert (wobei das Problem eigentlich schon ziemlich lange gefixt ist).

                Kannst ja mal die Dev Version testen. Läuft bei mir stabil.

                Garfonso/iobroker.lovelace#dev

                EDIT:

                Und bei mir ist es sensor.window anstatt value.window.

                EDIT2:

                In der CCU hatte ich nichts verändert am Sensor. Angelernt und fertig.

                EDIT3:

                Falls die CCU die Rollen wieder Überschreibt, kannst du ja auch ein Alias anlegen. Habe ich für alle meiner Geräte gemacht. Kann einen irgendwann im Nachgang ordentlich Arbeit ersparen.

                Zeigt eure Lovelace-Visualisierung klick
                (Auch ideal um sich Anregungen zu holen)

                Meine Tabellen für eure Visualisierung klick

                M 1 Antwort Letzte Antwort
                0
                • David G.D David G.

                  @M1R0O

                  Hast du den Adapter mal neugestartet?
                  Welche Version hast du installiert (wobei das Problem eigentlich schon ziemlich lange gefixt ist).

                  Kannst ja mal die Dev Version testen. Läuft bei mir stabil.

                  Garfonso/iobroker.lovelace#dev

                  EDIT:

                  Und bei mir ist es sensor.window anstatt value.window.

                  EDIT2:

                  In der CCU hatte ich nichts verändert am Sensor. Angelernt und fertig.

                  EDIT3:

                  Falls die CCU die Rollen wieder Überschreibt, kannst du ja auch ein Alias anlegen. Habe ich für alle meiner Geräte gemacht. Kann einen irgendwann im Nachgang ordentlich Arbeit ersparen.

                  M Offline
                  M Offline
                  M1R0O
                  schrieb am zuletzt editiert von M1R0O
                  #285

                  @David-G
                  Der Lovelace-Adapter hat Version 1.3.3

                  Ich habe die Rolle in sensor.window umgeschrieben. Die bleibt auch, ändert aber nichts an der Anzeige.
                  Bildschirmfoto 2021-01-02 um 10.26.34.png
                  Danke dennoch. Ich versuche es weiter

                  David G.D 2 Antworten Letzte Antwort
                  0
                  • M M1R0O

                    @David-G
                    Der Lovelace-Adapter hat Version 1.3.3

                    Ich habe die Rolle in sensor.window umgeschrieben. Die bleibt auch, ändert aber nichts an der Anzeige.
                    Bildschirmfoto 2021-01-02 um 10.26.34.png
                    Danke dennoch. Ich versuche es weiter

                    David G.D Offline
                    David G.D Offline
                    David G.
                    schrieb am zuletzt editiert von
                    #286

                    @M1R0O

                    Der ist ja aktuell.
                    Weiß dann auch nicht weiter.
                    Sind eigentlich die einzigen Merkmale die der Type-Detector berücksichtigt.

                    Denke das Alias wird helfen. Ist meines Erachtens nach eh sehr zu empfehlen.

                    Zeigt eure Lovelace-Visualisierung klick
                    (Auch ideal um sich Anregungen zu holen)

                    Meine Tabellen für eure Visualisierung klick

                    1 Antwort Letzte Antwort
                    0
                    • M M1R0O

                      @David-G
                      Der Lovelace-Adapter hat Version 1.3.3

                      Ich habe die Rolle in sensor.window umgeschrieben. Die bleibt auch, ändert aber nichts an der Anzeige.
                      Bildschirmfoto 2021-01-02 um 10.26.34.png
                      Danke dennoch. Ich versuche es weiter

                      David G.D Offline
                      David G.D Offline
                      David G.
                      schrieb am zuletzt editiert von David G.
                      #287

                      @M1R0O

                      Evtl fehlt noch die Rolle "window" im übergeordnen Ordner. Ka ob man die braucht.

                      So sieht es bei mir aus (im Alias).

                      Screenshot_20210102-103103_Chrome.jpg

                      Und so der Sensor im Original, den findet Lovelace auch nicht.
                      Screenshot_20210102-103441_Chrome.jpg

                      Screenshot_20210102-104057_Fully Kiosk Browser.jpg

                      Zeigt eure Lovelace-Visualisierung klick
                      (Auch ideal um sich Anregungen zu holen)

                      Meine Tabellen für eure Visualisierung klick

                      M ? 2 Antworten Letzte Antwort
                      0
                      • David G.D David G.

                        @M1R0O

                        Evtl fehlt noch die Rolle "window" im übergeordnen Ordner. Ka ob man die braucht.

                        So sieht es bei mir aus (im Alias).

                        Screenshot_20210102-103103_Chrome.jpg

                        Und so der Sensor im Original, den findet Lovelace auch nicht.
                        Screenshot_20210102-103441_Chrome.jpg

                        Screenshot_20210102-104057_Fully Kiosk Browser.jpg

                        M Offline
                        M Offline
                        M1R0O
                        schrieb am zuletzt editiert von
                        #288

                        @David-G Danke für deine Beharrlichkeit!

                        Ich habe einen Alias angelegt. Der sieht nun aus, wie bei dir:
                        Bildschirmfoto 2021-01-02 um 11.45.37.png

                        Im lovelace-Adpater sieht das so aus:
                        Bildschirmfoto 2021-01-02 um 11.46.49.png

                        Und angezeigt wird er mir in der Kartenkonfiguration nun gar nicht:
                        Bildschirmfoto 2021-01-02 um 11.47.05.png

                        Noch eine Idee?

                        David G.D 1 Antwort Letzte Antwort
                        0
                        • M M1R0O

                          @David-G Danke für deine Beharrlichkeit!

                          Ich habe einen Alias angelegt. Der sieht nun aus, wie bei dir:
                          Bildschirmfoto 2021-01-02 um 11.45.37.png

                          Im lovelace-Adpater sieht das so aus:
                          Bildschirmfoto 2021-01-02 um 11.46.49.png

                          Und angezeigt wird er mir in der Kartenkonfiguration nun gar nicht:
                          Bildschirmfoto 2021-01-02 um 11.47.05.png

                          Noch eine Idee?

                          David G.D Offline
                          David G.D Offline
                          David G.
                          schrieb am zuletzt editiert von
                          #289

                          @M1R0O

                          Du möchtest mit der Sensor Karte das offene Fenster darstellen? Ist eigentlich für Diagramme mit Daten aus einem History Adapter geeignet.

                          Screenshot_20210102-121551_Fully Kiosk Browser.jpg

                          Zeigt eure Lovelace-Visualisierung klick
                          (Auch ideal um sich Anregungen zu holen)

                          Meine Tabellen für eure Visualisierung klick

                          M 1 Antwort Letzte Antwort
                          0
                          • David G.D David G.

                            @M1R0O

                            Du möchtest mit der Sensor Karte das offene Fenster darstellen? Ist eigentlich für Diagramme mit Daten aus einem History Adapter geeignet.

                            Screenshot_20210102-121551_Fully Kiosk Browser.jpg

                            M Offline
                            M Offline
                            M1R0O
                            schrieb am zuletzt editiert von
                            #290

                            @David-G
                            Ich möchte eigentlich, dass dort Fenster geöffnet steht.

                            Andere Frage:
                            Ich habe 2 hue Lampen, beide gleich als Alias konfiguriert. Eine wird mir mit dem Kreis zum Dimmen angezeigt, die andere nicht. Ne Ahnung warum?
                            Bildschirmfoto 2021-01-02 um 12.35.35.png Bildschirmfoto 2021-01-02 um 12.35.10.png

                            David G.D 1 Antwort Letzte Antwort
                            0
                            • M M1R0O

                              @David-G
                              Ich möchte eigentlich, dass dort Fenster geöffnet steht.

                              Andere Frage:
                              Ich habe 2 hue Lampen, beide gleich als Alias konfiguriert. Eine wird mir mit dem Kreis zum Dimmen angezeigt, die andere nicht. Ne Ahnung warum?
                              Bildschirmfoto 2021-01-02 um 12.35.35.png Bildschirmfoto 2021-01-02 um 12.35.10.png

                              David G.D Offline
                              David G.D Offline
                              David G.
                              schrieb am zuletzt editiert von
                              #291

                              @M1R0O

                              So ist es bei mir gemacht

                              Screenshot_20210102-123536_Fully Kiosk Browser.jpg

                              Hab leider keine Dimmbaren Lampen.

                              Zeigt eure Lovelace-Visualisierung klick
                              (Auch ideal um sich Anregungen zu holen)

                              Meine Tabellen für eure Visualisierung klick

                              M 1 Antwort Letzte Antwort
                              1
                              • David G.D David G.

                                @M1R0O

                                So ist es bei mir gemacht

                                Screenshot_20210102-123536_Fully Kiosk Browser.jpg

                                Hab leider keine Dimmbaren Lampen.

                                M Offline
                                M Offline
                                M1R0O
                                schrieb am zuletzt editiert von M1R0O
                                #292

                                @David-G
                                Ich habs! Ich hatte die ganze Zeit die falsche Karte verwendet. Dachte ich müsste die Sensor-Karte wählen, es ist aber die Elemente-Karte.
                                Dir schon mal 1000 Dank. Es ist gelöst und ich bin auf Aliase umgestiegen!

                                Bleibt das Dimmer-Problem. Alles tutti

                                1 Antwort Letzte Antwort
                                0
                                • M Offline
                                  M Offline
                                  M1R0O
                                  schrieb am zuletzt editiert von
                                  #293

                                  Ich schon wieder...:see_no_evil:

                                  Ich möchte gerne meine Rollläden steuern. Ich habe dazu ein Blockly, welches ich normalerweise für die Alexa-Steuerung nutze, etwas abgeändert:

                                  
                                  BlocklyJavascriptTypeScript
                                  Skript läuft nicht
                                  Protokoll
                                  Ausgewählte Blöcke exportieren
                                  <xml xmlns="https://developers.google.com/blockly/xml">
                                    <variables>
                                      <variable id=")`?wMu.x=I1-zW%)%|qN">Rolläden</variable>
                                    </variables>
                                    <block type="on" id="IF:L)/OlWx|9MkLU..}B" x="13" y="-638">
                                      <field name="OID">Meine_Geräte.0.JalousienEGll</field>
                                      <field name="CONDITION">ne</field>
                                      <field name="ACK_CONDITION"></field>
                                      <statement name="STATEMENT">
                                        <block type="controls_if" id="j87.ZsAyGl(mU8^*6Tr;">
                                          <mutation elseif="1"></mutation>
                                          <value name="IF0">
                                            <block type="logic_compare" id="u]6#GJ?W(}eGZlWHNfmy">
                                              <field name="OP">EQ</field>
                                              <value name="A">
                                                <block type="get_value" id="_0*k%JdKf23sQc076KVO">
                                                  <field name="ATTR">val</field>
                                                  <field name="OID">Meine_Geräte.0.Rolläden</field>
                                                </block>
                                              </value>
                                              <value name="B">
                                                <block type="logic_boolean" id="I}Zzmts#=j{i`e(}whQ,">
                                                  <field name="BOOL">TRUE</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <statement name="DO0">
                                            <block type="control" id="dr0hieWS_Gs5h^LXNf)6">
                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                              <field name="OID">hm-rpc.0.OEQ1855592.1.LEVEL</field>
                                              <field name="WITH_DELAY">FALSE</field>
                                              <value name="VALUE">
                                                <block type="math_number" id="ggMB2Y#iTT7Mr+Cryw1W">
                                                  <field name="NUM">100</field>
                                                </block>
                                              </value>
                                              <next>
                                                <block type="control" id="GU.ce[6=Z4I[Kj@VBuz]">
                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                  <field name="OID">hm-rpc.0.OEQ1852569.1.LEVEL</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="math_number" id="yuaH[|BddKWOeu`[;erp">
                                                      <field name="NUM">100</field>
                                                    </block>
                                                  </value>
                                                  <next>
                                                    <block type="control" id="?:AxITajjsS(56t:1~/s">
                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                      <field name="OID">hm-rpc.0.OEQ1854040.1.LEVEL</field>
                                                      <field name="WITH_DELAY">FALSE</field>
                                                      <value name="VALUE">
                                                        <block type="math_number" id="Zgm+J.o8|}*wgIiTuUv7">
                                                          <field name="NUM">100</field>
                                                        </block>
                                                      </value>
                                                      <next>
                                                        <block type="control" id="g^1?5C{zekgGdWLNmeTr">
                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                          <field name="OID">hm-rpc.0.OEQ1855282.1.LEVEL</field>
                                                          <field name="WITH_DELAY">FALSE</field>
                                                          <value name="VALUE">
                                                            <block type="math_number" id="pwOoF)=/j}N}o.B;_/9L">
                                                              <field name="NUM">100</field>
                                                            </block>
                                                          </value>
                                                          <next>
                                                            <block type="comment" id="gozvnL-ATicn8s88a]K,">
                                                              <field name="COMMENT">Fenster1</field>
                                                              <next>
                                                                <block type="control" id="SdQFp6TBf*C@|jUW{ClU">
                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                  <field name="OID">hm-rpc.0.OEQ1299057.1.LEVEL</field>
                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                  <value name="VALUE">
                                                                    <block type="math_number" id="fOWU;Y87JxeAl:zw[,UY">
                                                                      <field name="NUM">100</field>
                                                                    </block>
                                                                  </value>
                                                                  <next>
                                                                    <block type="comment" id="vW+Lse2J:EGm+Za}f)QY">
                                                                      <field name="COMMENT">Fenster2</field>
                                                                      <next>
                                                                        <block type="control" id="25L2s9`8:=Bd.iu!o`uU">
                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                          <field name="OID">hm-rpc.0.OEQ1302786.1.LEVEL</field>
                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                          <value name="VALUE">
                                                                            <block type="math_number" id="1Rei_xp)NV(gQ?]Bj__w">
                                                                              <field name="NUM">100</field>
                                                                            </block>
                                                                          </value>
                                                                          <next>
                                                                            <block type="comment" id="rH6z`|C2a*-;+0wn7p7.">
                                                                              <field name="COMMENT">Fenster5</field>
                                                                              <next>
                                                                                <block type="control" id="f6S.}u+lzI|V]RS,mpcF">
                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                  <field name="OID">hm-rpc.0.OEQ1299316.1.LEVEL</field>
                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                  <value name="VALUE">
                                                                                    <block type="math_number" id="YDKk0wW:U@20k4diE;sP">
                                                                                      <field name="NUM">100</field>
                                                                                    </block>
                                                                                  </value>
                                                                                  <next>
                                                                                    <block type="comment" id="{Z*pqvDr]msweCt.Wp=R">
                                                                                      <field name="COMMENT">Fenster6</field>
                                                                                      <next>
                                                                                        <block type="control" id="p:r=_-7AGAw^SY^q/Nhb">
                                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                          <field name="OID">hm-rpc.0.OEQ1302835.1.LEVEL</field>
                                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                                          <value name="VALUE">
                                                                                            <block type="math_number" id="Qr3!OJ%lw9c!cErke2?5">
                                                                                              <field name="NUM">100</field>
                                                                                            </block>
                                                                                          </value>
                                                                                          <next>
                                                                                            <block type="comment" id="^eKh1?(tEwHV_Rt-w;.a">
                                                                                              <field name="COMMENT">Fenster10</field>
                                                                                              <next>
                                                                                                <block type="control" id="0+*}Dby:R`K=W4uW6~VG">
                                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                  <field name="OID">hm-rpc.0.OEQ1299309.1.LEVEL</field>
                                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                                  <value name="VALUE">
                                                                                                    <block type="math_number" id="}IP%kqk.CjMT^1gxW,KX">
                                                                                                      <field name="NUM">100</field>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                  <next>
                                                                                                    <block type="comment" id="YYL4cP9HW=^qJUt~cM4-">
                                                                                                      <field name="COMMENT">Fenster10</field>
                                                                                                      <next>
                                                                                                        <block type="control" id="+c1pT9N9.=p?!a^1E?TC">
                                                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                          <field name="OID">hm-rpc.0.OEQ1299349.1.LEVEL</field>
                                                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                                                          <value name="VALUE">
                                                                                                            <block type="math_number" id="hKJPDUY8`vc(AEr9/p#%">
                                                                                                              <field name="NUM">100</field>
                                                                                                            </block>
                                                                                                          </value>
                                                                                                          <next>
                                                                                                            <block type="update" id="K.sg[pLRzpJsP`AOsnao">
                                                                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                              <field name="OID">Meine_Geräte.0.Schalter_Rolläden</field>
                                                                                                              <field name="WITH_DELAY">FALSE</field>
                                                                                                              <value name="VALUE">
                                                                                                                <block type="logic_boolean" id="pl^dOI87;DX(QPe:rm=E">
                                                                                                                  <field name="BOOL">TRUE</field>
                                                                                                                </block>
                                                                                                              </value>
                                                                                                              <next>
                                                                                                                <block type="update" id="RC*}QTE%5.Of$b]^NC/f">
                                                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                                                                                                  <field name="OID">Meine_Geräte.0.Schalter_Rolläden</field>
                                                                                                                  <field name="WITH_DELAY">TRUE</field>
                                                                                                                  <field name="DELAY_MS">180</field>
                                                                                                                  <field name="UNIT">min</field>
                                                                                                                  <field name="CLEAR_RUNNING">FALSE</field>
                                                                                                                  <value name="VALUE">
                                                                                                                    <block type="logic_boolean" id="/PLc_A,fv.+fvL7}m(jj">
                                                                                                                      <field name="BOOL">FALSE</field>
                                                                                                                    </block>
                                                                                                                  </value>
                                                                                                                  <next>
                                                                                                                    <block type="variables_set" id=")VxgBd8_n![ERA}#!wt_" disabled="true">
                                                                                                                      <field name="VAR" id=")`?wMu.x=I1-zW%)%|qN">Rolläden</field>
                                                                                                                      <value name="VALUE">
                                                                                                                        <block type="logic_boolean" id="]7m:6#S`M59BGf2q3(Xs">
                                                                                                                          <field name="BOOL">TRUE</field>
                                                                                                                        </block>
                                                                                                                      </value>
                                                                                                                    </block>
                                                                                                                  </next>
                                                                                                                </block>
                                                                                                              </next>
                                                                                                            </block>
                                                                                                          </next>
                                                                                                        </block>
                                                                                                      </next>
                                                                                                    </block>
                                                                                                  </next>
                                                                                                </block>
                                                                                              </next>
                                                                                            </block>
                                                                                          </next>
                                                                                        </block>
                                                                                      </next>
                                                                                    </block>
                                                                                  </next>
                                                                                </block>
                                                                              </next>
                                                                            </block>
                                                                          </next>
                                                                        </block>
                                                                      </next>
                                                                    </block>
                                                                  </next>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </statement>
                                          <value name="IF1">
                                            <block type="logic_compare" id="PKN5S)mQ|YQG+HYQ?W},">
                                              <field name="OP">EQ</field>
                                              <value name="A">
                                                <block type="get_value" id="%|S3|w)ggi^}8*9~^06K">
                                                  <field name="ATTR">val</field>
                                                  <field name="OID">Meine_Geräte.0.Rolläden</field>
                                                </block>
                                              </value>
                                              <value name="B">
                                                <block type="logic_boolean" id=".rJ.cnXD),G0)vf7mPC1">
                                                  <field name="BOOL">FALSE</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <statement name="DO1">
                                            <block type="controls_if" id="/HNUV}1QQ.~M=(3}5`Nq">
                                              <value name="IF0">
                                                <block type="logic_compare" id="MhODUo:W[k=}.bi=fsp@">
                                                  <field name="OP">EQ</field>
                                                  <value name="A">
                                                    <block type="get_value" id="Dldhsm49!4|@A8Hip8B]">
                                                      <field name="ATTR">val</field>
                                                      <field name="OID">hm-rpc.1.00155993962768.1.STATE</field>
                                                    </block>
                                                  </value>
                                                  <value name="B">
                                                    <block type="math_number" id="y5weq.Q?@_np*[^@=~*X">
                                                      <field name="NUM">0</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <statement name="DO0">
                                                <block type="control" id=")hUChJ9bIP4VY6?`:et{">
                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                  <field name="OID">hm-rpc.0.OEQ1855592.1.LEVEL</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="math_number" id="*xE,a;-TdDmTu@(k+8oX">
                                                      <field name="NUM">0</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </statement>
                                              <next>
                                                <block type="controls_if" id="s]DIN1jo%ol2~oH[)^#;">
                                                  <value name="IF0">
                                                    <block type="logic_compare" id="-rtsJFTH:2Myb~n0xQp1">
                                                      <field name="OP">EQ</field>
                                                      <value name="A">
                                                        <block type="get_value" id="y-iE#^U3Wg;36P9lanZ9">
                                                          <field name="ATTR">val</field>
                                                          <field name="OID">hm-rpc.1.00155993962F4F.1.STATE</field>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <block type="math_number" id="(9mdp7;B=0Sb===ww/9z">
                                                          <field name="NUM">0</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <statement name="DO0">
                                                    <block type="control" id="t%icno5b;^WR|YZQx7DS">
                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                      <field name="OID">hm-rpc.0.OEQ1852569.1.LEVEL</field>
                                                      <field name="WITH_DELAY">FALSE</field>
                                                      <value name="VALUE">
                                                        <block type="math_number" id="qWc,^dGZj8aR3b(yE7F!">
                                                          <field name="NUM">0</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </statement>
                                                  <next>
                                                    <block type="controls_if" id=",lE5dpoZ]w#i8KUU_7{Z">
                                                      <value name="IF0">
                                                        <block type="logic_compare" id="ciR|L.@SwEuZw4|@}:3j">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="get_value" id="g^tGsz*dCYz{Ld[H3yR:">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">hm-rpc.1.00155993962EF7.1.STATE</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="math_number" id="2t/;G(18^Ke.,!c(;C.%">
                                                              <field name="NUM">0</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO0">
                                                        <block type="control" id="g_Jy@h@:kT!fgfh7_yBQ">
                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                          <field name="OID">hm-rpc.0.OEQ1854040.1.LEVEL</field>
                                                          <field name="WITH_DELAY">FALSE</field>
                                                          <value name="VALUE">
                                                            <block type="math_number" id="H.aj*^)2_ttJq#^!ZU|P">
                                                              <field name="NUM">0</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </statement>
                                                      <next>
                                                        <block type="controls_if" id="7biA/ABfB!u`)(Ub|Wai">
                                                          <value name="IF0">
                                                            <block type="logic_compare" id="^fUiS!Ug/22R)33=nOXd">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="get_value" id="8+_cJJ{U3?gcM.SDCY]X">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">hm-rpc.1.001559939628C4.1.STATE</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="math_number" id="iZD3hw[O;i%gldmY=#Zi">
                                                                  <field name="NUM">0</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO0">
                                                            <block type="control" id="zxaOjJLCTn/,5m5[z-KH">
                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                              <field name="OID">hm-rpc.0.OEQ1855282.1.LEVEL</field>
                                                              <field name="WITH_DELAY">FALSE</field>
                                                              <value name="VALUE">
                                                                <block type="math_number" id="1dIt^lU+LtOgpwdKuji[">
                                                                  <field name="NUM">0</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </statement>
                                                          <next>
                                                            <block type="comment" id="Wxw#8*y9e{4e++}I0(}k">
                                                              <field name="COMMENT">Fenster1</field>
                                                              <next>
                                                                <block type="control" id="(?611[rC`!%7WiD3M,V-">
                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                  <field name="OID">hm-rpc.0.OEQ1299057.1.LEVEL</field>
                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                  <value name="VALUE">
                                                                    <block type="math_number" id="?_I.j2~M?CQa8~yPyJc!">
                                                                      <field name="NUM">0</field>
                                                                    </block>
                                                                  </value>
                                                                  <next>
                                                                    <block type="comment" id="?fg)!|K!@g@$Ijn+#ge$">
                                                                      <field name="COMMENT">Fenster2</field>
                                                                      <next>
                                                                        <block type="control" id="zto9@+0dm)]T+3I_-7`-">
                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                          <field name="OID">hm-rpc.0.OEQ1302786.1.LEVEL</field>
                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                          <value name="VALUE">
                                                                            <block type="math_number" id="CcDE4~v}SFWSg{?eMRv~">
                                                                              <field name="NUM">0</field>
                                                                            </block>
                                                                          </value>
                                                                          <next>
                                                                            <block type="comment" id="#m,zsc9)Q^E2,b`Cq`,q">
                                                                              <field name="COMMENT">Fenster5</field>
                                                                              <next>
                                                                                <block type="control" id="1VhOpsJaOliV*cPT7lZ,">
                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                  <field name="OID">hm-rpc.0.OEQ1299316.1.LEVEL</field>
                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                  <value name="VALUE">
                                                                                    <block type="math_number" id="h]mxsU%w@C3BI-1lkwT0">
                                                                                      <field name="NUM">0</field>
                                                                                    </block>
                                                                                  </value>
                                                                                  <next>
                                                                                    <block type="comment" id="CdE47!Gc$V,D=I_^vy67">
                                                                                      <field name="COMMENT">Fenster6</field>
                                                                                      <next>
                                                                                        <block type="control" id="oNx}4.L^tqBsqsY|G`Nw">
                                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                          <field name="OID">hm-rpc.0.OEQ1302835.1.LEVEL</field>
                                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                                          <value name="VALUE">
                                                                                            <block type="math_number" id="2s)nR}RAzbCKOZj,m$e[">
                                                                                              <field name="NUM">0</field>
                                                                                            </block>
                                                                                          </value>
                                                                                          <next>
                                                                                            <block type="comment" id="T0sNAhgG4/Z.LqF?O-iv">
                                                                                              <field name="COMMENT">Fenster10</field>
                                                                                              <next>
                                                                                                <block type="control" id="dYGUX|4Y5q_9W+/aFsw2">
                                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                  <field name="OID">hm-rpc.0.OEQ1299309.1.LEVEL</field>
                                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                                  <value name="VALUE">
                                                                                                    <block type="math_number" id="QKNabZwxsk,yjMbMutm~">
                                                                                                      <field name="NUM">0</field>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                </block>
                                                                                              </next>
                                                                                            </block>
                                                                                          </next>
                                                                                        </block>
                                                                                      </next>
                                                                                    </block>
                                                                                  </next>
                                                                                </block>
                                                                              </next>
                                                                            </block>
                                                                          </next>
                                                                        </block>
                                                                      </next>
                                                                    </block>
                                                                  </next>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </statement>
                                        </block>
                                      </statement>
                                    </block>
                                  </xml>
                                  <xml xmlns="https://developers.google.com/blockly/xml">
                                    <variables>
                                      <variable id=")`?wMu.x=I1-zW%)%|qN">Rolläden</variable>
                                    </variables>
                                    <block type="on" id="IF:L)/OlWx|9MkLU..}B" x="13" y="-638">
                                      <field name="OID">Meine_Geräte.0.JalousienEGll</field>
                                      <field name="CONDITION">ne</field>
                                      <field name="ACK_CONDITION"></field>
                                      <statement name="STATEMENT">
                                        <block type="controls_if" id="j87.ZsAyGl(mU8^*6Tr;">
                                          <mutation elseif="1"></mutation>
                                          <value name="IF0">
                                            <block type="logic_compare" id="u]6#GJ?W(}eGZlWHNfmy">
                                              <field name="OP">EQ</field>
                                              <value name="A">
                                                <block type="get_value" id="_0*k%JdKf23sQc076KVO">
                                                  <field name="ATTR">val</field>
                                                  <field name="OID">Meine_Geräte.0.Rolläden</field>
                                                </block>
                                              </value>
                                              <value name="B">
                                                <block type="logic_boolean" id="I}Zzmts#=j{i`e(}whQ,">
                                                  <field name="BOOL">TRUE</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <statement name="DO0">
                                            <block type="control" id="dr0hieWS_Gs5h^LXNf)6">
                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                              <field name="OID">hm-rpc.0.OEQ1855592.1.LEVEL</field>
                                              <field name="WITH_DELAY">FALSE</field>
                                              <value name="VALUE">
                                                <block type="math_number" id="ggMB2Y#iTT7Mr+Cryw1W">
                                                  <field name="NUM">100</field>
                                                </block>
                                              </value>
                                              <next>
                                                <block type="control" id="GU.ce[6=Z4I[Kj@VBuz]">
                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                  <field name="OID">hm-rpc.0.OEQ1852569.1.LEVEL</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="math_number" id="yuaH[|BddKWOeu`[;erp">
                                                      <field name="NUM">100</field>
                                                    </block>
                                                  </value>
                                                  <next>
                                                    <block type="control" id="?:AxITajjsS(56t:1~/s">
                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                      <field name="OID">hm-rpc.0.OEQ1854040.1.LEVEL</field>
                                                      <field name="WITH_DELAY">FALSE</field>
                                                      <value name="VALUE">
                                                        <block type="math_number" id="Zgm+J.o8|}*wgIiTuUv7">
                                                          <field name="NUM">100</field>
                                                        </block>
                                                      </value>
                                                      <next>
                                                        <block type="control" id="g^1?5C{zekgGdWLNmeTr">
                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                          <field name="OID">hm-rpc.0.OEQ1855282.1.LEVEL</field>
                                                          <field name="WITH_DELAY">FALSE</field>
                                                          <value name="VALUE">
                                                            <block type="math_number" id="pwOoF)=/j}N}o.B;_/9L">
                                                              <field name="NUM">100</field>
                                                            </block>
                                                          </value>
                                                          <next>
                                                            <block type="comment" id="gozvnL-ATicn8s88a]K,">
                                                              <field name="COMMENT">Fenster1</field>
                                                              <next>
                                                                <block type="control" id="SdQFp6TBf*C@|jUW{ClU">
                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                  <field name="OID">hm-rpc.0.OEQ1299057.1.LEVEL</field>
                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                  <value name="VALUE">
                                                                    <block type="math_number" id="fOWU;Y87JxeAl:zw[,UY">
                                                                      <field name="NUM">100</field>
                                                                    </block>
                                                                  </value>
                                                                  <next>
                                                                    <block type="comment" id="vW+Lse2J:EGm+Za}f)QY">
                                                                      <field name="COMMENT">Fenster2</field>
                                                                      <next>
                                                                        <block type="control" id="25L2s9`8:=Bd.iu!o`uU">
                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                          <field name="OID">hm-rpc.0.OEQ1302786.1.LEVEL</field>
                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                          <value name="VALUE">
                                                                            <block type="math_number" id="1Rei_xp)NV(gQ?]Bj__w">
                                                                              <field name="NUM">100</field>
                                                                            </block>
                                                                          </value>
                                                                          <next>
                                                                            <block type="comment" id="rH6z`|C2a*-;+0wn7p7.">
                                                                              <field name="COMMENT">Fenster5</field>
                                                                              <next>
                                                                                <block type="control" id="f6S.}u+lzI|V]RS,mpcF">
                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                  <field name="OID">hm-rpc.0.OEQ1299316.1.LEVEL</field>
                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                  <value name="VALUE">
                                                                                    <block type="math_number" id="YDKk0wW:U@20k4diE;sP">
                                                                                      <field name="NUM">100</field>
                                                                                    </block>
                                                                                  </value>
                                                                                  <next>
                                                                                    <block type="comment" id="{Z*pqvDr]msweCt.Wp=R">
                                                                                      <field name="COMMENT">Fenster6</field>
                                                                                      <next>
                                                                                        <block type="control" id="p:r=_-7AGAw^SY^q/Nhb">
                                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                          <field name="OID">hm-rpc.0.OEQ1302835.1.LEVEL</field>
                                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                                          <value name="VALUE">
                                                                                            <block type="math_number" id="Qr3!OJ%lw9c!cErke2?5">
                                                                                              <field name="NUM">100</field>
                                                                                            </block>
                                                                                          </value>
                                                                                          <next>
                                                                                            <block type="comment" id="^eKh1?(tEwHV_Rt-w;.a">
                                                                                              <field name="COMMENT">Fenster10</field>
                                                                                              <next>
                                                                                                <block type="control" id="0+*}Dby:R`K=W4uW6~VG">
                                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                  <field name="OID">hm-rpc.0.OEQ1299309.1.LEVEL</field>
                                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                                  <value name="VALUE">
                                                                                                    <block type="math_number" id="}IP%kqk.CjMT^1gxW,KX">
                                                                                                      <field name="NUM">100</field>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                  <next>
                                                                                                    <block type="comment" id="YYL4cP9HW=^qJUt~cM4-">
                                                                                                      <field name="COMMENT">Fenster10</field>
                                                                                                      <next>
                                                                                                        <block type="control" id="+c1pT9N9.=p?!a^1E?TC">
                                                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                          <field name="OID">hm-rpc.0.OEQ1299349.1.LEVEL</field>
                                                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                                                          <value name="VALUE">
                                                                                                            <block type="math_number" id="hKJPDUY8`vc(AEr9/p#%">
                                                                                                              <field name="NUM">100</field>
                                                                                                            </block>
                                                                                                          </value>
                                                                                                          <next>
                                                                                                            <block type="update" id="K.sg[pLRzpJsP`AOsnao">
                                                                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                              <field name="OID">Meine_Geräte.0.Schalter_Rolläden</field>
                                                                                                              <field name="WITH_DELAY">FALSE</field>
                                                                                                              <value name="VALUE">
                                                                                                                <block type="logic_boolean" id="pl^dOI87;DX(QPe:rm=E">
                                                                                                                  <field name="BOOL">TRUE</field>
                                                                                                                </block>
                                                                                                              </value>
                                                                                                              <next>
                                                                                                                <block type="update" id="RC*}QTE%5.Of$b]^NC/f">
                                                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                                                                                                  <field name="OID">Meine_Geräte.0.Schalter_Rolläden</field>
                                                                                                                  <field name="WITH_DELAY">TRUE</field>
                                                                                                                  <field name="DELAY_MS">180</field>
                                                                                                                  <field name="UNIT">min</field>
                                                                                                                  <field name="CLEAR_RUNNING">FALSE</field>
                                                                                                                  <value name="VALUE">
                                                                                                                    <block type="logic_boolean" id="/PLc_A,fv.+fvL7}m(jj">
                                                                                                                      <field name="BOOL">FALSE</field>
                                                                                                                    </block>
                                                                                                                  </value>
                                                                                                                  <next>
                                                                                                                    <block type="variables_set" id=")VxgBd8_n![ERA}#!wt_" disabled="true">
                                                                                                                      <field name="VAR" id=")`?wMu.x=I1-zW%)%|qN">Rolläden</field>
                                                                                                                      <value name="VALUE">
                                                                                                                        <block type="logic_boolean" id="]7m:6#S`M59BGf2q3(Xs">
                                                                                                                          <field name="BOOL">TRUE</field>
                                                                                                                        </block>
                                                                                                                      </value>
                                                                                                                    </block>
                                                                                                                  </next>
                                                                                                                </block>
                                                                                                              </next>
                                                                                                            </block>
                                                                                                          </next>
                                                                                                        </block>
                                                                                                      </next>
                                                                                                    </block>
                                                                                                  </next>
                                                                                                </block>
                                                                                              </next>
                                                                                            </block>
                                                                                          </next>
                                                                                        </block>
                                                                                      </next>
                                                                                    </block>
                                                                                  </next>
                                                                                </block>
                                                                              </next>
                                                                            </block>
                                                                          </next>
                                                                        </block>
                                                                      </next>
                                                                    </block>
                                                                  </next>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </statement>
                                          <value name="IF1">
                                            <block type="logic_compare" id="PKN5S)mQ|YQG+HYQ?W},">
                                              <field name="OP">EQ</field>
                                              <value name="A">
                                                <block type="get_value" id="%|S3|w)ggi^}8*9~^06K">
                                                  <field name="ATTR">val</field>
                                                  <field name="OID">Meine_Geräte.0.Rolläden</field>
                                                </block>
                                              </value>
                                              <value name="B">
                                                <block type="logic_boolean" id=".rJ.cnXD),G0)vf7mPC1">
                                                  <field name="BOOL">FALSE</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <statement name="DO1">
                                            <block type="controls_if" id="/HNUV}1QQ.~M=(3}5`Nq">
                                              <value name="IF0">
                                                <block type="logic_compare" id="MhODUo:W[k=}.bi=fsp@">
                                                  <field name="OP">EQ</field>
                                                  <value name="A">
                                                    <block type="get_value" id="Dldhsm49!4|@A8Hip8B]">
                                                      <field name="ATTR">val</field>
                                                      <field name="OID">hm-rpc.1.00155993962768.1.STATE</field>
                                                    </block>
                                                  </value>
                                                  <value name="B">
                                                    <block type="math_number" id="y5weq.Q?@_np*[^@=~*X">
                                                      <field name="NUM">0</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <statement name="DO0">
                                                <block type="control" id=")hUChJ9bIP4VY6?`:et{">
                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                  <field name="OID">hm-rpc.0.OEQ1855592.1.LEVEL</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="math_number" id="*xE,a;-TdDmTu@(k+8oX">
                                                      <field name="NUM">0</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </statement>
                                              <next>
                                                <block type="controls_if" id="s]DIN1jo%ol2~oH[)^#;">
                                                  <value name="IF0">
                                                    <block type="logic_compare" id="-rtsJFTH:2Myb~n0xQp1">
                                                      <field name="OP">EQ</field>
                                                      <value name="A">
                                                        <block type="get_value" id="y-iE#^U3Wg;36P9lanZ9">
                                                          <field name="ATTR">val</field>
                                                          <field name="OID">hm-rpc.1.00155993962F4F.1.STATE</field>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <block type="math_number" id="(9mdp7;B=0Sb===ww/9z">
                                                          <field name="NUM">0</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <statement name="DO0">
                                                    <block type="control" id="t%icno5b;^WR|YZQx7DS">
                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                      <field name="OID">hm-rpc.0.OEQ1852569.1.LEVEL</field>
                                                      <field name="WITH_DELAY">FALSE</field>
                                                      <value name="VALUE">
                                                        <block type="math_number" id="qWc,^dGZj8aR3b(yE7F!">
                                                          <field name="NUM">0</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </statement>
                                                  <next>
                                                    <block type="controls_if" id=",lE5dpoZ]w#i8KUU_7{Z">
                                                      <value name="IF0">
                                                        <block type="logic_compare" id="ciR|L.@SwEuZw4|@}:3j">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="get_value" id="g^tGsz*dCYz{Ld[H3yR:">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">hm-rpc.1.00155993962EF7.1.STATE</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="math_number" id="2t/;G(18^Ke.,!c(;C.%">
                                                              <field name="NUM">0</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO0">
                                                        <block type="control" id="g_Jy@h@:kT!fgfh7_yBQ">
                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                          <field name="OID">hm-rpc.0.OEQ1854040.1.LEVEL</field>
                                                          <field name="WITH_DELAY">FALSE</field>
                                                          <value name="VALUE">
                                                            <block type="math_number" id="H.aj*^)2_ttJq#^!ZU|P">
                                                              <field name="NUM">0</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </statement>
                                                      <next>
                                                        <block type="controls_if" id="7biA/ABfB!u`)(Ub|Wai">
                                                          <value name="IF0">
                                                            <block type="logic_compare" id="^fUiS!Ug/22R)33=nOXd">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="get_value" id="8+_cJJ{U3?gcM.SDCY]X">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">hm-rpc.1.001559939628C4.1.STATE</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="math_number" id="iZD3hw[O;i%gldmY=#Zi">
                                                                  <field name="NUM">0</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO0">
                                                            <block type="control" id="zxaOjJLCTn/,5m5[z-KH">
                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                              <field name="OID">hm-rpc.0.OEQ1855282.1.LEVEL</field>
                                                              <field name="WITH_DELAY">FALSE</field>
                                                              <value name="VALUE">
                                                                <block type="math_number" id="1dIt^lU+LtOgpwdKuji[">
                                                                  <field name="NUM">0</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </statement>
                                                          <next>
                                                            <block type="comment" id="Wxw#8*y9e{4e++}I0(}k">
                                                              <field name="COMMENT">Fenster1</field>
                                                              <next>
                                                                <block type="control" id="(?611[rC`!%7WiD3M,V-">
                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                  <field name="OID">hm-rpc.0.OEQ1299057.1.LEVEL</field>
                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                  <value name="VALUE">
                                                                    <block type="math_number" id="?_I.j2~M?CQa8~yPyJc!">
                                                                      <field name="NUM">0</field>
                                                                    </block>
                                                                  </value>
                                                                  <next>
                                                                    <block type="comment" id="?fg)!|K!@g@$Ijn+#ge$">
                                                                      <field name="COMMENT">Fenster2</field>
                                                                      <next>
                                                                        <block type="control" id="zto9@+0dm)]T+3I_-7`-">
                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                          <field name="OID">hm-rpc.0.OEQ1302786.1.LEVEL</field>
                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                          <value name="VALUE">
                                                                            <block type="math_number" id="CcDE4~v}SFWSg{?eMRv~">
                                                                              <field name="NUM">0</field>
                                                                            </block>
                                                                          </value>
                                                                          <next>
                                                                            <block type="comment" id="#m,zsc9)Q^E2,b`Cq`,q">
                                                                              <field name="COMMENT">Fenster5</field>
                                                                              <next>
                                                                                <block type="control" id="1VhOpsJaOliV*cPT7lZ,">
                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                  <field name="OID">hm-rpc.0.OEQ1299316.1.LEVEL</field>
                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                  <value name="VALUE">
                                                                                    <block type="math_number" id="h]mxsU%w@C3BI-1lkwT0">
                                                                                      <field name="NUM">0</field>
                                                                                    </block>
                                                                                  </value>
                                                                                  <next>
                                                                                    <block type="comment" id="CdE47!Gc$V,D=I_^vy67">
                                                                                      <field name="COMMENT">Fenster6</field>
                                                                                      <next>
                                                                                        <block type="control" id="oNx}4.L^tqBsqsY|G`Nw">
                                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                          <field name="OID">hm-rpc.0.OEQ1302835.1.LEVEL</field>
                                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                                          <value name="VALUE">
                                                                                            <block type="math_number" id="2s)nR}RAzbCKOZj,m$e[">
                                                                                              <field name="NUM">0</field>
                                                                                            </block>
                                                                                          </value>
                                                                                          <next>
                                                                                            <block type="comment" id="T0sNAhgG4/Z.LqF?O-iv">
                                                                                              <field name="COMMENT">Fenster10</field>
                                                                                              <next>
                                                                                                <block type="control" id="dYGUX|4Y5q_9W+/aFsw2">
                                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                  <field name="OID">hm-rpc.0.OEQ1299309.1.LEVEL</field>
                                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                                  <value name="VALUE">
                                                                                                    <block type="math_number" id="QKNabZwxsk,yjMbMutm~">
                                                                                                      <field name="NUM">0</field>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                </block>
                                                                                              </next>
                                                                                            </block>
                                                                                          </next>
                                                                                        </block>
                                                                                      </next>
                                                                                    </block>
                                                                                  </next>
                                                                                </block>
                                                                              </next>
                                                                            </block>
                                                                          </next>
                                                                        </block>
                                                                      </next>
                                                                    </block>
                                                                  </next>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </statement>
                                        </block>
                                      </statement>
                                    </block>
                                  </xml>
                                  
                                  

                                  Diesem Skript habe ich einen Datenpunkt unter "Meine_Geräte.0" zugeordnet.

                                  Nun möchte ich gern mit Hilfe einer lovelace-Karte meine Rollläden damit schalten.

                                  Aber meine Rollläden reagieren nicht.

                                  Was mache ich falsch?

                                  David G.D 1 Antwort Letzte Antwort
                                  0
                                  • M M1R0O

                                    Ich schon wieder...:see_no_evil:

                                    Ich möchte gerne meine Rollläden steuern. Ich habe dazu ein Blockly, welches ich normalerweise für die Alexa-Steuerung nutze, etwas abgeändert:

                                    
                                    BlocklyJavascriptTypeScript
                                    Skript läuft nicht
                                    Protokoll
                                    Ausgewählte Blöcke exportieren
                                    <xml xmlns="https://developers.google.com/blockly/xml">
                                      <variables>
                                        <variable id=")`?wMu.x=I1-zW%)%|qN">Rolläden</variable>
                                      </variables>
                                      <block type="on" id="IF:L)/OlWx|9MkLU..}B" x="13" y="-638">
                                        <field name="OID">Meine_Geräte.0.JalousienEGll</field>
                                        <field name="CONDITION">ne</field>
                                        <field name="ACK_CONDITION"></field>
                                        <statement name="STATEMENT">
                                          <block type="controls_if" id="j87.ZsAyGl(mU8^*6Tr;">
                                            <mutation elseif="1"></mutation>
                                            <value name="IF0">
                                              <block type="logic_compare" id="u]6#GJ?W(}eGZlWHNfmy">
                                                <field name="OP">EQ</field>
                                                <value name="A">
                                                  <block type="get_value" id="_0*k%JdKf23sQc076KVO">
                                                    <field name="ATTR">val</field>
                                                    <field name="OID">Meine_Geräte.0.Rolläden</field>
                                                  </block>
                                                </value>
                                                <value name="B">
                                                  <block type="logic_boolean" id="I}Zzmts#=j{i`e(}whQ,">
                                                    <field name="BOOL">TRUE</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                            <statement name="DO0">
                                              <block type="control" id="dr0hieWS_Gs5h^LXNf)6">
                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                <field name="OID">hm-rpc.0.OEQ1855592.1.LEVEL</field>
                                                <field name="WITH_DELAY">FALSE</field>
                                                <value name="VALUE">
                                                  <block type="math_number" id="ggMB2Y#iTT7Mr+Cryw1W">
                                                    <field name="NUM">100</field>
                                                  </block>
                                                </value>
                                                <next>
                                                  <block type="control" id="GU.ce[6=Z4I[Kj@VBuz]">
                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                    <field name="OID">hm-rpc.0.OEQ1852569.1.LEVEL</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="math_number" id="yuaH[|BddKWOeu`[;erp">
                                                        <field name="NUM">100</field>
                                                      </block>
                                                    </value>
                                                    <next>
                                                      <block type="control" id="?:AxITajjsS(56t:1~/s">
                                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                        <field name="OID">hm-rpc.0.OEQ1854040.1.LEVEL</field>
                                                        <field name="WITH_DELAY">FALSE</field>
                                                        <value name="VALUE">
                                                          <block type="math_number" id="Zgm+J.o8|}*wgIiTuUv7">
                                                            <field name="NUM">100</field>
                                                          </block>
                                                        </value>
                                                        <next>
                                                          <block type="control" id="g^1?5C{zekgGdWLNmeTr">
                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                            <field name="OID">hm-rpc.0.OEQ1855282.1.LEVEL</field>
                                                            <field name="WITH_DELAY">FALSE</field>
                                                            <value name="VALUE">
                                                              <block type="math_number" id="pwOoF)=/j}N}o.B;_/9L">
                                                                <field name="NUM">100</field>
                                                              </block>
                                                            </value>
                                                            <next>
                                                              <block type="comment" id="gozvnL-ATicn8s88a]K,">
                                                                <field name="COMMENT">Fenster1</field>
                                                                <next>
                                                                  <block type="control" id="SdQFp6TBf*C@|jUW{ClU">
                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                    <field name="OID">hm-rpc.0.OEQ1299057.1.LEVEL</field>
                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                    <value name="VALUE">
                                                                      <block type="math_number" id="fOWU;Y87JxeAl:zw[,UY">
                                                                        <field name="NUM">100</field>
                                                                      </block>
                                                                    </value>
                                                                    <next>
                                                                      <block type="comment" id="vW+Lse2J:EGm+Za}f)QY">
                                                                        <field name="COMMENT">Fenster2</field>
                                                                        <next>
                                                                          <block type="control" id="25L2s9`8:=Bd.iu!o`uU">
                                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                            <field name="OID">hm-rpc.0.OEQ1302786.1.LEVEL</field>
                                                                            <field name="WITH_DELAY">FALSE</field>
                                                                            <value name="VALUE">
                                                                              <block type="math_number" id="1Rei_xp)NV(gQ?]Bj__w">
                                                                                <field name="NUM">100</field>
                                                                              </block>
                                                                            </value>
                                                                            <next>
                                                                              <block type="comment" id="rH6z`|C2a*-;+0wn7p7.">
                                                                                <field name="COMMENT">Fenster5</field>
                                                                                <next>
                                                                                  <block type="control" id="f6S.}u+lzI|V]RS,mpcF">
                                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                    <field name="OID">hm-rpc.0.OEQ1299316.1.LEVEL</field>
                                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                                    <value name="VALUE">
                                                                                      <block type="math_number" id="YDKk0wW:U@20k4diE;sP">
                                                                                        <field name="NUM">100</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <next>
                                                                                      <block type="comment" id="{Z*pqvDr]msweCt.Wp=R">
                                                                                        <field name="COMMENT">Fenster6</field>
                                                                                        <next>
                                                                                          <block type="control" id="p:r=_-7AGAw^SY^q/Nhb">
                                                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                            <field name="OID">hm-rpc.0.OEQ1302835.1.LEVEL</field>
                                                                                            <field name="WITH_DELAY">FALSE</field>
                                                                                            <value name="VALUE">
                                                                                              <block type="math_number" id="Qr3!OJ%lw9c!cErke2?5">
                                                                                                <field name="NUM">100</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <next>
                                                                                              <block type="comment" id="^eKh1?(tEwHV_Rt-w;.a">
                                                                                                <field name="COMMENT">Fenster10</field>
                                                                                                <next>
                                                                                                  <block type="control" id="0+*}Dby:R`K=W4uW6~VG">
                                                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                    <field name="OID">hm-rpc.0.OEQ1299309.1.LEVEL</field>
                                                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                                                    <value name="VALUE">
                                                                                                      <block type="math_number" id="}IP%kqk.CjMT^1gxW,KX">
                                                                                                        <field name="NUM">100</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                    <next>
                                                                                                      <block type="comment" id="YYL4cP9HW=^qJUt~cM4-">
                                                                                                        <field name="COMMENT">Fenster10</field>
                                                                                                        <next>
                                                                                                          <block type="control" id="+c1pT9N9.=p?!a^1E?TC">
                                                                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                            <field name="OID">hm-rpc.0.OEQ1299349.1.LEVEL</field>
                                                                                                            <field name="WITH_DELAY">FALSE</field>
                                                                                                            <value name="VALUE">
                                                                                                              <block type="math_number" id="hKJPDUY8`vc(AEr9/p#%">
                                                                                                                <field name="NUM">100</field>
                                                                                                              </block>
                                                                                                            </value>
                                                                                                            <next>
                                                                                                              <block type="update" id="K.sg[pLRzpJsP`AOsnao">
                                                                                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                                <field name="OID">Meine_Geräte.0.Schalter_Rolläden</field>
                                                                                                                <field name="WITH_DELAY">FALSE</field>
                                                                                                                <value name="VALUE">
                                                                                                                  <block type="logic_boolean" id="pl^dOI87;DX(QPe:rm=E">
                                                                                                                    <field name="BOOL">TRUE</field>
                                                                                                                  </block>
                                                                                                                </value>
                                                                                                                <next>
                                                                                                                  <block type="update" id="RC*}QTE%5.Of$b]^NC/f">
                                                                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                                                                                                    <field name="OID">Meine_Geräte.0.Schalter_Rolläden</field>
                                                                                                                    <field name="WITH_DELAY">TRUE</field>
                                                                                                                    <field name="DELAY_MS">180</field>
                                                                                                                    <field name="UNIT">min</field>
                                                                                                                    <field name="CLEAR_RUNNING">FALSE</field>
                                                                                                                    <value name="VALUE">
                                                                                                                      <block type="logic_boolean" id="/PLc_A,fv.+fvL7}m(jj">
                                                                                                                        <field name="BOOL">FALSE</field>
                                                                                                                      </block>
                                                                                                                    </value>
                                                                                                                    <next>
                                                                                                                      <block type="variables_set" id=")VxgBd8_n![ERA}#!wt_" disabled="true">
                                                                                                                        <field name="VAR" id=")`?wMu.x=I1-zW%)%|qN">Rolläden</field>
                                                                                                                        <value name="VALUE">
                                                                                                                          <block type="logic_boolean" id="]7m:6#S`M59BGf2q3(Xs">
                                                                                                                            <field name="BOOL">TRUE</field>
                                                                                                                          </block>
                                                                                                                        </value>
                                                                                                                      </block>
                                                                                                                    </next>
                                                                                                                  </block>
                                                                                                                </next>
                                                                                                              </block>
                                                                                                            </next>
                                                                                                          </block>
                                                                                                        </next>
                                                                                                      </block>
                                                                                                    </next>
                                                                                                  </block>
                                                                                                </next>
                                                                                              </block>
                                                                                            </next>
                                                                                          </block>
                                                                                        </next>
                                                                                      </block>
                                                                                    </next>
                                                                                  </block>
                                                                                </next>
                                                                              </block>
                                                                            </next>
                                                                          </block>
                                                                        </next>
                                                                      </block>
                                                                    </next>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </next>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </statement>
                                            <value name="IF1">
                                              <block type="logic_compare" id="PKN5S)mQ|YQG+HYQ?W},">
                                                <field name="OP">EQ</field>
                                                <value name="A">
                                                  <block type="get_value" id="%|S3|w)ggi^}8*9~^06K">
                                                    <field name="ATTR">val</field>
                                                    <field name="OID">Meine_Geräte.0.Rolläden</field>
                                                  </block>
                                                </value>
                                                <value name="B">
                                                  <block type="logic_boolean" id=".rJ.cnXD),G0)vf7mPC1">
                                                    <field name="BOOL">FALSE</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                            <statement name="DO1">
                                              <block type="controls_if" id="/HNUV}1QQ.~M=(3}5`Nq">
                                                <value name="IF0">
                                                  <block type="logic_compare" id="MhODUo:W[k=}.bi=fsp@">
                                                    <field name="OP">EQ</field>
                                                    <value name="A">
                                                      <block type="get_value" id="Dldhsm49!4|@A8Hip8B]">
                                                        <field name="ATTR">val</field>
                                                        <field name="OID">hm-rpc.1.00155993962768.1.STATE</field>
                                                      </block>
                                                    </value>
                                                    <value name="B">
                                                      <block type="math_number" id="y5weq.Q?@_np*[^@=~*X">
                                                        <field name="NUM">0</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <statement name="DO0">
                                                  <block type="control" id=")hUChJ9bIP4VY6?`:et{">
                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                    <field name="OID">hm-rpc.0.OEQ1855592.1.LEVEL</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="math_number" id="*xE,a;-TdDmTu@(k+8oX">
                                                        <field name="NUM">0</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </statement>
                                                <next>
                                                  <block type="controls_if" id="s]DIN1jo%ol2~oH[)^#;">
                                                    <value name="IF0">
                                                      <block type="logic_compare" id="-rtsJFTH:2Myb~n0xQp1">
                                                        <field name="OP">EQ</field>
                                                        <value name="A">
                                                          <block type="get_value" id="y-iE#^U3Wg;36P9lanZ9">
                                                            <field name="ATTR">val</field>
                                                            <field name="OID">hm-rpc.1.00155993962F4F.1.STATE</field>
                                                          </block>
                                                        </value>
                                                        <value name="B">
                                                          <block type="math_number" id="(9mdp7;B=0Sb===ww/9z">
                                                            <field name="NUM">0</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <statement name="DO0">
                                                      <block type="control" id="t%icno5b;^WR|YZQx7DS">
                                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                        <field name="OID">hm-rpc.0.OEQ1852569.1.LEVEL</field>
                                                        <field name="WITH_DELAY">FALSE</field>
                                                        <value name="VALUE">
                                                          <block type="math_number" id="qWc,^dGZj8aR3b(yE7F!">
                                                            <field name="NUM">0</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </statement>
                                                    <next>
                                                      <block type="controls_if" id=",lE5dpoZ]w#i8KUU_7{Z">
                                                        <value name="IF0">
                                                          <block type="logic_compare" id="ciR|L.@SwEuZw4|@}:3j">
                                                            <field name="OP">EQ</field>
                                                            <value name="A">
                                                              <block type="get_value" id="g^tGsz*dCYz{Ld[H3yR:">
                                                                <field name="ATTR">val</field>
                                                                <field name="OID">hm-rpc.1.00155993962EF7.1.STATE</field>
                                                              </block>
                                                            </value>
                                                            <value name="B">
                                                              <block type="math_number" id="2t/;G(18^Ke.,!c(;C.%">
                                                                <field name="NUM">0</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <statement name="DO0">
                                                          <block type="control" id="g_Jy@h@:kT!fgfh7_yBQ">
                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                            <field name="OID">hm-rpc.0.OEQ1854040.1.LEVEL</field>
                                                            <field name="WITH_DELAY">FALSE</field>
                                                            <value name="VALUE">
                                                              <block type="math_number" id="H.aj*^)2_ttJq#^!ZU|P">
                                                                <field name="NUM">0</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </statement>
                                                        <next>
                                                          <block type="controls_if" id="7biA/ABfB!u`)(Ub|Wai">
                                                            <value name="IF0">
                                                              <block type="logic_compare" id="^fUiS!Ug/22R)33=nOXd">
                                                                <field name="OP">EQ</field>
                                                                <value name="A">
                                                                  <block type="get_value" id="8+_cJJ{U3?gcM.SDCY]X">
                                                                    <field name="ATTR">val</field>
                                                                    <field name="OID">hm-rpc.1.001559939628C4.1.STATE</field>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <block type="math_number" id="iZD3hw[O;i%gldmY=#Zi">
                                                                    <field name="NUM">0</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <statement name="DO0">
                                                              <block type="control" id="zxaOjJLCTn/,5m5[z-KH">
                                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                <field name="OID">hm-rpc.0.OEQ1855282.1.LEVEL</field>
                                                                <field name="WITH_DELAY">FALSE</field>
                                                                <value name="VALUE">
                                                                  <block type="math_number" id="1dIt^lU+LtOgpwdKuji[">
                                                                    <field name="NUM">0</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </statement>
                                                            <next>
                                                              <block type="comment" id="Wxw#8*y9e{4e++}I0(}k">
                                                                <field name="COMMENT">Fenster1</field>
                                                                <next>
                                                                  <block type="control" id="(?611[rC`!%7WiD3M,V-">
                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                    <field name="OID">hm-rpc.0.OEQ1299057.1.LEVEL</field>
                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                    <value name="VALUE">
                                                                      <block type="math_number" id="?_I.j2~M?CQa8~yPyJc!">
                                                                        <field name="NUM">0</field>
                                                                      </block>
                                                                    </value>
                                                                    <next>
                                                                      <block type="comment" id="?fg)!|K!@g@$Ijn+#ge$">
                                                                        <field name="COMMENT">Fenster2</field>
                                                                        <next>
                                                                          <block type="control" id="zto9@+0dm)]T+3I_-7`-">
                                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                            <field name="OID">hm-rpc.0.OEQ1302786.1.LEVEL</field>
                                                                            <field name="WITH_DELAY">FALSE</field>
                                                                            <value name="VALUE">
                                                                              <block type="math_number" id="CcDE4~v}SFWSg{?eMRv~">
                                                                                <field name="NUM">0</field>
                                                                              </block>
                                                                            </value>
                                                                            <next>
                                                                              <block type="comment" id="#m,zsc9)Q^E2,b`Cq`,q">
                                                                                <field name="COMMENT">Fenster5</field>
                                                                                <next>
                                                                                  <block type="control" id="1VhOpsJaOliV*cPT7lZ,">
                                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                    <field name="OID">hm-rpc.0.OEQ1299316.1.LEVEL</field>
                                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                                    <value name="VALUE">
                                                                                      <block type="math_number" id="h]mxsU%w@C3BI-1lkwT0">
                                                                                        <field name="NUM">0</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <next>
                                                                                      <block type="comment" id="CdE47!Gc$V,D=I_^vy67">
                                                                                        <field name="COMMENT">Fenster6</field>
                                                                                        <next>
                                                                                          <block type="control" id="oNx}4.L^tqBsqsY|G`Nw">
                                                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                            <field name="OID">hm-rpc.0.OEQ1302835.1.LEVEL</field>
                                                                                            <field name="WITH_DELAY">FALSE</field>
                                                                                            <value name="VALUE">
                                                                                              <block type="math_number" id="2s)nR}RAzbCKOZj,m$e[">
                                                                                                <field name="NUM">0</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <next>
                                                                                              <block type="comment" id="T0sNAhgG4/Z.LqF?O-iv">
                                                                                                <field name="COMMENT">Fenster10</field>
                                                                                                <next>
                                                                                                  <block type="control" id="dYGUX|4Y5q_9W+/aFsw2">
                                                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                    <field name="OID">hm-rpc.0.OEQ1299309.1.LEVEL</field>
                                                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                                                    <value name="VALUE">
                                                                                                      <block type="math_number" id="QKNabZwxsk,yjMbMutm~">
                                                                                                        <field name="NUM">0</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </next>
                                                                                              </block>
                                                                                            </next>
                                                                                          </block>
                                                                                        </next>
                                                                                      </block>
                                                                                    </next>
                                                                                  </block>
                                                                                </next>
                                                                              </block>
                                                                            </next>
                                                                          </block>
                                                                        </next>
                                                                      </block>
                                                                    </next>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </next>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </statement>
                                          </block>
                                        </statement>
                                      </block>
                                    </xml>
                                    <xml xmlns="https://developers.google.com/blockly/xml">
                                      <variables>
                                        <variable id=")`?wMu.x=I1-zW%)%|qN">Rolläden</variable>
                                      </variables>
                                      <block type="on" id="IF:L)/OlWx|9MkLU..}B" x="13" y="-638">
                                        <field name="OID">Meine_Geräte.0.JalousienEGll</field>
                                        <field name="CONDITION">ne</field>
                                        <field name="ACK_CONDITION"></field>
                                        <statement name="STATEMENT">
                                          <block type="controls_if" id="j87.ZsAyGl(mU8^*6Tr;">
                                            <mutation elseif="1"></mutation>
                                            <value name="IF0">
                                              <block type="logic_compare" id="u]6#GJ?W(}eGZlWHNfmy">
                                                <field name="OP">EQ</field>
                                                <value name="A">
                                                  <block type="get_value" id="_0*k%JdKf23sQc076KVO">
                                                    <field name="ATTR">val</field>
                                                    <field name="OID">Meine_Geräte.0.Rolläden</field>
                                                  </block>
                                                </value>
                                                <value name="B">
                                                  <block type="logic_boolean" id="I}Zzmts#=j{i`e(}whQ,">
                                                    <field name="BOOL">TRUE</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                            <statement name="DO0">
                                              <block type="control" id="dr0hieWS_Gs5h^LXNf)6">
                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                <field name="OID">hm-rpc.0.OEQ1855592.1.LEVEL</field>
                                                <field name="WITH_DELAY">FALSE</field>
                                                <value name="VALUE">
                                                  <block type="math_number" id="ggMB2Y#iTT7Mr+Cryw1W">
                                                    <field name="NUM">100</field>
                                                  </block>
                                                </value>
                                                <next>
                                                  <block type="control" id="GU.ce[6=Z4I[Kj@VBuz]">
                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                    <field name="OID">hm-rpc.0.OEQ1852569.1.LEVEL</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="math_number" id="yuaH[|BddKWOeu`[;erp">
                                                        <field name="NUM">100</field>
                                                      </block>
                                                    </value>
                                                    <next>
                                                      <block type="control" id="?:AxITajjsS(56t:1~/s">
                                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                        <field name="OID">hm-rpc.0.OEQ1854040.1.LEVEL</field>
                                                        <field name="WITH_DELAY">FALSE</field>
                                                        <value name="VALUE">
                                                          <block type="math_number" id="Zgm+J.o8|}*wgIiTuUv7">
                                                            <field name="NUM">100</field>
                                                          </block>
                                                        </value>
                                                        <next>
                                                          <block type="control" id="g^1?5C{zekgGdWLNmeTr">
                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                            <field name="OID">hm-rpc.0.OEQ1855282.1.LEVEL</field>
                                                            <field name="WITH_DELAY">FALSE</field>
                                                            <value name="VALUE">
                                                              <block type="math_number" id="pwOoF)=/j}N}o.B;_/9L">
                                                                <field name="NUM">100</field>
                                                              </block>
                                                            </value>
                                                            <next>
                                                              <block type="comment" id="gozvnL-ATicn8s88a]K,">
                                                                <field name="COMMENT">Fenster1</field>
                                                                <next>
                                                                  <block type="control" id="SdQFp6TBf*C@|jUW{ClU">
                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                    <field name="OID">hm-rpc.0.OEQ1299057.1.LEVEL</field>
                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                    <value name="VALUE">
                                                                      <block type="math_number" id="fOWU;Y87JxeAl:zw[,UY">
                                                                        <field name="NUM">100</field>
                                                                      </block>
                                                                    </value>
                                                                    <next>
                                                                      <block type="comment" id="vW+Lse2J:EGm+Za}f)QY">
                                                                        <field name="COMMENT">Fenster2</field>
                                                                        <next>
                                                                          <block type="control" id="25L2s9`8:=Bd.iu!o`uU">
                                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                            <field name="OID">hm-rpc.0.OEQ1302786.1.LEVEL</field>
                                                                            <field name="WITH_DELAY">FALSE</field>
                                                                            <value name="VALUE">
                                                                              <block type="math_number" id="1Rei_xp)NV(gQ?]Bj__w">
                                                                                <field name="NUM">100</field>
                                                                              </block>
                                                                            </value>
                                                                            <next>
                                                                              <block type="comment" id="rH6z`|C2a*-;+0wn7p7.">
                                                                                <field name="COMMENT">Fenster5</field>
                                                                                <next>
                                                                                  <block type="control" id="f6S.}u+lzI|V]RS,mpcF">
                                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                    <field name="OID">hm-rpc.0.OEQ1299316.1.LEVEL</field>
                                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                                    <value name="VALUE">
                                                                                      <block type="math_number" id="YDKk0wW:U@20k4diE;sP">
                                                                                        <field name="NUM">100</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <next>
                                                                                      <block type="comment" id="{Z*pqvDr]msweCt.Wp=R">
                                                                                        <field name="COMMENT">Fenster6</field>
                                                                                        <next>
                                                                                          <block type="control" id="p:r=_-7AGAw^SY^q/Nhb">
                                                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                            <field name="OID">hm-rpc.0.OEQ1302835.1.LEVEL</field>
                                                                                            <field name="WITH_DELAY">FALSE</field>
                                                                                            <value name="VALUE">
                                                                                              <block type="math_number" id="Qr3!OJ%lw9c!cErke2?5">
                                                                                                <field name="NUM">100</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <next>
                                                                                              <block type="comment" id="^eKh1?(tEwHV_Rt-w;.a">
                                                                                                <field name="COMMENT">Fenster10</field>
                                                                                                <next>
                                                                                                  <block type="control" id="0+*}Dby:R`K=W4uW6~VG">
                                                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                    <field name="OID">hm-rpc.0.OEQ1299309.1.LEVEL</field>
                                                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                                                    <value name="VALUE">
                                                                                                      <block type="math_number" id="}IP%kqk.CjMT^1gxW,KX">
                                                                                                        <field name="NUM">100</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                    <next>
                                                                                                      <block type="comment" id="YYL4cP9HW=^qJUt~cM4-">
                                                                                                        <field name="COMMENT">Fenster10</field>
                                                                                                        <next>
                                                                                                          <block type="control" id="+c1pT9N9.=p?!a^1E?TC">
                                                                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                            <field name="OID">hm-rpc.0.OEQ1299349.1.LEVEL</field>
                                                                                                            <field name="WITH_DELAY">FALSE</field>
                                                                                                            <value name="VALUE">
                                                                                                              <block type="math_number" id="hKJPDUY8`vc(AEr9/p#%">
                                                                                                                <field name="NUM">100</field>
                                                                                                              </block>
                                                                                                            </value>
                                                                                                            <next>
                                                                                                              <block type="update" id="K.sg[pLRzpJsP`AOsnao">
                                                                                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                                <field name="OID">Meine_Geräte.0.Schalter_Rolläden</field>
                                                                                                                <field name="WITH_DELAY">FALSE</field>
                                                                                                                <value name="VALUE">
                                                                                                                  <block type="logic_boolean" id="pl^dOI87;DX(QPe:rm=E">
                                                                                                                    <field name="BOOL">TRUE</field>
                                                                                                                  </block>
                                                                                                                </value>
                                                                                                                <next>
                                                                                                                  <block type="update" id="RC*}QTE%5.Of$b]^NC/f">
                                                                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                                                                                                    <field name="OID">Meine_Geräte.0.Schalter_Rolläden</field>
                                                                                                                    <field name="WITH_DELAY">TRUE</field>
                                                                                                                    <field name="DELAY_MS">180</field>
                                                                                                                    <field name="UNIT">min</field>
                                                                                                                    <field name="CLEAR_RUNNING">FALSE</field>
                                                                                                                    <value name="VALUE">
                                                                                                                      <block type="logic_boolean" id="/PLc_A,fv.+fvL7}m(jj">
                                                                                                                        <field name="BOOL">FALSE</field>
                                                                                                                      </block>
                                                                                                                    </value>
                                                                                                                    <next>
                                                                                                                      <block type="variables_set" id=")VxgBd8_n![ERA}#!wt_" disabled="true">
                                                                                                                        <field name="VAR" id=")`?wMu.x=I1-zW%)%|qN">Rolläden</field>
                                                                                                                        <value name="VALUE">
                                                                                                                          <block type="logic_boolean" id="]7m:6#S`M59BGf2q3(Xs">
                                                                                                                            <field name="BOOL">TRUE</field>
                                                                                                                          </block>
                                                                                                                        </value>
                                                                                                                      </block>
                                                                                                                    </next>
                                                                                                                  </block>
                                                                                                                </next>
                                                                                                              </block>
                                                                                                            </next>
                                                                                                          </block>
                                                                                                        </next>
                                                                                                      </block>
                                                                                                    </next>
                                                                                                  </block>
                                                                                                </next>
                                                                                              </block>
                                                                                            </next>
                                                                                          </block>
                                                                                        </next>
                                                                                      </block>
                                                                                    </next>
                                                                                  </block>
                                                                                </next>
                                                                              </block>
                                                                            </next>
                                                                          </block>
                                                                        </next>
                                                                      </block>
                                                                    </next>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </next>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </statement>
                                            <value name="IF1">
                                              <block type="logic_compare" id="PKN5S)mQ|YQG+HYQ?W},">
                                                <field name="OP">EQ</field>
                                                <value name="A">
                                                  <block type="get_value" id="%|S3|w)ggi^}8*9~^06K">
                                                    <field name="ATTR">val</field>
                                                    <field name="OID">Meine_Geräte.0.Rolläden</field>
                                                  </block>
                                                </value>
                                                <value name="B">
                                                  <block type="logic_boolean" id=".rJ.cnXD),G0)vf7mPC1">
                                                    <field name="BOOL">FALSE</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                            <statement name="DO1">
                                              <block type="controls_if" id="/HNUV}1QQ.~M=(3}5`Nq">
                                                <value name="IF0">
                                                  <block type="logic_compare" id="MhODUo:W[k=}.bi=fsp@">
                                                    <field name="OP">EQ</field>
                                                    <value name="A">
                                                      <block type="get_value" id="Dldhsm49!4|@A8Hip8B]">
                                                        <field name="ATTR">val</field>
                                                        <field name="OID">hm-rpc.1.00155993962768.1.STATE</field>
                                                      </block>
                                                    </value>
                                                    <value name="B">
                                                      <block type="math_number" id="y5weq.Q?@_np*[^@=~*X">
                                                        <field name="NUM">0</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <statement name="DO0">
                                                  <block type="control" id=")hUChJ9bIP4VY6?`:et{">
                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                    <field name="OID">hm-rpc.0.OEQ1855592.1.LEVEL</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="math_number" id="*xE,a;-TdDmTu@(k+8oX">
                                                        <field name="NUM">0</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </statement>
                                                <next>
                                                  <block type="controls_if" id="s]DIN1jo%ol2~oH[)^#;">
                                                    <value name="IF0">
                                                      <block type="logic_compare" id="-rtsJFTH:2Myb~n0xQp1">
                                                        <field name="OP">EQ</field>
                                                        <value name="A">
                                                          <block type="get_value" id="y-iE#^U3Wg;36P9lanZ9">
                                                            <field name="ATTR">val</field>
                                                            <field name="OID">hm-rpc.1.00155993962F4F.1.STATE</field>
                                                          </block>
                                                        </value>
                                                        <value name="B">
                                                          <block type="math_number" id="(9mdp7;B=0Sb===ww/9z">
                                                            <field name="NUM">0</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <statement name="DO0">
                                                      <block type="control" id="t%icno5b;^WR|YZQx7DS">
                                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                        <field name="OID">hm-rpc.0.OEQ1852569.1.LEVEL</field>
                                                        <field name="WITH_DELAY">FALSE</field>
                                                        <value name="VALUE">
                                                          <block type="math_number" id="qWc,^dGZj8aR3b(yE7F!">
                                                            <field name="NUM">0</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </statement>
                                                    <next>
                                                      <block type="controls_if" id=",lE5dpoZ]w#i8KUU_7{Z">
                                                        <value name="IF0">
                                                          <block type="logic_compare" id="ciR|L.@SwEuZw4|@}:3j">
                                                            <field name="OP">EQ</field>
                                                            <value name="A">
                                                              <block type="get_value" id="g^tGsz*dCYz{Ld[H3yR:">
                                                                <field name="ATTR">val</field>
                                                                <field name="OID">hm-rpc.1.00155993962EF7.1.STATE</field>
                                                              </block>
                                                            </value>
                                                            <value name="B">
                                                              <block type="math_number" id="2t/;G(18^Ke.,!c(;C.%">
                                                                <field name="NUM">0</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <statement name="DO0">
                                                          <block type="control" id="g_Jy@h@:kT!fgfh7_yBQ">
                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                            <field name="OID">hm-rpc.0.OEQ1854040.1.LEVEL</field>
                                                            <field name="WITH_DELAY">FALSE</field>
                                                            <value name="VALUE">
                                                              <block type="math_number" id="H.aj*^)2_ttJq#^!ZU|P">
                                                                <field name="NUM">0</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </statement>
                                                        <next>
                                                          <block type="controls_if" id="7biA/ABfB!u`)(Ub|Wai">
                                                            <value name="IF0">
                                                              <block type="logic_compare" id="^fUiS!Ug/22R)33=nOXd">
                                                                <field name="OP">EQ</field>
                                                                <value name="A">
                                                                  <block type="get_value" id="8+_cJJ{U3?gcM.SDCY]X">
                                                                    <field name="ATTR">val</field>
                                                                    <field name="OID">hm-rpc.1.001559939628C4.1.STATE</field>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <block type="math_number" id="iZD3hw[O;i%gldmY=#Zi">
                                                                    <field name="NUM">0</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <statement name="DO0">
                                                              <block type="control" id="zxaOjJLCTn/,5m5[z-KH">
                                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                <field name="OID">hm-rpc.0.OEQ1855282.1.LEVEL</field>
                                                                <field name="WITH_DELAY">FALSE</field>
                                                                <value name="VALUE">
                                                                  <block type="math_number" id="1dIt^lU+LtOgpwdKuji[">
                                                                    <field name="NUM">0</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </statement>
                                                            <next>
                                                              <block type="comment" id="Wxw#8*y9e{4e++}I0(}k">
                                                                <field name="COMMENT">Fenster1</field>
                                                                <next>
                                                                  <block type="control" id="(?611[rC`!%7WiD3M,V-">
                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                    <field name="OID">hm-rpc.0.OEQ1299057.1.LEVEL</field>
                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                    <value name="VALUE">
                                                                      <block type="math_number" id="?_I.j2~M?CQa8~yPyJc!">
                                                                        <field name="NUM">0</field>
                                                                      </block>
                                                                    </value>
                                                                    <next>
                                                                      <block type="comment" id="?fg)!|K!@g@$Ijn+#ge$">
                                                                        <field name="COMMENT">Fenster2</field>
                                                                        <next>
                                                                          <block type="control" id="zto9@+0dm)]T+3I_-7`-">
                                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                            <field name="OID">hm-rpc.0.OEQ1302786.1.LEVEL</field>
                                                                            <field name="WITH_DELAY">FALSE</field>
                                                                            <value name="VALUE">
                                                                              <block type="math_number" id="CcDE4~v}SFWSg{?eMRv~">
                                                                                <field name="NUM">0</field>
                                                                              </block>
                                                                            </value>
                                                                            <next>
                                                                              <block type="comment" id="#m,zsc9)Q^E2,b`Cq`,q">
                                                                                <field name="COMMENT">Fenster5</field>
                                                                                <next>
                                                                                  <block type="control" id="1VhOpsJaOliV*cPT7lZ,">
                                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                    <field name="OID">hm-rpc.0.OEQ1299316.1.LEVEL</field>
                                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                                    <value name="VALUE">
                                                                                      <block type="math_number" id="h]mxsU%w@C3BI-1lkwT0">
                                                                                        <field name="NUM">0</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <next>
                                                                                      <block type="comment" id="CdE47!Gc$V,D=I_^vy67">
                                                                                        <field name="COMMENT">Fenster6</field>
                                                                                        <next>
                                                                                          <block type="control" id="oNx}4.L^tqBsqsY|G`Nw">
                                                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                            <field name="OID">hm-rpc.0.OEQ1302835.1.LEVEL</field>
                                                                                            <field name="WITH_DELAY">FALSE</field>
                                                                                            <value name="VALUE">
                                                                                              <block type="math_number" id="2s)nR}RAzbCKOZj,m$e[">
                                                                                                <field name="NUM">0</field>
                                                                                              </block>
                                                                                            </value>
                                                                                            <next>
                                                                                              <block type="comment" id="T0sNAhgG4/Z.LqF?O-iv">
                                                                                                <field name="COMMENT">Fenster10</field>
                                                                                                <next>
                                                                                                  <block type="control" id="dYGUX|4Y5q_9W+/aFsw2">
                                                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                    <field name="OID">hm-rpc.0.OEQ1299309.1.LEVEL</field>
                                                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                                                    <value name="VALUE">
                                                                                                      <block type="math_number" id="QKNabZwxsk,yjMbMutm~">
                                                                                                        <field name="NUM">0</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </next>
                                                                                              </block>
                                                                                            </next>
                                                                                          </block>
                                                                                        </next>
                                                                                      </block>
                                                                                    </next>
                                                                                  </block>
                                                                                </next>
                                                                              </block>
                                                                            </next>
                                                                          </block>
                                                                        </next>
                                                                      </block>
                                                                    </next>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </next>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </statement>
                                          </block>
                                        </statement>
                                      </block>
                                    </xml>
                                    
                                    

                                    Diesem Skript habe ich einen Datenpunkt unter "Meine_Geräte.0" zugeordnet.

                                    Nun möchte ich gern mit Hilfe einer lovelace-Karte meine Rollläden damit schalten.

                                    Aber meine Rollläden reagieren nicht.

                                    Was mache ich falsch?

                                    David G.D Offline
                                    David G.D Offline
                                    David G.
                                    schrieb am zuletzt editiert von
                                    #294

                                    @M1R0O
                                    Du musst Raum, Funktion und Rolle korrekt zuweisen.
                                    Dann müsste alles richtig erkannt werden und klappen.

                                    Zeigt eure Lovelace-Visualisierung klick
                                    (Auch ideal um sich Anregungen zu holen)

                                    Meine Tabellen für eure Visualisierung klick

                                    M 1 Antwort Letzte Antwort
                                    0
                                    • David G.D David G.

                                      @M1R0O
                                      Du musst Raum, Funktion und Rolle korrekt zuweisen.
                                      Dann müsste alles richtig erkannt werden und klappen.

                                      M Offline
                                      M Offline
                                      M1R0O
                                      schrieb am zuletzt editiert von M1R0O
                                      #295

                                      @David-G Wird angezeigt, funktionert ja halbwegs, nur nicht zuverlässig.
                                      Irgendwo hakt es in meinem Skript... Aber das muss ich wohl an anderer Stelle klären.
                                      THX

                                      1 Antwort Letzte Antwort
                                      0
                                      • M Offline
                                        M Offline
                                        M1R0O
                                        schrieb am zuletzt editiert von M1R0O
                                        #296

                                        Hi, soweit bin ich zufrieden. Bis auf korrekte Nuki-Sperrzustände läuft alles.

                                        Mein Problem ist nur, dass mein Log jede Minute folgende Fehler ausgibt:
                                        Bildschirmfoto 2021-01-04 um 15.07.27.png

                                        Ich hätte dazu diese Hilfe gefunden, weiß aber nicht, wo ich da was eintragen muss.:astonished:

                                        @BBlaBlu sagte in Test Adapter lovelace v1.2.x:

                                        Die Karte funktioniert soweit mit leerer entity, danke! Hab das JS angepasst, so dass die alternativen Zeitzonen nicht angezeigt werden:
                                        f87da2ab-3316-4467-a9ec-ec13c5c57996-grafik.png

                                        Würdest du die Uhr teilen?

                                        David G.D 1 Antwort Letzte Antwort
                                        0
                                        • M M1R0O

                                          Hi, soweit bin ich zufrieden. Bis auf korrekte Nuki-Sperrzustände läuft alles.

                                          Mein Problem ist nur, dass mein Log jede Minute folgende Fehler ausgibt:
                                          Bildschirmfoto 2021-01-04 um 15.07.27.png

                                          Ich hätte dazu diese Hilfe gefunden, weiß aber nicht, wo ich da was eintragen muss.:astonished:

                                          @BBlaBlu sagte in Test Adapter lovelace v1.2.x:

                                          Die Karte funktioniert soweit mit leerer entity, danke! Hab das JS angepasst, so dass die alternativen Zeitzonen nicht angezeigt werden:
                                          f87da2ab-3316-4467-a9ec-ec13c5c57996-grafik.png

                                          Würdest du die Uhr teilen?

                                          David G.D Offline
                                          David G.D Offline
                                          David G.
                                          schrieb am zuletzt editiert von
                                          #297

                                          @M1R0O said in Test Adapter lovelace v1.2.x:

                                          Hi, soweit bin ich zufrieden. Bis auf korrekte Nuki-Sperrzustände läuft alles.

                                          Mein Problem ist nur, dass mein Log jede Minute folgende Fehler ausgibt:
                                          Bildschirmfoto 2021-01-04 um 15.07.27.png

                                          Ich hätte dazu diese Hilfe gefunden, weiß aber nicht, wo ich da was eintragen muss.:astonished:

                                          Ich vermute im Datenpunkt muss im RAW-Editor ein Min und Max Wert definiert werden.
                                          Zumindest musste ich es bei meiner Heizung so machen, damit alles geklappt hat.

                                          Zeigt eure Lovelace-Visualisierung klick
                                          (Auch ideal um sich Anregungen zu holen)

                                          Meine Tabellen für eure Visualisierung klick

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          813

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe