Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Blockly
    5. [Frage BLOCKLY ] Klingel Bild per Telegram versenden / Snapshot von Cam per Telegram versenden

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    [Frage BLOCKLY ] Klingel Bild per Telegram versenden / Snapshot von Cam per Telegram versenden

    This topic has been deleted. Only users with topic management privileges can see it.
    • UHU01
      UHU01 @Glasfaser last edited by

      @glasfaser lDas scheint der Sache schon näher zu kommen.

      ffmpeg -loglevel fatal -i rtsp:// FxSdL:cVK3mCsK @192.168.178.166:554/live/ch0 -vframes 1 -y -r 1 /opt/iobroker/iobroker-data/files/vis.0/main/icons/Hof3.jpg
      

      bringt zumindest keinen Fehler mehr. Abgelegt wird aber auch nichts. Kann das mit den Berechtigungen zu tun haben? Wo und wie stelle ich die denn ein wenn es so ist?

      Glasfaser 1 Reply Last reply Reply Quote 0
      • UHU01
        UHU01 @crunchip last edited by

        @crunchip Leider nicht für diese Kamera.

        1 Reply Last reply Reply Quote 0
        • Glasfaser
          Glasfaser @UHU01 last edited by

          @uhu01 sagte in [Frage BLOCKLY ] Klingel Bild per Telegram versenden / Snapshot von Cam per Telegram versenden:

          /opt/iobroker/iobroker-data/files/vis.0/main/icons/Hof3.jpg

          nimm den tmp Ordner

          UHU01 1 Reply Last reply Reply Quote 0
          • UHU01
            UHU01 @Glasfaser last edited by UHU01

            @glasfaser

            Funktioniert leider auch nich:

            pi@raspberrypi:/tmp $ ffmpeg -loglevel fatal -i rtsp:// FxS:cVK3m9rV @192.168.178.166:554/live/ch0 -vframes 1 -y -r 1 /tmp/Hof3.jpg
            pi@raspberrypi:/tmp $ ls -la
            insgesamt 44
            drwxrwxrwt 11 root     root     4096 27. Jan 18:53 .
            drwxr-xr-x 22 root     root     4096 27. Jan 17:26 ..
            drwxrwxrwt  2 root     root     4096 21. Jan 22:53 .font-unix
            drwxr-xr-x  2 iobroker iobroker 4096 27. Jan 10:55 hsperfdata_iobroker
            drwxrwxrwt  2 root     root     4096 21. Jan 22:53 .ICE-unix
            drwx------  2 pi       pi       4096 21. Jan 22:53 runtime-pi
            drwx------  3 root     root     4096 21. Jan 22:53 systemd-private-f9e07d227dfe4ba6848daeff263d15ab-colord.service-ak1Huf
            drwx------  3 root     root     4096 21. Jan 22:53 systemd-private-f9e07d227dfe4ba6848daeff263d15ab-systemd-logind.service-xk2P1h
            drwxrwxrwt  2 root     root     4096 21. Jan 22:53 .Test-unix
            drwxrwxrwt  2 root     root     4096 21. Jan 22:53 .X11-unix
            drwxrwxrwt  2 root     root     4096 21. Jan 22:53 .XIM-unix
            pi@raspberrypi:/tmp $
            
            Glasfaser 1 Reply Last reply Reply Quote 0
            • Glasfaser
              Glasfaser @UHU01 last edited by Glasfaser

              @uhu01

              stimmt den der Link , es kann auch sein das es ein anderer Kanal ist
              als im Thread mit der W6

              rtsp://user:pwd@192.168.178.xxx:554/live/ch0
              

              Teste den Link im VLC , bzw. im Browser

              UHU01 1 Reply Last reply Reply Quote 0
              • UHU01
                UHU01 @Glasfaser last edited by UHU01

                @glasfaser
                Ja, der link funktioniert (mit vlc getestet) :

                rtsp://xxx:xxx@192.168.178.166:554/live/ch0
                
                Glasfaser 1 Reply Last reply Reply Quote 0
                • Glasfaser
                  Glasfaser @UHU01 last edited by Glasfaser

                  @uhu01

                  teste mal damit :

                  ffmpeg -loglevel fatal -rtsp_transport tcp -i 'rtsp://user:pwd@192.168.178.xxx:554/live/ch0' -f image2 -vframes 1 -pix_fmt yuvj420p /home/bild.jpeg
                  
                  UHU01 1 Reply Last reply Reply Quote 0
                  • UHU01
                    UHU01 @Glasfaser last edited by

                    @glasfaser
                    Es dauert zwar eine Weile, bis die Eingabe ausgeführt ist, aber es kommt wieder nichts an:

                    i@raspberrypi:/ $ ffmpeg -loglevel fatal -rtsp_transport tcp -i 'rtsp://FxSdL8f6:m9rKEcC@192.168.178.166:554/live/ch0' -f image2 -vframes 1 -pix_fmt yuvj420p /home/bild.jpeg
                    pi@raspberrypi:/ $ cd home
                    pi@raspberrypi:/home $ ls
                    iobroker  pi
                    pi@raspberrypi:/home $
                    
                    Glasfaser 1 Reply Last reply Reply Quote 0
                    • Glasfaser
                      Glasfaser @UHU01 last edited by

                      @uhu01

                      schreibe mal ein

                      sudo
                      

                      davor

                      sudo ffmpeg -loglevel fatal -rtsp_transport tcp -i 'rtsp://FxSdL8f6:m9rKEcC@192.168.178.166:554/live/ch0' -f image2 -vframes 1 -pix_fmt yuvj420p /home/bild.jpeg
                      
                      UHU01 1 Reply Last reply Reply Quote 0
                      • UHU01
                        UHU01 @Glasfaser last edited by UHU01

                        @Glasfaser
                        Heureka. Das war's. Danke dir vielmals!

                        Screenshot_20230127-223640_Telegram.jpg

                        Glasfaser 1 Reply Last reply Reply Quote 1
                        • Glasfaser
                          Glasfaser @UHU01 last edited by

                          @uhu01 sagte in [Frage BLOCKLY ] Klingel Bild per Telegram versenden / Snapshot von Cam per Telegram versenden:

                          Heureka. Das war's. Danke dir vielmals!

                          Kein Thema .. 🙂

                          UHU01 1 Reply Last reply Reply Quote 0
                          • UHU01
                            UHU01 @Glasfaser last edited by

                            @glasfaser
                            Läuft doch noch nicht ganz. Das Foto wird zwar zuverlässig gesendet, aber immer das gleiche (von gestern). Es wird anscheinend kein neues abgelegt.

                            Glasfaser 1 Reply Last reply Reply Quote 0
                            • Glasfaser
                              Glasfaser @UHU01 last edited by Glasfaser

                              @uhu01 sagte in [Frage BLOCKLY ] Klingel Bild per Telegram versenden / Snapshot von Cam per Telegram versenden:

                              Es wird anscheinend kein neues abgelegt.

                              lösche es mit

                              rm  /home/bild.jpeg
                              

                              wird dann ein neues Bild erstellt

                              EDIT :

                              bzw.

                              sudo rm  /home/bild.jpeg
                              
                              UHU01 1 Reply Last reply Reply Quote 0
                              • UHU01
                                UHU01 @Glasfaser last edited by UHU01

                                @glasfaser

                                Jetzt muss ich weiter ausholen...

                                Das Blockly, in dem ich den Befehl zur Fotoablage verwendet habe löscht weder, noch hat es jemals ein Bild abgelegt. Es sendet nur das Foto, dass ich vorher über den Putty Befehl abgelegt hatte.

                                Bei der JS Variante bekomme ich einen Kompilierungsfehler in Zeile 15. Ich vermute wegen der Hochkommas in der Mitte.

                                c48fcb9b-6257-465a-93b8-3f71093feabe-grafik.png

                                var timeout;
                                7
                                
                                //Installation  apt-get update dann apt-get install ffmpeg
                                 
                                
                                on({id: '0_userdata.0.Testschalter', val: true}, async function (obj) {
                                
                                  var value = obj.state.val;
                                
                                  var oldValue = obj.oldState.val;
                                
                                 // exec('sudo ffmpeg -y -i rtsp://user:pass@192.168.178.166:554/live/ch0/ -t 8 -f mp4 -vcodec libx264 -pix_fmt yuv420p -an -vf scale=w=1280:h=738:force_original_aspect_ratio=decrease -r 10 /tmp/bild.mp4');
                                
                                  exec('sudo ffmpeg -loglevel fatal -rtsp_transport tcp -ii 'rtsp://user:pass@192.168.178.166:554/live/ch0' -f image2 -vframes 1 -pix_fmt yuvj420p /tmp/bild.jpeg');
                                
                                
                                  timeout = setTimeout(async function () {
                                
                                    sendTo("telegram.1", "send", {
                                
                                        text: '/tmp/bild.jpeg',
                                
                                        disable_notification: true
                                
                                    });
                                
                                  }, 15000);
                                
                                });
                                
                                1 Reply Last reply Reply Quote 0
                                • Glasfaser
                                  Glasfaser last edited by Glasfaser

                                  @uhu01

                                  in Zeile 15. Ich vermute wegen der Hochkommas in der Mitte.

                                  im Blockly , ändere auf , ohne '

                                  sudo ffmpeg -loglevel fatal -rtsp_transport tcp -i rtsp://FxSdL8f6:m9rKEcC@192.168.178.166:554/live/ch0 -f image2 -vframes 1 -pix_fmt yuvj420p /home/bild.jpeg
                                  
                                  UHU01 1 Reply Last reply Reply Quote 0
                                  • UHU01
                                    UHU01 @Glasfaser last edited by

                                    @glasfaser
                                    Nichts zu machen. Beide Befehle funktionieren über Putty. Aus dem Blockly heraus passiert aber nichts (außer der Telegram Versand).

                                    <xml xmlns="https://developers.google.com/blockly/xml">
                                      <variables>
                                        <variable type="timeout" id="timeout">timeout</variable>
                                      </variables>
                                      <block type="on_ext" id="1GbHG!B#J@}|7P.az3EG" x="5" y="-1324">
                                        <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                        <field name="CONDITION">ne</field>
                                        <field name="ACK_CONDITION"></field>
                                        <value name="OID0">
                                          <shadow type="field_oid" id="iTK;8eqeV2xQkN+QJ9TF">
                                            <field name="oid">0_userdata.0.Testschalter</field>
                                          </shadow>
                                        </value>
                                        <statement name="STATEMENT">
                                          <block type="controls_if" id=",E+)WRA_=k%0lckb]:h[">
                                            <value name="IF0">
                                              <block type="logic_boolean" id=":W8j?iohfcdV4;W)j-:+">
                                                <field name="BOOL">TRUE</field>
                                              </block>
                                            </value>
                                            <statement name="DO0">
                                              <block type="debug" id="}8RCQT8,f)4Z_@C)y|jz">
                                                <field name="Severity">log</field>
                                                <value name="TEXT">
                                                  <shadow type="text" id="-rVRQ4^8Kdn,N2(0%6`;">
                                                    <field name="TEXT">Auslösung</field>
                                                  </shadow>
                                                </value>
                                              </block>
                                            </statement>
                                            <next>
                                              <block type="exec" id="fm/.+zLn;3lyLZC=l=DZ">
                                                <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                                                <field name="WITH_STATEMENT">FALSE</field>
                                                <field name="LOG">debug</field>
                                                <value name="COMMAND">
                                                  <shadow type="text" id="6XpaZ{GR9!n:*-ue?ELc">
                                                    <field name="TEXT">sudo rm  /tmp/bild.jpeg</field>
                                                  </shadow>
                                                </value>
                                                <next>
                                                  <block type="exec" id="0?HLe|@]G@3[q4L[tx|t">
                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                                                    <field name="WITH_STATEMENT">FALSE</field>
                                                    <field name="LOG">debug</field>
                                                    <value name="COMMAND">
                                                      <shadow type="text" id=".#9er8iN6K=urJvj_Uo|">
                                                        <field name="TEXT">sudo ffmpeg -loglevel fatal -rtsp_transport tcp -i rtsp://user:pass@192.168.178.166:554/live/ch0 -f image2 -vframes 1 -pix_fmt yuvj420p /tmp/bild.jpeg</field>
                                                      </shadow>
                                                    </value>
                                                    <next>
                                                      <block type="timeouts_settimeout" id="9J*b:4r8O.XG.h{=|~/*">
                                                        <field name="NAME">timeout</field>
                                                        <field name="DELAY">3000</field>
                                                        <field name="UNIT">ms</field>
                                                        <statement name="STATEMENT">
                                                          <block type="telegram" id="RWDx)$R22ue?FT{1ER4x">
                                                            <field name="INSTANCE">.1</field>
                                                            <field name="LOG"></field>
                                                            <field name="SILENT">FALSE</field>
                                                            <field name="PARSEMODE">default</field>
                                                            <field name="DISABLE_WEB_PAGE_PREVIEW">FALSE</field>
                                                            <value name="MESSAGE">
                                                              <shadow type="text" id="+!xJbKp]),=E8{`2)2xz">
                                                                <field name="TEXT">/tmp/bild.jpeg</field>
                                                              </shadow>
                                                            </value>
                                                            <value name="USERNAME">
                                                              <block type="text" id="MSphw!NZ_?j1UA-~h4x9">
                                                                <field name="TEXT">xxxx</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </statement>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </statement>
                                      </block>
                                    </xml>
                                    

                                    exec ist in der Instanz zugelassen:

                                    91d7de0e-e45e-4535-8e35-698928521056-grafik.png

                                    Glasfaser 2 Replies Last reply Reply Quote 0
                                    • Glasfaser
                                      Glasfaser @UHU01 last edited by

                                      @uhu01 sagte in [Frage BLOCKLY ] Klingel Bild per Telegram versenden / Snapshot von Cam per Telegram versenden:

                                      ffmpeg

                                      nach welcher Anleitung hast du das installiert .

                                      teste mal damit

                                      sudo -H -u iobroker ffmpeg -loglevel fatal -rtsp_transport tcp -i rtsp://user:pass@192.168.178.166:554/live/ch0 -f image2 -vframes 1 -pix_fmt yuvj420p /tmp/bild.jpeg
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • Glasfaser
                                        Glasfaser @UHU01 last edited by

                                        @uhu01 sagte in [Frage BLOCKLY ] Klingel Bild per Telegram versenden / Snapshot von Cam per Telegram versenden:

                                        Beide Befehle funktionieren über Putty

                                        Ahh .... Denkfehler ..

                                        Der Benutzer Pi löst den Befehl aus

                                        im Blockly ist es ioBroker und der hat kein Recht in /tmp zu schreiben !

                                        Nimm ein Verzeichniss von ioBroker

                                        /opt/iobroker/

                                        UHU01 1 Reply Last reply Reply Quote 0
                                        • UHU01
                                          UHU01 @Glasfaser last edited by UHU01

                                          @glasfaser
                                          Hab das Verzeichnis angepasst. Das Script legt aber noch immer keine neues Bild ab und löscht auch das alte nicht.
                                          Aktueller Stand:

                                          sudo rm  /opt/iobroker/bild.jpeg
                                          
                                          sudo ffmpeg -loglevel fatal -rtsp_transport tcp -i rtsp://user:pass@192.168.178.166:554/live/ch0 -f image2 -vframes 1 -pix_fmt yuvj420p /opt/iobroker/bild.jpeg
                                          

                                          72d93bd6-809d-4d9c-88f2-e0be5449afbd-grafik.png

                                          So wie der Befehl jetzt zu sehen ist funktioniert er in Putty noch immer.

                                          Kann ich die Orderberechtigung evtl ändern?

                                          Nachtrag: Hab's rausgefunden. Mit diesem Ordner und Benutzer muss das "SUDO" dann doch weggelassen werden. JEtzt läuft es wie gewünscht. Danke für die Unterstützung! 👍

                                          1 Reply Last reply Reply Quote 1
                                          • S
                                            SaiBot1981 last edited by SaiBot1981

                                            Vielleich kann mir jemand helfen?

                                            Ich nutze Motioneye auf dem Pi4B und iobroker.
                                            Nun mochte ich weils es eben zu viel den Pi belastet nur Fotos senden anstatt Videos.
                                            Da ich aber bei Bewegungserkennung die Fotos einen Monat gespeichert haben möchte und die Ja mit dem Zeitstempel benannt werden da sie ja sonst immer überschrieben werden, habe ich mich an einigen Skripten versucht, doch leider nimmt das Skript keine Bilder aus dem LiveStream der Cam auf.

                                            Achja die Cam ist eine D-Link DCS-2132LB

                                            <xml xmlns="https://developers.google.com/blockly/xml">
                                              <variables>
                                                <variable type="timeout" id="timeout">timeout</variable>
                                                <variable type="timeout" id="timeout2">timeout2</variable>
                                                <variable type="timeout" id="timeout3">timeout3</variable>
                                              </variables>
                                              <block type="on_ext" id="jj8??y8i*v{!Fb0^jZ!*" x="-587" y="-1188">
                                                <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                                <field name="CONDITION">gt</field>
                                                <field name="ACK_CONDITION"></field>
                                                <value name="OID0">
                                                  <shadow type="field_oid" id="XEKh|+XF~3OC@EHY5{8{">
                                                    <field name="oid">0_userdata.0.Datenpunkte.Cameras.Terasse</field>
                                                  </shadow>
                                                </value>
                                                <statement name="STATEMENT">
                                                  <block type="controls_if" id="ySRs[16}K[R0?_kcX(qT">
                                                    <value name="IF0">
                                                      <block type="logic_negate" id="[?}HQJm*78CL|nf3H?iw">
                                                        <value name="BOOL">
                                                          <block type="timeouts_gettimeout" id="9z?hw0:1-~Qc+uF97]C9">
                                                            <field name="NAME">timeout2</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <statement name="DO0">
                                                      <block type="comment" id="eogMqz*f:xk9TWEY/!4#">
                                                        <field name="COMMENT">Speichert das erste Bild bei Bewegung</field>
                                                        <next>
                                                          <block type="exec" id="BEjD=u,#e-;T;d-e9D;r">
                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                                                            <field name="WITH_STATEMENT">FALSE</field>
                                                            <field name="LOG"></field>
                                                            <value name="COMMAND">
                                                              <shadow type="text" id="p+g^=?Sl15wP.0/4C~~B">
                                                                <field name="TEXT">wget --output-document /var/lib/motioneye/Camera1/Terasse.jpg 'http://admin:dyFJPNpn@192.168.178.100/video1.mjpg'</field>
                                                              </shadow>
                                                            </value>
                                                            <next>
                                                              <block type="comment" id="qm0bnl/,Dq4PjA`4!8ao">
                                                                <field name="COMMENT">Es wird 2500ms gewartet um dieses speichern auszuführen</field>
                                                                <next>
                                                                  <block type="timeouts_settimeout" id="e=c#~E)j;S+#onaowS77">
                                                                    <field name="NAME">timeout</field>
                                                                    <field name="DELAY">2500</field>
                                                                    <field name="UNIT">ms</field>
                                                                    <statement name="STATEMENT">
                                                                      <block type="comment" id="cLfsL/.hZGyA%n?O!-:5">
                                                                        <field name="COMMENT">Hier wird das Bild versendet</field>
                                                                        <next>
                                                                          <block type="telegram" id="FbkrL,IGK%]5xBi#Yj,=">
                                                                            <field name="INSTANCE">.0</field>
                                                                            <field name="LOG"></field>
                                                                            <field name="SILENT">FALSE</field>
                                                                            <field name="PARSEMODE">default</field>
                                                                            <field name="DISABLE_WEB_PAGE_PREVIEW">FALSE</field>
                                                                            <value name="MESSAGE">
                                                                              <shadow type="text" id="wXLWD;.*8||`3_5J8(UB">
                                                                                <field name="TEXT">/var/lib/motioneye/Camera1/Terasse.jpg</field>
                                                                              </shadow>
                                                                            </value>
                                                                            <value name="USERNAME">
                                                                              <block type="text" id="6=JpUE:#fh7l;xfdZ7`%">
                                                                                <field name="TEXT">Tobias</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </next>
                                                                      </block>
                                                                    </statement>
                                                                    <next>
                                                                      <block type="comment" id="Fu=MNqw/7gDC_n{i|=UN">
                                                                        <field name="COMMENT">Nach dem ersten Bild wird nach 4500ms das nächste Bild gespeichert</field>
                                                                        <next>
                                                                          <block type="timeouts_settimeout" id="f55+L@!5F9d*i7)8.z}-">
                                                                            <field name="NAME">timeout2</field>
                                                                            <field name="DELAY">4500</field>
                                                                            <field name="UNIT">ms</field>
                                                                            <statement name="STATEMENT">
                                                                              <block type="exec" id="d~FCu]aLbH_s[eN3oB3H">
                                                                                <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                                                                                <field name="WITH_STATEMENT">FALSE</field>
                                                                                <field name="LOG"></field>
                                                                                <value name="COMMAND">
                                                                                  <shadow type="text" id="q^pJl9(1bxjm4FLFJFlT">
                                                                                    <field name="TEXT">wget --output-document /var/lib/motioneye/Camera1/Terasse.jpg 'http://admin:dyFJPNpn@192.168.178.100/video1.mjpg'</field>
                                                                                  </shadow>
                                                                                </value>
                                                                                <next>
                                                                                  <block type="comment" id="KW^QIsb%Axd:Sp^9@vZ%">
                                                                                    <field name="COMMENT">Es wird 2500ms gewartet um dieses speichern auszuführen</field>
                                                                                    <next>
                                                                                      <block type="timeouts_settimeout" id="kqLD0XWHPVb*R%96uP;%">
                                                                                        <field name="NAME">timeout3</field>
                                                                                        <field name="DELAY">2500</field>
                                                                                        <field name="UNIT">ms</field>
                                                                                        <statement name="STATEMENT">
                                                                                          <block type="timeouts_cleartimeout" id="s|Y]ztX8{_s+*r*`S]kV">
                                                                                            <field name="NAME">timeout2</field>
                                                                                            <next>
                                                                                              <block type="comment" id="Vo3{l~+:~RYcTronq]q*">
                                                                                                <field name="COMMENT">Und hier wird es versendet</field>
                                                                                                <next>
                                                                                                  <block type="telegram" id="3p`vo?Dq*N;FLI4BR{`q">
                                                                                                    <field name="INSTANCE">.0</field>
                                                                                                    <field name="LOG"></field>
                                                                                                    <field name="SILENT">FALSE</field>
                                                                                                    <field name="PARSEMODE">default</field>
                                                                                                    <field name="DISABLE_WEB_PAGE_PREVIEW">FALSE</field>
                                                                                                    <value name="MESSAGE">
                                                                                                      <shadow type="text" id="GsAgr]aq}s-1MR0mg|-W">
                                                                                                        <field name="TEXT">/var/lib/motioneye/Camera1/Terasse.jpg</field>
                                                                                                      </shadow>
                                                                                                    </value>
                                                                                                    <value name="USERNAME">
                                                                                                      <block type="text" id="H~0qQaj=?dX5*x;lAoa}">
                                                                                                        <field name="TEXT">Tobias</field>
                                                                                                      </block>
                                                                                                    </value>
                                                                                                  </block>
                                                                                                </next>
                                                                                              </block>
                                                                                            </next>
                                                                                          </block>
                                                                                        </statement>
                                                                                      </block>
                                                                                    </next>
                                                                                  </block>
                                                                                </next>
                                                                              </block>
                                                                            </statement>
                                                                            <next>
                                                                              <block type="comment" id="ma^~d4aFY-ahr*7)hhQy">
                                                                                <field name="COMMENT">ab hier so oft wiederholen wie man es möchte</field>
                                                                              </block>
                                                                            </next>
                                                                          </block>
                                                                        </next>
                                                                      </block>
                                                                    </next>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </next>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </statement>
                                                  </block>
                                                </statement>
                                              </block>
                                            </xml>
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            927
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

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