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.
    • M
      MCU @jobe451 last edited by MCU

      @jobe451 Man kann es in die History packen, muss dann aber echarts nutzen, da jarvis future nicht abbildet.
      Das Programm müsste man anpassen.
      https://mcuiobroker.gitbook.io/jarvis-infos/tipps/scripte-blockly-javascript/javascript/history-adapter/daswetter-futurehistory

      Link zur Api?

      J 1 Reply Last reply Reply Quote 0
      • J
        jobe451 @MCU last edited by

        @mcu
        Danke für den Hinweis. Ist mir aber zu kompliziert.

        Ich hab nun einen Weg gefunden. Ich brauch einfach das StateHTML Widget dazu.

        4ceea6a5-4f49-44d8-adb0-fa9b5aca05de-image.png

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

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

          @stephan1827 Versuche mal die v3.1.4-beta.6.
          Vorher Sicherung der jarvis DPs.
          Als txt oder mit backitup > 2.6.0.

          Mit v3.1.4-beta.6 funktionieren die Graphen wieder aber dafür kann ich keine Notifications mehr auslösen. Im Logger kommt

          4694372a-f5ae-4cf9-9cde-831531263d85-image.png

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

            @stephan1827 Stell mal die Notification rein, die du senden möchtest. In Code Tags.

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

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

              @stephan1827 Stell mal die Notification rein, die du senden möchtest. In Code Tags.

              // Keller Büro Heizung
              on({ id: "hm-rpc.0.OEQ0669002.4.SET_TEMPERATURE", change: "any" }, function (obj) {
                  var date = new Date();
              
                  if (obj.state.val != obj.oldState.val) {
                      var text = '{"title":"' + formatDate(date, "TT.MM SS:mm ") + 'Keller Büro Heizung geändert auf ' + obj.state.val + '","icon":"mdi-thermometer","display":"snackbar", "state": "archived", "autoHideDuration":"5000"}';
                      setState("jarvis.0.addNotification", String(text));
                  }
              });
              
              M 1 Reply Last reply Reply Quote 0
              • M
                MCU @stephan1827 last edited by MCU

                @stephan1827 Versuch mal ein Upload.

                iob upload jarvis
                

                Aus autoHideDuration wurde timeout.
                Bitte ändern. Komisch das ist schon länger so.

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

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

                  @stephan1827 Versuch mal ein Upload.

                  iob upload jarvis
                  

                  Aus autoHideDuration wurde timeout.
                  Bitte ändern. Komisch das ist schon länger so.

                  Hat beides nichts geändert

                  // Keller Büro Heizung
                  on({ id: "hm-rpc.0.OEQ0669002.4.SET_TEMPERATURE", change: "any" }, function (obj) {
                      var date = new Date();
                  
                      if (obj.state.val != obj.oldState.val) {
                          var text = '{"title":"' + formatDate(date, "TT.MM SS:mm ") + 'Keller Büro Heizung geändert auf ' + obj.state.val + '","icon":"mdi-thermometer","display":"snackbar", "state": "archived", "timeout":"5000"}';
                          setState("jarvis.0.addNotification", String(text));
                      }
                  });
                  
                  M 1 Reply Last reply Reply Quote 0
                  • M
                    MCU @stephan1827 last edited by MCU

                    @stephan1827 jarvis Instanz neu gestartet?
                    Evtl Web Instanz neu starten.

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

                      @mcu Nope, docker neu gestartet, immer noch der gleiche Fehler

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

                        @stephan1827 Bin unterwegs. Muss heute abend mal schauen woran es liegen könnte.

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

                          @mcu Besten Dank, das ist der String den ich jetzt raus sende

                          javascript.0 (216) script.js.common.Jarvis: {"title":"13.04 15:43 Keller Büro Heizung geändert auf 13","icon":"mdi-thermometer","display":"snackbar", "state": "archived", "timeout":"5000"}
                          
                          1 Reply Last reply Reply Quote 0
                          • M
                            MCU last edited by

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

                            javascript.0 (216) script.js.common.Jarvis: {"title":"13.04 15:43 Keller Büro Heizung geändert auf 13","icon":"mdi-thermometer","display":"snackbar", "state": "archived", "timeout":"5000"}

                            "message" fehlt. Mindestanforderung.

                            {"title":"13.04 15:43 Keller Büro Heizung geändert auf 13","message":"","icon":"mdi-thermometer","display":"snackbar", "state": "archived", "timeout":"5000"}
                            
                            stephan1827 1 Reply Last reply Reply Quote 0
                            • stephan1827
                              stephan1827 @MCU last edited by

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

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

                              javascript.0 (216) script.js.common.Jarvis: {"title":"13.04 15:43 Keller Büro Heizung geändert auf 13","icon":"mdi-thermometer","display":"snackbar", "state": "archived", "timeout":"5000"}

                              "message" fehlt. Mindestanforderung.

                              {"title":"13.04 15:43 Keller Büro Heizung geändert auf 13","message":"","icon":"mdi-thermometer","display":"snackbar", "state": "archived", "timeout":"5000"}
                              

                              Jetzt funzt es wieder, Besten Dank

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

                                @jobe451 Wenn du es fertig entwickelt hast, stell es doch zur Verfügung, ich nehme es dann in die Doku mit auf. Danke.

                                1 Reply Last reply Reply Quote 0
                                • L
                                  Lines last edited by

                                  Hallo alle,

                                  in den letzten Tagen war ich fleißig und habe auf meinem "Server" (Debian), auf dem iobroker mit Jarvis (v3.1.2) läuft, eine influxdb (v2.7.0) sowie Grafana (v9.4.7) installiert.
                                  Das klappt soweit auch: Daten werden aus dem iobroker in die Datanbank geschrieben und in Grafana werden die ersten Testdiagramme generiert.

                                  Diese Diagramm kann ich nun mittels einer http://.... Adresse in einem Webbrowser-Tab aufrufen, das klappt, das Diagramm wird im Browser angezeigt.
                                  => Ein IFrame-Widget damit anlegen und ... zack .... geht nicht! "Firefox/LibreWolf darf diese eingebettete Seite nicht öffnen."

                                  Dies dürfte eine Fehlermeldung aufgrund des IFrames sein. Nur:
                                  mit anderen Webadressen klappt es in Jarvis (interne wie externe Webseiten), warum hier nicht? Daraus folgt: wie bettet man die Grafana-Diagramm-Webseiten in Jarvis korrekt ein? Wo ist der Denkfehler?

                                  Öffne ich die Grafana-Diagramm-Webseite in einem anderen Browser, so werde ich zum Grafana-Login umgeleitet - das senkt den WAF auf glatt Null. Sicherlich geht auch das, aber wie???

                                  Bitte um Hilfe, ich komme nicht auf die Lösung!

                                  LG

                                  Reiner

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

                                    @lines
                                    https://mcuiobroker.gitbook.io/jarvis-infos/jarvis-v3/besonderheiten-v3/module/iframe-v3/grafana-einbinden

                                    L 1 Reply Last reply Reply Quote 0
                                    • L
                                      Lines @MCU last edited by

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

                                      @lines
                                      https://mcuiobroker.gitbook.io/jarvis-infos/jarvis-v3/besonderheiten-v3/module/iframe-v3/grafana-einbinden

                                      ich Blindfisch.... Merci!!! Geht! Danke. 😉

                                      1 Reply Last reply Reply Quote 0
                                      • A
                                        alexzi last edited by

                                        camview von camera.ui in Jarvis als iFrame einbinden

                                        Hallo zusammen,
                                        Ich benutze zur Visualisierung Jarvis. Weiterhin habe ich Homebridge mit camera.ui (https://github.com/seydx/camera.ui) (grundsätzlich) eingerichtet, läuft soweit, eine Kamera eingebunden (mehr habe ich noch nicht), funzt alles soweit. D.h. ich kann damit per http auf die Kamera über diesen Umweg zugreifen.
                                        Da es soweit ich weiß nicht (einfach) möglich ist einen RTSP-Stream in Jarvis einzubinden, will ich versuchen diesen Umweg über camera.ui gehen und als iFrame in Jarvis einbinden. Ob camera.ui einen anonymen Zugriff zulässt habe ich leider nicht gefunden, dafür bietet camera.ui aber eine Rest-API an über die man auch Benutzerauthenfizierung, etc. machen kann. Falls man das in Jarvis benutzen kann, weiß ich leider nicht wie man das machen muss. Der Link direkt zum Dashboard oder CamView (wo man nur die Kameras sieht) funktioniert auf jeden Fall nicht.
                                        Hat das evtl. schon mal jemand gemacht oder kann mir hier helfen? Oder gibt es andere Optionen?
                                        Danke im Voraus und viele Grüße
                                        Alexander

                                        0b82ec0e-30dd-42ba-8f85-b2f4db0b7c90-image.png

                                        9090bc87-8aec-4458-a48e-6531f8e91749-image.png

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

                                          @alexzi Welche Kamera ist das?
                                          Modul displayImage mit der http-Adresse

                                          374f4f2c-489d-4d5f-80ab-695ac8a4b474-image.png

                                          A 1 Reply Last reply Reply Quote 0
                                          • A
                                            alexzi @MCU last edited by alexzi

                                            @mcu
                                            Hersteller: Anpviz
                                            Modell: IPC-D280W-S

                                            geht bei DisplyImage auch "Bewegung" oder ist das nur "ein Bild"?
                                            Der Kamerastream kann nicht direkt über http angezeigt werden, sondern über RTSP
                                            camerui bietet ne API an, da muss ich aber die Authentifizierung noch machen.

                                            e1a89458-ac9c-4667-b564-0502ab82559b-image.png

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            518
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            jarvis material material ui materialdesign vis visualisierung visualization
                                            90
                                            1732
                                            510259
                                            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