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.
    • K
      Kuckuckmann @Wuschl last edited by

      @wuschl
      ja, dann die nächsten Fragen:

      • Welche node js Version hast Du installiert?
      • welche NPM Version hast Du installiert?
      • Welche Version des TS-Skriptes nutzt Du?
      • welche JS-Version hast Du installiert?

      Danke Dir und LG

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

        @tomduke sagte in SONOFF NSPanel mit Lovelace UI:

        alles gut, sitze auch nicht ständig am Mac, bin ja froh das du mir hilfst

        Hm... ist auch alles Top

        Wir sollten kurz die erweiterte Protokollierung anschalten, damit man lokalisieren kann wo die Warnungen auftauchen...

        oben in der Ecke ist ein Schraubenschlüssel

        0917044a-72db-4438-bc8a-7e7d7793e569-image.png

        1e6ea9c1-9aa6-48cf-9579-53d93675743c-image.png

        Haken rein und einmal Script durchstarten ab026e25-9dd5-4625-baaf-85c440c46101-image.png

        Dann das Log senden in dem die Warnungen sind und ein wenig normale Meldungen drumherum...

        TomDuke 1 Reply Last reply Reply Quote 0
        • W
          Wuschl @Kuckuckmann last edited by

          @kuckuckmann okay... 🙂

          • node js 16.19.0
          • npm 8.19.3
          • ts-skript 3.7.0
          • js 6.1.4

          sehr gerne

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

            @wuschl

            Was genau läuft denn nicht?

            Also Uhrzeit hatte ich gelesen funktioniert...

            Was aktualisiert sich denn nicht?:

            • Datum?
            • Status Relais Icons oben?
            • Großes Wettersymbol?
            • Außentemperatur?
            • Kleine Icons unten?

            Irgendetwas individuell am Code verändert?

            Gibt es Warnungen?

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

              @armilar wenn der iobroker einen Neustart macht, dann ist an den Panels der Screensaver aktiv, aber sonst keinerlei Reaktion mehr wenn man auf das Display tippt. Erst wenn ich das Skript stoppe und wieder starte dann gehts wieder.
              Nichts verändert, gestern Abend noch die 3.7.3 aufgespielt.

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

                @wuschl

                Was ist die 1. Seite für eine? Also wenn die in der Config mal auskommentiert wird?

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

                  @armilar

                  //-- Anfang der Beispiele für Seitengestaltung -- Selbstdefinierte Aliase erforderlich ----------------
                  
                  var Flur: PageEntities =
                  {
                      "type": "cardEntities",
                      "heading": "Flur",
                      "useColor": true,
                      "subPage": false,
                      "parent": undefined,
                      "items": [
                          <PageItem>{ id: "alias.0.NsPanelGarage.Fernsehen", name: "Fernsehen", interpolateColor: true},
                          <PageItem>{ id: "alias.0.NsPanelGarage.Garage-Bernd", offColor: MSGreen, onColor: MSRed, name: "Garagentor", icon: "garage-variant", icon2: "garage-open-variant"},
                          <PageItem>{ id: "alias.0.NsPanelGarage.Radio_ein", name: "Radio", interpolateColor: true},
                          <PageItem>{ id: "alias.0.NsPanelGarage.Deko-Flur", name: "Flur-Deko", minValueBrightness: 0, maxValueBrightness: 100, interpolateColor: true},
                      ] 
                  };
                  
                  var Luftfeuchte: PageEntities =
                  {
                      "type": "cardEntities",
                      "heading": "Luftfeuchte",
                      "useColor": true,
                      "subPage": false,
                      "parent": undefined,
                      "items": [
                          <PageItem>{ id: "alias.0.Luftfeuchte.Wohnzimmer", name: "Wohnzimmer", icon: "water-percent", unit: "%H", onColor: White },
                          <PageItem>{ id: "alias.0.Luftfeuchte.Bad", name: "Badezimmer", icon: "water-percent", unit: "%H", onColor: White },
                          <PageItem>{ id: "alias.0.Luftfeuchte.Schlafzimmer", name: "Schlafzimmer", icon: "water-percent", unit: "%H", onColor: White },
                          <PageItem>{ id: "alias.0.Luftfeuchte.Küche", name: "Küche", icon: "water-percent", unit: "%H", onColor: White },
                  };
                  
                  var Küche: PageEntities =
                  {
                      "type": "cardEntities",
                      "heading": "Küche",
                      "useColor": true,
                      "subPage": false,
                      "parent": undefined,
                      "items": [
                          <PageItem>{ id: "alias.0.NsPanelGarage.Küche", name: "Küche", interpolateColor: true},
                          <PageItem>{ id: "alias.0.NsPanelGarage.Spüle", name: "Spüle", interpolateColor: true},
                          <PageItem>{ id: "alias.0.NsPanelGarage.Rollo", onColor: White, name: "Rollo Küche"},
                          <PageItem>{ id: "alias.0.NsPanelGarage.Deko-Küche", name: "Küche-Deko", minValueBrightness: 0, maxValueBrightness: 100, interpolateColor: true},
                      ]
                  };
                  
                  var Garagen: PageEntities =
                  {
                      "type": "cardEntities",
                      "heading": "Garagen",
                      "useColor": true,
                      "subPage": false,
                      "parent": undefined,
                      "items": [
                          <PageItem>{ id: "alias.0.Garagen-Papa.Garage-Audi", offColor: MSGreen, onColor: MSRed, name: "Garage Audi", icon: "garage-variant", icon2: "garage-open-variant"},
                          <PageItem>{ id: "alias.0.Garagen-Papa.Garage-Polo", offColor: MSGreen, onColor: MSRed, name: "Garage Polo", icon: "garage-variant", icon2: "garage-open-variant"},
                          <PageItem>{ id: "alias.0.Garagen-Papa.Garage-Fahrräder", offColor: MSGreen, onColor: MSRed, name: "Garage Fahrräder", icon: "garage-variant", icon2: "garage-open-variant"},
                  };      
                  
                  var WLAN: PageQR = 
                  {
                      "type": "cardQR",
                      "heading": "Gäste WLAN",
                      "useColor": true,
                      "subPage": false,
                      "parent": undefined,
                      "items": [<PageItem>{ id: "alias.0.NsPanelGarage.WLAN" }]
                  };
                  
                  
                  Armilar 1 Reply Last reply Reply Quote 0
                  • Armilar
                    Armilar Most Active Forum Testing @Wuschl last edited by

                    @wuschl

                    Und die erreichst du alle nicht mehr?

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

                      @armilar nein keine Reaktion mehr, aber auf allen 3 Panels die aktiv sind

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

                        @wuschl

                        werf mal von einem Panel die 0_userdata weg (komplett)

                        Dann anlegen lassen durch das Script

                        Wobei das schon interessant ist, dass alle nicht laufen...

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

                          @armilar schon probiert gestern, ändert nichts.

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

                            @wuschl

                            Was sagt das Tasmota-Log wenn du es rebootest?

                            Armilar W 2 Replies Last reply Reply Quote 0
                            • Armilar
                              Armilar Most Active Forum Testing @Armilar last edited by

                              @armilar

                              Spannend ist wirklich das alle betroffen sind. Das spricht doch eigentlich mehr für ein globaleres Problem. Der erste Aufbau funktioniert und danach keine Aktualisierung mehr...

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

                                @armilar Wie meinst du das Tasmota Log, aus der Konsole?

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

                                  @wuschl

                                  Ja die Console, kurz nach dem Reboot eines Panels

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

                                    @armilar

                                    20:28:53.253 MQT: Attempting connection...
                                    20:28:53.279 MQT: Connected
                                    20:28:53.284 MQT: tele/NS-Panel-Vroni_0BEC90/LWT = Online (retained)
                                    20:28:53.287 MQT: cmnd/NS-Panel-Vroni_0BEC90/POWER = 
                                    20:28:53.293 MQT: tele/NS-Panel-Vroni_0BEC90/INFO1 = {"Info1":{"Module":"NSPanel","Version":"12.3.1(nspanel)","FallbackTopic":"cmnd/DVES_0BEC90_fb/","GroupTopic":"cmnd/tasmotas/"}}
                                    20:28:53.308 MQT: tele/NS-Panel-Vroni_0BEC90/INFO2 = {"Info2":{"WebServerMode":"Admin","Hostname":"NS-Panel-Vroni-0BEC90-3216","IPAddress":"192.168.178.199"}}
                                    20:28:53.322 MQT: tele/NS-Panel-Vroni_0BEC90/INFO3 = {"Info3":{"RestartReason":"Software reset CPU","BootCount":37}}
                                    20:28:53.336 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"POWER1":"OFF"}
                                    20:28:53.338 MQT: stat/NS-Panel-Vroni_0BEC90/POWER1 = OFF
                                    20:28:53.345 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"POWER2":"OFF"}
                                    20:28:53.348 MQT: stat/NS-Panel-Vroni_0BEC90/POWER2 = OFF
                                    20:28:53.484 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"POWER1":"OFF"}
                                    20:28:53.487 MQT: stat/NS-Panel-Vroni_0BEC90/POWER1 = OFF
                                    20:28:53.606 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"CustomSend":"Done"}
                                    20:28:53.630 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"POWER1":"OFF"}
                                    20:28:53.632 MQT: stat/NS-Panel-Vroni_0BEC90/POWER1 = OFF
                                    20:28:53.751 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"CustomSend":"Done"}
                                    20:28:53.789 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"POWER1":"OFF"}
                                    20:28:53.799 MQT: stat/NS-Panel-Vroni_0BEC90/POWER1 = OFF
                                    20:28:53.905 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"CustomSend":"Done"}
                                    20:28:53.942 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"POWER1":"OFF"}
                                    20:28:53.950 MQT: stat/NS-Panel-Vroni_0BEC90/POWER1 = OFF
                                    20:28:54.050 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"CustomSend":"Done"}
                                    20:28:55.538 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"POWER1":"OFF"}
                                    20:28:55.546 MQT: stat/NS-Panel-Vroni_0BEC90/POWER1 = OFF
                                    20:28:55.902 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"CustomSend":"Done"}
                                    20:28:56.100 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"CustomSend":"Done"}
                                    20:28:56.128 MQT: tele/NS-Panel-Vroni_0BEC90/RESULT = {"CustomRecv":"event,startup,46,eu"}
                                    20:28:56.209 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"CustomSend":"Done"}
                                    20:28:56.249 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"CustomSend":"Done"}
                                    20:28:56.298 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"CustomSend":"Done"}
                                    20:28:56.359 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"CustomSend":"Done"}
                                    20:28:56.485 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"CustomSend":"Done"}
                                    20:28:56.908 QPC: Reset
                                    

                                    aber das Problem ist ja nicht nach dem Neustart des Panels, sondern nach dem Neustart des IOBrokers

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

                                      @wuschl

                                      Wie sieht das Problem denn aus? Also mit dem Start des ioBrokers?

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

                                        @armilar

                                        20:35:06.080 MQT: Attempting connection...
                                        20:35:06.209 MQT: Connected
                                        20:35:06.216 MQT: tele/NS-Panel-Vroni_0BEC90/LWT = Online (retained)
                                        20:35:06.219 MQT: cmnd/NS-Panel-Vroni_0BEC90/POWER = 
                                        20:35:06.806 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"POWER1":"OFF"}
                                        20:35:06.810 MQT: stat/NS-Panel-Vroni_0BEC90/POWER1 = OFF
                                        20:35:06.865 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"CustomSend":"Done"}
                                        20:35:06.904 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"POWER1":"OFF"}
                                        20:35:06.910 MQT: stat/NS-Panel-Vroni_0BEC90/POWER1 = OFF
                                        20:35:06.998 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"CustomSend":"Done"}
                                        20:35:07.027 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"POWER1":"OFF"}
                                        20:35:07.038 MQT: stat/NS-Panel-Vroni_0BEC90/POWER1 = OFF
                                        20:35:07.080 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"CustomSend":"Done"}
                                        20:35:07.356 MQT: stat/NS-Panel-Vroni_0BEC90/RESULT = {"POWER1":"OFF"}
                                        20:35:07.365 MQT: stat/NS-Panel-Vroni_0BEC90/POWER1 = OFF
                                        

                                        das ist nach dem Neustart des IOBrokers, Panel zeigt Screensaver, beim Tippen auf das Panel wird nur der Bildschirm hell.

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

                                          @wuschl

                                          hmm - bei mir sieht ein Neustart des ioBrokers so aus:

                                          20:43:57.411 MQT: SmartHome/NSPanel_1/stat/RESULT = {"CustomSend":"Done"}
                                          20:43:57.469 MQT: SmartHome/NSPanel_1/stat/RESULT = {"CustomSend":"Done"}
                                          20:43:57.635 MQT: SmartHome/NSPanel_1/tele/RESULT = {"CustomRecv":"event,startup,46,eu"}
                                          20:43:59.255 MQT: SmartHome/NSPanel_1/stat/RESULT = {"CustomSend":"Done"}
                                          20:43:59.298 MQT: SmartHome/NSPanel_1/stat/RESULT = {"CustomSend":"Done"}
                                          20:43:59.352 MQT: SmartHome/NSPanel_1/stat/RESULT = {"CustomSend":"Done"}
                                          20:43:59.413 MQT: SmartHome/NSPanel_1/stat/RESULT = {"CustomSend":"Done"}
                                          20:43:59.449 MQT: SmartHome/NSPanel_1/tele/RESULT = {"nlui_driver_version":"8"}
                                          20:43:59.634 MQT: SmartHome/NSPanel_1/stat/RESULT = {"CustomSend":"Done"}
                                          20:44:02.850 MQT: SmartHome/NSPanel_1/stat/RESULT = {"CustomSend":"Done"}
                                          20:44:03.033 MQT: SmartHome/NSPanel_1/stat/RESULT = {"CustomSend":"Done"}
                                          20:44:03.224 MQT: SmartHome/NSPanel_1/stat/RESULT = {"CustomSend":"Done"}
                                          20:44:03.405 MQT: SmartHome/NSPanel_1/stat/RESULT = {"CustomSend":"Done"}
                                          20:44:06.796 MQT: SmartHome/NSPanel_1/stat/RESULT = {"CustomSend":"Done"}
                                          20:44:19.708 MQT: SmartHome/NSPanel_1/tele/RESULT = {"CustomRecv":"event,sleepReached,cardEntities"}
                                          

                                          Beginnt auch mit der ersten Seite (ebenfalls eine cardEntities). Nach dem SleepReached wird in den Screensaver gewechselt und alles ist okay...

                                          Und nach einem normalen Tasmota reboot läuft dann wieder alles? Oder ebenfalls eingefroren?

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

                                            @armilar nach einem Tasmota reset läuft alles, da taucht auch diese Zeile auf in der Konsole

                                            20:53:11.161 MQT: tele/NS-Panel-Garage_0E3BFC/RESULT = {"CustomRecv":"event,startup,46,eu"}
                                            
                                            Armilar 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            871
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

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