Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. jarvis v3.0.0 - just another remarkable vis

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    267

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.6k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

jarvis v3.0.0 - just another remarkable vis

Scheduled Pinned Locked Moved Tester
jarvismaterialmaterial uimaterialdesignvisvisualisierungvisualization
4.5k Posts 254 Posters 2.8m Views 209 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mpl1338
    wrote on last edited by
    #3994

    lüftung2.png lüftung1.png

    Hab das jetzt über einen Dimmer gelöst. Wie bekomme ich das Prozent Symbol weg? und warum wird die Anzeigevariante nicht übernommen? ich möchte anstelle "0" ein "Aus" stehen haben.

    1 Reply Last reply
    0
    • M Online
      M Online
      MCU
      wrote on last edited by MCU
      #3995

      @mpl1338
      Einheit

      {"default":""}
      

      Komponenten-Optionen
      https://mcuiobroker.gitbook.io/jarvis-infos/jarvis-v3/besonderheiten-v3/geraet/body-element/levelbody#max-wert-100-oder-default
      https://mcuiobroker.gitbook.io/jarvis-infos/jarvis-v3/besonderheiten-v3/geraet/body-element/levelbody#prozentanzeige-im-marker-label-integrieren
      Anzeigevarainte zieht nicht bei levelBody, wäre aber ein Ansatz, den man verfolgen könnte.
      -> Feature Request in github erstellen

      NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
      Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mpl1338
        wrote on last edited by
        #3996

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

        {"default":""}

        das funzt schonmal :)

        wenn ich jetzt markerlabel auf "val => {if (val===0){return "Aus";}}" setze bekomme ich auch das "Aus" jedoch bekommen die Stufen 1-3 eine weitere Dezimalstelle

        bekommst du das auch weggezaubert?

        lüftung4.png lüftung3.png

        M 1 Reply Last reply
        1
        • M mpl1338

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

          {"default":""}

          das funzt schonmal :)

          wenn ich jetzt markerlabel auf "val => {if (val===0){return "Aus";}}" setze bekomme ich auch das "Aus" jedoch bekommen die Stufen 1-3 eine weitere Dezimalstelle

          bekommst du das auch weggezaubert?

          lüftung4.png lüftung3.png

          M Online
          M Online
          MCU
          wrote on last edited by MCU
          #3997

          @mpl1338

          val => {if (val===0){return "aus";} if(val>0 && val<4){ return parseInt(val);} }
          

          NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
          Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

          M 1 Reply Last reply
          1
          • M MCU

            @mpl1338

            val => {if (val===0){return "aus";} if(val>0 && val<4){ return parseInt(val);} }
            
            M Offline
            M Offline
            mpl1338
            wrote on last edited by
            #3998

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

            val => {if (val===0){return "aus";} if(val>0 && val<4){ return parseInt(val);} }

            Damit gehts :)

            Vielen Dank.

            M 1 Reply Last reply
            1
            • M mpl1338

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

              val => {if (val===0){return "aus";} if(val>0 && val<4){ return parseInt(val);} }

              Damit gehts :)

              Vielen Dank.

              M Online
              M Online
              MCU
              wrote on last edited by
              #3999

              @mpl1338 Bitte einmal das Ergebnis als Bild. Ich nehme es in die Doku.

              NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
              Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

              M 1 Reply Last reply
              1
              • Ronny GerndtR Offline
                Ronny GerndtR Offline
                Ronny Gerndt
                wrote on last edited by
                #4000

                Ich brauch mal wieder Hilfe :pensive:
                Ich habe Werte in einem State im Format "89,717" diese werden regelmäßig aktualisiert und per History gespeichert.

                Die Werte stehen auch so in der History. Leider kommen die im History Graph immer gerundet im Diagramm an. Dort steht dann statt "89,717" nur "89.00". Wie bekomm ich da die korrekten Werte raus?

                1 Reply Last reply
                0
                • M Online
                  M Online
                  MCU
                  wrote on last edited by
                  #4001

                  @ronny-gerndt Zeig mal die Einstellungen zum HistoryGraph.

                  NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                  Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                  Ronny GerndtR 1 Reply Last reply
                  0
                  • M MCU

                    @ronny-gerndt Zeig mal die Einstellungen zum HistoryGraph.

                    Ronny GerndtR Offline
                    Ronny GerndtR Offline
                    Ronny Gerndt
                    wrote on last edited by
                    #4002

                    @mcu e2ea23ae-387d-482f-8291-dcd8574d67bd-image.png

                    Konfig der x Achse:

                    {
                      "type": "time",
                      "min": "(value,ts,index) => { const now = new Date(new Date().getTime()); return new Date(now.getFullYear(), now.getMonth(), now.getDate()-28).getTime()}",
                      "max": "(value,ts,index) => { const now = new Date(new Date().getTime()); return new Date(now.getFullYear(), now.getMonth(), now.getDate() + 1, 23, 59, 59).getTime()}"
                    }
                    
                    M 1 Reply Last reply
                    0
                    • Ronny GerndtR Ronny Gerndt

                      @mcu e2ea23ae-387d-482f-8291-dcd8574d67bd-image.png

                      Konfig der x Achse:

                      {
                        "type": "time",
                        "min": "(value,ts,index) => { const now = new Date(new Date().getTime()); return new Date(now.getFullYear(), now.getMonth(), now.getDate()-28).getTime()}",
                        "max": "(value,ts,index) => { const now = new Date(new Date().getTime()); return new Date(now.getFullYear(), now.getMonth(), now.getDate() + 1, 23, 59, 59).getTime()}"
                      }
                      
                      M Online
                      M Online
                      MCU
                      wrote on last edited by
                      #4003

                      @ronny-gerndt Und wo wird jetzt der falsche Wert angezeigt?

                      NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                      Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                      Ronny GerndtR 1 Reply Last reply
                      0
                      • M MCU

                        @ronny-gerndt Und wo wird jetzt der falsche Wert angezeigt?

                        Ronny GerndtR Offline
                        Ronny GerndtR Offline
                        Ronny Gerndt
                        wrote on last edited by Ronny Gerndt
                        #4004

                        @mcu 977dccab-01ff-4419-a5c8-4980dd227b89-image.png
                        vs
                        9182f704-c1bd-4e0c-ae3b-1b67e2866cd8-image.png
                        Versteh nicht warum da gerundet wird

                        M 1 Reply Last reply
                        0
                        • Ronny GerndtR Ronny Gerndt

                          @mcu 977dccab-01ff-4419-a5c8-4980dd227b89-image.png
                          vs
                          9182f704-c1bd-4e0c-ae3b-1b67e2866cd8-image.png
                          Versteh nicht warum da gerundet wird

                          M Online
                          M Online
                          MCU
                          wrote on last edited by
                          #4005

                          @ronny-gerndt Welche Version hast du im Einsatz?

                          NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                          Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                          Ronny GerndtR 1 Reply Last reply
                          0
                          • M MCU

                            @ronny-gerndt Welche Version hast du im Einsatz?

                            Ronny GerndtR Offline
                            Ronny GerndtR Offline
                            Ronny Gerndt
                            wrote on last edited by
                            #4006

                            @mcu v3.1.9-beta.2

                            M 1 Reply Last reply
                            0
                            • Ronny GerndtR Ronny Gerndt

                              @mcu v3.1.9-beta.2

                              M Online
                              M Online
                              MCU
                              wrote on last edited by
                              #4007

                              @ronny-gerndt Hast du mal ein Upload versucht?

                              iob upload jarvis
                              

                              Ansonsten bitte ein Issue in github erstellen.
                              https://github.com/Zefau/ioBroker.jarvis/issues

                              NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                              Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                              Ronny GerndtR 1 Reply Last reply
                              0
                              • M MCU

                                @ronny-gerndt Hast du mal ein Upload versucht?

                                iob upload jarvis
                                

                                Ansonsten bitte ein Issue in github erstellen.
                                https://github.com/Zefau/ioBroker.jarvis/issues

                                Ronny GerndtR Offline
                                Ronny GerndtR Offline
                                Ronny Gerndt
                                wrote on last edited by
                                #4008

                                @mcu Ne leider auch nicht. Dann mach ich später mal ein Issue. Danke für die Hilfe

                                1 Reply Last reply
                                0
                                • Ronny GerndtR Offline
                                  Ronny GerndtR Offline
                                  Ronny Gerndt
                                  wrote on last edited by
                                  #4009

                                  Hab mir jetzt ein Converter Script gebastelt das mir 89,717 in 89.171 umwandelt und dann passt es auch mit der Anzeige.
                                  Issue hab ich dennoch mal erstellt.

                                  1 Reply Last reply
                                  1
                                  • M MCU

                                    @mpl1338 Bitte einmal das Ergebnis als Bild. Ich nehme es in die Doku.

                                    M Offline
                                    M Offline
                                    mpl1338
                                    wrote on last edited by
                                    #4010

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

                                    @mpl1338 Bitte einmal das Ergebnis als Bild. Ich nehme es in die Doku.

                                    lüftung4.png lüftung3_1.png lüftung2.png lüftung1.png

                                    1 Reply Last reply
                                    1
                                    • M Offline
                                      M Offline
                                      mpl1338
                                      wrote on last edited by
                                      #4011

                                      Ist es möglich einen Historygraph als popup zu öffnen?

                                      M 1 Reply Last reply
                                      0
                                      • M mpl1338

                                        Ist es möglich einen Historygraph als popup zu öffnen?

                                        M Online
                                        M Online
                                        MCU
                                        wrote on last edited by
                                        #4012

                                        @mpl1338 Nein, ein eChart / grafana als iFrame schon.
                                        https://mcuiobroker.gitbook.io/jarvis-infos/jarvis-v3/besonderheiten-v3/styles/statelist-1/statelist-popup#grafana-iframe-popup-bloody

                                        NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                                        Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                                        1 Reply Last reply
                                        0
                                        • M Offline
                                          M Offline
                                          memme
                                          wrote on last edited by memme
                                          #4013

                                          Ich habe die neuste Version installiert (v3.1.9-beta.2).

                                          Problem 1
                                          Ich glaube die Funktion in den Widget Einstellungen "Vollbild erlauben" (bei mir deaktiviert) wid nicht respektiert.
                                          Wenn ich auf dem Handy ein Doppelklick auf ein Widget mache, egal in welchem Tab, dann wird es als Vollbild dargestellt. Wie deaktiviere ich das?

                                          Problem 2
                                          Vollbild der Kamera wird nur in der Widgethöhe als Vollbild dargestellt:
                                          siehe Screenshot: https://prnt.sc/amNynI-_iOEi
                                          Ist als DisplayImage mit Anpassung an Widget Größe eingebunden.

                                          H M 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          555

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe