Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Betatest NSPanel-lovelace-ui v0.4.x

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    Betatest NSPanel-lovelace-ui v0.4.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      holgerwolf last edited by

      @ticaki sagte in Betatest NSPanel-lovelace-ui v0.2.x:

      ScreensaverEntityIconColor: {val_min:123, val_max:234, mode: 'triGrad'},

      Super

      c9e4087b-b74d-4c9a-a457-fcce33eeb17e-grafik.png

      1 Reply Last reply Reply Quote 0
      • T
        ticaki Developer @TT-Tom last edited by

        @tt-tom sagte in Betatest NSPanel-lovelace-ui v0.2.x:

        @ticaki

        Val_best sagt doch aus wo Grün ist, Beispiel Luftfeuchte 0-100% val_best = 55% bedeutet 55% grün nach 100% und 0% gehts nach rot über gelb

        Ja hast recht

        Das hier geht alles bei ScreensaverEntityIconColor:

        {
                val_min: number;
                val_max: number;
                val_best?: number;
                /**
                 * The 3. color for color best. Only with val_best.
                 */
                color_best?: RGB;/**
            /**
             * The color mix mode. Default is 'mixed'.
             * ‘mixed’: the target colour is achieved by scaling between the two RGB colours. 2 colours are required.
             * 'cie': the target colour is achieved by mixing according to the CIE colour table. 2 colours are required.
             * 'hue': the target colour is calculated by scaling via colour, saturation and brightness. 2 colours are required.
             * 'triGrad': the target colour is interpolated in a three-color gradient from red to green. Colours are ignored
             * 'triGradAnchor': the target colour is interpolated in a three-color gradient from red to green, Yellow is anchored to val_best. Colours are ignored
             * 'quadriGrad': the target colour is interpolated in a four-color gradient from red to yellow, green and blue. Colours are ignored.
             * 'quadriGradAnchor': the target colour is interpolated in a four-color gradient from red to yellow, green and blue. green is anchored to val_best. Colours are ignored.
             */
                mode?: 'mixed' | 'hue' | 'cie' | 'triGrad' | 'triGradAnchor' | 'quadriGrad' | 'quadriGradAnchor';
                /**
                 * The logarithm scaling to max, min or leave undefined for linear scaling.
                 */
                log10?: 'max' | 'min';
                valIcon_min?: number;
                valIcon_max?: number
            };
        

        Bei Fragen - fragt unseren Community-Supportmanager @TT-Tom der weiß auch was es bewirkt 😆

        1 Reply Last reply Reply Quote 1
        • T
          ticaki Developer last edited by ticaki

          Aus gegebenem Anlass hab @Armilar @TT-Tom und ich uns mit Copilot zusammengesetzt und eine umfangreich Dokumentation zum Thema Screensaver und wie konfigurieren verfasst. Das benötigt zwar noch einer weiteren Review über die nächsten Wochen aber wir möchtet euch dies nicht vorenthalten:

          Screensaver - HowTo

          H 1 Reply Last reply Reply Quote 3
          • H
            holgerwolf @ticaki last edited by

            @ticaki 5 Tage zu spät 😉

            Aber super Sache....

            1 Reply Last reply Reply Quote 0
            • T
              ticaki Developer last edited by ticaki

              Zwischenstand:

              Hab die letzten Tage viel in den tiefen aufgeräumt, sollte jetzt sauberer laufen.

              • Das Übertragen der Konfiguration per Skript ist jetzt robuster - gehen nur max. 3 gleichzeitig - dauert ca. 6 Sekunden pro Skript - werden nach einander abgearbeitet.

              • Das Skript stop erst nach dem die Überrragung incl. Rückmeldung abgeschlossen ist

              • Durch diese Änderungen kommt die Meldung "der Adapter ist wahrscheinlich offline" Meldung erst nach 30 Sekunden. (timeout ist deutlich größer)

              • Das interne verwendete Sonderzeichen ~ wird aus jedem Input entfernt - ob da die charts noch gehen? @TT-Tom

              • Das interne verwendete Sonderzeichen ? wird aus jedem inSel Input entfernt.

              • Mediaplayer Sonos - hab da ein paar Lautsprecher von gekauft - die sollten fertig eingebaut sein.

              EDIT:

              • Die Rückmeldung vom Skript sollte jetzt bei "wtf" Fehlern zum Adapter restart auffordern - beim neu eingerichteten Panel kann sowas kommen, oder wenns halt "hä wieso warum" Fehler gibt. 🙂
              Armilar 1 Reply Last reply Reply Quote 0
              • Armilar
                Armilar Most Active Forum Testing @ticaki last edited by

                @ticaki sagte in Betatest NSPanel-lovelace-ui v0.4.x:

                Das interne verwendete Sonderzeichen ~ wird aus jedem Input entfernt - ob da die charts noch gehen? @TT-Tom

                noch nicht getestet... aber die Wahrscheinlichkeit ist nach dieser Info eher klein, dass die noch funktionieren...

                typische Abfragen bilden etwas wie diesen String:

                0^15:00+60+120+180+240^19:00+300+360+420+480^23:00+540+600+660+720^03:00+780+840+900+960^07:00+1020+1080+1140+1200^11:00+1260+1320+1380~105:583~165:582~225:606~285:616~345:621~405:626~465:621~525:620~585:624~645:632~705:634~765:635~825:637~885:637~945:637~1005:637~1065:636~1125:640~1185:668~1245:684~1305:686~1365:691~1425:689
                

                Da spielt die Tilde eine Hauptrolle 😉

                Bin auf @TT-Tom s Statement gespannt...

                T 1 Reply Last reply Reply Quote 0
                • T
                  TT-Tom @Armilar last edited by

                  @armilar
                  @ticaki
                  das war ein Schuss in den Ofen 😘 😇
                  LineChart, sieht irgendwie leer aus 😁
                  Bildschirmfoto 2025-09-18 um 16.00.21.png

                  Balken funktioniert auch nicht

                  Bildschirmfoto 2025-09-18 um 16.10.16.png

                  T 1 Reply Last reply Reply Quote 0
                  • T
                    ticaki Developer @TT-Tom last edited by

                    @tt-tom
                    also ich finde es super aufgeräumt - klare formen, keine störenden Striche.

                    Armilar 1 Reply Last reply Reply Quote 1
                    • Armilar
                      Armilar Most Active Forum Testing @ticaki last edited by

                      @ticaki

                      und diese kryptische Achsendefinition... Ein Traum 👼

                      arteck 1 Reply Last reply Reply Quote 2
                      • arteck
                        arteck Developer Most Active @Armilar last edited by

                        @armilar da kann man viel reininterpretieren... zumindest ist es Gelb

                        1 Reply Last reply Reply Quote 1
                        • T
                          ticaki Developer last edited by ticaki

                          Der Fix sollte fertig sein @TT-Tom testen das über Tag nochmal, dann gehts in die main. Jetzt geht nur chart nicht, wenn in dem fix ein fehler ist... oha 🙂

                          teletapi T 2 Replies Last reply Reply Quote 0
                          • teletapi
                            teletapi @ticaki last edited by teletapi

                            Hat sich erledigt. Hab mir einen ausgang gelegt

                            Armilar 1 Reply Last reply Reply Quote 1
                            • Armilar
                              Armilar Most Active Forum Testing @teletapi last edited by

                              @teletapi

                              Wäre mal interessant zu wissen, ob zwei Lötbrücken das Problem lösen würden:

                              0a1c0f7c-ad9b-49e8-aa2b-97a328f8b749-image.png

                              Aktuell habe ich keine Bedarf an US Panels

                              teletapi 1 Reply Last reply Reply Quote 0
                              • T
                                TT-Tom @ticaki last edited by

                                @ticaki

                                zeiget erstmal wieder alles an. können wir so pushen.

                                1 Reply Last reply Reply Quote 0
                                • teletapi
                                  teletapi @Armilar last edited by

                                  @armilar was bzw welche Lötbrücken meinst du..?

                                  Armilar 1 Reply Last reply Reply Quote 0
                                  • Armilar
                                    Armilar Most Active Forum Testing @teletapi last edited by

                                    @teletapi

                                    Ist nur so eine Idee... Wenn man die

                                    34f40cc8-6af5-4db3-8e02-1a6a190c7e58-image.png

                                    ed5a7e58-4cd7-4bda-a77b-fb335f88db0b-image.png

                                    miteinander verbinden würde?

                                    teletapi 2 Replies Last reply Reply Quote 0
                                    • teletapi
                                      teletapi @Armilar last edited by teletapi

                                      @armilar Das werde ich mal testen aber ich hab da so meine Zweifel. ansonsten war ich schonmal am überlegen einen künstlichen Ausgang zu legen und ins 3D Gehäuse gleich einen seriellen Adapter mit unterzubringen und einen USB direkt nach außen legen und somit direkten Zugang von außen zu haben.

                                      1 Reply Last reply Reply Quote 0
                                      • teletapi
                                        teletapi @Armilar last edited by

                                        @armilar Ich hab das jetzt tatsächlich so umgesetzt nur hab ich den Serial Adapter nicht ins 3D Gehäuse sondern in den rand des panels gemacht steckverbinder eingebaut und an den serialadapter das Gegenstück so kann ich ohne jegliches zerlegen auch mit Nextion Editor neu flashen.

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

                                        Support us

                                        ioBroker
                                        Community Adapters
                                        Donate

                                        657
                                        Online

                                        32.1k
                                        Users

                                        80.7k
                                        Topics

                                        1.3m
                                        Posts

                                        19
                                        501
                                        49040
                                        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