Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. SONOFF NSPanel mit Lovelace UI

    NEWS

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    SONOFF NSPanel mit Lovelace UI

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

      @alfredtetzlaff
      5a613cee-50e6-45cb-a02a-3ac4767655af-grafik.png
      Neue Aliase sind angelegt worden. Kompiler bringt auch keine Fehler.

      //-- Anfang der Beispiele für Seitengestaltung -- Selbstdefinierte Aliase erforderlich ----------------
      let SensorGrid = <PageGrid>
      {
          'type': 'cardGrid',
          'heading': 'Sensor Werte',
          'useColor': true,
          'items': [
              <PageItem>{ id: 'alias.0.GrowattSolar.EnergieGesamt.ACTUAL', name: 'Außentemp. °C', offColor: MSRed, onColor: MSGreen, useValue: true, colorScale: {'val_min': -20, 'val_max': 40, 'val_best': 20} },
              <PageItem>{ id: 'alias.0.GrowattSolar.EnergieGesamt.ACTUAL', name: 'Luftfeuchte %', offColor: MSYellow, onColor: MSYellow , useValue: true, colorScale: {'val_min': 0, 'val_max': 100, 'val_best': 65} },
              <PageItem>{ id: 'alias.0.GrowattSolar.EnergieGesamt.ACTUAL', name: 'Taupunkt °C', offColor: MSRed, onColor: MSGreen, useValue: true, colorScale: {'val_min': -20, 'val_max': 40, 'val_best': 20} },
              <PageItem>{ id: 'alias.0.GrowattSolar.EnergieGesamt.ACTUALL', name: 'UV Index', offColor: White , onColor: White, useValue: true, colorScale: {'val_min': 0, 'val_max': 12} },
              <PageItem>{ id: 'alias.0.GrowattSolar.EnergieGesamt.ACTUAL', name: 'Windstärke bft', offColor: White , onColor: White, useValue: true, colorScale: {'val_min': 0, 'val_max': 9} },
              <PageItem>{ id: 'alias.0.GrowattSolar.EnergieGesamt.ACTUAL', name: 'Luftdruck hPa', offColor: White , onColor: White, useValue: true, colorScale: {'val_min': 950, 'val_max': 1050, 'val_best': 1013} },
          ]
      };
      let PV = <PageGrid>
      {
          'type': 'cardGrid',
          'heading': 'Growatt',
          'useColor': true,
          'items': [
              
              <PageItem>{ id: 'alias.0.GrowattSolar.EnergieGesamt.ACTUAL', icon: 'radio', name: 'Radio BOB', onColor: colorRadio},
              <PageItem>{ id: 'alias.0.GrowattSolar.EnergieHeute.ACTUAL', icon: 'timer-outline', name: 'Timer', onColor: White}
          ]
      };
      //-- ENDE der Beispiele für Seitengestaltung -- Selbstdefinierte Aliase erforderlich ------------------
      

      Die beiden Seite sind da, aber keine Werte und Icons. Komisch.

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

        @alfredtetzlaff

        LASS das ACTUAL weg.

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

          UPDATE: hat geklappt

          @tt-tom said in SONOFF NSPanel mit Lovelace UI:

          Backlog UpdateDriverVersion https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/tasmota/autoexec.be; Restart 1

          thx, wo gebe ch das an/ein? auch in der Tasmota Console?

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

            @tt-tom
            Prima, danke....Fortschritt ist zu verzeichnen.....
            Growatt-Seite zeigt jetzt zumindest zwei Icons an: Radio BOB & Timer.
            Sensor-Werte-Seite zeigt 2 x 3 große Zahlenwerten an, aus dem Adapter "3200"...
            Die Schrift bei den Zahlenwerten st SEHR groß, aber immerhin ein Groooosser Erfolg..

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

              @alfredtetzlaff

              Da darf kein .ACTUAL in der id stehen

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

                @tklein Okay, wo stehst du jetzt??

                T 1 Reply Last reply Reply Quote 0
                • A
                  AlfredTetzlaff @Armilar last edited by

                  @armilar
                  Jo, hatte den falschen Zweig im Alias stehen,,ohne ACTUAL geht es jetzt erstmal.
                  In der Seite mit 2x3 anzeigen ist die Schriftgröße der angezeigten Werte einfach zu groß. Kann man die ändern.????

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

                    @alfredtetzlaff
                    Was möchtest du eigentlich darstellen. Du könntest auch eine CardEntiries erstellen, hast dann aber nur 4 Werte pro Seite.

                    A 1 Reply Last reply Reply Quote 0
                    • A
                      AlfredTetzlaff @TT-Tom last edited by

                      @tt-tom
                      Ja, 4 Werte würden mir schon ausreichen.
                      Brauche aus der PV nur 4 Werte:
                      Gesamt in kWh
                      Heute in kWh
                      Strom in A
                      akt. Leistung in W

                      T A 2 Replies Last reply Reply Quote 0
                      • T
                        TT-Tom @AlfredTetzlaff last edited by

                        @alfredtetzlaff
                        dann ändere den oberen teil der Page Definition in

                        let PV = <PageEntities>
                        {
                            'type': 'cardEntities',
                        
                        1 Reply Last reply Reply Quote 1
                        • A
                          AlfredTetzlaff @AlfredTetzlaff last edited by

                          @alfredtetzlaff

                          Wo werden denn eigentlich die Likes im Forum vergeben???

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

                            @alfredtetzlaff Bildschirmfoto 2023-03-08 um 16.46.37.png

                            Du kannst den Post like

                            A 1 Reply Last reply Reply Quote 2
                            • T
                              tklein @TT-Tom last edited by

                              @tt-tom habe geupdated und die entsprechenden objekte gelöscht. wurde auch wieder neu angelegt 🙂

                              3ee05e80-efc5-4ae0-acdd-7a997173ae88-grafik.png

                              Aber irgendie scheinen noch alte Daten im Display angezeigt zu werden. Auch nach dem Neustart. Sprich Räume/Views von der alten Version, die ich deaktivert habe

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

                                @tt-tom
                                habe "Entities" drausgemacht,,,,wesentlich besser!!!!
                                4 Zeilen mit vernünftiger Schriftgröße,,,prima...
                                Noch ein bischen Kosmetik, und dann wird s schon funzen..
                                Also mit den Likes,,,finde ich nicht. Ich habe ein paar Symbole im Editor zum Antwortet: Schrift Smiles Code-einfügen,,,,aber kein Hinweis auf Likes....

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

                                  @alfredtetzlaff

                                  Neben Antworten, Zitieren ist ein Pfeil nach oben. Der wäre dann richtig 😉

                                  A 1 Reply Last reply Reply Quote 1
                                  • A
                                    AlfredTetzlaff @Armilar last edited by

                                    @armilar
                                    Also ich habe hier : Reply Quota Pfeiloben Ziffer Pfeilunten

                                    hab mal auf Pfeil oben gedrückt....😊 😊 😊 😊

                                    T A 2 Replies Last reply Reply Quote 1
                                    • T
                                      TT-Tom @AlfredTetzlaff last edited by

                                      @alfredtetzlaff sagte in SONOFF NSPanel mit Lovelace UI:

                                      @armilar
                                      Also ich habe hier : Reply Quota Pfeiloben Ziffer Pfeilunten

                                      hab mal auf Pfeil oben gedrückt....😊 😊 😊 😊

                                      du kannst in deinen Profil Einstellungen das Forum auf Deutsch stellen

                                      1 Reply Last reply Reply Quote 1
                                      • A
                                        AlfredTetzlaff @AlfredTetzlaff last edited by

                                        @alfredtetzlaff
                                        Bin erstmal afk....Morgen gehts weiter mit Probieren....

                                        Danke an alle.......Einen schönen feierabend

                                        A 1 Reply Last reply Reply Quote 0
                                        • A
                                          AlfredTetzlaff @AlfredTetzlaff last edited by

                                          @alfredtetzlaff
                                          und auf angelsäxisch umgestellt...

                                          Glück Auf....

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

                                            @tklein Welche Script Version hast du geladen? die neuste von GitHub?

                                            Zeige bitte mal den diesen Abschnitt von deinem Script.

                                            // _________________________________ Ab hier keine Konfiguration mehr _____________________________________
                                            
                                            const request = require('request');
                                            
                                            //Desired Firmware
                                            const tft_version: string = 'v4.0.4';
                                            const desired_display_firmware_version = 50;
                                            const berry_driver_version = 8;
                                            const tasmotaOtaUrl: string = 'http://ota.tasmota.com/tasmota32/release/';
                                            
                                            let useMediaEvents: boolean = false;
                                            let timeoutMedia: any;
                                            let timeoutPower: any;
                                            let bgColorScrSaver: number = 0;
                                            let globalTracklist: any;
                                            
                                            async function Init_Release() {
                                                const FWVersion = [41,42,43,44,45,46,47,48,49,50,51,52]
                                                const FWRelease = ['3.3.1','3.4.0','3.5.0','3.5.X','3.6.0','3.7.3','3.8.0','3.8.3','3.9.4','4.0.4','4.1.0','4.2.0']
                                                try {
                                            
                                            T 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            880
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            lovelace ui nspanel sonoff
                                            260
                                            7128
                                            4325960
                                            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