Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. jarvis v3.1.x - just another remarkable vis

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    jarvis v3.1.x - just another remarkable vis

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

      @zefau
      @MCU

      Hallo,

      habe die v3.1.3-beta.20 installiert. Es werden keine Änderungen übernommen?
      Wie komme ich wieder auf die Beta 19 ?

      jarvis.0
      2023-02-06 18:08:57.896	info	Client with IP 127.0.0.1 disconnected.
      
      jarvis.0
      2023-02-06 18:08:05.608	info	Client with IP 127.0.0.1 connected.
      
      jarvis.0
      2023-02-06 18:08:04.055	info	Client with IP 127.0.0.1 disconnected.
      
      jarvis.0
      2023-02-06 18:04:44.513	warn	Warning handling message: Cannot read properties of null (reading '_jarvis') (see debug-log for details)
      
      jarvis.0
      2023-02-06 17:59:44.423	warn	Warning handling message: Cannot read properties of null (reading '_jarvis') (see debug-log for details)
      
      jarvis.0
      2023-02-06 17:57:18.919	warn	Warning handling message: Cannot read properties of null (reading '_jarvis') (see debug-log for details)
      
      jarvis.0
      2023-02-06 17:56:29.061	warn	Warning handling message: Cannot read properties of null (reading '_jarvis') (see debug-log for details)
      
      jarvis.0
      2023-02-06 17:56:02.345	info	Client with IP 127.0.0.1 connected.
      
      jarvis.0
      2023-02-06 17:56:00.729	info	Client with IP 127.0.0.1 disconnected.
      
      jarvis.0
      2023-02-06 17:55:55.347	warn	Warning handling message: Cannot read properties of null (reading '_jarvis') (see debug-log for details)
      

      Animation9.gif

      1 Reply Last reply Reply Quote 0
      • M
        MCU last edited by

        @sigi234
        Du bist auf der v3.1.3-beta.19.

        Warning handling message: Cannot read properties of null (reading '_jarvis') (see debug-log for details)

        Die Warnung bitte als issue in github einstellen.

        sigi234 1 Reply Last reply Reply Quote 0
        • sigi234
          sigi234 Forum Testing Most Active @MCU last edited by

          @mcu sagte in jarvis v3.1.x - just another remarkable vis:

          Du bist auf der v3.1.3-beta.19.

          Screenshot (5308).png

          M 1 Reply Last reply Reply Quote 0
          • M
            MCU @sigi234 last edited by MCU

            @sigi234 Ok dann Experten-Modus einschalten -> Katze -> Benutzerdefiniert

            https://github.com/Zefau/ioBroker.jarvis/tree/7185ccc359f66b9120457a15d3adb5496fa517f5
            
            sigi234 1 Reply Last reply Reply Quote 0
            • sigi234
              sigi234 Forum Testing Most Active @MCU last edited by

              @mcu sagte in jarvis v3.1.x - just another remarkable vis:

              @sigi234 Ok dann Experten-Modus einschalten -> Katze -> Benutzerdefiniert

              https://github.com/Zefau/ioBroker.jarvis/tree/7185ccc359f66b9120457a15d3adb5496fa517f5
              

              Jupp, geht wieder

              1 Reply Last reply Reply Quote 1
              • M
                marsmännchen @MCU last edited by

                @mcu sagte in jarvis v3.1.x - just another remarkable vis:

                @marsmännchen Gibt es nur die 14 Lichter?

                Nein, ich hab schon ein paar mehr, Screenshot abgeschnitten.

                M 1 Reply Last reply Reply Quote 0
                • M
                  MCU @marsmännchen last edited by

                  @marsmännchen Aber alle nur im inputRegisters?

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    marsmännchen @MCU last edited by

                    @mcu
                    Wago Seite:
                    licht8.PNG

                    Iobroker Modbus Adapter:
                    Input Register
                    licht9.PNG
                    Coils:
                    licht10.PNG

                    Erklärt sich von selbst,oder?

                    1 Reply Last reply Reply Quote 0
                    • M
                      marsmännchen @Dominik F. last edited by

                      @dominik-f

                      Okay, ich würde das mal als kapitalen Erfolg verbuchen.
                      Das Skript zum Geräte zählen läuft.
                      Aber wenn ich jetzt auf meine StateList klicke:
                      licht1.PNG
                      Kommt das PopUp wie gewünscht.
                      Nur die Formatierung vom HTML bekomme ich bei Gott nicht hin.
                      licht2.PNG
                      Wie bekommt man so etwas auf die gewünschte Optik?
                      Muss ich da den Inhalt vom Datenpunkt ".....10_html_nur_eingeschaltete_Lichter_Liste"

                      <html>
                        <head>
                          <meta name="viewport"
                            content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
                          <style>
                          body {
                            background-color: white;
                          }
                      
                          span {      color: #FFFFFF;
                          }
                      
                          td {
                            border-width: 1px;
                            border-style: solid;
                            border-color: #2B85D2;
                          }
                      
                          .container_column {
                            display: flex;
                            flex-direction: column;
                            justify-content: flex-start;
                          }
                      
                          .container_row {
                            display: flex;
                            flex-direction: row;
                            justify-content: space-between;
                            border-width: 0px;
                            border-style: solid;
                            border-color: #2B85D2;
                          }
                      
                          input {
                            height: 2vw;
                            width: 2vw;
                          }
                      
                          .img_links {
                            height: 0vw;
                            width: 0vw;
                            margin-left: 0vw;
                            margin-top: 0vw;
                            margin-bottom: 0vw;
                            margin-right: 0vw;
                          }
                      
                          .img_rechts {
                            height: 0vw;
                            width: 0vw;
                            margin-left: 0vw;
                            margin-top: 0vw;
                            margin-bottom: 0vw;
                            margin-right: 0vw;
                          }
                      
                          .box_ueberschrift {
                            font-size: 4vw;
                            color: #2B85D2;
                            font-family: apple;
                            border-width: 0px;
                            border-style: solid;
                            border-color: black;
                          }
                      
                          .table_Geraete {
                            margin-top: 2vw; width: 100%;
                            border-collapse: collapse;
                            font-size: 2vw;
                            color: green;
                            font-family: apple;
                            border-width: 5px;
                            border-style: solid;
                            border-color: black;
                          }
                      
                          </style>
                          <script type="text/javascript">
                          function setState(stateId, value) {
                            sendPostMessage("setState", stateId, value);
                          }
                      
                          function sendPostMessage(command, stateId, value) {
                            message = {
                              command: command,
                              stateId: stateId,
                              value: value
                            };
                            window.parent.postMessage(message, "*");
                          }
                      
                          </script>
                        </head>
                      
                        <body style="overflow-y: hidden; overflow-x: hidden;" >
                          <div class="container_row"><input type="image"
                      class="img_links"
                      
                      onclick="setState('0_userdata.0.Geraete_zaehlen.Lichter.Haus.02_Trigger_und_Schalter.06_Trigger_Farbe_iQontrol_Lichter_Liste', true)"
                      
                      src=" data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAV1BMVEUAAAAggL8ogLclgLoogroogLcngbgmgLkogbkogLongbgpgLgogbkogLkpgLkpf7gogLgogLkpgLkpf7gogLgogLkpgLkogLkogLgpgLgpgLkogLkpgLkKPSxEAAAAHHRSTlMAECAwP0BPUF9gb3B/gI+Qn6CvsL/Az9Df4O/wQqu59AAAA8dJREFUaN7dmt1iqyAMgMXKrK1MreIv7/+cp9WqQAABZRcnV5tVP5NASAJRZCtJkufNIq88fyQoulrihgEZm9+fS0kt00iT31zekyhk/VDMDNI/kL85ZpM85p8zZpYS20B67fPpoSaL2bDKNjH/r+El9PM7YswZ85gvcpZ8Giw+31AwG0wMv/u1X0kNjy53ZDWlhKR4lpSQutN7cJZaePwjt0OIQvCzNihDv1e4EV55QGYTFJOkTCZBeE9ldJXBBfJ5UjJcrofslhsdIe9HRDuU6AgCGMxmmmHKP9EiMwQymF3ISAeJoocoGMw29hUiRQvhGZUrJMITT9FBEBfQSeQMiRDnmbbTQHbG9B7t7hDldJMg5c74TFMfiCLGiZBUZPhB4MojQNAoXfeDAIoAeW2Xv9HHEyJbjIc8uXF1DiJ5H6uMRaOzENRpIGS9NiAvyEObJOyQeFNkX2NcIIblG0MzFpEMGU7lfhwk3mYIl1wMko9MwiwgmyJPaAJ8EoLkodWBdbVLrfzeaRkTmKSZbz6uT6mestuGyFswyD/mF9IUJF3PKJwQxdC6XFZrVQEZSCgSAkkmD7YQUgW0VvyTLyVhf3aSHMTNkU8Y4ssZeCujcDiXkC1GZswh2vpByPZXERJCw/l9hdTmiugSx7898SeQFlap10O80yt7SB8Ssi1Uf6EJ/Y8gnZQfXSjpX8wTsq1UASEVCJDkegjdkoeAkL0cSYNB4n3gxsHSx4xL4+tQ6SOfBqFiYlN9fRoRjeGWQ9hrjgNCCmVldbH04TIU2GPBASENKN/SZlS16Rt8fiaS44ZCenaS7GNr1EJau9H6tk37UC7vNVCN+TVsMQxMDTAFPgmh/E6L+EYaWUA6l/gB5wg3fg0Qq7gDtC6gInrIYBfbZAhWte0ESOO/AupbjUCT8ixk68tOsRbiHv9FSMmUvRpsbq+7QQhjyipUhoyZP2RvcEsLOvYbuSpIpg17mJ2j7JBfxnTNsxXSdWAjzwmCSm4jSZvix9yGUYOcIa0pHO11xI2jjNgVwjGQASJQvruSHhAFg4eIlDH3gqgYAiSKhUZyf3eHKBkiRNjI+2By5AhpVhFOTmApDkgbRmP54+p4BuuRmxxs0kkONK977AMZ4V37BEK18sDNPUmS5ffPmZ/f9byKzcbGdp6BNyFQRvmhi3qTFWT29SQWdIhYYGqhADXsniypF4bzG1WHkF5oCmgOvRwltMWRNt80V3NbbRkyss7E2Pq8CENxadPdiJ5zZYGDsmo4Yw6HQjMjlNJFq24+82Ndcf4DXiVY9oMsrnsAAAAASUVORK5CYII=">
                      
                      	<span class="box_ueberschrift"><div style="text-align:center;font-weight: bold;">Lichter 	</div> 	</span> <input 
                              type="image" class="img_rechts"
                      
                      onclick="setState('0_userdata.0.Geraete_zaehlen.Lichter.Haus.02_Trigger_und_Schalter.04_Trigger_Tabelle_iQontrol_Lichter_Liste', true)"
                      
                      src=" data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAQlBMVEUAAAAggL8ogLclgLoogLcmgLkogLopgLgogLkpf7gogLkpgLkpf7gogLgogLkpgLkogLkogLgpgLgpgLkogLkpgLnnCtReAAAAFXRSTlMAECAwQFBgcICQoK+wv8DP0N/g7/DPihFXAAACXUlEQVRo3u2Z23aDIBBF8UKC1pIQPf//q31oaRMlOjd6Wavz6IIcB46bYeJcMQaIYnCcmGUiM0fDQxieITJJRUa6RgMAnWNGBwANefgJwM2x4wbgRB59AXDmi5wBvFIHtwDQ8kVY8wKA6AQRGSuQWGu72stUxSUyV448v6+nDmSkeJmIp6LFA1icMBbiC05smq7oPdZCCtM0QqTw0CJECgstUqSw5ouRwkGLGCkMtMiRwnCnAin070yBFDJaVEihomXSr9bhkuuQQjSPEik0tFwABL1I2EOLFimk3wkArs4grjtoUSOFgBY9UgguHQFMziSeo8UAKYdoMUHKEVpMkHKAFhukHJjICCn7aDFCyi5arJCy+3tmSNlDixlS7qu8VAspO24dUSUGi14Kq9fiUSm8RS/lKFhUf+9/xc8X81HQ36K0ppYHrPoFdkeDc841CcB19f22NwDJzvYnAMuG0N1i+gFPZXgGu/P6g9D99nEP4GImAgCc579bpHtyxpqeDU/2JJqJxLJXT6buCuUCZzQtC/pyQTiXV1FTEPYl6cVOo1yLm5ac2axtoejpDEVc3L71aGrgvP6PqbSw3fZiKvaJbFOpkcgmlRqJrFOpk8h7KuEeNPaJrC7n5vX5PVu6r7W71dBww1c1N1gXdqW6IdXZ9nwKN/nusdTRcDG/f1/JW3knQjZwqCRyzts96v40ONz5+LBuf1WkyfXEbHxVbl/S0ZUtvSgFG9K1eNapTBXun8X6jRBJTRKLMT8mQvCU2meNuNXC8Nn0HX0ORc8omW63et6/CFtEGv8iapE34+WYkFFmnggAAAAASUVORK5CYII=">
                          </div>
                          <div class="container_column">
                            <table class="table_Geraete">
                      <tr><td style="color:green;font-size:2vw">Speis</td><td style="color:red;font-size:2vw; white-space: nowrap;">💡 an </td></tr>
                      <tr><td style="color:green;font-size:2vw">WC</td><td style="color:red;font-size:2vw; white-space: nowrap;">💡 an </td></tr>
                      <tr><td style="color:green;font-size:2vw">Waschraum</td><td style="color:red;font-size:2vw; white-space: nowrap;">💡 an </td></tr>
                      </table>
                      </div>
                      </div></body></html>
                      

                      komplett auf meine Ansprüche ändern??

                      Dominik F. 1 Reply Last reply Reply Quote 0
                      • Admina
                        Admina last edited by

                        Hallo und guten Tag aus dem Bergischen Land! 🙂
                        Ich beschäftige mich noch nicht so lange mit ioBroker und Jarvis, aber mit eurem Thread hab ich bisher schon viel gelernt! Danke dafür und danke Zefau für deine Arbeit!!! 😘

                        Ich werde bestimmt in Zukunft mit einigen blöden Fragen kommen, und bevor jetzt jemand meint, dass es die nicht gibt - doch! Beispiele sind durchaus vorhanden...

                        Hier gleich die erste: ich kann keinen Datenpunkt aus dem Ordner "system" in Jarvis importieren. Ich würde gerne meine Raspberry-Daten darstellen und irgendwie bin ich bisher mit Aliasen nicht so klargekommen. Will mich erstmal grundsätzlich mit den ganzen Funktionen vertraut machen.

                        Also, komme ich da irgendwie an system - host dran oder geht das nur über ein Alias?
                        Danke schon mal im Voraus!

                        sigi234 1 Reply Last reply Reply Quote 0
                        • sigi234
                          sigi234 Forum Testing Most Active @Admina last edited by

                          @admina
                          Unter Objekte den DP kopieren und dann in Jarvis einfügen

                          1 Reply Last reply Reply Quote 1
                          • Admina
                            Admina last edited by

                            @sigi234 said in jarvis v3.1.x - just another remarkable vis:

                            @admina
                            Unter Objekte den DP kopieren und dann in Jarvis einfügen

                            SMH 🤦

                            Danke!!!!

                            1 Reply Last reply Reply Quote 0
                            • Dominik F.
                              Dominik F. @marsmännchen last edited by

                              @marsmännchen

                              Du musst dafür 3 Dinge machen.

                              1. Du musst die Schriftgröße von vw in px ändern. Du kannst dafür das Skript exportieren und das ganze einmal in den Texteditor kopieren. Dort kannst du vw durch px ersetzen lassen. Schau dort aber bitte, dass du nur die einzelnen vw's änderst und nichts was zufällig in diesen kryptischen buchstabenfolgen ist. Ist aber relativ leicht zu erkennen. Danach kannst du das Skript wieder importieren.

                              2. Du musst 0_userdata.0.Geraete_zaehlen.Lichter.Haus.02_Trigger_und_Schalter.03_Thema_eigenes_Lichter_Liste auf True stellen. Dann erscheint 0_userdata.0.Geraete_zaehlen.Lichter.Haus.03_HTML_Daten.02_HTML_Eigene_Einstellungen.
                                Dort kannst du dann alles anpassen, so wie es für dich am besten passt.

                              Hier sind meine Einstellungen wo ich meine, dass es für mich passt:

                              Unbenannt.JPG

                              1 Reply Last reply Reply Quote 1
                              • stephan1827
                                stephan1827 last edited by

                                Mal eine dumme Frage. Wozu sind die neuen Android und Windows Apps da? Haben die einen Vorteil gegenüber einem Browser?

                                H 1 Reply Last reply Reply Quote 0
                                • H
                                  hvb @stephan1827 last edited by

                                  Hi,

                                  kann mir jemand weiterhelfen wie ich via js auf Enum in iobroker zugreifen kann?

                                  Habe es mit window.Socket.getObjects versucht z.B. window.Socket.getObjects('enum.rooms') bekommen aber nur 'undefined' zurück.

                                  Danke für jeden Tip.

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    MCU last edited by MCU

                                    @hvb Welche Rooms hast du denn?

                                    window.Socket.getObject('enum.rooms.flur', ({ err, object }) => {
                                    	console.log('GETOBJECT: '+JSON.stringify(object) );
                                    	console.log('Err: ' + JSON.stringify(err));
                                    });
                                    	
                                    

                                    e1b6d8a9-e030-4866-8525-0f62dbf12301-image.png

                                    H 1 Reply Last reply Reply Quote 0
                                    • H
                                      hvb @MCU last edited by

                                      @mcu enum.rooms.EG Bad

                                      window.Socket.getObject('enum.rooms.EG Bad')     
                                      .then( (state) => {
                                              console.log(state.val);
                                              rooms = JSON.parse(state.val);
                                      })
                                      .catch( (err) => console.error(`Loading Rooms failed: ${err.message}`) );
                                      

                                      e89e0dec-50ad-40d1-bae1-223b3a7be661-image.png

                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        MCU @hvb last edited by MCU

                                        @hvb Hast du auch ein room ohne Leerzeichen? -> EG_BAD
                                        Musst die Funktion so nutzen, wie ich es oben gemacht habe. Nicht anders, (.then....)

                                        H 1 Reply Last reply Reply Quote 0
                                        • H
                                          hvb @MCU last edited by

                                          @mcu Yepp. Danke.

                                          Problem war dass ich meinen code von getState kopiert habe und nicht auf object umgestellt.

                                          window.Socket.getObject('enum.rooms.EG Bad')     
                                          .then( (object) => {
                                                  console.log(JSON.stringify(object));
                                          })
                                          .catch( (err) => console.error(`Loading Rooms failed: ${err.message}`) );
                                          

                                          9943e386-7854-45fc-ac9c-81388673c37d-image.png

                                          Also auf einzelnes Objekt in enum.rooms zugreifen geht, auch mit Leerzeichen im room.

                                          Eigentlich will ich aber alle rooms haben also etwa so:

                                          window.Socket.getObjects('enum.rooms')
                                          .then( (object) => {
                                          console.log(JSON.stringify(object));
                                          })
                                          .catch( (err) => console.error(Loading Rooms failed: ${err.message}) );

                                          M 1 Reply Last reply Reply Quote 0
                                          • M
                                            MCU @hvb last edited by MCU

                                            @hvb
                                            Auch in ioBroker bekomme ich keine Räume mit getObject("enum.rooms"), dafür nutzt man getEnums('rooms'). Diese gibt es aber in jarvis scripts noch nicht.
                                            Sind das so viele unterschiedliche Räume, dass man sie nicht in eine Liste schreiben kann?
                                            Ändern die sich so oft?
                                            https://github.com/Zefau/ioBroker.jarvis/issues/2226

                                            mcuiobroker created this issue in Zefau/ioBroker.jarvis

                                            open scripts: getEnums('rooms') / getEnums('functions') hinzufügen #2226

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            449
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            jarvis material material ui materialdesign vis visualisierung visualization
                                            91
                                            1797
                                            606935
                                            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