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

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    jarvis v3.0.0 - just another remarkable vis

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

      @loddl
      Dann bitte ein Issue als Bug aufmachen, dann kann @zefau mal drüber schauen.
      https://github.com/Zefau/ioBroker.jarvis/issues

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

        @RkcCorian
        Du hast glaube eine Docker-Installation von jarvis?
        Wenn ja, könntest du mal bitte eine Installation auf dem Docker genau dokumentieren, damit ich es in die Doku aufnehmen kann. Mit Docker-Port-Einstellungen usw. Mit möglichst vielen Bildern.
        Vielen Dank.

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

          Unter Chrome Version 97 Linux geht das Drag and Drop von Datenpunkten in der Gerätedefinition nicht mehr. Mit Firefox funktioniert es. Jarvis habe ich Version 3.0.3. Liegt das an Chrome, oder ist das ein Jarvis Bug? Weil TABS oder Bookmarks mit Drag and Drop verschieben geht nämlich auch nicht.

          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:

            Unter Chrome Version 97 Linux geht das Drag and Drop von Datenpunkten in der Gerätedefinition nicht mehr. Mit Firefox funktioniert es. Jarvis habe ich Version 3.0.3. Liegt das an Chrome, oder ist das ein Jarvis Bug? Weil TABS oder Bookmarks mit Drag and Drop verschieben geht nämlich auch nicht.

            Wird ein Bug in Jarvis sein. Hast du einen Fehler in der Browser Konsole mittels F12?

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

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

              @sicadrip
              Vorab Geräte-ID:
              0f06025b-a44d-46ea-b0c0-6fb0ced0dfc3-image.png
              Und dann dies in die Styles eintragen:

              .jarvis-device-1d042465-1f5a-4be9-92c6-d0142a7b6d0b .jarvis-StateListItem-Popup .jarvis-StateListItem-Body {
              	display: none !important;
              }
              
              .jarvis-device-1d042465-1f5a-4be9-92c6-d0142a7b6d0b .jarvis-StateListItem-Popup .q-item__section--avatar {
              	display: none !important;
              }
              
              /*Breite vom Popup ändern */
              .jarvis-popup {
              	width: 1000px !important;
              }
              

              DP-Einstellung:

              <iframe src="https://www.rmv.de/auskunft/bin/jp/stboard.exe/dn?L=vs_anzeigetafel&cfgfile=DarmstadtL_3024403_1920063313&start=1" width="970" height="350" allowfullscreen>
              

              c7d7b6e1-5260-4e35-bf6f-ea17be9d1783-image.png

              Vielen Dank! Genau so wollte ich es. Gibt es irgendwo in deinem (super!) Wiki eine Übersicht/Beschreibung wie die Container/Referenzen (?) alle heißen (.jarvis-StateListItem-Popup, .q-item__section--avatar, etc.) und ein paar Beispiele dazu?

              Die Popupbreite wirkt sich allerdings auf alle Popups aus, was momentan nicht sonderlich schlimm ist. Ich habe jetzt dennoch über die Geräte-ID nur die Breite für die beiden Fenster geändert:

              /*Breite vom Popup (pro Geräte-ID) ändern */
              
              .jarvis-device-1d042465-1f5a-4be9-92c6-d0142a7b6d0b .jarvis-popup {
              
              	width: 1000px !important;
              
              }
              

              Grüße und nochmal vielen Dank!

              M Flo XXX 2 Replies Last reply Reply Quote 1
              • J
                j1s2e3 @Zefau last edited by

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

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

                Unter Chrome Version 97 Linux geht das Drag and Drop von Datenpunkten in der Gerätedefinition nicht mehr. Mit Firefox funktioniert es. Jarvis habe ich Version 3.0.3. Liegt das an Chrome, oder ist das ein Jarvis Bug? Weil TABS oder Bookmarks mit Drag and Drop verschieben geht nämlich auch nicht.

                Wird ein Bug in Jarvis sein. Hast du einen Fehler in der Browser Konsole mittels F12?

                Habe die Console vor dem Klicken von Settings gelöscht. Dann Settings, Geräte, Gerät und DP verschieben. Es kommt nichts raus auf der Console. Wenn ich den DP anklicke, hängt der am Cursor. Ich kann ihn auch umher bewegen. Nur die Reihenfolge bleibt immer gleich, egal wo ich ihn fallen lasse.

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

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

                  Gibt es irgendwo in deinem (super!) Wiki eine Übersicht/Beschreibung wie die Container/Referenzen (?) alle heißen (.jarvis-StateListItem-Popup, .q-item__section--avatar, etc.) und ein paar Beispiele dazu?

                  Leider Nein. Vielleicht später.
                  Vieles ist aber schon in dem Styles CSS Ordner:

                  1 Reply Last reply Reply Quote 0
                  • S
                    sk8er-boi last edited by

                    Hey ho,
                    nach dem Update von V2 auf V3 sind, wenn ich in der Vis auf einen Datenpunkt klicke die Werte leer:
                    jarvis.PNG

                    Gibts da ne Lösung ?

                    Grüße Daniel

                    PS: im Fully Browser auf einem Fire HD sind die Felder anders von der Größe und damit ist der Text teilweise abgeschnitten.

                    M 2 Replies Last reply Reply Quote 0
                    • M
                      MCU @sk8er-boi last edited by

                      @sk8er-boi Welche Version v3.0.5-beta.0?

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        sk8er-boi @MCU last edited by

                        @mcu v3.0.3

                        1 Reply Last reply Reply Quote 0
                        • M
                          MCU @sk8er-boi last edited by

                          @sk8er-boi

                          PS: im Fully Browser auf einem Fire HD sind die Felder anders von der Größe und damit ist der Text teilweise abgeschnitten.

                          Bilder verfügbar?

                          Update auf v3.0.5-beta.0 (github)?

                          S 1 Reply Last reply Reply Quote 0
                          • M
                            moskito_91 last edited by

                            Hallo Zusammen,
                            danke für den Klasse Adapter Zefau!
                            Habe mir direkt nach Installation von 2.2 auf 3 (unglaublicher Sprung und Fortschritt) die Pro Version gekauft, um dich auch zu Unterstützen und meinen Dank auszusprechen.
                            Ich hätte aber noch eine Frage zu den Charts.
                            In der Pro Version hat man die Chance die x und y Achsenattribute zu verändern. (Beispielsweise min und max Werte der Achsen).

                            Wie ist das mit der Achsenbeschriftung? Ich finde die passende Syntax nicht dafür, bzw. es ändert sich einfach nichts. Ich habe mir schon diverse Beispiele auf https://echarts.apache.org/en/option.html#grid angeschaut.

                            Danke und Gruß

                            M wendy2702 2 Replies Last reply Reply Quote 1
                            • M
                              MCU @moskito_91 last edited by MCU

                              @moskito_91
                              https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/historygraph

                              https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/historygraph#beispiel-fuer-temperaturen

                              1 Reply Last reply Reply Quote 0
                              • C
                                coalado @MCU last edited by

                                @mcu Danke für den Link zu "hue-farbpunkt-unicode" Eine 1-360 Map ist natürlich ZIEMLICH mit Kanonen auf Spatzen geschossen - Aber das Ergebnis geht stark in die Richtung wie ich mir das vorgestellt habe.

                                1 Reply Last reply Reply Quote 0
                                • wendy2702
                                  wendy2702 @moskito_91 last edited by

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

                                  Habe mir direkt nach Installation von 2.2 auf 3 (unglaublicher Sprung und Fortschritt) die Pro Version gekauft, um dich auch zu Unterstützen und meinen Dank auszusprechen.

                                  Hat sich an Pro was geändert? Ist das jetzt doch kein Abo mehr oder habe ich irgendwo was überlesen?

                                  M 1 Reply Last reply Reply Quote 0
                                  • S
                                    sk8er-boi @MCU last edited by

                                    @mcu kommt. Bilder mach ich. Vorher teste ich mal die Beta.
                                    Ansonsten vielen Dank für den tollen Adapter. Hab mir auch direkt die Pro Lizenz besorgt.

                                    M 1 Reply Last reply Reply Quote 1
                                    • C
                                      Clown007 last edited by

                                      Direkt nach Einführung: Win10, Google Chrome

                                      0830a297-cfc1-4677-9b87-0334d4967610-image.png

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

                                        @clown007 Welche Version von jarvis?

                                        C 1 Reply Last reply Reply Quote 0
                                        • C
                                          Clown007 @MCU last edited by

                                          @mcu v2.2.0

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

                                            @clown007 Dann würde ich direkt auf v3 wechseln (latest oder direkt von github).
                                            v2-Thread: https://forum.iobroker.net/topic/30668/jarvis-v2-2-0-just-another-remarkable-vis
                                            https://mcuiobroker.gitbook.io/jarvis-infos/

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.0k
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

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