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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. jarvis v2.2.0 - just another remarkable vis

NEWS

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

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

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

jarvis v2.2.0 - just another remarkable vis

Geplant Angeheftet Gesperrt Verschoben Tester
jarvismaterialmaterial uimaterialdesignvisvisualisierungvisualization
6.1k Beiträge 316 Kommentatoren 4.2m Aufrufe 273 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • M MCU

    @wendy2702
    Hast in der Instanz diese Option an? Version v2.2.2?

    9f231200-fd32-4b35-b75f-aae4f9b2316c-image.png

    Dann raus nehmen, funktioniert nicht mehr.

    wendy2702W Online
    wendy2702W Online
    wendy2702
    schrieb am zuletzt editiert von
    #4801

    @mcu Nein. Ist aus.

    Bitte keine Fragen per PN, die gehören ins Forum!

    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

    M 1 Antwort Letzte Antwort
    0
    • wendy2702W wendy2702

      @mcu Nein. Ist aus.

      M Online
      M Online
      MCU
      schrieb am zuletzt editiert von MCU
      #4802

      @wendy2702
      Solche Sachen wie WEB-Adapter neustarten,
      Browser-Cache löschen und

      iobroker jarvis upload
      

      hast du schon gemacht?

      NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
      Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

      wendy2702W 1 Antwort Letzte Antwort
      0
      • M MCU

        @wendy2702
        Solche Sachen wie WEB-Adapter neustarten,
        Browser-Cache löschen und

        iobroker jarvis upload
        

        hast du schon gemacht?

        wendy2702W Online
        wendy2702W Online
        wendy2702
        schrieb am zuletzt editiert von
        #4803

        @mcu wir reden doch aktuell über den Logeintrag, oder?

        Browser Cache habe ich nicht gelöscht, würde ich aber auch nicht mit dem Eintrag in Verbindung bringen.

        Upload habe ich noch nicht gemacht da Adapter zum ersten Mal installiert und ich noch nichts konfiguriert habe.

        Kann ich aber morgen mal probieren

        Bitte keine Fragen per PN, die gehören ins Forum!

        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

        1 Antwort Letzte Antwort
        0
        • C Offline
          C Offline
          Ceel
          schrieb am zuletzt editiert von Ceel
          #4804

          @mcu
          Danke dir für deine Hilfe!

          var jarvisNotify = {};
          //Beispiele
          jarvisNotify.title = "Es hat geklingelt";
          // "<b>Dies ist BOLD</b>"
          jarvisNotify.message= '<iframe src="'+ getState('synology.0.SurveillanceStation.cameras.Eingang.linkMjpegHttpPath').val +'" width="640" height="480"></iframe>';
          jarvisNotify.state = "unread";          //Damit bleibt die Benachrichtigung auch nach POPUP ungelesen und wird oben angezeigt mit der Zahl
          jarvisNotify.criticality = "none";      // error,warning,info,success
          jarvisNotify.display ="popup";          //drawer,snackbar,popup, none für focusTab
          jarvisNotify.autoHideDuration = 180000;  //5000ms -> 5 Sekunden
          jarvisNotify.snackbarOrigin = {};       //"snackbarOrigin": { "horizontal": "...", "vertical": "" }, 
                                                  // optional, applies when display is snackbar, { horizontal: 'center' | 'left' | 'right', vertical: 'bottom' | 'top' }
          jarvisNotify.icon = "bell-ring-outline"; //mdi Iconify
          jarvisNotify.iconColor = "#5D5DED";
          jarvisNotify.backgroundColor = "black";
          jarvisNotify.fontColor = "white";
          jarvisNotify.focusTab = ""; //focus a certain tab
          setState('jarvis.0.addNotification',JSON.stringify(jarvisNotify));
          

          Das ist das Script was ich nutze.
          Leider zeigt er mir kein Bild an. Nur ein leerer schwarzer Bereich.
          Hier die URL die im Objekt steht:
          http://192.168.178.3:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.Stream.VideoStreaming&version=1&method=Stream&format=mjpeg&cameraId=2&StmKey="cz9ef6ete820ercddd8f8ca4e00c8990"
          habe natürlich den Key hinten verändert!
          Kann es sein das es durch die Anführungsstriche in der URL zu Problemen kommt?

          1. Frage:
            Kann man bei dem Script auch die Popupgröße anpassen?
          M 1 Antwort Letzte Antwort
          0
          • C Ceel

            @mcu
            Danke dir für deine Hilfe!

            var jarvisNotify = {};
            //Beispiele
            jarvisNotify.title = "Es hat geklingelt";
            // "<b>Dies ist BOLD</b>"
            jarvisNotify.message= '<iframe src="'+ getState('synology.0.SurveillanceStation.cameras.Eingang.linkMjpegHttpPath').val +'" width="640" height="480"></iframe>';
            jarvisNotify.state = "unread";          //Damit bleibt die Benachrichtigung auch nach POPUP ungelesen und wird oben angezeigt mit der Zahl
            jarvisNotify.criticality = "none";      // error,warning,info,success
            jarvisNotify.display ="popup";          //drawer,snackbar,popup, none für focusTab
            jarvisNotify.autoHideDuration = 180000;  //5000ms -> 5 Sekunden
            jarvisNotify.snackbarOrigin = {};       //"snackbarOrigin": { "horizontal": "...", "vertical": "" }, 
                                                    // optional, applies when display is snackbar, { horizontal: 'center' | 'left' | 'right', vertical: 'bottom' | 'top' }
            jarvisNotify.icon = "bell-ring-outline"; //mdi Iconify
            jarvisNotify.iconColor = "#5D5DED";
            jarvisNotify.backgroundColor = "black";
            jarvisNotify.fontColor = "white";
            jarvisNotify.focusTab = ""; //focus a certain tab
            setState('jarvis.0.addNotification',JSON.stringify(jarvisNotify));
            

            Das ist das Script was ich nutze.
            Leider zeigt er mir kein Bild an. Nur ein leerer schwarzer Bereich.
            Hier die URL die im Objekt steht:
            http://192.168.178.3:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.Stream.VideoStreaming&version=1&method=Stream&format=mjpeg&cameraId=2&StmKey="cz9ef6ete820ercddd8f8ca4e00c8990"
            habe natürlich den Key hinten verändert!
            Kann es sein das es durch die Anführungsstriche in der URL zu Problemen kommt?

            1. Frage:
              Kann man bei dem Script auch die Popupgröße anpassen?
            M Online
            M Online
            MCU
            schrieb am zuletzt editiert von MCU
            #4805

            @ceel
            Bei mir funktioniert es so:

            jarvisNotify.message= '<iFrame src="http://192.168.178.89/Anruferbild.jpg" height="350" width="350"></iFrame>';
            
            und
            
            jarvisNotify.message= '<iFrame src="'+ getState('0_userdata.0.testwert').val +'" height="350" width="350" ></iFrame>';
            

            Da scheint es ein Zugriffsproblem zu geben? Hat der User "ioBroker" das Recht auf die Daten zuzugreifen?

            Die Anführungstriche in der URL zum Bild " das kann sein, ändere mal auf '.

            Popupgröße wird automatisch festgesetzt. Kenne keine Einflußmöglichkeit ausser über Bildgrösse (height, width).

            NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
            Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

            C 1 Antwort Letzte Antwort
            0
            • M MCU

              @ceel
              Bei mir funktioniert es so:

              jarvisNotify.message= '<iFrame src="http://192.168.178.89/Anruferbild.jpg" height="350" width="350"></iFrame>';
              
              und
              
              jarvisNotify.message= '<iFrame src="'+ getState('0_userdata.0.testwert').val +'" height="350" width="350" ></iFrame>';
              

              Da scheint es ein Zugriffsproblem zu geben? Hat der User "ioBroker" das Recht auf die Daten zuzugreifen?

              Die Anführungstriche in der URL zum Bild " das kann sein, ändere mal auf '.

              Popupgröße wird automatisch festgesetzt. Kenne keine Einflußmöglichkeit ausser über Bildgrösse (height, width).

              C Offline
              C Offline
              Ceel
              schrieb am zuletzt editiert von
              #4806

              @mcu said in jarvis v2.2.0 - just another remarkable vis:

              jarvisNotify.message= '<iFrame src="'+ getState('0_userdata.0.testwert').val +'" height="350" width="350" ></iFrame>';

              Hallo
              wenn ich ein Widget (DisplayImage) mache, wird mir das Bild auch angezeigt

              M 1 Antwort Letzte Antwort
              0
              • C Ceel

                @mcu said in jarvis v2.2.0 - just another remarkable vis:

                jarvisNotify.message= '<iFrame src="'+ getState('0_userdata.0.testwert').val +'" height="350" width="350" ></iFrame>';

                Hallo
                wenn ich ein Widget (DisplayImage) mache, wird mir das Bild auch angezeigt

                M Online
                M Online
                MCU
                schrieb am zuletzt editiert von
                #4807

                @ceel Wie gesagt, ändere mal " auf ' in dem State.

                NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                C 1 Antwort Letzte Antwort
                0
                • M MCU

                  @ceel Wie gesagt, ändere mal " auf ' in dem State.

                  C Offline
                  C Offline
                  Ceel
                  schrieb am zuletzt editiert von Ceel
                  #4808

                  @mcu
                  ich habe

                  jarvisNotify.message= '<iFrame src="'+ getState('synology.0.SurveillanceStation.cameras.Eingang.linkMjpegHttpPath').val +'" height="350" width="640"></iFrame>';
                  

                  stehen

                  und die Größe wird nicht ganz angepasst:
                  popup.png

                  M 1 Antwort Letzte Antwort
                  0
                  • C Ceel

                    @mcu
                    ich habe

                    jarvisNotify.message= '<iFrame src="'+ getState('synology.0.SurveillanceStation.cameras.Eingang.linkMjpegHttpPath').val +'" height="350" width="640"></iFrame>';
                    

                    stehen

                    und die Größe wird nicht ganz angepasst:
                    popup.png

                    M Online
                    M Online
                    MCU
                    schrieb am zuletzt editiert von MCU
                    #4809

                    @ceel In dem State
                    d493fe37-6a22-4732-9a97-ede8e4d4487f-image.png

                    Hier nur Testweise

                    http://192.168.178.3:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.Stream.VideoStreaming&version=1&method=Stream&format=mjpeg&cameraId=2&StmKey='cz9ef6ete820ercddd8f8ca4e00c8990'
                    

                    Wenn das klappt oder Du es direkt in dem Script :

                    let httpAdr = getState('synology.0.SurveillanceStation.cameras.Eingang.linkMjpegHttpPath').val;
                    httpAdr = httpAdr.replace('"',"'");
                    httpAdr = httpAdr.replace('"',"'");
                    jarvisNotify.message= '<iFrame src="'+ httpAdr  +'" height="350" width="350" scroll=true after height="400"></iFrame>';
                    

                    NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                    Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                    C 1 Antwort Letzte Antwort
                    0
                    • M MCU

                      @ceel In dem State
                      d493fe37-6a22-4732-9a97-ede8e4d4487f-image.png

                      Hier nur Testweise

                      http://192.168.178.3:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.Stream.VideoStreaming&version=1&method=Stream&format=mjpeg&cameraId=2&StmKey='cz9ef6ete820ercddd8f8ca4e00c8990'
                      

                      Wenn das klappt oder Du es direkt in dem Script :

                      let httpAdr = getState('synology.0.SurveillanceStation.cameras.Eingang.linkMjpegHttpPath').val;
                      httpAdr = httpAdr.replace('"',"'");
                      httpAdr = httpAdr.replace('"',"'");
                      jarvisNotify.message= '<iFrame src="'+ httpAdr  +'" height="350" width="350" scroll=true after height="400"></iFrame>';
                      
                      C Offline
                      C Offline
                      Ceel
                      schrieb am zuletzt editiert von
                      #4810

                      @mcu
                      mit ' statt dem " gibt er wenn ich die URL direkt eingebe ein JAVASCRIPT fehler!

                      M 1 Antwort Letzte Antwort
                      0
                      • C Ceel

                        @mcu
                        mit ' statt dem " gibt er wenn ich die URL direkt eingebe ein JAVASCRIPT fehler!

                        M Online
                        M Online
                        MCU
                        schrieb am zuletzt editiert von MCU
                        #4811

                        @ceel Ja, weil dann ist nachdem 2.ten ' der String vom ersten ' zu Ende.
                        Nimm mal die Script-Variante, wie oben.

                        NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                        Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                        C 1 Antwort Letzte Antwort
                        0
                        • M MCU

                          @ceel Ja, weil dann ist nachdem 2.ten ' der String vom ersten ' zu Ende.
                          Nimm mal die Script-Variante, wie oben.

                          C Offline
                          C Offline
                          Ceel
                          schrieb am zuletzt editiert von Ceel
                          #4812

                          @mcu
                          ja genau

                          wenn ich den Link aus dem Objekt direkt in den Browser eintrage bekomme ich auch ein Bild

                          M 1 Antwort Letzte Antwort
                          0
                          • C Ceel

                            @mcu
                            ja genau

                            wenn ich den Link aus dem Objekt direkt in den Browser eintrage bekomme ich auch ein Bild

                            M Online
                            M Online
                            MCU
                            schrieb am zuletzt editiert von
                            #4813

                            @ceel Ändere mal das Script, wie es oben steht.

                            NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                            Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                            C 1 Antwort Letzte Antwort
                            0
                            • M MCU

                              @ceel Ändere mal das Script, wie es oben steht.

                              C Offline
                              C Offline
                              Ceel
                              schrieb am zuletzt editiert von
                              #4814

                              @mcu
                              habe ich schon gemacht
                              kein Bild

                              M 1 Antwort Letzte Antwort
                              0
                              • C Ceel

                                @mcu
                                habe ich schon gemacht
                                kein Bild

                                M Online
                                M Online
                                MCU
                                schrieb am zuletzt editiert von
                                #4815

                                @ceel

                                var jarvisNotify = {};
                                //Beispiele
                                jarvisNotify.title = "Es hat geklingelt";
                                // "<b>Dies ist BOLD</b>"
                                let httpAdr = getState('synology.0.SurveillanceStation.cameras.Eingang.linkMjpegHttpPath').val;
                                httpAdr = httpAdr.replace('"',"'");
                                httpAdr = httpAdr.replace('"',"'");
                                jarvisNotify.message= '<iFrame src="'+ httpAdr  +'" height="350" width="350" scroll=true after height="400"></iFrame>';
                                
                                jarvisNotify.state = "unread";          //Damit bleibt die Benachrichtigung auch nach POPUP ungelesen und wird oben angezeigt mit der Zahl
                                jarvisNotify.criticality = "none";      // error,warning,info,success
                                jarvisNotify.display ="popup";          //drawer,snackbar,popup, none für focusTab
                                jarvisNotify.autoHideDuration = 180000;  //5000ms -> 5 Sekunden
                                jarvisNotify.snackbarOrigin = {};       //"snackbarOrigin": { "horizontal": "...", "vertical": "" }, 
                                                                        // optional, applies when display is snackbar, { horizontal: 'center' | 'left' | 'right', vertical: 'bottom' | 'top' }
                                jarvisNotify.icon = "bell-ring-outline"; //mdi Iconify
                                jarvisNotify.iconColor = "#5D5DED";
                                jarvisNotify.backgroundColor = "black";
                                jarvisNotify.fontColor = "white";
                                jarvisNotify.focusTab = ""; //focus a certain tab
                                setState('jarvis.0.addNotification',JSON.stringify(jarvisNotify));
                                

                                So und kein Bild?

                                NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                                Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                                C 1 Antwort Letzte Antwort
                                0
                                • M MCU

                                  @ceel

                                  var jarvisNotify = {};
                                  //Beispiele
                                  jarvisNotify.title = "Es hat geklingelt";
                                  // "<b>Dies ist BOLD</b>"
                                  let httpAdr = getState('synology.0.SurveillanceStation.cameras.Eingang.linkMjpegHttpPath').val;
                                  httpAdr = httpAdr.replace('"',"'");
                                  httpAdr = httpAdr.replace('"',"'");
                                  jarvisNotify.message= '<iFrame src="'+ httpAdr  +'" height="350" width="350" scroll=true after height="400"></iFrame>';
                                  
                                  jarvisNotify.state = "unread";          //Damit bleibt die Benachrichtigung auch nach POPUP ungelesen und wird oben angezeigt mit der Zahl
                                  jarvisNotify.criticality = "none";      // error,warning,info,success
                                  jarvisNotify.display ="popup";          //drawer,snackbar,popup, none für focusTab
                                  jarvisNotify.autoHideDuration = 180000;  //5000ms -> 5 Sekunden
                                  jarvisNotify.snackbarOrigin = {};       //"snackbarOrigin": { "horizontal": "...", "vertical": "" }, 
                                                                          // optional, applies when display is snackbar, { horizontal: 'center' | 'left' | 'right', vertical: 'bottom' | 'top' }
                                  jarvisNotify.icon = "bell-ring-outline"; //mdi Iconify
                                  jarvisNotify.iconColor = "#5D5DED";
                                  jarvisNotify.backgroundColor = "black";
                                  jarvisNotify.fontColor = "white";
                                  jarvisNotify.focusTab = ""; //focus a certain tab
                                  setState('jarvis.0.addNotification',JSON.stringify(jarvisNotify));
                                  

                                  So und kein Bild?

                                  C Offline
                                  C Offline
                                  Ceel
                                  schrieb am zuletzt editiert von Ceel
                                  #4816

                                  @mcu genau
                                  kein Bild

                                  M 1 Antwort Letzte Antwort
                                  0
                                  • C Ceel

                                    @mcu genau
                                    kein Bild

                                    M Online
                                    M Online
                                    MCU
                                    schrieb am zuletzt editiert von MCU
                                    #4817

                                    @ceel Mal so?

                                    var jarvisNotify = {};
                                    //Beispiele
                                    jarvisNotify.title = "Es hat geklingelt";
                                    // "<b>Dies ist BOLD</b>"
                                    let httpAdr = getState('synology.0.SurveillanceStation.cameras.Eingang.linkMjpegHttpPath').val;
                                    httpAdr = httpAdr.replace('"',"'");
                                    httpAdr = httpAdr.replace('"',"'");
                                    jarvisNotify.message= '<iFrame src='+ String(httpAdr) +' height="350" width="350" scroll=true after height="400"></iFrame>';
                                    
                                    jarvisNotify.state = "unread";          //Damit bleibt die Benachrichtigung auch nach POPUP ungelesen und wird oben angezeigt mit der Zahl
                                    jarvisNotify.criticality = "none";      // error,warning,info,success
                                    jarvisNotify.display ="popup";          //drawer,snackbar,popup, none für focusTab
                                    jarvisNotify.autoHideDuration = 180000;  //5000ms -> 5 Sekunden
                                    jarvisNotify.snackbarOrigin = {};       //"snackbarOrigin": { "horizontal": "...", "vertical": "" }, 
                                                                            // optional, applies when display is snackbar, { horizontal: 'center' | 'left' | 'right', vertical: 'bottom' | 'top' }
                                    jarvisNotify.icon = "bell-ring-outline"; //mdi Iconify
                                    jarvisNotify.iconColor = "#5D5DED";
                                    jarvisNotify.backgroundColor = "black";
                                    jarvisNotify.fontColor = "white";
                                    jarvisNotify.focusTab = ""; //focus a certain tab
                                    setState('jarvis.0.addNotification',JSON.stringify(jarvisNotify));
                                    

                                    Evtl auch mal die beiden replace-Zeilen // rausnehmen

                                    NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                                    Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                                    C 1 Antwort Letzte Antwort
                                    0
                                    • M MCU

                                      @ceel Mal so?

                                      var jarvisNotify = {};
                                      //Beispiele
                                      jarvisNotify.title = "Es hat geklingelt";
                                      // "<b>Dies ist BOLD</b>"
                                      let httpAdr = getState('synology.0.SurveillanceStation.cameras.Eingang.linkMjpegHttpPath').val;
                                      httpAdr = httpAdr.replace('"',"'");
                                      httpAdr = httpAdr.replace('"',"'");
                                      jarvisNotify.message= '<iFrame src='+ String(httpAdr) +' height="350" width="350" scroll=true after height="400"></iFrame>';
                                      
                                      jarvisNotify.state = "unread";          //Damit bleibt die Benachrichtigung auch nach POPUP ungelesen und wird oben angezeigt mit der Zahl
                                      jarvisNotify.criticality = "none";      // error,warning,info,success
                                      jarvisNotify.display ="popup";          //drawer,snackbar,popup, none für focusTab
                                      jarvisNotify.autoHideDuration = 180000;  //5000ms -> 5 Sekunden
                                      jarvisNotify.snackbarOrigin = {};       //"snackbarOrigin": { "horizontal": "...", "vertical": "" }, 
                                                                              // optional, applies when display is snackbar, { horizontal: 'center' | 'left' | 'right', vertical: 'bottom' | 'top' }
                                      jarvisNotify.icon = "bell-ring-outline"; //mdi Iconify
                                      jarvisNotify.iconColor = "#5D5DED";
                                      jarvisNotify.backgroundColor = "black";
                                      jarvisNotify.fontColor = "white";
                                      jarvisNotify.focusTab = ""; //focus a certain tab
                                      setState('jarvis.0.addNotification',JSON.stringify(jarvisNotify));
                                      

                                      Evtl auch mal die beiden replace-Zeilen // rausnehmen

                                      C Offline
                                      C Offline
                                      Ceel
                                      schrieb am zuletzt editiert von
                                      #4818

                                      @mcu

                                      keine Veränderung

                                      Vielleicht liegt es am iframe

                                      M 1 Antwort Letzte Antwort
                                      0
                                      • C Ceel

                                        @mcu

                                        keine Veränderung

                                        Vielleicht liegt es am iframe

                                        M Online
                                        M Online
                                        MCU
                                        schrieb am zuletzt editiert von MCU
                                        #4819

                                        @ceel Nein, bei mit funktioniert es ja. Das hat mit den " Anführungstrichen zu tun.
                                        Lass dir mal die message anzeigen mit console.log(jarvisNotify.message).

                                        jarvisNotify.message= '<iFrame src='+ String(httpAdr) +' height="350" width="350"></iFrame>';
                                        console.log(jarvisNotify.message);
                                        

                                        NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                                        Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                                        C 1 Antwort Letzte Antwort
                                        0
                                        • M MCU

                                          @ceel Nein, bei mit funktioniert es ja. Das hat mit den " Anführungstrichen zu tun.
                                          Lass dir mal die message anzeigen mit console.log(jarvisNotify.message).

                                          jarvisNotify.message= '<iFrame src='+ String(httpAdr) +' height="350" width="350"></iFrame>';
                                          console.log(jarvisNotify.message);
                                          
                                          C Offline
                                          C Offline
                                          Ceel
                                          schrieb am zuletzt editiert von
                                          #4820

                                          @mcu said in jarvis v2.2.0 - just another remarkable vis:

                                          console.log(jarvisNotify.message);

                                          javascript.0 (20559) script.js.common.Listen.Popup_Klingel: <iFrame src=http://192.168.178.3:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.Stream.VideoStreaming&version=1&method=Stream&format=mjpeg&cameraId=2&StmKey='XXXXXXXXXXXXXXXXX6124b531' height="350" width="350" scroll=true after height="400"></iFrame>

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          557

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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