Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Visualisierung
  4. [Vorstellung] Meine zweite Visualisierung

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    2.8k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.1k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.4k

[Vorstellung] Meine zweite Visualisierung

Scheduled Pinned Locked Moved Visualisierung
vistemplate
1.3k Posts 148 Posters 569.8k Views 157 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • opossumO Offline
    opossumO Offline
    opossum
    wrote on last edited by opossum
    #933

    Hallo, @Kuddel ,

    ich habe Dein Bash-Script für die Versionen im Einsatz. Seit einiger Zeit werden die Daten nicht mehr in die Datenpunkte geschrieben. Das sieht jetzt bei mir so aus:
    7da5dcc8-3056-4f1d-8b4c-1a5ca39fc66d-image.png
    Führe ich das Script in der Konsole aus, kommt dieses:
    754bbced-18f1-4637-8704-ffad886be5c1-image.png

    Hat das vielleicht jemand auch so und dafür eine Lösung?

    https://schlepper-petersdorf.jimdofree.com/

    1 Reply Last reply
    0
    • F Offline
      F Offline
      File
      wrote on last edited by File
      #934

      Hallo Kuddel,

      tolle Visualisierung! Danke, dass du auch alles zum Download bereitgestellt hast. :+1:
      Bin noch recht neu auf dem Gebiet und versuche gerade meine eigene Vis zu erstellen, dabei hat mir deine sehr geholfen mir einen Überblick zu verschaffen und ein Grundkonzept zu erarbeiten.

      Im Moment bin ich dabei die Vis-Seite mit dem ioBroker-Infos aufzubauen und möchte die aktuelle "JS-Controller Version" anzeigen lassen. In deiner "objekte.txt" habe ich das
      "createState('javascript.0.Versionen.JS-Controller', false, {type: 'string',name: 'JS-Controller'});", gefunden.
      leider zeigt es mir als Wert im Datenpunkt immer nur "false" an.

      Könntest du mir da bitte weiterhelfen?

      LG
      Philipp

      1 Reply Last reply
      0
      • K Offline
        K Offline
        Kuddel
        wrote on last edited by
        #935

        @opossum und @File

        Ich hab mittlerweile die Abfrage der Versionen auf Blockly umgestellt:

        ed1063c1-69f0-4b7b-af7f-7f3b81ae8b00-grafik.png

        Export:

        <block xmlns="http://www.w3.org/1999/xhtml" type="schedule" id="8G-t1R$2*5D,dzJ+=Z/)" x="-12" y="38">
         <field name="SCHEDULE">* * * * *</field>
         <statement name="STATEMENT">
           <block type="comment" id="Sl#pk4ynUi?qtGg$cE[g">
             <field name="COMMENT">ioBroker Version</field>
             <next>
               <block type="exec" id="!R8mB:{en(uJ^pcv:[x-">
                 <mutation with_statement="true"></mutation>
                 <field name="WITH_STATEMENT">TRUE</field>
                 <field name="LOG"></field>
                 <value name="COMMAND">
                   <shadow type="text" id="v]l$N@4P}O26I3a-q-h?">
                     <field name="TEXT">iobroker version</field>
                   </shadow>
                 </value>
                 <statement name="STATEMENT">
                   <block type="control" id="][GYoQ$TpSK^1z+Y1)io">
                     <mutation delay_input="false"></mutation>
                     <field name="OID">javascript.0.Versionen.JS-Controller</field>
                     <field name="WITH_DELAY">FALSE</field>
                     <value name="VALUE">
                       <block type="variables_get" id="^mDY7*B6ucov9?$`tyWW">
                         <field name="VAR" id="r$ug7+)#=~i}8RU2kgZ(" variabletype="">result</field>
                       </block>
                     </value>
                   </block>
                 </statement>
                 <next>
                   <block type="comment" id="H%;3a-me1U9t}!fx~0y~">
                     <field name="COMMENT">Node Version</field>
                     <next>
                       <block type="exec" id="*{Wr/}G!6rw|w(ts:Ubr">
                         <mutation with_statement="true"></mutation>
                         <field name="WITH_STATEMENT">TRUE</field>
                         <field name="LOG"></field>
                         <value name="COMMAND">
                           <shadow type="text" id="1e4e9U(dN%k7nOplwh/t">
                             <field name="TEXT">node -v</field>
                           </shadow>
                         </value>
                         <statement name="STATEMENT">
                           <block type="control" id="`vkk(uG/q|f.RsbQJ6-F">
                             <mutation delay_input="false"></mutation>
                             <field name="OID">javascript.0.Versionen.Node</field>
                             <field name="WITH_DELAY">FALSE</field>
                             <value name="VALUE">
                               <block type="variables_get" id=",@I94/CPiw]|fzeEmZIN">
                                 <field name="VAR" id="r$ug7+)#=~i}8RU2kgZ(" variabletype="">result</field>
                               </block>
                             </value>
                           </block>
                         </statement>
                         <next>
                           <block type="comment" id=":rYml-k#oiHgEwv`2(YH">
                             <field name="COMMENT">NPM Version</field>
                             <next>
                               <block type="exec" id="NsFDRm/4E?3a;yAjP2~M">
                                 <mutation with_statement="true"></mutation>
                                 <field name="WITH_STATEMENT">TRUE</field>
                                 <field name="LOG"></field>
                                 <value name="COMMAND">
                                   <shadow type="text" id="Pq@ZNpd%kQM$SihLxwc%">
                                     <field name="TEXT">npm -v</field>
                                   </shadow>
                                 </value>
                                 <statement name="STATEMENT">
                                   <block type="control" id="Z;/822T:KaNxR6lSS-HN">
                                     <mutation delay_input="false"></mutation>
                                     <field name="OID">javascript.0.Versionen.NPM</field>
                                     <field name="WITH_DELAY">FALSE</field>
                                     <value name="VALUE">
                                       <block type="variables_get" id="Ur~}G^ol^zYpeaK0SPS0">
                                         <field name="VAR" id="r$ug7+)#=~i}8RU2kgZ(" variabletype="">result</field>
                                       </block>
                                     </value>
                                   </block>
                                 </statement>
                               </block>
                             </next>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </next>
           </block>
         </statement>
        </block>
        

        @File
        Wenn im Objekt "false" steht, heißt es nur, dass das Objekt noch nicht befüllt wurde. Ich habe immer "false" als Standard-Wert für die Erstellung des Objektes genommen.

        opossumO NegaleinN F 3 Replies Last reply
        0
        • D DennisMenger

          @Kuddel kannst du mir bitte einmal sagen welche Funktion genau der markierte Button in deiner Vis für eine Funktion hat? Soll der einfach die Temperatur nur 4,5 Grad runtersetzen?

          vis_heizung.png

          D Offline
          D Offline
          DennisMenger
          wrote on last edited by
          #936

          @DennisMenger sagte in [Vorstellung] Meine zweite Visualisierung:

          @Kuddel kannst du mir bitte einmal sagen welche Funktion genau der markierte Button in deiner Vis für eine Funktion hat? Soll der einfach die Temperatur nur 4,5 Grad runtersetzen?

          vis_heizung.png

          @Kuddel Ich schätze meine Frage hast du übersehen oder noch keine Zeit gehabt

          K 1 Reply Last reply
          0
          • D DennisMenger

            @DennisMenger sagte in [Vorstellung] Meine zweite Visualisierung:

            @Kuddel kannst du mir bitte einmal sagen welche Funktion genau der markierte Button in deiner Vis für eine Funktion hat? Soll der einfach die Temperatur nur 4,5 Grad runtersetzen?

            vis_heizung.png

            @Kuddel Ich schätze meine Frage hast du übersehen oder noch keine Zeit gehabt

            K Offline
            K Offline
            Kuddel
            wrote on last edited by
            #937

            @DennisMenger oh sorry.

            Der Button ist quasi der On/Off Button.

            Bei Homematic ist Off = 4.5 Grad. On habe ich mit 18 Grad definiert.

            Darüber kann ich somit das Thermostat und den Heizkörper an- bzw ausschalten

            D 1 Reply Last reply
            0
            • K Kuddel

              @DennisMenger oh sorry.

              Der Button ist quasi der On/Off Button.

              Bei Homematic ist Off = 4.5 Grad. On habe ich mit 18 Grad definiert.

              Darüber kann ich somit das Thermostat und den Heizkörper an- bzw ausschalten

              D Offline
              D Offline
              DennisMenger
              wrote on last edited by
              #938

              @Kuddel Ah ok … danke dir. Mich hatte gewundert, dass in den Objekten der Wert 4.5 dann rot unterlegt war. Bei mir kann ich nicht weniger als 5 Grad einstellen, daher ist 4.5 Grad dann halt aus.

              1 Reply Last reply
              0
              • K Kuddel

                @opossum und @File

                Ich hab mittlerweile die Abfrage der Versionen auf Blockly umgestellt:

                ed1063c1-69f0-4b7b-af7f-7f3b81ae8b00-grafik.png

                Export:

                <block xmlns="http://www.w3.org/1999/xhtml" type="schedule" id="8G-t1R$2*5D,dzJ+=Z/)" x="-12" y="38">
                 <field name="SCHEDULE">* * * * *</field>
                 <statement name="STATEMENT">
                   <block type="comment" id="Sl#pk4ynUi?qtGg$cE[g">
                     <field name="COMMENT">ioBroker Version</field>
                     <next>
                       <block type="exec" id="!R8mB:{en(uJ^pcv:[x-">
                         <mutation with_statement="true"></mutation>
                         <field name="WITH_STATEMENT">TRUE</field>
                         <field name="LOG"></field>
                         <value name="COMMAND">
                           <shadow type="text" id="v]l$N@4P}O26I3a-q-h?">
                             <field name="TEXT">iobroker version</field>
                           </shadow>
                         </value>
                         <statement name="STATEMENT">
                           <block type="control" id="][GYoQ$TpSK^1z+Y1)io">
                             <mutation delay_input="false"></mutation>
                             <field name="OID">javascript.0.Versionen.JS-Controller</field>
                             <field name="WITH_DELAY">FALSE</field>
                             <value name="VALUE">
                               <block type="variables_get" id="^mDY7*B6ucov9?$`tyWW">
                                 <field name="VAR" id="r$ug7+)#=~i}8RU2kgZ(" variabletype="">result</field>
                               </block>
                             </value>
                           </block>
                         </statement>
                         <next>
                           <block type="comment" id="H%;3a-me1U9t}!fx~0y~">
                             <field name="COMMENT">Node Version</field>
                             <next>
                               <block type="exec" id="*{Wr/}G!6rw|w(ts:Ubr">
                                 <mutation with_statement="true"></mutation>
                                 <field name="WITH_STATEMENT">TRUE</field>
                                 <field name="LOG"></field>
                                 <value name="COMMAND">
                                   <shadow type="text" id="1e4e9U(dN%k7nOplwh/t">
                                     <field name="TEXT">node -v</field>
                                   </shadow>
                                 </value>
                                 <statement name="STATEMENT">
                                   <block type="control" id="`vkk(uG/q|f.RsbQJ6-F">
                                     <mutation delay_input="false"></mutation>
                                     <field name="OID">javascript.0.Versionen.Node</field>
                                     <field name="WITH_DELAY">FALSE</field>
                                     <value name="VALUE">
                                       <block type="variables_get" id=",@I94/CPiw]|fzeEmZIN">
                                         <field name="VAR" id="r$ug7+)#=~i}8RU2kgZ(" variabletype="">result</field>
                                       </block>
                                     </value>
                                   </block>
                                 </statement>
                                 <next>
                                   <block type="comment" id=":rYml-k#oiHgEwv`2(YH">
                                     <field name="COMMENT">NPM Version</field>
                                     <next>
                                       <block type="exec" id="NsFDRm/4E?3a;yAjP2~M">
                                         <mutation with_statement="true"></mutation>
                                         <field name="WITH_STATEMENT">TRUE</field>
                                         <field name="LOG"></field>
                                         <value name="COMMAND">
                                           <shadow type="text" id="Pq@ZNpd%kQM$SihLxwc%">
                                             <field name="TEXT">npm -v</field>
                                           </shadow>
                                         </value>
                                         <statement name="STATEMENT">
                                           <block type="control" id="Z;/822T:KaNxR6lSS-HN">
                                             <mutation delay_input="false"></mutation>
                                             <field name="OID">javascript.0.Versionen.NPM</field>
                                             <field name="WITH_DELAY">FALSE</field>
                                             <value name="VALUE">
                                               <block type="variables_get" id="Ur~}G^ol^zYpeaK0SPS0">
                                                 <field name="VAR" id="r$ug7+)#=~i}8RU2kgZ(" variabletype="">result</field>
                                               </block>
                                             </value>
                                           </block>
                                         </statement>
                                       </block>
                                     </next>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </statement>
                </block>
                

                @File
                Wenn im Objekt "false" steht, heißt es nur, dass das Objekt noch nicht befüllt wurde. Ich habe immer "false" als Standard-Wert für die Erstellung des Objektes genommen.

                opossumO Offline
                opossumO Offline
                opossum
                wrote on last edited by
                #939

                Hallo, @Kuddel
                @Kuddel sagte in [Vorstellung] Meine zweite Visualisierung:

                @opossum und @File

                Ich hab mittlerweile die Abfrage der Versionen auf Blockly umgestellt:

                danke Dir, das hat es bei mir gebracht, jetzt werden die DP wieder sauber gefüllt.

                https://schlepper-petersdorf.jimdofree.com/

                1 Reply Last reply
                0
                • K Kuddel

                  @opossum und @File

                  Ich hab mittlerweile die Abfrage der Versionen auf Blockly umgestellt:

                  ed1063c1-69f0-4b7b-af7f-7f3b81ae8b00-grafik.png

                  Export:

                  <block xmlns="http://www.w3.org/1999/xhtml" type="schedule" id="8G-t1R$2*5D,dzJ+=Z/)" x="-12" y="38">
                   <field name="SCHEDULE">* * * * *</field>
                   <statement name="STATEMENT">
                     <block type="comment" id="Sl#pk4ynUi?qtGg$cE[g">
                       <field name="COMMENT">ioBroker Version</field>
                       <next>
                         <block type="exec" id="!R8mB:{en(uJ^pcv:[x-">
                           <mutation with_statement="true"></mutation>
                           <field name="WITH_STATEMENT">TRUE</field>
                           <field name="LOG"></field>
                           <value name="COMMAND">
                             <shadow type="text" id="v]l$N@4P}O26I3a-q-h?">
                               <field name="TEXT">iobroker version</field>
                             </shadow>
                           </value>
                           <statement name="STATEMENT">
                             <block type="control" id="][GYoQ$TpSK^1z+Y1)io">
                               <mutation delay_input="false"></mutation>
                               <field name="OID">javascript.0.Versionen.JS-Controller</field>
                               <field name="WITH_DELAY">FALSE</field>
                               <value name="VALUE">
                                 <block type="variables_get" id="^mDY7*B6ucov9?$`tyWW">
                                   <field name="VAR" id="r$ug7+)#=~i}8RU2kgZ(" variabletype="">result</field>
                                 </block>
                               </value>
                             </block>
                           </statement>
                           <next>
                             <block type="comment" id="H%;3a-me1U9t}!fx~0y~">
                               <field name="COMMENT">Node Version</field>
                               <next>
                                 <block type="exec" id="*{Wr/}G!6rw|w(ts:Ubr">
                                   <mutation with_statement="true"></mutation>
                                   <field name="WITH_STATEMENT">TRUE</field>
                                   <field name="LOG"></field>
                                   <value name="COMMAND">
                                     <shadow type="text" id="1e4e9U(dN%k7nOplwh/t">
                                       <field name="TEXT">node -v</field>
                                     </shadow>
                                   </value>
                                   <statement name="STATEMENT">
                                     <block type="control" id="`vkk(uG/q|f.RsbQJ6-F">
                                       <mutation delay_input="false"></mutation>
                                       <field name="OID">javascript.0.Versionen.Node</field>
                                       <field name="WITH_DELAY">FALSE</field>
                                       <value name="VALUE">
                                         <block type="variables_get" id=",@I94/CPiw]|fzeEmZIN">
                                           <field name="VAR" id="r$ug7+)#=~i}8RU2kgZ(" variabletype="">result</field>
                                         </block>
                                       </value>
                                     </block>
                                   </statement>
                                   <next>
                                     <block type="comment" id=":rYml-k#oiHgEwv`2(YH">
                                       <field name="COMMENT">NPM Version</field>
                                       <next>
                                         <block type="exec" id="NsFDRm/4E?3a;yAjP2~M">
                                           <mutation with_statement="true"></mutation>
                                           <field name="WITH_STATEMENT">TRUE</field>
                                           <field name="LOG"></field>
                                           <value name="COMMAND">
                                             <shadow type="text" id="Pq@ZNpd%kQM$SihLxwc%">
                                               <field name="TEXT">npm -v</field>
                                             </shadow>
                                           </value>
                                           <statement name="STATEMENT">
                                             <block type="control" id="Z;/822T:KaNxR6lSS-HN">
                                               <mutation delay_input="false"></mutation>
                                               <field name="OID">javascript.0.Versionen.NPM</field>
                                               <field name="WITH_DELAY">FALSE</field>
                                               <value name="VALUE">
                                                 <block type="variables_get" id="Ur~}G^ol^zYpeaK0SPS0">
                                                   <field name="VAR" id="r$ug7+)#=~i}8RU2kgZ(" variabletype="">result</field>
                                                 </block>
                                               </value>
                                             </block>
                                           </statement>
                                         </block>
                                       </next>
                                     </block>
                                   </next>
                                 </block>
                               </next>
                             </block>
                           </next>
                         </block>
                       </next>
                     </block>
                   </statement>
                  </block>
                  

                  @File
                  Wenn im Objekt "false" steht, heißt es nur, dass das Objekt noch nicht befüllt wurde. Ich habe immer "false" als Standard-Wert für die Erstellung des Objektes genommen.

                  NegaleinN Offline
                  NegaleinN Offline
                  Negalein
                  Global Moderator
                  wrote on last edited by
                  #940

                  @Kuddel sagte in [Vorstellung] Meine zweite Visualisierung:

                  Wenn im Objekt "false" steht, heißt es nur, dass das Objekt noch nicht befüllt wurde. Ich habe immer "false" als Standard-Wert für die Erstellung des Objektes genommen.

                  Hi Kuddel!

                  Ich verwende auch dein Blockly.
                  Aber es werden bei mir nicht alle DP befüllt.
                  objects - ioBroker.png

                  ° Node.js & System Update ---> sudo apt update, iob stop, sudo apt full-upgrade
                  ° Node.js Fixer ---> iob nodejs-update
                  ° Fixer ---> iob fix

                  K 1 Reply Last reply
                  0
                  • NegaleinN Negalein

                    @Kuddel sagte in [Vorstellung] Meine zweite Visualisierung:

                    Wenn im Objekt "false" steht, heißt es nur, dass das Objekt noch nicht befüllt wurde. Ich habe immer "false" als Standard-Wert für die Erstellung des Objektes genommen.

                    Hi Kuddel!

                    Ich verwende auch dein Blockly.
                    Aber es werden bei mir nicht alle DP befüllt.
                    objects - ioBroker.png

                    K Offline
                    K Offline
                    Kuddel
                    wrote on last edited by
                    #941

                    @Negalein das liegt daran, dass ich NodeJS im Blockly nicht abfrage

                    NegaleinN 1 Reply Last reply
                    0
                    • K Kuddel

                      @Negalein das liegt daran, dass ich NodeJS im Blockly nicht abfrage

                      NegaleinN Offline
                      NegaleinN Offline
                      Negalein
                      Global Moderator
                      wrote on last edited by
                      #942

                      @Kuddel sagte in [Vorstellung] Meine zweite Visualisierung:

                      das liegt daran, dass ich NodeJS im Blockly nicht abfrage

                      Ok, hab ich ganz übersehen.
                      Aber der JS-Controller bleibt noch immer leer.

                      ° Node.js & System Update ---> sudo apt update, iob stop, sudo apt full-upgrade
                      ° Node.js Fixer ---> iob nodejs-update
                      ° Fixer ---> iob fix

                      1 Reply Last reply
                      0
                      • opossumO Offline
                        opossumO Offline
                        opossum
                        wrote on last edited by opossum
                        #943

                        Hallo, @Negalein ,

                        hast Du das Blockly von oben genommen? Da habe ich etwas ergänzt.
                        EDIT: Kuddel war schneller :grinning:

                        <xml xmlns="http://www.w3.org/1999/xhtml">
                          <variables>
                            <variable id="r$ug7+)#=~i}8RU2kgZ(" type="">result</variable>
                          </variables>
                          <block id="8G-t1R$2*5D,dzJ+=Z/)" type="schedule" x="-12" y="38">
                            <field name="SCHEDULE">0 * * * *</field>
                            <statement name="STATEMENT">
                              <block id="Sl#pk4ynUi?qtGg$cE[g" type="comment">
                                <field name="COMMENT">ioBroker Version</field>
                                <next>
                                  <block id="!R8mB:{en(uJ^pcv:[x-" type="exec">
                                    <mutation with_statement="true"></mutation>
                                    <field name="WITH_STATEMENT">TRUE</field>
                                    <field name="LOG"></field>
                                    <value name="COMMAND">
                                      <shadow id="v]l$N@4P}O26I3a-q-h?" type="text">
                                        <field name="TEXT">iobroker version</field>
                                      </shadow>
                                    </value>
                                    <statement name="STATEMENT">
                                      <block id="][GYoQ$TpSK^1z+Y1)io" type="control">
                                        <mutation delay_input="false"></mutation>
                                        <field name="OID">javascript.0.Versionen.JS-Controller</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block id="^mDY7*B6ucov9?$`tyWW" type="variables_get">
                                            <field id="r$ug7+)#=~i}8RU2kgZ(" name="VAR" variabletype="">result</field>
                                          </block>
                                        </value>
                                      </block>
                                    </statement>
                                    <next>
                                      <block id="H%;3a-me1U9t}!fx~0y~" type="comment">
                                        <field name="COMMENT">Node Version</field>
                                        <next>
                                          <block id="*{Wr/}G!6rw|w(ts:Ubr" type="exec">
                                            <mutation with_statement="true"></mutation>
                                            <field name="WITH_STATEMENT">TRUE</field>
                                            <field name="LOG"></field>
                                            <value name="COMMAND">
                                              <shadow id="1e4e9U(dN%k7nOplwh/t" type="text">
                                                <field name="TEXT">node -v</field>
                                              </shadow>
                                            </value>
                                            <statement name="STATEMENT">
                                              <block id="`vkk(uG/q|f.RsbQJ6-F" type="control">
                                                <mutation delay_input="false"></mutation>
                                                <field name="OID">javascript.0.Versionen.Node</field>
                                                <field name="WITH_DELAY">FALSE</field>
                                                <value name="VALUE">
                                                  <block id=",@I94/CPiw]|fzeEmZIN" type="variables_get">
                                                    <field id="r$ug7+)#=~i}8RU2kgZ(" name="VAR" variabletype="">result</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </statement>
                                            <next>
                                              <block id=":rYml-k#oiHgEwv`2(YH" type="comment">
                                                <field name="COMMENT">NPM Version</field>
                                                <next>
                                                  <block id="NsFDRm/4E?3a;yAjP2~M" type="exec">
                                                    <mutation with_statement="true"></mutation>
                                                    <field name="WITH_STATEMENT">TRUE</field>
                                                    <field name="LOG"></field>
                                                    <value name="COMMAND">
                                                      <shadow id="Pq@ZNpd%kQM$SihLxwc%" type="text">
                                                        <field name="TEXT">npm -v</field>
                                                      </shadow>
                                                    </value>
                                                    <statement name="STATEMENT">
                                                      <block id="Z;/822T:KaNxR6lSS-HN" type="control">
                                                        <mutation delay_input="false"></mutation>
                                                        <field name="OID">javascript.0.Versionen.NPM</field>
                                                        <field name="WITH_DELAY">FALSE</field>
                                                        <value name="VALUE">
                                                          <block id="Ur~}G^ol^zYpeaK0SPS0" type="variables_get">
                                                            <field id="r$ug7+)#=~i}8RU2kgZ(" name="VAR" variabletype="">result</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </statement>
                                                    <next>
                                                      <block id="_VHco8o-RQ%}k1^}(Jv9" type="comment">
                                                        <field name="COMMENT">NODEJS Version</field>
                                                        <next>
                                                          <block id="e(R]V[00Lw|/XxZ6jMF|" type="exec">
                                                            <mutation with_statement="true"></mutation>
                                                            <field name="WITH_STATEMENT">TRUE</field>
                                                            <field name="LOG"></field>
                                                            <value name="COMMAND">
                                                              <shadow id="}IaR=aRj??^,}JP(X!Y." type="text">
                                                                <field name="TEXT">nodejs -v</field>
                                                              </shadow>
                                                            </value>
                                                            <statement name="STATEMENT">
                                                              <block id="G;4.63b:Q0I1]np?7V!}" type="control">
                                                                <mutation delay_input="false"></mutation>
                                                                <field name="OID">javascript.0.Versionen.NodeJS</field>
                                                                <field name="WITH_DELAY">FALSE</field>
                                                                <value name="VALUE">
                                                                  <block id="BrlBksXsDJLiI+4MI!Y-" type="variables_get">
                                                                    <field id="r$ug7+)#=~i}8RU2kgZ(" name="VAR" variabletype="">result</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </statement>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </next>
                                      </block>
                                    </next>
                                  </block>
                                </next>
                              </block>
                            </statement>
                          </block>
                        </xml>
                        

                        cb8862e3-5c0a-46ba-9862-011eedfcd284-image.png

                        a2155956-973f-4779-8e10-32d245c9471f-image.png

                        https://schlepper-petersdorf.jimdofree.com/

                        NegaleinN H 2 Replies Last reply
                        0
                        • opossumO opossum

                          Hallo, @Negalein ,

                          hast Du das Blockly von oben genommen? Da habe ich etwas ergänzt.
                          EDIT: Kuddel war schneller :grinning:

                          <xml xmlns="http://www.w3.org/1999/xhtml">
                            <variables>
                              <variable id="r$ug7+)#=~i}8RU2kgZ(" type="">result</variable>
                            </variables>
                            <block id="8G-t1R$2*5D,dzJ+=Z/)" type="schedule" x="-12" y="38">
                              <field name="SCHEDULE">0 * * * *</field>
                              <statement name="STATEMENT">
                                <block id="Sl#pk4ynUi?qtGg$cE[g" type="comment">
                                  <field name="COMMENT">ioBroker Version</field>
                                  <next>
                                    <block id="!R8mB:{en(uJ^pcv:[x-" type="exec">
                                      <mutation with_statement="true"></mutation>
                                      <field name="WITH_STATEMENT">TRUE</field>
                                      <field name="LOG"></field>
                                      <value name="COMMAND">
                                        <shadow id="v]l$N@4P}O26I3a-q-h?" type="text">
                                          <field name="TEXT">iobroker version</field>
                                        </shadow>
                                      </value>
                                      <statement name="STATEMENT">
                                        <block id="][GYoQ$TpSK^1z+Y1)io" type="control">
                                          <mutation delay_input="false"></mutation>
                                          <field name="OID">javascript.0.Versionen.JS-Controller</field>
                                          <field name="WITH_DELAY">FALSE</field>
                                          <value name="VALUE">
                                            <block id="^mDY7*B6ucov9?$`tyWW" type="variables_get">
                                              <field id="r$ug7+)#=~i}8RU2kgZ(" name="VAR" variabletype="">result</field>
                                            </block>
                                          </value>
                                        </block>
                                      </statement>
                                      <next>
                                        <block id="H%;3a-me1U9t}!fx~0y~" type="comment">
                                          <field name="COMMENT">Node Version</field>
                                          <next>
                                            <block id="*{Wr/}G!6rw|w(ts:Ubr" type="exec">
                                              <mutation with_statement="true"></mutation>
                                              <field name="WITH_STATEMENT">TRUE</field>
                                              <field name="LOG"></field>
                                              <value name="COMMAND">
                                                <shadow id="1e4e9U(dN%k7nOplwh/t" type="text">
                                                  <field name="TEXT">node -v</field>
                                                </shadow>
                                              </value>
                                              <statement name="STATEMENT">
                                                <block id="`vkk(uG/q|f.RsbQJ6-F" type="control">
                                                  <mutation delay_input="false"></mutation>
                                                  <field name="OID">javascript.0.Versionen.Node</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block id=",@I94/CPiw]|fzeEmZIN" type="variables_get">
                                                      <field id="r$ug7+)#=~i}8RU2kgZ(" name="VAR" variabletype="">result</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </statement>
                                              <next>
                                                <block id=":rYml-k#oiHgEwv`2(YH" type="comment">
                                                  <field name="COMMENT">NPM Version</field>
                                                  <next>
                                                    <block id="NsFDRm/4E?3a;yAjP2~M" type="exec">
                                                      <mutation with_statement="true"></mutation>
                                                      <field name="WITH_STATEMENT">TRUE</field>
                                                      <field name="LOG"></field>
                                                      <value name="COMMAND">
                                                        <shadow id="Pq@ZNpd%kQM$SihLxwc%" type="text">
                                                          <field name="TEXT">npm -v</field>
                                                        </shadow>
                                                      </value>
                                                      <statement name="STATEMENT">
                                                        <block id="Z;/822T:KaNxR6lSS-HN" type="control">
                                                          <mutation delay_input="false"></mutation>
                                                          <field name="OID">javascript.0.Versionen.NPM</field>
                                                          <field name="WITH_DELAY">FALSE</field>
                                                          <value name="VALUE">
                                                            <block id="Ur~}G^ol^zYpeaK0SPS0" type="variables_get">
                                                              <field id="r$ug7+)#=~i}8RU2kgZ(" name="VAR" variabletype="">result</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </statement>
                                                      <next>
                                                        <block id="_VHco8o-RQ%}k1^}(Jv9" type="comment">
                                                          <field name="COMMENT">NODEJS Version</field>
                                                          <next>
                                                            <block id="e(R]V[00Lw|/XxZ6jMF|" type="exec">
                                                              <mutation with_statement="true"></mutation>
                                                              <field name="WITH_STATEMENT">TRUE</field>
                                                              <field name="LOG"></field>
                                                              <value name="COMMAND">
                                                                <shadow id="}IaR=aRj??^,}JP(X!Y." type="text">
                                                                  <field name="TEXT">nodejs -v</field>
                                                                </shadow>
                                                              </value>
                                                              <statement name="STATEMENT">
                                                                <block id="G;4.63b:Q0I1]np?7V!}" type="control">
                                                                  <mutation delay_input="false"></mutation>
                                                                  <field name="OID">javascript.0.Versionen.NodeJS</field>
                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                  <value name="VALUE">
                                                                    <block id="BrlBksXsDJLiI+4MI!Y-" type="variables_get">
                                                                      <field id="r$ug7+)#=~i}8RU2kgZ(" name="VAR" variabletype="">result</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </statement>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </next>
                                        </block>
                                      </next>
                                    </block>
                                  </next>
                                </block>
                              </statement>
                            </block>
                          </xml>
                          

                          cb8862e3-5c0a-46ba-9862-011eedfcd284-image.png

                          a2155956-973f-4779-8e10-32d245c9471f-image.png

                          NegaleinN Offline
                          NegaleinN Offline
                          Negalein
                          Global Moderator
                          wrote on last edited by
                          #944

                          @opossum sagte in [Vorstellung] Meine zweite Visualisierung:

                          hast Du das Blockly von oben genommen? Da habe ich etwas ergänzt.

                          Danke, hab NodeJS auch schon ergänzt gehabt! :)

                          Aber der JS-Controller wird mir nicht befüllt. :(

                          ° Node.js & System Update ---> sudo apt update, iob stop, sudo apt full-upgrade
                          ° Node.js Fixer ---> iob nodejs-update
                          ° Fixer ---> iob fix

                          GlasfaserG 1 Reply Last reply
                          0
                          • NegaleinN Negalein

                            @opossum sagte in [Vorstellung] Meine zweite Visualisierung:

                            hast Du das Blockly von oben genommen? Da habe ich etwas ergänzt.

                            Danke, hab NodeJS auch schon ergänzt gehabt! :)

                            Aber der JS-Controller wird mir nicht befüllt. :(

                            GlasfaserG Offline
                            GlasfaserG Offline
                            Glasfaser
                            wrote on last edited by Glasfaser
                            #945

                            @Negalein sagte in [Vorstellung] Meine zweite Visualisierung:

                            Aber der JS-Controller wird mir nicht befüllt. :(

                            Gehe mal in die Docker Konsole ....

                            iobroker stop
                            
                            pkill io
                            
                            curl -sL https://iobroker.net/fix.sh | bash -
                            
                            iobroker start
                            
                            
                            

                            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                            1 Reply Last reply
                            0
                            • K Kuddel

                              @opossum und @File

                              Ich hab mittlerweile die Abfrage der Versionen auf Blockly umgestellt:

                              ed1063c1-69f0-4b7b-af7f-7f3b81ae8b00-grafik.png

                              Export:

                              <block xmlns="http://www.w3.org/1999/xhtml" type="schedule" id="8G-t1R$2*5D,dzJ+=Z/)" x="-12" y="38">
                               <field name="SCHEDULE">* * * * *</field>
                               <statement name="STATEMENT">
                                 <block type="comment" id="Sl#pk4ynUi?qtGg$cE[g">
                                   <field name="COMMENT">ioBroker Version</field>
                                   <next>
                                     <block type="exec" id="!R8mB:{en(uJ^pcv:[x-">
                                       <mutation with_statement="true"></mutation>
                                       <field name="WITH_STATEMENT">TRUE</field>
                                       <field name="LOG"></field>
                                       <value name="COMMAND">
                                         <shadow type="text" id="v]l$N@4P}O26I3a-q-h?">
                                           <field name="TEXT">iobroker version</field>
                                         </shadow>
                                       </value>
                                       <statement name="STATEMENT">
                                         <block type="control" id="][GYoQ$TpSK^1z+Y1)io">
                                           <mutation delay_input="false"></mutation>
                                           <field name="OID">javascript.0.Versionen.JS-Controller</field>
                                           <field name="WITH_DELAY">FALSE</field>
                                           <value name="VALUE">
                                             <block type="variables_get" id="^mDY7*B6ucov9?$`tyWW">
                                               <field name="VAR" id="r$ug7+)#=~i}8RU2kgZ(" variabletype="">result</field>
                                             </block>
                                           </value>
                                         </block>
                                       </statement>
                                       <next>
                                         <block type="comment" id="H%;3a-me1U9t}!fx~0y~">
                                           <field name="COMMENT">Node Version</field>
                                           <next>
                                             <block type="exec" id="*{Wr/}G!6rw|w(ts:Ubr">
                                               <mutation with_statement="true"></mutation>
                                               <field name="WITH_STATEMENT">TRUE</field>
                                               <field name="LOG"></field>
                                               <value name="COMMAND">
                                                 <shadow type="text" id="1e4e9U(dN%k7nOplwh/t">
                                                   <field name="TEXT">node -v</field>
                                                 </shadow>
                                               </value>
                                               <statement name="STATEMENT">
                                                 <block type="control" id="`vkk(uG/q|f.RsbQJ6-F">
                                                   <mutation delay_input="false"></mutation>
                                                   <field name="OID">javascript.0.Versionen.Node</field>
                                                   <field name="WITH_DELAY">FALSE</field>
                                                   <value name="VALUE">
                                                     <block type="variables_get" id=",@I94/CPiw]|fzeEmZIN">
                                                       <field name="VAR" id="r$ug7+)#=~i}8RU2kgZ(" variabletype="">result</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </statement>
                                               <next>
                                                 <block type="comment" id=":rYml-k#oiHgEwv`2(YH">
                                                   <field name="COMMENT">NPM Version</field>
                                                   <next>
                                                     <block type="exec" id="NsFDRm/4E?3a;yAjP2~M">
                                                       <mutation with_statement="true"></mutation>
                                                       <field name="WITH_STATEMENT">TRUE</field>
                                                       <field name="LOG"></field>
                                                       <value name="COMMAND">
                                                         <shadow type="text" id="Pq@ZNpd%kQM$SihLxwc%">
                                                           <field name="TEXT">npm -v</field>
                                                         </shadow>
                                                       </value>
                                                       <statement name="STATEMENT">
                                                         <block type="control" id="Z;/822T:KaNxR6lSS-HN">
                                                           <mutation delay_input="false"></mutation>
                                                           <field name="OID">javascript.0.Versionen.NPM</field>
                                                           <field name="WITH_DELAY">FALSE</field>
                                                           <value name="VALUE">
                                                             <block type="variables_get" id="Ur~}G^ol^zYpeaK0SPS0">
                                                               <field name="VAR" id="r$ug7+)#=~i}8RU2kgZ(" variabletype="">result</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </statement>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </next>
                                             </block>
                                           </next>
                                         </block>
                                       </next>
                                     </block>
                                   </next>
                                 </block>
                               </statement>
                              </block>
                              

                              @File
                              Wenn im Objekt "false" steht, heißt es nur, dass das Objekt noch nicht befüllt wurde. Ich habe immer "false" als Standard-Wert für die Erstellung des Objektes genommen.

                              F Offline
                              F Offline
                              File
                              wrote on last edited by
                              #946

                              @Kuddel
                              Danke für die rasche Hilfe, musste nur noch exec-Kommandos aktivieren.

                              LG
                              Philipp

                              1 Reply Last reply
                              0
                              • Uli977U Offline
                                Uli977U Offline
                                Uli977
                                wrote on last edited by
                                #947

                                Hallo @Kuddel !

                                Ich brauche mal deine Hilfe...

                                c5462739-15af-4827-941c-1ae3832d50d2-image.png

                                Das icon fehlt irgendwie fragt er hier nach Icon 22.png

                                a00c6018-4160-41fd-85af-a2399411cbc1-image.png

                                /adapter/daswetter/icons/tiempo-weather/galeria1/22.png

                                Das habe ich gar nicht, sondern nur bis 19

                                8c97c24c-8579-4a91-8575-3a6264f9cffd-image.png

                                Wie kann es sein dass nach Icon 22 gefragt wird?

                                Was kann ich da machen?

                                Danke dir für deine Hilfe.

                                GlasfaserG 1 Reply Last reply
                                0
                                • Uli977U Uli977

                                  Hallo @Kuddel !

                                  Ich brauche mal deine Hilfe...

                                  c5462739-15af-4827-941c-1ae3832d50d2-image.png

                                  Das icon fehlt irgendwie fragt er hier nach Icon 22.png

                                  a00c6018-4160-41fd-85af-a2399411cbc1-image.png

                                  /adapter/daswetter/icons/tiempo-weather/galeria1/22.png

                                  Das habe ich gar nicht, sondern nur bis 19

                                  8c97c24c-8579-4a91-8575-3a6264f9cffd-image.png

                                  Wie kann es sein dass nach Icon 22 gefragt wird?

                                  Was kann ich da machen?

                                  Danke dir für deine Hilfe.

                                  GlasfaserG Offline
                                  GlasfaserG Offline
                                  Glasfaser
                                  wrote on last edited by Glasfaser
                                  #948

                                  @Uli977 sagte in [Vorstellung] Meine zweite Visualisierung:

                                  Ich brauche mal deine Hilfe...

                                  Du bist leider hier falsch , das ist von @sigi234

                                  Wie kann es sein dass nach Icon 22 gefragt wird?

                                  Was kann ich da machen?

                                  Danke dir für deine Hilfe.

                                  Der Fehler ist bekannt , bitte hier weiter lesen !!!

                                  Projekt WetterView von sigi234

                                  Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                  Uli977U 1 Reply Last reply
                                  0
                                  • GlasfaserG Glasfaser

                                    @Uli977 sagte in [Vorstellung] Meine zweite Visualisierung:

                                    Ich brauche mal deine Hilfe...

                                    Du bist leider hier falsch , das ist von @sigi234

                                    Wie kann es sein dass nach Icon 22 gefragt wird?

                                    Was kann ich da machen?

                                    Danke dir für deine Hilfe.

                                    Der Fehler ist bekannt , bitte hier weiter lesen !!!

                                    Projekt WetterView von sigi234

                                    Uli977U Offline
                                    Uli977U Offline
                                    Uli977
                                    wrote on last edited by
                                    #949

                                    @Glasfaser Da hast du recht :-)

                                    GlasfaserG 1 Reply Last reply
                                    0
                                    • Uli977U Uli977

                                      @Glasfaser Da hast du recht :-)

                                      GlasfaserG Offline
                                      GlasfaserG Offline
                                      Glasfaser
                                      wrote on last edited by
                                      #950

                                      @Uli977

                                      ;)

                                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                      1 Reply Last reply
                                      0
                                      • D Offline
                                        D Offline
                                        djsirius
                                        wrote on last edited by
                                        #951

                                        @Kuddel kannst du mir sagen, wie du z.b. die Uptime von der CCU abrufst?

                                        Vielen Dank!

                                        Gruß

                                        djsirius

                                        K 1 Reply Last reply
                                        0
                                        • D djsirius

                                          @Kuddel kannst du mir sagen, wie du z.b. die Uptime von der CCU abrufst?

                                          Vielen Dank!

                                          K Offline
                                          K Offline
                                          Kuddel
                                          wrote on last edited by
                                          #952

                                          @djsirius ich frage die Uptime per SSH ab und rechne die Sekunden dann um.

                                          Voraussetzung ist, dass der public SSH Key auf der CCU liegt.

                                          Der Befehle lautet:

                                          ssh root@192.168.4.5 uptime | awk '{print $3_$4_$5}'
                                          

                                          192.168.4.5 = CCU2

                                          Hier das komplette Skript inkl. Umrechnung (Blockly Export):
                                          uptime_ccu.txt

                                          D 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          317

                                          Online

                                          32.6k

                                          Users

                                          82.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe