Navigation

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

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    jarvis v2.2.0 - just another remarkable vis

    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Algie @MCU last edited by

      @mcu Bildschirmfoto 2021-08-03 um 17.10.37.png

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

        @mcu Bildschirmfoto 2021-08-03 um 17.12.58.png

        Das ist die Anzeige. Wird abgeschnitten. Aber man kann nach links scrollen.
        Ich möchte aber, dass die Seite auf die Widgetgröße angepasst wird.

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

          @algie
          Setz mal hier 100% nicht 600px
          4db68721-1983-4070-88e7-02b6528ffeb9-image.png

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

            @mcu ändert sich leider nichts.

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

              @algie
              Hast du mal die Skalierung raus genommen? Und mal mit den Prozentwert versucht? Also mal 90% und so weiter.
              Dann auch in der Höhe mal mit Prozent oder geringere Höhe arbeiten?
              Oder in der VIS selbst das Element (Müll) verkleinern?

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

                Moin,

                hat sonst noch wer Probleme mit Jarvis 2.2.1 Uhrzeit und Wetter-Widget?
                403c3917-9c86-40f8-8c9e-c1464d03bf5d-image.png

                hab irgendwie immer diese Ladeanzeige drinnen.

                N 1 Reply Last reply Reply Quote 0
                • N
                  neunteufels @Renegade 0 last edited by neunteufels

                  @renegade-0

                  Ich hatte das Problem beim Wetter-Widget dass die Icons nicht mehr angezeigt wurden.
                  Ein Update auf 2.2.2 hat geholfen.

                  Das Update wurde weiter oben schon mal diskutiert:
                  https://forum.iobroker.net/post/654032

                  lg

                  1 Reply Last reply Reply Quote 0
                  • R
                    Renegade 0 last edited by

                    @neunteufels
                    OK, muss ich mal schauen, aber den daswetter.com Adapter brauche ich nicht im Broker oder?

                    N 1 Reply Last reply Reply Quote 0
                    • N
                      neunteufels @Renegade 0 last edited by

                      @renegade-0

                      Kann ich nicht sagen, da ich den schon vor Jarvis in Verwendung hatte.

                      R 1 Reply Last reply Reply Quote 0
                      • R
                        Renegade 0 @neunteufels last edited by

                        @neunteufels
                        Hast du das als Gerät importiert oder das weather widget verwendet?

                        N 1 Reply Last reply Reply Quote 0
                        • N
                          neunteufels @Renegade 0 last edited by

                          @renegade-0

                          Wetter Widget

                          R 1 Reply Last reply Reply Quote 0
                          • R
                            Renegade 0 @neunteufels last edited by

                            @neunteufels
                            OK läuft jetzt. War wirklich das Update. Nur bei der Uhr hab ich noch permanent eine Ladeanzeige.

                            N 1 Reply Last reply Reply Quote 0
                            • N
                              neunteufels @Renegade 0 last edited by

                              @renegade-0

                              Keine Ahnung dazu, das Problem hatte ich bis jetzt nicht.

                              Eventuell Widget löschen, speichern und dann nochmal neu anlegen?!?

                              1 Reply Last reply Reply Quote 0
                              • C
                                Ceel last edited by Ceel

                                Moin
                                Ersteinmal danke an den Ersteller von Jarvis
                                Sehr geile Vis!

                                Jetzt zu meiner Frage.

                                Ist es möglich wenn ein Datenpunkt sich ändert (es hat geklingelt) automatisch ein Kamerabild anzeigen zu lassen?
                                habe es hinbekommen das sich ein Popup öffnen mit dem Script:

                                var jarvisNotify = {};
                                //Beispiele
                                jarvisNotify.title = "Es hat geklingelt";
                                // "<b>Dies ist BOLD</b>"
                                jarvisNotify.message= getState('synology.0.SurveillanceStation.cameras.Eingang.linkMjpegHttpPath').val;
                                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));
                                

                                leider wird das Bild der Kamera nicht angezeigt. Es steht im Popup nur der html Link.

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

                                  @ceel Ja. Du musst dafür ein iFrame nutzen. Dies kannst auf einer eigenen Seite setzen und entsprechend mit der Notification dort hinschalten.
                                  https://forum.iobroker.net/topic/30668/jarvis-v2-2-0-just-another-remarkable-vis/4733

                                  EDIT: evtl dann, wenn du eine eigene HTML-Seite erstellen kannst in dem das Bild oder Video dargestellt ist?? Bin mir aber nicht sicher, müsste man probieren.

                                  Versuch mal (Auflösung musst du entsprechend einstellen):

                                  jarvisNotify.message= '<iframe src="'+ getState('synology.0.SurveillanceStation.cameras.Eingang.linkMjpegHttpPath').val +'" width="600" height="400"></iframe>'
                                  

                                  EDIT2: Es funktioniert auch mit POPUP als iFrame in der Notification

                                  Feature Request für v3:
                                  https://github.com/Zefau/ioBroker.jarvis/issues/773

                                  X-Renegade-X created this issue in Zefau/ioBroker.jarvis

                                  open Popup Für Video(telefonie) #773

                                  1 Reply Last reply Reply Quote 0
                                  • D
                                    DarkDevil last edited by

                                    Hallo zusammen,

                                    gibt eine Möglichkeit das Action Element "BlindLevelAction" zu vergrössern?

                                    Am PC kann ich die Jalusien bedienen, aber auf dem Tab sind mir die beiden Pfeile für hoch und runter etwas zu klein.

                                    Habt ihr einen Tipp wie ich diese vergrössert bekomme?

                                    Zefau 1 Reply Last reply Reply Quote 0
                                    • Zefau
                                      Zefau @DarkDevil last edited by

                                      @darkdevil via CSS und transform

                                      D 1 Reply Last reply Reply Quote 0
                                      • D
                                        DarkDevil @Zefau last edited by

                                        @zefau gibt es dazu eine Anleitung oder kannst du mir sagen was ich einrichten muss?

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

                                          Hi,

                                          wie bekomme ich denn diesen Logeintrag weg? Habe JARVIS gestern neu installiert und heute diese Meldung im LOG (gekürzt da ewig langer String)

                                          jarvis.0
                                          	2021-08-06 16:06:56.515	warn	Read-only state "jarvis.0.info.data" has been written without ack-flag with value "{"data":{"status":0,"location":"Hexxxxxxxx [Hexxxxxxxx;Deutschland]","url":"https://www.daswetter.com/wetter_Hexxxxxxxx-Europa-Deutschland-Nordrhein+Westfalen--1-26757.html","day":{"1":{"date":"20210806","name":"Freitag","month":"","s
                                          
                                          M 1 Reply Last reply Reply Quote 0
                                          • M
                                            MCU @DarkDevil last edited by MCU

                                            @darkdevil
                                            Styles

                                            .MuiButtonGroup-root{
                                              transform: scale(1.7);
                                            }
                                            
                                            

                                            Dieser Wert (1.7) muss evtl angepasst werden, probieren wichtig 1.3 oder 1.5 aber nicht 1,5!

                                            614f55e3-8dc6-4a94-8773-b8a9cb7364d3-image.png

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            825
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            jarvis material material ui materialdesign vis visualisierung visualization
                                            316
                                            6126
                                            3784632
                                            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