Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Praktische Anwendungen (Showcase)
    4. Vorstellung meiner VIS

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Vorstellung meiner VIS

    This topic has been deleted. Only users with topic management privileges can see it.
    • Crusher
      Crusher @sigi234 last edited by

      @sigi234 Danke hat mit geholfen anscheinend hat sich das HabPanel nicht mit der VIS verstanden und hat beim Import Probleme gemacht.

      Asche auf mein Haupt da hätte ich auch selber drauf kommen können

      1 Reply Last reply Reply Quote 0
      • K
        Kippe last edited by

        Könntest du mir die css daten geben für die Widgets.Am besten die Robotor Wiew komplett. 👍

        IMG_1202.JPG

        K 1 Reply Last reply Reply Quote 0
        • K
          Kippe @Kippe last edited by

          Ich möchte ja nicht aufdringlich wirken, aber könntest du mir noch mal die genauen Einstellungen der css Daten geben oder am besten ein Widget posten

          S 2 Replies Last reply Reply Quote 0
          • S
            saeft_2003 Most Active @Kippe last edited by

            @kippe

            wenns klappt heute Abend

            1 Reply Last reply Reply Quote 0
            • S
              saeft_2003 Most Active @Kippe last edited by

              @kippe

              landroid.txt

              css.txt

              K 1 Reply Last reply Reply Quote 0
              • K
                Kippe @saeft_2003 last edited by

                Danke dir 🙋‍♂️👍🙋‍♂️
                Muss ich das ganze css bei mir eintragen, oder nur den letzten Teil ?

                S 1 Reply Last reply Reply Quote 0
                • S
                  saeft_2003 Most Active @Kippe last edited by

                  @kippe

                  Alles bestimmt nicht. Entweder du suchst dirs raus, oder fügst einfach alles ein.

                  K 1 Reply Last reply Reply Quote 0
                  • K
                    Kippe @saeft_2003 last edited by

                    Super 👍
                    Hatte jetzt mal endlich Zeit es zu probieren.
                    Sieht wirklich Genial aus 👌

                    Hätte da aber mal noch eine Frage zur Seitlichen Bar zum aufklappen. Wie hast du das gemacht, und was brauche ich dafür alles um das zu machen. Habe mittlerweile auch kein Platz mehr unterhalb der View was zu platzieren 🤩

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      saeft_2003 Most Active @Kippe last edited by

                      @kippe

                      Ich hab doch mein ganzen Projekt bereitgestellt da sind alle widget drin die du brauchst.

                      Hast du dir das mal angeschaut?

                      K 1 Reply Last reply Reply Quote 0
                      • K
                        Kippe @saeft_2003 last edited by

                        Nein habe ich noch nicht.
                        Braucht man denn einen Adapter dafür, oder geht das so in den Einstellungen mit den Widgets?

                        S 1 Reply Last reply Reply Quote 0
                        • S
                          saeft_2003 Most Active @Kippe last edited by

                          @kippe

                          Du brauchst vis-materialdisign.

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

                            @saeft_2003 Leider bekomme ich die Standanzeige von Werten bei Grafana noch nicht so schick hin wie Du. Kannst Du mir sagen, wie Du
                            90d5a483-730c-452b-bd35-27e4eeb203e4-image.png
                            dieses hinbekommst? Gerne auch als Grafana-Export.

                            S 1 Reply Last reply Reply Quote 0
                            • S
                              saeft_2003 Most Active @Pamf last edited by

                              @pamf

                              hier als json

                              {
                                "id": 4,
                                "gridPos": {
                                  "h": 8,
                                  "w": 12,
                                  "x": 0,
                                  "y": 0
                                },
                                "type": "bargauge",
                                "pluginVersion": "8.3.3",
                                "links": [],
                                "fieldConfig": {
                                  "defaults": {
                                    "thresholds": {
                                      "mode": "absolute",
                                      "steps": [
                                        {
                                          "color": "semi-dark-red",
                                          "index": 0,
                                          "value": null
                                        },
                                        {
                                          "color": "semi-dark-yellow",
                                          "index": 1,
                                          "value": 10
                                        },
                                        {
                                          "color": "semi-dark-green",
                                          "index": 2,
                                          "value": 20
                                        }
                                      ]
                                    },
                                    "mappings": [],
                                    "color": {
                                      "mode": "thresholds"
                                    },
                                    "max": 100,
                                    "min": 0,
                                    "unit": "percent"
                                  },
                                  "overrides": []
                                },
                                "options": {
                                  "reduceOptions": {
                                    "values": false,
                                    "calcs": [
                                      "last"
                                    ],
                                    "fields": ""
                                  },
                                  "orientation": "horizontal",
                                  "displayMode": "gradient",
                                  "showUnfilled": true,
                                  "text": {}
                                },
                                "targets": [
                                  {
                                    "groupBy": [
                                      {
                                        "params": [
                                          "$__interval"
                                        ],
                                        "type": "time"
                                      },
                                      {
                                        "params": [
                                          "null"
                                        ],
                                        "type": "fill"
                                      }
                                    ],
                                    "measurement": "meine-datenpunkte.0.Füllstand_Zisterne.Füllstand_Zisterne_in_Prozent",
                                    "orderByTime": "ASC",
                                    "policy": "default",
                                    "refId": "A",
                                    "resultFormat": "time_series",
                                    "select": [
                                      [
                                        {
                                          "params": [
                                            "value"
                                          ],
                                          "type": "field"
                                        },
                                        {
                                          "params": [],
                                          "type": "last"
                                        }
                                      ]
                                    ],
                                    "tags": []
                                  }
                                ],
                                "datasource": null
                              }
                              
                              1 Reply Last reply Reply Quote 1
                              • Niz Nokz
                                Niz Nokz @saeft_2003 last edited by

                                @saeft_2003 Super vielen Dank das du dein Projekt zur Verfügung gestellt hast.
                                Ich bin begeistert von deinen Screenshots und möchte es gerne auch bei mir ausprobieren. Leider ist es mir bisher noch nicht gelungen alles zu importieren. Die ganzen Icons, welche im Ordner "img" liegen sollen, sind scheinbar nicht in der Projektdatei dabei. Könntest du diese bitte auch zur Verfügung stellen oder habe ich vllt. beim Import was falsch gemacht?
                                Bei mir sieht es nämlich so aus, weil auf ein nicht vorhandenes Icon im Projektordner verwiesen wird:

                                5f04baa9-e052-4ac0-abce-2549bbee3229-image.png
                                1ca940e9-9c46-4c5a-b62c-84f3ee42965f-image.png
                                c69cd19e-0c1e-4017-808a-ac8ed8c3449c-image.png

                                Danke!!!

                                1 Reply Last reply Reply Quote 0
                                • S
                                  stefu87_CH last edited by

                                  @saeft_2003 Hast du noch die Visu aktiv mit Unifi? Du hast da alles per Javascript gemacht. Hast du dies noch in Betrieb? Wenn ja würdest du die Javascripts zu Verfügung stellen?

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

                                  Support us

                                  ioBroker
                                  Community Adapters
                                  Donate

                                  893
                                  Online

                                  31.7k
                                  Users

                                  79.7k
                                  Topics

                                  1.3m
                                  Posts

                                  vis
                                  44
                                  334
                                  73676
                                  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