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.
    • Dominik F.
      Dominik F. @aeon last edited by Dominik F.

      gelöscht

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

        @dominik-f 149fca35-291d-44ef-ad2a-487e14fceaa8-image.png

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

          @fir3drag0n

          Eine Idee:

          Du erstellst dir einen Datenpunkt als Number, in Jarvis kannst du dann mittels Slider den gewünschten Wert einstellen so wie es z.B. bei der Einstellung von Helligkeit funktioniert. Den kannst du ja dann mit deinem Skript hochzählen lassen

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

            @dominik-f das ist ja meine Frage. Der Datenwert ist als "number" angelegt, Jarvis scheint es als String zu bearbeiten, zumindest bei dem Textfeld

            {
              "common": {
                "name": "Sodastream-Counter",
                "desc": "Manuell erzeugt",
                "role": "state",
                "type": "number",
                "read": true,
                "write": true,
                "def": 0
              },
              "type": "state",
              "native": {},
              "from": "system.adapter.admin.0",
              "user": "system.user.admin",
              "ts": 1661321877340,
              "_id": "0_userdata.0.Sodastream.Sodastream-Counter",
              "acl": {
                "object": 1636,
                "state": 1636,
                "ownerGroup": "system.group.administrator"
              }
            }
            
            Dominik F. 1 Reply Last reply Reply Quote 0
            • Dominik F.
              Dominik F. @fir3drag0n last edited by

              @fir3drag0n

              Hast du es schon mal mit nem Slider versucht? Bei der Benutzung eines Textfeldes macht ja auch Sinn das Jarvis es als String bearbeitet.

              1 Reply Last reply Reply Quote 0
              • H
                Hohenbostler last edited by

                Hi zusammen.

                ich setehe total auf dem schlauch. Ich habe schon seit V2 Benutzer anwesenheiten in Jarvis realisiert. Und jetzt möchte ich farblich usw ein paar kleinigkeiten ändern. Aber nichts greift.

                ich möchte das es so ausschaut wie bei dem Nutzer rechts.

                e32289e7-c751-4761-97cb-fc185244ee80-grafik.png

                Aber egal was ich einstelle das anwesend links bleibt weiß.
                Ich habe aus lauter Verzweifelung schon überall testwerte eingetragen

                cc1e7d66-fe4b-4036-bf11-7ef6de44799e-grafik.png

                Kann mir da jemand bei helfen und sagen was genau wo rein muss ?

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

                  @hohenbostler

                  der Datenpunkt-stil sollte es sein.

                  Versuche mal:

                  {
                    "false": {
                      "color": "#f44336"
                    },
                    "true": {
                      "color": "#4caf50"
                    }
                  }
                  
                  H 1 Reply Last reply Reply Quote 0
                  • H
                    Hohenbostler @Dominik F. last edited by

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

                    {

                    Super vielen Dank. Bis auf einen kleinen Inhaltlichen fehler bei dir passt es.

                    Aber noch zwei Fragen.

                    Bei mir sieht es jetzt so aus .

                    {
                      "0": {
                        "color": "#CC0000"
                      },
                      "1": {
                        "color": "#ffd966"
                      },
                      "2": {
                        "color": "#ffe599"
                      },
                      ">2": {
                        "color": "#bcbcbc"
                      }
                    }
                    

                    Wie kann ich zB die Schrift fett machen und zweite Frage, funktionieren operatoren wie bei mir größer 2 ?

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

                      @hohenbostler

                      Ich hatte meine Farben verwendet, das stimmt 🙂

                      {
                        "0": {
                          "color": "#CC0000",
                          "font-weight": "bold"  }
                      }
                      

                      Und ja, >2 etc kannst du benutzen.

                      H 1 Reply Last reply Reply Quote 1
                      • H
                        Hohenbostler @Dominik F. last edited by

                        @dominik-f

                        Super vielen dank.

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

                          @hohenbostler

                          Wenn du die Schriftgröße noch anpassen möchtest, dann musst du das noch reinbringen:

                          "font-size":"16px"
                          
                          H 1 Reply Last reply Reply Quote 1
                          • H
                            Hohenbostler @Dominik F. last edited by

                            @dominik-f

                            ok auch Danke. Noch eine letzte Frage.

                            Die Größe des mdi Icons kann ich die auch anpassen ?

                            {
                              "0": {
                                "color": "#CC0000",
                                "font-size": "24px"
                              },
                              "1": {
                                "color": "#ffd966"
                              },
                              "2": {
                                "color": "#ffe599"
                              },
                              ">2": {
                                "color": "#bcbcbc"
                              }
                            }
                            

                            Mit fon-size klappt es anscheinend nicht

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

                              @hohenbostler

                              Sollte damit auch gehen. Hast du das im Icon-Stil eingetragen?

                              H 1 Reply Last reply Reply Quote 0
                              • H
                                Hohenbostler @Dominik F. last edited by

                                @dominik-f

                                Hi ja geht . 24 ist nur anscheinend genau der Standardwert. 😉

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

                                  @hohenbostler

                                  Gut getroffen 😄

                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    aeon @Dominik F. last edited by

                                    @dominik-f
                                    Mein Hue-Problem ist gelöst.
                                    Ich nutze nicht hue-extended sondern hue und musste da die Option "Native turn off/on behaviour" aktivieren.
                                    Und kaum hatte ich das rausgefunden, habe ich es auch in der Beschreibung entdeckt...

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

                                      @Zefau
                                      Ist Jarvis mittlerweile tot?
                                      Ich kann nirgends einen Kontakt für Fragen finden und mein Kommentar unter einem deiner Youtube Videos wurde auch gelöscht, bzw. unsichtbar geschaltet.
                                      Ich finde Jarvis eigentlich echt super, nur eine Kleinigkeit funkt nicht, was sicher ein Klacks für einen Profi ist.
                                      Wäre schade, wenn Jarvis nicht mehr weiter enwickelt würde.

                                      Gruß Hans

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

                                        @firestone Welche Probleme gibt es denn?

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

                                          @mcu
                                          Grüß dich erstmal 🙂

                                          Ich habe ein Widget angelegt, welches mir hervorragend den History Graphen meiner Außen- und Innentemperatur der Homematic IP anzeigt.
                                          Jetzt wollte ich ein Widget mit einem History Graphen der Spritpreise von Tankerkoenig.de anlegen, aber das gelingt mir nicht. Der Graf rödelt und rödelt, bekommt aber keine Werte.
                                          Habe exakt den Datenpunkt genommen, der den Wert des Diesel Preises im ioB sauber anzeigt und in Grafana funktioniert es auch.
                                          Die DB ist InfluxDB.
                                          Ich habe irgendwie keine Lösung mehr.

                                          Danke schon mal.

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

                                            @firestone Bin noch unterwegs. Du kannst bitte schon mal die Geräte Einstellungen und Layout Einstellungen posten. Danke.

                                            F 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.1k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

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