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.
    • Zefau
      Zefau @brumark last edited by

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

      Danke für die schnelle Antwort. Dann warte ich mal ab.

      Schau nochmal mit v3.0.2-beta.0 (von Github). Siehe auch https://github.com/Zefau/ioBroker.jarvis/issues/1405.

      Zefau created this issue in Zefau/ioBroker.jarvis

      closed Defaults don't apply correctly #1405

      1 Reply Last reply Reply Quote 0
      • J
        j1s2e3 @brumark last edited by j1s2e3

        @Zefau Hallo, seit dem Update auf 3.0.1 wird im Popup kein LightColorBody mehr angezeigt. Mit der letzten Beta ging das noch.

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

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

          Hallo, seit dem Update auf 3.0.1 wird im Popup kein LightColorBody mehr angezeigt. Mit der letzten Beta ging das noch.

          Schau nochmal mit v3.0.2-beta.0 (von Github). Siehe auch https://github.com/Zefau/ioBroker.jarvis/issues/1405.

          Geht es dann wieder?

          Zefau created this issue in Zefau/ioBroker.jarvis

          closed Defaults don't apply correctly #1405

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

            @zefau Ja, LightColorBody ist wieder da.

            Screenshot from 2021-12-31 10-25-26.png

            Dafuer gibt es jetzt diese Macke. Pflanzlicht ist ein DisplayImage mit einem 1x1 Pixel grossen, transparenten PNG.

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

              @MCU : Moin Mcu! Weißt Du zufällig, wie das CSS für den STOP Button des BlindLevelAction heißt, wenn ACTIVITY = false ist?! Für ACTIVITY = true kann ich Folgendes nutzen...

              .BlindLevelAction .text-negative .q-btn__wrapper {
              
              }
              

              Viiielen Dank im Voraus!

              M 2 Replies Last reply Reply Quote 0
              • B
                brumark last edited by

                Vielleicht eine etwas komische Frage:
                Bei jarvis v2 hat mir der Dark Mode sehr gut gefallen, da er nicht ganz schwarz, sondern eher dunkelgrau war. Bei v3 scheint nun aber alles schwarz zu sein. Kann man das Design von v2 wieder herstellen und wenn ja wie? Danke.

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

                  @rkccorian Bin zurzeit systemlos. Kann gerade gar nichts machen.

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

                    @mcu Uiii, was ist passiert?

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

                      @rkccorian PC hat sich verabschiedet. Fast alle Komponenten gewechselt, kein Erfolg.

                      R 1 Reply Last reply Reply Quote 0
                      • S
                        Stuti @Joshude last edited by

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

                        Ich versuche seit einiger Zeit eine Kamera in Jarvis einzubinden. Livebild muss nicht sein, aber alle 5 Sekunden wäre nett.
                        Leider bekomme ich es nicht hin. Meine letzte Idee war jetzt einfach per cron alle 5 Sekunden ein Bild von der Kamera zu ziehen (was prinzipiell klappt) und das Bild dann per imageView einzubinden.
                        Das klappt leider nicht. Wie muss denn der Pfad aussehen, oder wo muss das Bild liegen, damit ich es dort einbinden kann?

                        Ich hatte zeitweise auch das Bild direkt eingebunden bekommen per Snapshot-URL, leider hat das auto-refresh nicht funktioniert und es ging nur im Edge und in Chrome am iPhone, beim Chrome am PC blieb das Widget weiß. Aber ein lokal gespeichertes Bild zu nutzen wäre auch vorerst okay.

                        Ich habe auch das Problem. Ich habe die Snapshot URL verwendet, zwar auch mit Skript einen Refresh mit angehängtem generierten Zufallswert

                        setInterval(function() {
                            var myImageElement = document.getElementById('Hofeinfahrt');
                            myImageElement.src = 'http://192.168.210.53/cgi-bin/api.cgi?cmd=Snap&channel=0&user=&password=&rs=' + Math.random();
                        }, 1000);
                        

                        Im DisplayImage Module kann man ja auch einstellen, dass er eine Zufällige Nummer anfügen soll, aber ich bekomme nur einmal ein Bild. Heißt für mich, dass es grundsätzlich funktioniert, aber nicht refreshed wird.

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

                          @mcu Fuck! Na dann gutes Gelingen!!

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

                            @rkccorian Ja. Danke.

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

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

                              @zefau Ja, LightColorBody ist wieder da.

                              Screenshot from 2021-12-31 10-25-26.png

                              Dafuer gibt es jetzt diese Macke. Pflanzlicht ist ein DisplayImage mit einem 1x1 Pixel grossen, transparenten PNG.

                              Dito

                              Screenshot (4600).png

                              Edit: 010122
                              Fehler mit V 3.0.2 weg.

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

                                @sigi234 ist ne Debugging Info, die ich vergessen habe

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

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

                                  @sigi234 ist ne Debugging Info, die ich vergessen habe

                                  Ok, neu von Git installieren?

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

                                    @sigi234 ne bin noch nicht dazu gekommen 3.0.2 zu finalisieren. Aktuell ist es nicht drin.

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

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

                                      @sigi234 ne bin noch nicht dazu gekommen 3.0.2 zu finalisieren. Aktuell ist es nicht drin.

                                      Ok, es kommen noch Warn Meldungen, sehe aber nicht welche?
                                      Kommen bei Neustart

                                      jarvis.0
                                      2021-12-31 17:33:21.550	warn	
                                      
                                      jarvis.0
                                      2021-12-31 17:33:21.550	warn	
                                      
                                      jarvis.0
                                      2021-12-31 17:33:21.549	warn	
                                      
                                      jarvis.0
                                      2021-12-31 17:33:21.549	warn	
                                      
                                      jarvis.0
                                      2021-12-31 17:33:21.549	warn	
                                      
                                      jarvis.0
                                      2021-12-31 17:33:21.549	warn	
                                      
                                      jarvis.0
                                      2021-12-31 17:33:21.548	warn	
                                      
                                      jarvis.0
                                      2021-12-31 17:33:21.548	warn	
                                      
                                      jarvis.0
                                      2021-12-31 17:33:21.548	warn	
                                      
                                      jarvis.0
                                      2021-12-31 17:33:20.767	warn	
                                      
                                      jarvis.0
                                      2021-12-31 17:33:20.767	warn	
                                      
                                      jarvis.0
                                      2021-12-31 17:33:18.844	info	Client with IP 127.0.0.1 connected
                                      
                                      jarvis.0
                                      2021-12-31 17:33:18.827	info	Client connecting...
                                      
                                      jarvis.0
                                      2021-12-31 17:27:02.184	info	Backup layout..
                                      
                                      jarvis.0
                                      2021-12-31 17:26:16.630	info	Backup layout..
                                      

                                      Edit: 020122
                                      Warn mit V 3.0.3 weg

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

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

                                        korrekt, aktualisierung ist eingestellt, beide Varianten probiert. Bild wurde nicht aktualisiert. War bei einem anderen Widget mit Kamera-Bild ebenfalls so.

                                        Bei mir funktioniert es. Probier bitte nochmal mit v3.0.2. Kannst du einen Screenshot deiner DisplayImage Konfiguration zeigen? Siehe auch https://github.com/Zefau/ioBroker.jarvis/issues/1407

                                        Zefau created this issue in Zefau/ioBroker.jarvis

                                        closed Image does not update #1407

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

                                          Kann es sein, das der Geräteimport aktuell nicht funktioniert? Ich habe im Bereich MQTT ein neues Gerät welches beim Import aber leider nicht angezeigt wird.

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

                                            Hatte jemand die in Issue 1415 beschriebenen Probleme nach dem Konvertieren von v2 auf v3? https://github.com/Zefau/ioBroker.jarvis/issues/1415

                                            Wenn ja, bitte ein v2 Backup der Geräte und Layout sowie Inhalt der v3 Datenpunkte jarvis.0.devices, jarvis.0.layout und jarvis.0.widgets. Gerne auch Screenshots, was falsch / anders ist.

                                            Kann das jemand leisten? Danke!

                                            Zefau created this issue in Zefau/ioBroker.jarvis

                                            closed Converter v2->v3 #1415

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            785
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

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