Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. jarvis v3.2.x - 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 v3.2.x - just another remarkable vis

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

      @mpl1338 Nutze mal den origin-DP und nicht den alias-DP.

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

        @mcu
        Upsss. hatte damals viel experimentiert, danach dann nicht mehr gelöscht
        🤦

        Habs überarbeitet, Danke 😉

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

          @der-eine sagte in jarvis v3.2.x - just another remarkable vis:

          Was mir aufgefallen ist, müssen die Versionsnummern der Aktuellen Version (3.2 RC5) entsprechen?

          Die Versionsnummern sind abhängig von der "internen" Änderung in Jarvis, d.h. in der angezeigten / genutzten Version wurde der DP-Aufbau geändert.

          D 1 Reply Last reply Reply Quote 0
          • M
            MCU @der-eine last edited by

            @der-eine sagte in jarvis v3.2.x - just another remarkable vis:

            Die Widgets werden nicht mehr transparent angezeigt.

            Welcher Browser wird auf dem iPhone genutzt?

            D 1 Reply Last reply Reply Quote 0
            • D
              der-eine @MCU last edited by

              @mcu heißt das passt so?

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

                @der-eine Die Versionsnummern, ja.

                1 Reply Last reply Reply Quote 0
                • D
                  der-eine @MCU last edited by

                  @mcu Safari

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

                    @der-eine

                    Also ich hab kein iPhone, da müssen wir jetzt mal testen.
                    Im CSS / Styles ersetzen

                    .jarvis-widget-container {
                        background-color: #00000033 !important; /* entspricht rgba(0,0,0,0.2) */
                    }
                    
                    D 1 Reply Last reply Reply Quote 0
                    • M
                      MCU @SlipKoRn_DH88 last edited by MCU

                      @slipkorn_dh88 Ist mir nicht bekannt, wüsste nicht wie es gehen sollte.
                      https://mcuiobroker.gitbook.io/jarvis-infos/jarvis-v3/system-effektprog./spotify-premium-pro

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

                        @mcu Screenshot_2024-12-08-22-06-08-827_com.android.chrome-edit.jpg

                        Leider auch nicht.

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

                          @mpl1338 Dann nimm mal den &&{val}>0? mit rein
                          Muss fontWeight nicht font-weight sein?

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

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

                            &&{val}>0

                            Wohin? 😵

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

                              @mpl1338 Hinter true
                              8e68e79a-f9e6-4021-bddb-ba0129d88136-image.png

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

                                1cda2a95-8c84-428a-aaf4-3bb91e5e094f-image.png

                                Geht auch nicht

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

                                  @mpl1338 Welche Version rc.12?

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

                                    Nein rc.5 Ich mache jetzt erstmal ein Backup und dann ein Update auf 12.

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      der-eine @MCU last edited by

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

                                      .jarvis-widget-container { background-color: #00000033 !important; /* entspricht rgba(0,0,0,0.2) */ }

                                      Ich hab es eingefügt und werde mal schauen wie es sich verhält. Danke

                                      Was meinst Du ist aktuell die "beste" Jarvis Version?
                                      Kann man auf die aktuelle Version 3.2.0 - RC12 updaten?

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

                                        Bin auf rc.12 nun

                                        Funktioniert

                                        {
                                          "{0_userdata.0.test.testdp}=true": {
                                            "color": "#FF0000",
                                            "font-Weight": "bold"
                                          },
                                          "{0_userdata.0.test.testdp}=false": {
                                            "color": "#00ff00"
                                          }
                                        }
                                        

                                        Funktioniert nicht

                                        {
                                          "{alias.0.Wohnzimmer.Luftqualität.Wohnzimmer_CO2_Schwellwert}=true": {
                                            "color": "#FF0000",
                                            "font-Weight": "bold"
                                          },
                                          "{alias.0.Wohnzimmer.Luftqualität.Wohnzimmer_CO2_Schwellwert}=false": {
                                            "color": "#00ff00"
                                          }
                                        }
                                        

                                        Funktioniert auch nicht.

                                        {
                                          "{openknx.0.lüftung_klima.Sensoren.Wohnzimmer_CO2_Schwellwert}=true&&{val}>0": {
                                            "color": "#FF0000",
                                            "font-Weight": "bold"
                                          },
                                          "{openknx.0.lüftung_klima.Sensoren.Wohnzimmer_CO2_Schwellwert}=false": {
                                            "color": "#00ff00"
                                          }
                                        }
                                        
                                        M 1 Reply Last reply Reply Quote 0
                                        • M
                                          MCU @der-eine last edited by

                                          @der-eine Kann man eigentlich nicht sagen, wenn man auf v3.2.0 ist dann die Neueste rc.12. Durch die komplette Umstrukturierung ist noch einiges zu tun.

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

                                            @mpl1338 Dann bitte ein Issue in github aufmachen mit allen notwendigen Informationen. Danke.

                                            https://github.com/Zefau/ioBroker.jarvis/issues/2819

                                            mcuiobroker created this issue in Zefau/ioBroker.jarvis

                                            open [v3.2.0-rc.5] Tab Body-Stil, Icon-Stil unterstützt kein Binding #2819

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            787
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            43
                                            882
                                            186427
                                            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