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 @SlipKoRn_DH88 last edited by

      @slipkorn_dh88 Danke. Wird jarvis nicht komplett auf dem Monitor dargestellt?

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

        @mcu Doch doch, es wird komplett dargestellt. Ich habe nur das Bild beim Aufnehmen beschnitten (Private Daten).

        M 1 Reply Last reply Reply Quote 0
        • J
          johannes1702 last edited by

          @mcu Ich habe es mal für mich basierend auf der Doku für 3.0.1x angepasst:

          :root {
            --mycolor1: light-green;
            --mycolor2: amber;
          }
          
          /* oder wenn man power-off verwendet hat -> mdi-power-off */
          
          .jarvis-ButtonAction .jarvis-icon .material-symbols-square-rounded { 
          	color: var(--mycolor1);
          }
          
          .jarvis-ButtonAction .jarvis-icon .material-symbols-square-outline-rounded {
          	color: var(--mycolor2);
          }
          
          

          Leider funktioniert es nicht. Es tut sich gar nichts. 😞 Wenn dir noch was auffält, dann sag gerne Bescheid, ansonsten probiere ich es nochmal, wenn die v3.1.x aus der Beta raus ist. 🙂

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

            @johannes1702
            Ja

            :root {
              --mycolor1: light-green;
              --mycolor2: amber;
            }
             
            /* oder wenn man power-off verwendet hat -> mdi-power-off */
             
            .jarvis-ButtonAction .jarvis-icon .mdi-material-symbols-square-rounded { 
            	color: var(--mycolor1);
            }
             
            .jarvis-ButtonAction .jarvis-icon .mdi-material-symbols-square-outline-rounded {
            	color: var(--mycolor2);
            }
             
            
            
            J 1 Reply Last reply Reply Quote 1
            • M
              MCU @SlipKoRn_DH88 last edited by

              @slipkorn_dh88 Danke. Ich habe es in die Doku eingefügt unter
              https://mcuiobroker.gitbook.io/jarvis-infos/tipps/allgemein/microsoft-windows/wallpaper-engine-steam

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

                @mcu Mhh... Aber das Icon, was ich verwende heißt doch "material-symbols:square-outline-rounded". Daher auch meine "Idee" den : durch - zu ersetzen. Oder geht das nur mit klassischen mdi Icons? Danke 🙂

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

                  @johannes1702 Ich habe nur das übernommen, was du genutzt hast.
                  Schwere Geburt.
                  light-green und amber gehen nicht -> hex-Wert nutzen

                  :root {
                  	--mycolor1: #90ee90;
                  	/* light-green */
                  	--mycolor2: #ffbf00;
                  	/* amber */
                  }
                  
                  
                  [icon="material-symbols:square-rounded"] .jarvis-icon svg > path {
                  	color: var(--mycolor1) !important;
                  }
                  
                  [icon="material-symbols:square-outline-rounded"] .jarvis-icon svg > path {
                  	color: var(--mycolor2) !important;
                  }
                  
                  J 1 Reply Last reply Reply Quote 1
                  • J
                    johannes1702 @MCU last edited by

                    @mcu Jaaa 😄 Es geht 🙂

                    fc50beb4-8667-49bd-9dd0-741b60bc57db-grafik.png

                    Danke 😉 Jetzt suche ich mal schönere Farben 😉

                    1 Reply Last reply Reply Quote 1
                    • J
                      johannes1702 last edited by

                      Hi, mal eine kurze Frage zu Body Stil. Habe aus der Doku mir folgendes zum Ausprobieren genommen und das unter Body Stil bei einem Gerät eingefügt:

                      {"false":{"backgound-color":"red"}}
                      

                      Ich hatte nun erwartet, dass dieser Bereich rot wird:
                      4dd4b075-507e-49c7-85e3-f028478c6de1-grafik.png

                      Tut er aber nicht. 😞 Geht das auch "schon" bei v3.0.15? Oder mache ich was falsch? 🙂

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

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

                        {"false":{"backgound-color":"red"}}

                        Zeig mal die Einstellungen vom Geräte-DP. Warum nein? Anzeigevariante?
                        Geht anscheinend mit v3.0.15 noch nicht.

                        J 2 Replies Last reply Reply Quote 1
                        • J
                          johannes1702 @MCU last edited by

                          @mcu 7bc673d4-6a2a-4ac6-8063-4509a9f860fc-grafik.png

                          Fand ja/nein bei Post besser. Oder ist das technisch falsch?

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

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

                            Geht anscheinend mit v3.0.15 noch nicht.

                            Ah ok, ich fürchte, ich muss echt bald mal auf die Beta updaten 😧

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

                              @johannes1702 Falsch abgeschrieben? Oder Doku falsch.

                              {"false":{"background-color":"red"}}
                              

                              Doku war falsch.

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

                                @mcu Oh man, wie blind. Ich hab jetzt echt etwas gebraucht, bis ich das fehlende r gesehen hab 😵

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

                                  @johannes1702 Ich hab es ja auch nicht gesehen. Viel schlimmer.

                                  1 Reply Last reply Reply Quote 1
                                  • J
                                    johannes1702 last edited by johannes1702

                                    Habe mal eine Frage, wie man etwas am besten in JarVIS umsetzt...

                                    Ich möchte mir verschieden Werte nach JarVIS holen und anzeigen lassen. Beispiel:

                                    Außen:
                                    Temperatur (jetzt, Min, Max), Feuchtigkeit, Helligkeit, Niederschlag, usw.

                                    Würdet ihr dazu ein Gerät namens "Aussen" erstellen und alle Werte z.B. in das Gerät packen? Oder lieber für jeden DP ein eigens Gerät? Vor-/Nachteile? Empfehlungen? Best Practice? 😄

                                    1 Reply Last reply Reply Quote 0
                                    • H
                                      homecineplexx last edited by

                                      Hallo
                                      ich hab gerade damit gestartet mich mal damit zu beschäftigen. Besteht die Möglichkeit, dass man dort wo "an" (Online Status dieses Devices) steht, man ein WLAN icon hinbekommt ({"true":"mdi-wifi", "false":"mdi-wifi-off"}).
                                      Ich weiß nur nicht wo ich da was setzen müßte

                                      1fab3831-c8ed-41ed-b6ff-919c0801311f-image.png

                                      Danke

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

                                        @homecineplexx
                                        https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/beispiele/geraete-einstellungen/anzeigevariante/icon-statt-statewert

                                        1 Reply Last reply Reply Quote 0
                                        • H
                                          hotspot_2 last edited by

                                          Hallo zusammen,

                                          ich habe einen Schalter in Jarvis (SwitchAction) für eine Shelly Plug S. Hin und wieder muss sie mal geschalten werden es wäre aber toll wenn man für diesen einen Schalter vor dem Schaltvorgang eine Sicherheitsabfrage anzeigen könnte. Also eine Rückfrage: Wirklich ausschalten? (Ja / Nein).

                                          Wäre so etwas irgendwie machbar?

                                          J 1 Reply Last reply Reply Quote 0
                                          • J
                                            johannes1702 @hotspot_2 last edited by

                                            @hotspot_2 Hatte vor paar Tagen eine ähnliche Frage gestellt. Geht nicht exakt so, aber ein Workaround: https://forum.iobroker.net/topic/49776/jarvis-v3-0-0-just-another-remarkable-vis/3336?_=1669493103457

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            488
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

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