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.
    • U
      uwe72 @MCU last edited by

      @Zefau Bin grad dran am Pro-Abo abschließen. Der Pro Account ist verknüpft an eine Linux-ID. Werden in 2-3 Wochen den Server austauschen. Kriegen wir den Pro-Account dann umgebogen auf das neue System?

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

        Frage: Hab gerade meine VIS von V2 auf V3 migriert. Habe große HTML-Tabellen. In V2 wurde die sauber dargestellt.

        In V3 habe ich den komischen Effekt, dass die Tabelle sehr klein wird wenn ich das Fenster groß ziehen. Kann mir jemand einen Tipp geben?

        Image2.jpg

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

          @uwe72 Nimm mal die Scale contents to fit widget raus:
          1b467e49-d246-4c4d-8deb-c02772bcd926-image.png
          ausschalten
          Sind das eigene HTML-Tabellen, die selbst erstellt werden?

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

            @mcu hat funktioniert. Danke!

            Ja, ist in Iobroker selber geschriebenes HTML in JavaScript

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

              @uwe72 sagte in jarvis v3.0.0 (beta) - just another remarkable vis:

              Der Pro Account ist verknüpft an eine Linux-ID.

              Wie kommst du darauf? Ist nicht verknüpft.

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

                @zefau
                Der Pro-Account ist doch an die ioBrokerID geknüpft?
                Wenn das komplette ioBroker-System, durch ein Restore vom "alten" System auf ein neues Hardwaresystem gespielt wird, hat dann ioBroker noch die gleiche ioBrokerID?
                Und ist somit die Pro-Lizenz (jarvis) dann noch gültig?

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

                  @zefau ich meine dies hier:
                  e1512b21-8f9b-410e-ad96-5853dc67662d-image.png

                  Siehe unten links in gelb.

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

                    @mcu

                    Auf das wollte ich mich in meinem Fall sowieso nicht verlassen. Wird komplett neu aufgesetzt, dieses mal mit docker.

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

                      @uwe72 Hab's auch mit Docker am Laufen

                      U 1 Reply Last reply Reply Quote 0
                      • H
                        Hansi1234 last edited by

                        @sigi234 said in jarvis v3.0.0 (beta) - just another remarkable vis:

                        background-image: url("https://images.hdqwalls.com/download/black-gradient-b9-1920x1080.jpg");

                        hat sich bei der Einstellung zum Hintergrundbild etwas geändert, oder sollte es schon noch über den CSS Editor funktionieren?

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

                          @rkccorian HI. Mir geht es ja darum, ob die Pro Lizenz immer noch gültig ist, nachdem ich mein System komplett neu aufsetze. Das wird in ca. 2 Wochen sein. Möchte bis dahin auch schon die Pro Lizenz nutzen und ehrlich gesagt nun nicht 2x die Pro Lizenz bestellen

                          Zefau 1 Reply Last reply Reply Quote 0
                          • sigi234
                            sigi234 Forum Testing Most Active @Hansi1234 last edited by sigi234

                            @hansi1234 sagte in jarvis v3.0.0 (beta) - just another remarkable vis:

                            @sigi234 said in jarvis v3.0.0 (beta) - just another remarkable vis:

                            background-image: url("https://images.hdqwalls.com/download/black-gradient-b9-1920x1080.jpg");

                            hat sich bei der Einstellung zum Hintergrundbild etwas geändert, oder sollte es schon noch über den CSS Editor funktionieren?

                            Was meinst du?

                            Habe bei Styles das Transparente Design.

                            .jarvis-page-container {
                            	background-image: url("https://images.hdqwalls.com/download/black-gradient-b9-1920x1080.jpg");
                            }
                            
                            .body--dark .jarvis-header {
                            	background-color: rgba(0,0,0,0.45) !important;
                            }
                            
                            .jarvis-tabs-container {
                            	background-color: rgba(0,0,0,0.45) !important;
                            }
                            
                            .jarvis-widget-container {
                            	background-color: rgba(0,0,0,0.45) !important;
                            }
                            
                            .body--dark .jarvis-widget {
                            	background: rgba(0,0,0,0.45);
                            }
                            
                            .body--light .jarvis-widget {
                            	background: rgba(255,255,255,1);
                            }
                            
                            .body--dark .jarvis-tabs-container {
                            	background-color: rgba(0,0,0,0.45) !important;
                            }
                            
                            /* für JsonTable ergänzt @mcu */
                            
                            .q-table__container {
                            	background-color: transparent !important;
                            }
                            
                            /* für Trennstrich für TABs ergänzt @mcu */
                            
                            .q-header--bordered {
                            	border: 1px solid transparent !important;
                            }
                            
                            /* transparents Icon im Widget-Header @mcu */
                            
                            .jarvis-widget-icon {
                            	background: rgba(0,0,0,0.45);
                            }
                            
                            /* MediaControl in transparentem Design @mcu */
                            
                            .cover {
                            	background-color: transparent !important;
                            }
                            
                            .controls {
                            	background-color: transparent !important;
                            }
                            
                            .track-information {
                            	background: rgba(25, 118, 210, 0) !important;
                            }
                            
                            .track-duration {
                            	background-color: white;
                            }
                            
                            .track-progress {
                            	background-color: blue;
                            }
                            
                            .controls .jarvis-icon svg {
                            	color: white;
                            }
                            
                            .controls .controlsLeft .q-btn__wrapper {
                            	background-color: transparent !important;
                            }
                            
                            .controls .q-btn-group >.q-btn-item {
                            	background-color: transparent !important;
                            }
                            
                            /* text-h6 optional */
                            
                            .body--dark .jarvis-widget-header .text-h6 {
                            	background-color: transparent !important;
                            }
                            
                            .jarvis-header {
                            	background-color: transparent !important;
                            }
                            
                            H 1 Reply Last reply Reply Quote 0
                            • H
                              Hansi1234 @sigi234 last edited by

                              @sigi234 danke. Scheint bei mir nicht zu funktionieren. Sehe keine Änderung. Dann bleibe ich beim alten Design

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

                                @uwe72 sagte in jarvis v3.0.0 (beta) - just another remarkable vis:

                                Mir geht es ja darum, ob die Pro Lizenz immer noch gültig ist, nachdem ich mein System komplett neu aufsetze. Das wird in ca. 2 Wochen sein. Möchte bis dahin auch schon die Pro Lizenz nutzen und ehrlich gesagt nun nicht 2x die Pro Lizenz bestellen

                                aktuell geht das, da noch keine Validierung erfolgt

                                1 Reply Last reply Reply Quote 1
                                • sigi234
                                  sigi234 Forum Testing Most Active @Zefau last edited by sigi234

                                  @zefau

                                  Version Beta 19 , eindeutig schneller und einige Fehler weniger. 👍

                                  Diese Warnungen kommen nach wie vor.

                                  jarvis.0
                                  2021-12-22 13:29:25.455	warn	alias.0.Geschirrspüler.BSH_Common_Command_PauseProgram is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:25.445	warn	alias.0.Geschirrspüler.BSH_Common_Command_ResumeProgram is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:25.431	warn	alias.0.Geschirrspüler.BSH_Common_Command_StopProgram is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.567	warn	http://192.168.178.20:8082/vis.0/yamaha-rx-v481.png is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.564	warn	tr-064.0.phonebook.number is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.564	warn	tr-064.0.phonebook.name is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.564	warn	tr-064.0.phonebook.image is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.564	warn	.ACTUAL is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.564	warn	.ACTUAL is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.564	warn	.ACTUAL is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.564	warn	.ACTUAL is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.564	warn	.ACTUAL is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.564	warn	.ACTUAL is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.564	warn	.ACTUAL is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.563	warn	hue.0.Philips_hue.Alle.scene_nachtlicht is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.563	warn	hue.0.Philips_hue.Alle.scene_gedimmt is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.563	warn	hue.0.Philips_hue.Alle.scene_hell is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.563	warn	hue.0.Philips_hue.Alle.scene_frühlingsblüten is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.563	warn	hue.0.Philips_hue.Alle.scene_nordlichter is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.563	warn	hue.0.Philips_hue.Alle.scene_tropendämmerung is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.563	warn	hue.0.Philips_hue.Alle.scene_sonnenuntergang_savanne is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.563	warn	hue.0.Philips_hue.Alle.scene_energie_tanken is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.563	warn	hue.0.Philips_hue.Alle.scene_konzentrieren is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.563	warn	hue.0.Philips_hue.Alle.scene_lesen is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.563	warn	hue.0.Philips_hue.Alle.scene_entspannen is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.562	warn	hue.0.Philips_hue.Büro.scene_nachtlicht is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.562	warn	hue.0.Philips_hue.Büro.scene_frühlingsblüten is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:24.561	warn	hue.0.Philips_hue.Büro.scene_nordlichter is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.947	warn	hue.0.Philips_hue.Büro.scene_tropendämmerung is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.919	warn	hue.0.Philips_hue.Büro.scene_sonnenuntergang_savanne is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.919	warn	hue.0.Philips_hue.Büro.scene_energie_tanken is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.919	warn	hue.0.Philips_hue.Büro.scene_konzentrieren is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.919	warn	hue.0.Philips_hue.Büro.scene_lesen is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.919	warn	hue.0.Philips_hue.Büro.scene_entspannen is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.906	warn	hue.0.Philips_hue.Küche.scene_scene_storagescene_ is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.904	warn	hue.0.Philips_hue.Küche.scene_bewegung is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.749	warn	hue.0.Philips_hue.Küche.scene_scene_recoveryscene_ is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.748	warn	hue.0.Philips_hue.Küche.scene_nachtlicht is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.661	warn	hue.0.Philips_hue.Küche.scene_energie_tanken is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.661	warn	hue.0.Philips_hue.Küche.scene_hell is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.661	warn	hue.0.Philips_hue.Küche.scene_lesen is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.660	warn	hue.0.Philips_hue.Küche.scene_gedimmt_küche is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.660	warn	hue.0.Philips_hue.Küche.scene_entspannen is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.660	warn	hue.0.Philips_hue.Küche.scene_konzentrieren_küche is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.660	warn	hue.0.Philips_hue.Küche.scene_frühlingsblüten is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.659	warn	hue.0.Philips_hue.Küche.scene_sonnenuntergang_savanne is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.659	warn	hue.0.Philips_hue.Küche.scene_tropendämmerung is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.658	warn	hue.0.Philips_hue.Bad_Room.scene_gedimmt_bad is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.658	warn	hue.0.Philips_hue.Bad_Room.scene_hell_bad is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.658	warn	hue.0.Philips_hue.Bad_Room.scene_nachtlicht_bad is not a valid state
                                  
                                  jarvis.0
                                  2021-12-22 13:29:23.657	warn	http://192.168.178.20:8082/vis.0/VU_analog.gif is not a valid state
                                  
                                  • History Chart , Zeitleisteneinstellungen werden nicht dauerhaft gespeichert
                                  1 Reply Last reply Reply Quote 0
                                  • sigi234
                                    sigi234 Forum Testing Most Active @Zefau last edited by

                                    @zefau

                                    Hallo, wenn ich ein Geräte-Icon bei true/false = green/red haben will, geht das nur mit bindings?

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

                                      @sigi234

                                      {"false":{"color":"red"},"true":{"color":"green"}}
                                      

                                      Usw. Bei Icon Stil eingeben.

                                      sigi234 1 Reply Last reply Reply Quote 0
                                      • M
                                        marcbroe last edited by

                                        Ist der Fehler beim Kalender noch da in der Beta 19? Danke schon einmal....

                                        Zefau M 2 Replies Last reply Reply Quote 0
                                        • sigi234
                                          sigi234 Forum Testing Most Active @MCU last edited by

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

                                          @sigi234

                                          {"false":{"color":"red"},"true":{"color":"green"}}
                                          

                                          Usw. Bei Icon Stil eingeben.

                                          Leider Nein:

                                          Screenshot (4543).png

                                          Screenshot (4545).png

                                          B M 2 Replies Last reply Reply Quote 0
                                          • B
                                            Bernd1967 @sigi234 last edited by Bernd1967

                                            @sigi234 Hast Du den Datenpunkt "active" auch im Widget angegeben ?
                                            Klingt für mich wie eine Statusabfrage ob Online die gar nicht angezeigt wird.
                                            Sonst schau mal im Widget nach den Angaben im "Body State" und "Action State"
                                            Eventuell hast Du den Datenpunkt nur als secondary state angegeben.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            693
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

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