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

      @marios774 Wenn du im Layout bist und auf Übernehmen gehst wird es grau hinterlegt?
      Im Layout mal F12 -> gibt es da etwas Auffälliges?

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

        @mcu danke

        Noch eine Frage: Kann ich die Schriftfarbe global der Werte ändern?

        zB von grau auf schwarz?

        Also in den Widgets, ohne dass ich das jetzt für jedes Element anpassen muss?

        M 1 Reply Last reply Reply Quote 0
        • L
          Lines @Dominik F. last edited by

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

          Bei mir war das Problem, dass vieles im Gewerk Sonstiges gelandet ist und durch meine für Jarvis nicht gute Beschriftung der Aliase konnte ich nur schwer erkennen was was ist

          😊 Naja, es ist wie es immer ist: hinterher stellt man fest, wie eine gute Bennung aussieht, aber dann ist es zu spät - oder man braucht viel Zeit!

          Ansonsten ist Homematic eine gute Sache, es gibt für sehr viele Probleme/Wünsche eine Lösung. Das bieten die wenigsten Systeme an.

          Hast Du ein HM Heizungsthermostat?
          Ich schaffe es nicht, die Boostfunktion richtig anzusteuern:
          Mit einem Schalter kann ich den Boost zwar einschalten=auslösen, in Jarvis ist der aber dann dauerhaft an, obwohl der Boost ja nur x Minuten dauert. Unschön.
          Beim Ausschalten wird dann wieder ein Boost ausgelöst.

          1 Reply Last reply Reply Quote 0
          • L
            LoDDl last edited by

            Hey,

            ich hab bisher immer Iframes für die Temperaturanzeigen genutzt und finde diese aber vom Aufbau her und vor allem auf dem Tablet viel zu langsam. Dafür grafisch aber hübscher als den HistoryGraph. Jetzt wollte ich aber gern trotzdem mal gegen den Hist. tauschen um zu schauen wie es sich auf die Performance auswirkt.

            In MCU's Doku kann man via

            {
                "splitLine": {
                  "show": "false"
                }
              },
            

            die Lines ausblenden. Das funktioniert bei mir nicht.
            Normal sieht es so aus:
            0e4495c9-55b0-48c7-ad31-cadcf34e3631-image.png

            Wenn ich den Wert eintrage wie hier:
            f4214abc-7c53-4903-aa58-e907779e58d9-image.png

            Sieht es dann so aus:
            27b3ff7d-878b-4e05-b1cd-d08e3407a53a-image.png

            Sind also irgendwie alle EInstellungen futsch durch die eine Zeile.

            Wie passe ich das jetzt an? Möchte die Linien nicht sehen 🙂

            Außerdem ist mir noch aufgefallen, dass eine Änderung im Datumsformat 43c72da6-6305-44f3-bc62-562b3b732478-image.png

            rein garnix bewirkt. Das Datum steht bei mir trotzdem noch drin obwohl ich nur die Uhrzeit sehen möchte.

            Danke und liebe Grüße 🙂

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

              @fir3drag0n
              https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/styles/statelist-1/statewerte-andersfarbig

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

                @loddl Das geht so nicht, das muss immer direkt zur einzelnen Kurve. Schick mal die Konfig im </>.
                Hab die Doku nochmal ergänzt mit einem Komplett-Beispiel. Aktualisieren.
                https://github.com/Zefau/ioBroker.jarvis/issues/1555

                mcuiobroker created this issue in Zefau/ioBroker.jarvis

                closed HIstoryGraph Änderung Datumsformat der x-Achse funktioniert nicht #1555

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

                  @mcu
                  Bis dahin komme ich schon gar nicht. Im Bereich Widget, + Widget hinzufügen, Datenpunkt auswählen und dann nix mehr.. auf meinem Mac bekommt der cursor ein „Halteverbot“-Icon, am iPad kommt gar keine Meldung.

                  Bei F12 keine Änderung.

                  Was mir aufgefallen ist, sobald ich ein Widget anlegen möchte. Könnte ich ein leeres Widget ohne DP in allen Modulen mit Ausnahme des Chart mit -Übernehmen- abspeichern.

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

                    @marios774 Mac (Cmd + Option + J)

                    M 1 Reply Last reply Reply Quote 0
                    • L
                      LoDDl last edited by LoDDl

                      edit: sehe gerade, dein aktualisiertes Beispiel funzt einwandfrei 🙂 Danke dir!

                      @MCU meinst du diese Config? Die ist von dir kopiert^^

                      [
                        {
                          "splitLine": {
                            "show": "false"
                          }
                        },
                        {
                          "position": "left",
                          "name": "Bad",
                          "nameLocation": "center",
                          "nameGap": 70,
                          "offset": -5,
                          "padding": 10,
                          "min": "dataMin",
                          "max": "dataMax",
                          "axisLabel": {
                            "formatter": "{value} °C",
                            "margin": 25,
                            "showMaxLabel": true,
                            "showMinLabel": true
                          }
                        },
                        {
                          "position": "right",
                          "name": "Büro",
                          "nameLocation": "center",
                          "nameGap": 70,
                          "offset": 0,
                          "padding": 10,
                          "min": "dataMin",
                          "max": "dataMax",
                          "axisLabel": {
                            "formatter": "{value} °C",
                            "margin": 25
                          }
                        }
                      ]
                      
                      M 1 Reply Last reply Reply Quote 0
                      • M
                        marios774 @MCU last edited by

                        @mcu

                        nach Wechsel auf Chrome... hier die JAVA Console..

                        App Welcome to jarvis v3.0.10
                        app.986ab9d1.js:1 App Using instance 0.
                        app.986ab9d1.js:1 23:06:22 | INFO | CONNECTION | Connecting to http://192.168.200.71:8400 (#1)...
                        app.986ab9d1.js:1 23:06:22 | INFO | SOCKET | Connected to http://192.168.200.71:8400.
                        app.986ab9d1.js:1 Notifications Notifications is only available to Pro!
                        (anonymous) @ app.986ab9d1.js:1
                        index.html#/0/configuration/widgets:1 Failed to decode downloaded font: http://192.168.200.71:8082/jarvis/fonts/materialdesignicons-webfont.606b1642.woff2
                        index.html#/0/configuration/widgets:1 OTS parsing error: Failed to convert WOFF 2.0 font to SFNT
                        app.986ab9d1.js:1 App Sentry is turned on. You may deactivate it in the adapter settings.
                        index.html#/0/configuration/widgets:1 Failed to decode downloaded font: http://192.168.200.71:8082/jarvis/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.f54bbe10.woff2
                        index.html#/0/configuration/widgets:1 OTS parsing error: Size of decompressed WOFF 2.0 is less than compressed size
                        vendor.f4d687ea.js:143 Verification Array(15)
                        index.html#/0/configuration/widgets:1 Autofocus processing was blocked because a document already has a focused element.
                        index.html#/0/configuration/widgets:1 Failed to decode downloaded font: http://192.168.200.71:8082/jarvis/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.f54bbe10.woff2
                        index.html#/0/configuration/widgets:1 OTS parsing error: Size of decompressed WOFF 2.0 is less than compressed size
                        index.html#/0/configuration/widgets:1 Failed to decode downloaded font: http://192.168.200.71:8082/jarvis/fonts/materialdesignicons-webfont.606b1642.woff2
                        index.html#/0/configuration/widgets:1 OTS parsing error: Failed to convert WOFF 2.0 font to SFNT
                        
                        M 1 Reply Last reply Reply Quote 0
                        • M
                          MCU @LoDDl last edited by

                          @loddl
                          Ja

                          [
                             {
                              "position": "left",
                              "name": "Bad",
                              "nameLocation": "center",
                              "nameGap": 70,
                              "offset": -5,
                              "padding": 10,
                              "min": "dataMin",
                              "max": "dataMax",
                              "splitLine": {
                                "show": "false"
                                },
                                "axisLabel": {
                                "formatter": "{value} °C",
                                "margin": 25,
                                "showMaxLabel": true,
                                "showMinLabel": true
                              }
                            },
                            {
                              "position": "right",
                              "name": "Büro",
                              "nameLocation": "center",
                              "nameGap": 70,
                              "offset": 0,
                              "padding": 10,
                              "min": "dataMin",
                              "max": "dataMax",
                              "axisLabel": {
                                "formatter": "{value} °C",
                                "margin": 25
                              }
                            }
                          ]
                          
                          
                          1 Reply Last reply Reply Quote 0
                          • M
                            MCU @marios774 last edited by MCU

                            @marios774 Er merkert die Notifications an ?
                            d2e6d4f5-5406-4852-a098-d4af8414f153-image.png
                            Steht da im DP jarvis.0.notifications ein leeres Array?
                            Du bist nicht PRO-User.

                            1 Reply Last reply Reply Quote 0
                            • L
                              lebuenski last edited by

                              Ist es noch möglich in v3. ein aus/an Button für Gruppen anzeigen zu lassen?
                              Kriege das so nicht hin.

                              Quasi wie es hier unter v2 ging.
                              https://www.smarthome-tricks.de/software-iobroker/iobroker-jarvis-teil-28-gruppen-aktionen-definieren/

                              M Dominik F. 2 Replies Last reply Reply Quote 0
                              • M
                                MCU @lebuenski last edited by MCU

                                @lebuenski Nein, wird mit 3.1 nachgeliefert laut @zefau
                                https://github.com/Zefau/ioBroker.jarvis/issues/1442

                                Zefau created this issue in Zefau/ioBroker.jarvis

                                closed Toggle Buttons #1442

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

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

                                  @marios774 Er merkert die Notifications an ?
                                  d2e6d4f5-5406-4852-a098-d4af8414f153-image.png
                                  Steht da im DP jarvis.0.notifications ein leeres Array?
                                  Du bist nicht PRO-User.

                                  @mcu
                                  Seite heute bin ich Pro-User... aktuell aber noch irgendwie ohne Lizenz-Key... evtl. ein anderes Problem.
                                  Das mit dem Chart hat aber auch schon vorher nicht geklappt.

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

                                    @marios774 Also bei mir klappt es ohne Probleme.
                                    024349dc-9d0f-4ad3-a9a3-0addaa7a557e-image.png
                                    Welche Version? v3.0.11-beta.0?
                                    PRO-Account eine Mail bekommen? Mit txt-Datei?

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

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

                                      @marios774 Also bei mir klappt es ohne Probleme.
                                      024349dc-9d0f-4ad3-a9a3-0addaa7a557e-image.png
                                      Welche Version? v3.0.11-beta.0?

                                      v 3.0.10

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

                                        @marios774 Damit hatte es auch funktioniert.
                                        Dann bitte die Objektdaten von Temperatur.

                                        M 1 Reply Last reply Reply Quote 0
                                        • Dominik F.
                                          Dominik F. @lebuenski last edited by

                                          @lebuenski

                                          Meinst du sowas?

                                          Unbenannt2.PNG

                                          Das geht im Widget:

                                          Unbenannt.PNG

                                          M 1 Reply Last reply Reply Quote 0
                                          • M
                                            MCU @Dominik F. last edited by MCU

                                            @dominik-f Er möchte aber oben keinen Switch-Schalter sondern einen AN|AUS -Schalter.
                                            ff3b9270-6998-4765-8849-59359174956c-image.png

                                            Dominik F. 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            908
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

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