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

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

    • 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 @funky4t last edited by MCU

      @funky4t
      Vorab:
      https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/styles/slider/tuneable-white-slider
      HueRGB und HueWhite müssten dann aber auch per Binding umschaltbar sein.
      @uwe72 hat das mit dem Umschalten schon umgesetzt.
      https://forum.iobroker.net/topic/49776/jarvis-v3-0-0-just-another-remarkable-vis/992 und Umgebung

      U 1 Reply Last reply Reply Quote 0
      • M
        MCU @Dominik F. last edited by

        @dominik-f
        https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/styles/slider/abstand-slider-label

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

          @funky4t @MCU

          Bei mir sieht es so aus:
          MO_Screen Recording (27.01.2022 18-54-28).wmv

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

            @uwe72 Farbtemperatur könntest du noch anpassen mit Tuneable White Slider
            https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/styles/slider/tuneable-white-slider
            Grundlage normaler Slider!
            https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/styles/slider/tuneable-white-slider#fuer-popup
            Wenn es klappt, bitte neues Video, nehme ich dann in die Doku.
            Wenn möglich bitte mit ScreenToGif erzeugen, dann muss man es nicht runterladen. Ist für die Doku besser. Danke.

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

              @mcu

              Ich hab folgendes ins CSS eingetragen:

              [index="2"] [role="slider"] {
              	padding-top: 20px;
              }
              

              Leider keine Veränderung

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

                @dominik-f
                Hat bei mir funktioniert:

                .jarvis-StateListItem-Body [role="slider"] {
                	padding-top: 20px;
                }
                

                Der Slider ist nicht im Popup, oder?

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

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

                  .jarvis-StateListItem-Body [role="slider"] { padding-top: 20px; }

                  Nein, ist er nicht.

                  Das was du jetzt geschrieben hast funktioniert bei mir!

                  M 1 Reply Last reply Reply Quote 1
                  • M
                    MCU @Dominik F. last edited by

                    @dominik-f Ok, dann ändere ich das.

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

                      @mcu mache ich. Mache mich nun an die Sache das mal auszuprobieren. Kriegst danach ein Video

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

                        @MCU

                        Für das CSS Zeugs habe ich kein Händchen 😉 Für CSS bin ich nicht geeignet 🙂

                        Das ist der Style Bereich:
                        c673708a-67e2-4c2b-b675-d72d4189414f-image.png

                        Das müsste die Geräte ID(Config sein:
                        63a02e84-3d5d-4b76-b804-3caf6c72afb2-image.png

                        Und so sieht es aus. Möchte im ersten Schritt einfach mal den Slider dicker machen:
                        bec8cc68-4a55-4cec-aebb-f6219cadfc80-image.png

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

                          @uwe72 Kannst du mir das als Text </> schicken
                          65ebff77-0d9c-43ab-bbe8-c53b0b12d8cf-image.png

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

                            @mcu

                            .(z011)_f7347_1997f_e16a9_01b32_615bd_f89c6_31aa9 .jarvis-StateListItem:nth-child(0) q-slider .q-slider__track {
                            	height: 85px;
                            }
                            
                            (z011)_f7347_1997f_e16a9_01b32_615bd_f89c6_31aa9  .jarvis-StateListItem:nth-child(0) .q-slider__track {
                            	color: transparent;
                            }
                            
                            M 1 Reply Last reply Reply Quote 0
                            • M
                              MCU @uwe72 last edited by

                              @uwe72

                              .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;
                              }
                              

                              evtl 3 gegen 4 tauschen nth-child(3) -> nth-child(4), abhängig wo die temperature liegt, unter hue?

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

                                @mcu said in jarvis v3.0.0 - just another remarkable vis:

                                .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; }

                                Ist diese Reihenfolge relevant, oder?
                                c77650d2-70cd-4da9-a6de-3c66f1292491-image.png

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

                                  @uwe72 Dann wäre es die (2).
                                  Nee. Müsste doch die (4) sein.
                                  Farbpunkt ist im Popup ausgeschaltet?
                                  Falls der Farbpunkt trotzdem mit einwirkt, wäre es die (5). Ich hab so ein Fall nicht geprüft.

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

                                    @mcu Ja, Farbpunkt ist ausgeschaltet

                                    Ich kriegs irgendwie noch nicht hin

                                    Konfig:

                                    {
                                      "(z011)_f7347_1997f_e16a9_01b32_615bd_f89c6_31aa9": {
                                        "name": "Büro Stableuchte (Z013)",
                                        "icon": "",
                                        "label": "Büro Stableuchte (Z013)",
                                        "function": "light",
                                        "states": {
                                          "modus": {
                                            "stateKey": "modus",
                                            "showState": false,
                                            "state": "0_userdata.0.rgb.Z013.isRgb",
                                            "action": "0_userdata.0.rgb.Z013.isRgb",
                                            "label": "Farbschema RGB",
                                            "display": {
                                              "true": "RGB",
                                              "false": "Weiß"
                                            },
                                            "actionElement": "SwitchAction",
                                            "icon": "ev-plug-type2",
                                            "stateStyle": {
                                              "default": {
                                                "font-color": "white"
                                              }
                                            }
                                          },
                                          "Farbpunkt": {
                                            "stateKey": "Farbpunkt",
                                            "showState": true,
                                            "hide": true,
                                            "stateStyle": {
                                    

                                    Styles komplett:

                                    .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;
                                    }
                                    

                                    Ergebnis:
                                    2b85097d-62d0-4293-a2ce-7ad05503ed99-image.png

                                    Habs auch mit 5 probiert. Mit 2, 3, 4...

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

                                      @uwe72 Mach mal rechte Maustaste auf den Bereich:
                                      c4537e12-27a1-4c66-abcc-9e0035dece3b-image.png
                                      Untersuchen klicken
                                      Und dann hoch scrollen auf der rechten Seite, bis du jarvis-device siehst.

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

                                        @mcu
                                        8b43a8a1-1543-4728-97a1-42a9097c64d9-image.png

                                        ok, ich scrolle noch hoch --> müsste schon passen mit dem hochscrollen?!

                                        M U 2 Replies Last reply Reply Quote 0
                                        • 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
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            824
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

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