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

    • [erledigt] 15. 05. Wartungsarbeiten am ioBroker Forum

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    SONOFF NSPanel mit Lovelace UI

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      TT-Tom @lustig29 last edited by

      @lustig29

      zeige mal den Alias unter Objekte, wi der angelegt wurde.

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

        @tt-tom

        mich würde mal wirklich interessieren, ob in den Datenpunkten vom Accuweather auch Daten drin sind

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

          @armilar
          also die Temperatur scheint schon mal da zu sein.

          Es fehlen auch die Daten der nächsten Tage

          Armilar 1 Reply Last reply Reply Quote 1
          • Armilar
            Armilar Most Active Forum Testing @TT-Tom last edited by Armilar

            @tt-tom

            eben...

            @lustig29

            Bitte neben den Daten

            • aus der Adapterinstanz accuweather.0
            • Wetteralias unter alias.0

            auch kurz diesen Bereich im Skript zeigen:

            521f6e93-90a9-4b0d-99fe-c241762871f5-image.png

            GregorS L 2 Replies Last reply Reply Quote 1
            • GregorS
              GregorS @Armilar last edited by GregorS

              Habe soeben mein NSPanel abgeschossen.
              Das Update von Nextion ist hängengeblieben.
              Hatte vorher ein Downgrade von Tasmota gemacht.
              Dann das Nextion-Update gestartet. Nach über einer Stunde stand es immer noch bei 100% und es fehlten noch ein paar Bytes.
              Dann habe ich die Spannung mal abgeschaltet, seitdem steht nur noch:
              SYSTEM DATA ERROR!
              Kann man das Nextion-Update auch über die Konsole machen?
              Tasmota scheint einwandfrei zu laufen, nur keine Anzeige mehr.

              FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-v4.4.0.tft
              18:35:54.217 MQT: SmartHome/NSPanel_1/stat/RESULT = {"FlashNextion":"Done"}
              18:35:54.241 FLH: host: nspanel.pky.eu, port: 80, get: /lovelace-ui/github/nspanel-v4.4.0.tft
              18:35:54.635 FLH: Something has gone wrong flashing display firmware [bytes('1AFFFFFF')]
              18:35:54.785 FLH: Send (High Speed) flash start
              
              K Armilar 2 Replies Last reply Reply Quote 0
              • L
                lustig29 @Armilar last edited by

                @armilar
                @TT-Tom

                0920f485-6711-4fd2-8c80-36844f00e52f-image.png

                68dc0413-b745-4e58-9361-26186233896f-image.png

                73b34d25-caf4-40ae-bf24-579cf53c4fa2-image.png

                K T 2 Replies Last reply Reply Quote 0
                • K
                  Kuckuckmann @lustig29 last edited by

                  @lustig29

                  Müsste der Alias nicht eher so befüllt sein:

                  d26853fc-7ad4-4aad-9046-886dff9186ee-image.png

                  T 1 Reply Last reply Reply Quote 0
                  • K
                    Kuckuckmann @GregorS last edited by

                    @gregors

                    Ja, schau mal hier 🙂

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

                      @lustig29

                      Bitte prüfe, ob im Script unter Punkt 5 der autoAlias aktiv ist

                      const autoCreateAlias = true;
                      

                      Wenn ja, dann lösche bitte dein erstellen Alias und Starte danach das Script neu.
                      Du solltest dann folgende Meldung bekommen

                      Weather alias for accuweather.0. does not exist yet, will be created now
                      

                      beim Start bekommen und der Alias angelegt sein.

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

                        @kuckuckmann
                        Nicht unbedingt, eigentlich kann das Script den Alias selber anlegen. Und es wird nur Icon, temp, sowie temp min/max angelegt.

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

                          @gregors

                          hatten wir erst am 16.08. --> siehe:

                          https://forum.iobroker.net/post/1192017

                          1 Reply Last reply Reply Quote 0
                          • L
                            lustig29 last edited by lustig29

                            @tt-tom
                            Geht leider immer noch nicht.

                            Alles nach deiner Anleitung gemacht. Alias gelöscht. Aber jetzt finde ich den neuen automatisch erstellten Alias nicht...

                            e0e4d9b3-1d64-43a0-bfd1-8f2b58530b62-image.png

                            350b387b-8e7c-48df-ba54-ec5a70fa9fc7-image.png

                            Liegt wahrscheinlich daran, dass ich jetzt 3 Panels im Einsatz habe???

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

                              @lustig29

                              Da stimmt etwas nicht mit der Ordnerstruktur.
                              Es gibt keine Ordner die mit NSPanel anfangen. Alle Ordner sollten unter dem NSPanel Ordner liegen.

                              Zeige bitte mal von den Panels aus den Script diese Einstellungen. Da fehlt irgendwo ein Punkt.

                              /***** 2. Directories in 0_userdata.0... *****/
                              
                                  // DE: Anpassen an das jeweilige NSPanel
                                  // EN: Adapt to the respective NSPanel
                                  const NSPanel_Path = '0_userdata.0.NSPanel.1.';
                              
                                  // DE: Pfad für gemeinsame Nutzung durch mehrere Panels (bei Nutzung der cardAlarm/cardUnlock)
                                  // EN: Path for sharing between multiple panels (when using cardAlarm/cardUnlock)
                                  const NSPanel_Alarm_Path = '0_userdata.0.NSPanel.';
                              
                              L 1 Reply Last reply Reply Quote 0
                              • T
                                TT-Tom last edited by TT-Tom

                                Doppel Post, vom Handy 😡

                                1 Reply Last reply Reply Quote 0
                                • X
                                  xelarep @xelarep last edited by

                                  @xelarep sagte in SONOFF NSPanel mit Lovelace UI:

                                  @tt-tom Alles gut! Manche Sachen sollte man nicht nur so nebenher machen, und ja, du hast Recht. Das Stand im Skript sogar vorbildlich drin. Beim nächsten Update gelobe ich Besserung und lese weiter, als wie die ersten drei Zeilen 👼

                                  Hallo zusammen, ich hatte ja Besserung gelobt, und mich daher nach jetzt schon wieder 8 Monaten wieder eingelesen, um meine beiden Panels von 4.3.3.24 auf 4.4.0.1 upzudaten.

                                  Habe mich dabei an https://github.com/joBr99/nspanel-lovelace-ui/wiki/NSPanel-Starthilfe-FAQ#hilfe-bei-update--upgrade orientiert 😊

                                  Kurz: hat im Prinzip alles geklappt, aber beim Skriptstart kam jeweils mehrfach ein

                                  error	script.js.NSPanels.WoZi-Panel-4401: Error: Cannot find module 'dayjs'
                                  

                                  wieder hoch. Nanu, das Thema hatte ich damals eigentlich abgehakt?! Den javascript Adapter nochmal geprüft: eingetragen?!

                                  Bildschirmfoto 2024-08-22 um 11.47.35.png

                                  Wie komme ich da jetzt weiter? Welche Informationen könntet ihr ggf. noch brauchen? Stehe gerade auf dem Schlauch...

                                  M T 2 Replies Last reply Reply Quote 1
                                  • M
                                    mading @xelarep last edited by

                                    @xelarep sagte in SONOFF NSPanel mit Lovelace UI:

                                    @xelarep sagte in SONOFF NSPanel mit Lovelace UI:

                                    @tt-tom Alles gut! Manche Sachen sollte man nicht nur so nebenher machen, und ja, du hast Recht. Das Stand im Skript sogar vorbildlich drin. Beim nächsten Update gelobe ich Besserung und lese weiter, als wie die ersten drei Zeilen 👼

                                    Hallo zusammen, ich hatte ja Besserung gelobt, und mich daher nach jetzt schon wieder 8 Monaten wieder eingelesen, um meine beiden Panels von 4.3.3.24 auf 4.4.0.1 upzudaten.

                                    Habe mich dabei an https://github.com/joBr99/nspanel-lovelace-ui/wiki/NSPanel-Starthilfe-FAQ#hilfe-bei-update--upgrade orientiert 😊

                                    Kurz: hat im Prinzip alles geklappt, aber beim Skriptstart kam jeweils mehrfach ein

                                    error	script.js.NSPanels.WoZi-Panel-4401: Error: Cannot find module 'dayjs'
                                    

                                    wieder hoch. Nanu, das Thema hatte ich damals eigentlich abgehakt?! Den javascript Adapter nochmal geprüft: eingetragen?!

                                    Bildschirmfoto 2024-08-22 um 11.47.35.png

                                    Wie komme ich da jetzt weiter? Welche Informationen könntet ihr ggf. noch brauchen? Stehe gerade auf dem Schlauch...

                                    beim Start tes TS Skripts bekomme ich auch ca. 100 Errors und Warnings. Ich habe dazu irgendwo hier im Thread einen Hinweis von @Armilar gesehen, dass das erstmal ignoriert werden kann, da es nur beim Stop/ Start des Skripts auftaucht.

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

                                      @xelarep

                                      Wie @mading schon schrieb, erstmal ignorieren. Liegt nicht am Script und deinen Einstellungen.

                                      1 Reply Last reply Reply Quote 1
                                      • L
                                        lustig29 @TT-Tom last edited by

                                        @tt-tom

                                        Panel Bad

                                        /***** 2. Directories in 0_userdata.0... *****/
                                        
                                            // DE: Anpassen an das jeweilige NSPanel
                                            // EN: Adapt to the respective NSPanel
                                            const NSPanel_Path = '0_userdata.0.NSPanel.Bad';
                                        
                                            // DE: Pfad für gemeinsame Nutzung durch m/***** 2. Directories in 0_userdata.0... *****/
                                            
                                            
                                            
                                                // DE: Anpassen an das jeweilige NSPanel
                                            
                                                // EN: Adapt to the respective NSPanel
                                            
                                                const NSPanel_Path = '0_userdata.0.NSPanel.SZ';
                                            
                                            
                                            
                                                // DE: Pfad für gemeinsame Nutzung durch mehrere Panels (bei Nutzung der cardAlarm/cardUnlock)
                                            
                                                // EN: Path for sharing between multiple panels (when using cardAlarm/cardUnlock)
                                            
                                                const NSPanel_Alarm_Path = '0_userdata.0.NSPanel.1';
                                            
                                            nels (bei Nutzung der cardAlarm/cardUnlock)
                                            // EN: Path for sharing between multiple panels (when using cardAlarm/cardUnlock)
                                            const NSPanel_Alarm_Path = '0_userdata.0.NSPanel.1';
                                        

                                        Panel Schlafzimmer

                                        /***** 2. Directories in 0_userdata.0... *****/
                                        
                                            // DE: Anpassen an das jeweilige NSPanel
                                            // EN: Adapt to the respective NSPanel
                                            const NSPanel_Path = '0_userdata.0.NSPanel.SZ';
                                        
                                            // DE: Pfad für gemeinsame Nutzung durch mehrere Panels (bei Nutzung der cardAlarm/cardUnlock)
                                            // EN: Path for sharing between multiple panels (when using cardAlarm/cardUnlock)
                                            const NSPanel_Alarm_Path = '0_userdata.0.NSPanel.1';
                                        
                                        

                                        Panel Haustür

                                        /***** 2. Directories in 0_userdata.0... *****/
                                        
                                            // DE: Anpassen an das jeweilige NSPanel
                                            // EN: Adapt to the respective NSPanel
                                            const NSPanel_Path = '0_userdata.0.NSPanel.1';
                                        
                                            // DE: Pfad für gemeinsame Nutzung durch mehrere Panels (bei Nutzung der cardAlarm/cardUnlock)
                                            // EN: Path for sharing between multiple panels (when using cardAlarm/cardUnlock)
                                            const NSPanel_Alarm_Path = '0_userdata.0.NSPanel.1';
                                        
                                        
                                        S 1 Reply Last reply Reply Quote 0
                                        • S
                                          SuFra @lustig29 last edited by SuFra

                                          @lustig29 sagte in SONOFF NSPanel mit Lovelace UI:

                                          @tt-tom

                                          Panel Bad

                                          /***** 2. Directories in 0_userdata.0... *****/
                                          
                                              // DE: Anpassen an das jeweilige NSPanel
                                              // EN: Adapt to the respective NSPanel
                                              const NSPanel_Path = '0_userdata.0.NSPanel.Bad';
                                          
                                              // DE: Pfad für gemeinsame Nutzung durch m/***** 2. Directories in 0_userdata.0... *****/
                                              
                                              
                                              
                                                  // DE: Anpassen an das jeweilige NSPanel
                                              
                                                  // EN: Adapt to the respective NSPanel
                                              
                                                  const NSPanel_Path = '0_userdata.0.NSPanel.SZ';
                                              
                                              
                                              
                                                  // DE: Pfad für gemeinsame Nutzung durch mehrere Panels (bei Nutzung der cardAlarm/cardUnlock)
                                              
                                                  // EN: Path for sharing between multiple panels (when using cardAlarm/cardUnlock)
                                              
                                                  const NSPanel_Alarm_Path = '0_userdata.0.NSPanel.1';
                                              
                                              nels (bei Nutzung der cardAlarm/cardUnlock)
                                              // EN: Path for sharing between multiple panels (when using cardAlarm/cardUnlock)
                                              const NSPanel_Alarm_Path = '0_userdata.0.NSPanel.1';
                                          

                                          Panel Schlafzimmer

                                          /***** 2. Directories in 0_userdata.0... *****/
                                          
                                              // DE: Anpassen an das jeweilige NSPanel
                                              // EN: Adapt to the respective NSPanel
                                              const NSPanel_Path = '0_userdata.0.NSPanel.SZ';
                                          
                                              // DE: Pfad für gemeinsame Nutzung durch mehrere Panels (bei Nutzung der cardAlarm/cardUnlock)
                                              // EN: Path for sharing between multiple panels (when using cardAlarm/cardUnlock)
                                              const NSPanel_Alarm_Path = '0_userdata.0.NSPanel.1';
                                          
                                          

                                          Panel Haustür

                                          /***** 2. Directories in 0_userdata.0... *****/
                                          
                                              // DE: Anpassen an das jeweilige NSPanel
                                              // EN: Adapt to the respective NSPanel
                                              const NSPanel_Path = '0_userdata.0.NSPanel.1';
                                          
                                              // DE: Pfad für gemeinsame Nutzung durch mehrere Panels (bei Nutzung der cardAlarm/cardUnlock)
                                              // EN: Path for sharing between multiple panels (when using cardAlarm/cardUnlock)
                                              const NSPanel_Alarm_Path = '0_userdata.0.NSPanel.1';
                                          
                                          

                                          Fehlen da nicht Punkte ?

                                          /***** 2. Directories in 0_userdata.0... *****/
                                           
                                              // DE: Anpassen an das jeweilige NSPanel
                                              // EN: Adapt to the respective NSPanel
                                              const NSPanel_Path = '0_userdata.0.NSPanel.SZ.';
                                           
                                              // DE: Pfad für gemeinsame Nutzung durch mehrere Panels (bei Nutzung der cardAlarm/cardUnlock)
                                              // EN: Path for sharing between multiple panels (when using cardAlarm/cardUnlock)
                                              const NSPanel_Alarm_Path = '0_userdata.0.NSPanel.';
                                          
                                          /***** 2. Directories in 0_userdata.0... *****/
                                           
                                              // DE: Anpassen an das jeweilige NSPanel
                                              // EN: Adapt to the respective NSPanel
                                              const NSPanel_Path = '0_userdata.0.NSPanel.1.';
                                           
                                              // DE: Pfad für gemeinsame Nutzung durch mehrere Panels (bei Nutzung der cardAlarm/cardUnlock)
                                              // EN: Path for sharing between multiple panels (when using cardAlarm/cardUnlock)
                                              const NSPanel_Alarm_Path = '0_userdata.0.NSPanel.';
                                          
                                          /***** 2. Directories in 0_userdata.0... *****/
                                           
                                              // DE: Anpassen an das jeweilige NSPanel
                                              // EN: Adapt to the respective NSPanel
                                              const NSPanel_Path = '0_userdata.0.NSPanel.SZ.';
                                           
                                              // DE: Pfad für gemeinsame Nutzung durch mehrere Panels (bei Nutzung der cardAlarm/cardUnlock)
                                              // EN: Path for sharing between multiple panels (when using cardAlarm/cardUnlock)
                                              const NSPanel_Alarm_Path = '0_userdata.0.NSPanel.';
                                          
                                          L 1 Reply Last reply Reply Quote 1
                                          • L
                                            lustig29 @SuFra last edited by

                                            @sufra
                                            Ja, da ist irgendwo der Wurm drin.

                                            S T 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            745
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

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