Navigation

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

    NEWS

    • [erledigt] 15. 05. Wartungsarbeiten am ioBroker Forum

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    jarvis v3.0.0 - just another remarkable vis

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

      @uwe72

      .MuiListItemText-root {
      	min-width: 0;
      	margin-top: 1px;
      	margin-bottom: 1px;
      }
       
      .MuiListItem-root {
      	padding-top: 1px;
      	padding-bottom: 1px;
      }
       
      .MuiSwitch-input {
      	width: 1000px;
      	color: #000000;
      }
       
      .MuiSwitch-colorPrimary.Mui-checked {
      	color: #F8C936;
      }
       
      .q-toggle__thumb {
      	color: #F8C936;
      }
       
      .jarvis-device-(z011)_f7347_1997f_e16a9_01b32_615bd_f89c6_31aa9 .jarvis-StateListItem:nth-child(4) .q-slider .q-slider__track {
      	background: linear-gradient( to right, #ff5000 0%, #fff000 33%, #ffffff 50%, #00cfff 83%, #009fff 100% );
      	height: 85px;
      }
       
      .jarvis-device-(z011)_f7347_1997f_e16a9_01b32_615bd_f89c6_31aa9  .jarvis-StateListItem:nth-child(4) .q-slider__track {
      	color: transparent;
      }
      
      

      ein punkt fehlte vor q-slider
      85px ziemlich dicker Slider?

      1 Reply Last reply Reply Quote 0
      • U
        uwe72 @uwe72 last edited by

        @uwe72 Ja, wollte nur mal sehen, dass er auch wirklich dicker wird - würde ich natürlich ändern im Nachgang.

        Leider keine Veränderung 😞

        Ich kopiere das schon hier rein oder?
        8ae95b55-52ea-45b8-ba81-6a51742c36dc-image.png

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

          @uwe72 Ja richtig. Dann versuchen wir die (3).

          U Dominik F. 2 Replies Last reply Reply Quote 0
          • U
            uwe72 @MCU last edited by

            @mcu
            ec94f7cd-4a3b-492e-8e1d-9ccfaa06bdca-image.png

            .MuiListItemText-root {
            	min-width: 0;
            	margin-top: 1px;
            	margin-bottom: 1px;
            }
            
            .MuiListItem-root {
            	padding-top: 1px;
            	padding-bottom: 1px;
            }
            
            .MuiSwitch-input {
            	width: 1000px;
            	color: #000000;
            }
            
            .MuiSwitch-colorPrimary.Mui-checked {
            	color: #F8C936;
            }
            
            .q-toggle__thumb {
            	color: #F8C936;
            }
            
            .jarvis-device-(z011)_f7347_1997f_e16a9_01b32_615bd_f89c6_31aa9 .jarvis-StateListItem:nth-child(3) .q-slider .q-slider__track {
            	background: linear-gradient( to right, #ff5000 0%, #fff000 33%, #ffffff 50%, #00cfff 83%, #009fff 100% );
            	height: 85px;
            }
            
            .jarvis-device-(z011)_f7347_1997f_e16a9_01b32_615bd_f89c6_31aa9  .jarvis-StateListItem:nth-child(3) .q-slider__track {
            	color: transparent;
            }
            
            M 1 Reply Last reply Reply Quote 0
            • Dominik F.
              Dominik F. @MCU last edited by

              @mcu

              jetzt verstehe ich auch wie du raus findest, wie die Dinge benannt werden müssen die man verändert möchte^^

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

                @uwe72 Setz mal die height kleiner 15px.
                Dann geh mal weiter mit den Zahlen durch (3) (4) hatten dann (5).
                Für mich ist das weiter das (4), aber auch mal F5 gedrückt zum Aktualisieren?

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

                  @mcu

                  Ja, ich mache immer Strg+R (F5) wenn ich was an der Jarvis-Konfig ändere.

                  Habe 3-5 durch

                  .MuiListItemText-root {
                  	min-width: 0;
                  	margin-top: 1px;
                  	margin-bottom: 1px;
                  }
                  
                  .MuiListItem-root {
                  	padding-top: 1px;
                  	padding-bottom: 1px;
                  }
                  
                  .MuiSwitch-input {
                  	width: 1000px;
                  	color: #000000;
                  }
                  
                  .MuiSwitch-colorPrimary.Mui-checked {
                  	color: #F8C936;
                  }
                  
                  .q-toggle__thumb {
                  	color: #F8C936;
                  }
                  
                  .jarvis-device-(z011)_f7347_1997f_e16a9_01b32_615bd_f89c6_31aa9 .jarvis-StateListItem:nth-child(5) .q-slider .q-slider__track {
                  	background: linear-gradient( to right, #ff5000 0%, #fff000 33%, #ffffff 50%, #00cfff 83%, #009fff 100% );
                  	height: 10px;
                  }
                  
                  .jarvis-device-(z011)_f7347_1997f_e16a9_01b32_615bd_f89c6_31aa9  .jarvis-StateListItem:nth-child(5) .q-slider__track {
                  	color: transparent;
                  }
                  

                  Keine Änderung. Hab grad die Height auch mal ganz rausgenommen. Auch keine Änderung

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

                    @uwe72 Bei mi funktioniert es:
                    78a124c0-918f-428e-9845-c76873f5ef95-image.png

                    U M R 3 Replies Last reply Reply Quote 0
                    • U
                      uwe72 @MCU last edited by

                      @mcu Ich lasse nun mal so, egal.

                      Danke trotzdem für den Versuch. Vielleicht gehe ich es ein ander mal nochmals an.

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

                        @uwe72

                        .MuiListItemText-root {
                        	min-width: 0;
                        	margin-top: 1px;
                        	margin-bottom: 1px;
                        }
                         
                        .MuiListItem-root {
                        	padding-top: 1px;
                        	padding-bottom: 1px;
                        }
                         
                        .MuiSwitch-input {
                        	width: 1000px;
                        	color: #000000;
                        }
                         
                        .MuiSwitch-colorPrimary.Mui-checked {
                        	color: #F8C936;
                        }
                         
                        .q-toggle__thumb {
                        	color: #F8C936;
                        }
                         
                        .jarvis-device-(z011)_f7347_1997f_e16a9_01b32_615bd_f89c6_31aa9 .jarvis-StateListItem-Popup:nth-child(4) .q-slider .q-slider__track {
                        	background: linear-gradient( to right, #ff5000 0%, #fff000 33%, #ffffff 50%, #00cfff 83%, #009fff 100% );
                        	height: 10px;
                        }
                         
                        .jarvis-device-(z011)_f7347_1997f_e16a9_01b32_615bd_f89c6_31aa9  .jarvis-StateListItem-Popup:nth-child(4) .q-slider__track {
                        	color: transparent;
                        }
                        
                        
                        U 1 Reply Last reply Reply Quote 0
                        • U
                          uwe72 @MCU last edited by

                          @mcu leider keine Erfolgsmeldung. Habe es nochmals mit 3,4,5 probiert

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

                            @uwe72 Vielleicht kommt die Klammer im Selektor nicht so gut? Keine Ahnung. Schade.

                            U 2 Replies Last reply Reply Quote 0
                            • U
                              uwe72 @MCU last edited by uwe72

                              @mcu werde es morgen nochmals probieren mit gescheiten IDs. Die gefallen mir so sowieso nicht.

                              Übrigens, müsste da nicht die ID in die Zwischenablage kopiert werden?
                              4ec882ec-e3f2-4bd1-8c29-5d36c96d6ee9-image.png

                              Bei mir kommt dann "Büro Stableuchte (Z013)" in die Zwischenablage?

                              Egal ob ich auf den Tooltip klicke oder auf das Icon

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

                                @uwe72 Ja ist mir auch aufgefallen. Hab vergessen ein Issue aufzumachen. Kommt jetzt.
                                https://github.com/Zefau/ioBroker.jarvis/issues/1568

                                mcuiobroker created this issue in Zefau/ioBroker.jarvis

                                closed Kopierbutton für IDs (Gerät) kopiert den Namen nicht die ID #1568

                                1 Reply Last reply Reply Quote 1
                                • F
                                  funky4t @MCU last edited by

                                  @mcu @uwe72
                                  Hammer Ihr Zwei! An genau sowas hab ich gedacht, nur bin ich aktuell eher "User", da muss ich mich mal in die Code Ebene reinfuxen und schauen, wo ich die Zeilen einfügen muss. Das mach ich sobald meine Grundvisualisierung nach Switch von Jarvis 2 auf 3 wieder steht.

                                  Cool wäre es aber dennoch, zumindest den White Slider als zusätzlichen Levelbody einzubauen. Oder sogar bei Erkennung von Hue Leuchten ein "Auto-Binding" anzubieten. Ist für reine User sicherlich etwas einfacher und Hues sind ja ganz gängig und scheinbar sind auf andere RGB Devices in der STruktur so aufgebaut, wie bei mir die GledOpto-Controller.

                                  @uwe72 der "Farbebenenumschalter" ist der DP "colormode" mit TRUE/FALSE umgelegt auf "ct"und "xy" denke ich mir das richtig? Das Binding erfolgt dann über den Inhalt von "colormode"...

                                  M U 2 Replies Last reply Reply Quote 0
                                  • M
                                    MCU @funky4t last edited by

                                    @funky4t Kannst du gerne ergänzen:
                                    https://github.com/Zefau/ioBroker.jarvis/issues/1448

                                    mcuiobroker created this issue in Zefau/ioBroker.jarvis

                                    closed Tuneable White Slider #1448

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

                                      Guten Morgen zusammen,

                                      nach ein bisschen spielen mit der v3 ist mir eine Sache aufgefallen:

                                      Ich habe mehrere Temperatur Sensoren im Einsatz, hier wird der Wert unregelmässig aktualisiert.

                                      Wenn der Wert sich jedoch verändert hat steht im Jarvis "vor etwa 30 Sekunden". dies verändert sich allerdings nicht, also nach gewisser Zeit auf ein paar Minuten, Stunden etc.

                                      Erst wenn ich die Seite im Fully Kiosk Browser aktualisiere erscheint der Wert richtig.

                                      Zur Zeit lasse ich mir die Werte der Temperatur Sensoren als iframe (Flot Diagramm) anzeigen, leider ist dies die Schrift im Darkmode nicht zu lesen (schware Schrift auf schwarzen Hintergrund)

                                      Gibt es in der v3 die Möglichkeit abhängig vom Darkmode eine andere URL anzeigen zu lassen?

                                      M 1 Reply Last reply Reply Quote 0
                                      • L
                                        Lstt last edited by

                                        Dear frinends! Can i change lable font size and color?Скриншот 28-01-2022 113350.jpg Скриншот 28-01-2022 113412.jpg

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

                                          @lstt https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/styles/statelist-1/label#bodystyle-label-vergroessern

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

                                            @darkdevil

                                            verändert sich allerdings nicht

                                            Bitte ein BUG-issue aufmachen
                                            https://github.com/Zefau/ioBroker.jarvis/issues

                                            Möglichkeit abhängig vom Darkmode eine andere URL anzeigen zu lassen

                                            Bitte ein Feature Request eröffnen.
                                            https://github.com/Zefau/ioBroker.jarvis/issues

                                            Danke.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            765
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            jarvis material material ui materialdesign vis visualisierung visualization
                                            252
                                            4481
                                            2046077
                                            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