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

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    SONOFF NSPanel mit Lovelace UI

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

      @tt-tom
      Bei dem Abfallkalender wird nur die Seite angezeigt. Der Rest ist leer.

      let Abfall: PageType =
      {
          "type": "cardEntities",
          "heading": "Abfallkalender",
          "useColor": true,
          "subPage": false,
          "parent": undefined,
          "items": [
              { id: '0_userdata.0.Abfallkalender.1',icon: 'trash-can'},  
              { id: '0_userdata.0.Abfallkalender.2',icon: 'trash-can'},  
              { id: '0_userdata.0.Abfallkalender.3',icon: 'trash-can'},  
              { id: '0_userdata.0.Abfallkalender.4',icon: 'trash-can'}  
          ]
      };
      

      db123b88-8acf-45ea-ba61-3d8318821137-image.png

      Datenpunkt war verkehrt....

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

        @lustig29
        Die Abfallseite reagiert nur auf den alias Ordner.
        Nutzt du mein Script für die Abfalltermine??
        Dann lösche bitte die Ordner unter userdata und starte das Script neu.

        Die Seite muss dann so aus sehen

        let Abfall: PageType =
        {
        	'type': 'cardEntities',
        	'heading': 'Abfallkalender',
        	'useColor': true,
        	'items': [
        		{ id: 'alias.0.NSPanel_1.Abfall.event1',icon: 'trash-can'},
        		{ id: 'alias.0.NSPanel_1.Abfall.event2',icon: 'trash-can'},
        		{ id: 'alias.0.NSPanel_1.Abfall.event3',icon: 'trash-can'},
        		{ id: 'alias.0.NSPanel_1.Abfall.event4',icon: 'trash-can'}
        	]
        };
        
        L 1 Reply Last reply Reply Quote 0
        • L
          lustig29 @TT-Tom last edited by

          @tt-tom

          Läuft jetzt. Danke. Datenpunkt war verkehrt in dem einem Script

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

            @armilar OK, danke.👍

            Wegen den Black Screens die waren nicht oft und die ließen sich auch nicht reproduzieren, aber meistens in Verbindung mit klick auf die Indikatoren (sind bei mir keiner Seite zugewiesen)

            Ich werde das mal noch bisschen beobachten, wenn es mehr wird melde ich mich nochmal.

            L 1 Reply Last reply Reply Quote 1
            • L
              lustig29 @Nobody else last edited by

              Ich kann den Spotify Player nicht nutzen. Er sagt mir immer "Keine Musik zum Steuern"

              Mir kommt die Anordnung des Ordneraliases auch ziemlich komisch vor. Habe jetzt den Alias nochmal gelöscht und das Skript neu gestartet.

              let SpotifyPremium: PageType =
              {
                  'type': 'cardMedia',
                  'heading': 'Spotify-Premium',
                  'items': [{ 
                              id: AliasPath + 'Media.PlayerSpotifyPremium', 
                              adapterPlayerInstance: "spotify-premium.0.",
                              speakerList: [],
                              playList: [],
                              repeatList: ['off','context','track'],
                              equalizerList: ['Bassboost','Klassik','Dance', 'Deep', 'Electronic', 'Flat', 'Hip-Hop', 'Rock', 
                                              'Metal', 'Jazz', 'Latin', 'Tonstärke', 'Lounge', 'Piano'],
                              colorMediaIcon: colorSpotify,
                              colorMediaArtist: Yellow,
                              colorMediaTitle: Yellow,
                              alwaysOnDisplay: true,
                              autoCreateALias: true
                           }]
              };
              

              6de1d082-6211-4dae-a482-58c856a748e8-image.png

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

                @lustig29

                Ja da ist wohl etwas schief gelaufen... Alias wegwerfen und neu machen...

                Aber Datenseitig ist da auch nicht viel drin... Läuft der Spotify-Premium Adapter?

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

                  @armilar
                  Hab ich schon gemacht der Alias wird ja automatisch erzeugt. Oder muss ich da noch was hinzufügen?

                  Spotify Premium läuft und ist grün

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

                    @lustig29

                    Alias wird selbständig erzeugt...

                    Dann müssten aber auch Daten drin sein... Ansonsten mal durchstarten... Evtl. hängt da was im ioBroker

                    Müsste dann so aussehen:

                    396f8cad-782b-4aed-9d4e-677b33a2f1ec-image.png

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

                      @armilar
                      Kann es daran liegen?

                      spotify-premium.0
                      2024-08-23 16:10:06.603	error	playlist error 429
                      
                      spotify-premium.0
                      2024-08-23 16:09:06.602	error	playlist error 429
                      
                      spotify-premium.0
                      2024-08-23 16:08:06.601	error	playlist error 429
                      
                      spotify-premium.0
                      2024-08-23 16:07:55.941	error	playlist error 429
                      
                      Armilar 1 Reply Last reply Reply Quote 0
                      • Armilar
                        Armilar Most Active Forum Testing @lustig29 last edited by

                        @lustig29

                        Jo, deine spotify-premium.0 Instanz macht Probleme... Die solltest du erst in den Griff bekommen...

                        Wie sehen denn die Datenpunkte in dem Adapter aus, wenn etwas abgespielt wird?

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

                          @armilar

                          Musik läuft...

                          a202ecd0-96ab-4d10-9ae4-6d6b61c48d10-image.png

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

                            @lustig29

                            sieht bei mir aber etwas vollständiger aus, wenn etwas abgespielt wird:

                            b4d2997c-87fc-4167-925e-a0638dc214ab-image.png

                            Das musst du erst lösen... Danach kommen auch Daten am NSPanel an. Ist ja nur eine Fernsteuerung dieser Datenpunkte...

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

                              @armilar
                              Hatte die Frage ja schon mal im Forum gestellt, aber leider noch keine Antwort bekommen.

                              link text

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

                                @lustig29

                                Schätze da stimmt etwas nicht an den Einstellungen in der Instanz

                                72555052-7972-4269-9e7a-9ab1bacd7337-image.png

                                Warst du auch auf dem 2. Reiter?

                                5d62da59-c098-4a58-8cd4-bb1b4fbb47f5-image.png

                                EDIT:
                                Da ist auch eine Videoanleitung drin

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

                                  @armilar
                                  Ja. Habe ich alles gemacht. Ist ja wie gesagt auch grün.

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

                                    @lustig29

                                    Habe den Error-Code mal kurz gegoogled 😉

                                    If your app makes a lot of Web API requests in a short period of time then it may receive a 429 error response from Spotify. This indicates that your app has reached our Web API rate limit. The Web API has rate limits in order to keep our API reliable and to help third-party developers use the API in a responsible way.

                                    Wie lange du gesperrt bist, steht da nicht...

                                    Soviel zu der Adapter ist grün 😉

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

                                      @armilar
                                      Ok, danke. Dann werde ich mal warten...

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

                                        @armilar said in SONOFF NSPanel mit Lovelace UI:

                                        Soviel zu der Adapter ist grün

                                        Er war auch grün...

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

                                          @lustig29 sagte in SONOFF NSPanel mit Lovelace UI:

                                          Soviel zu der Adapter ist grün

                                          Er war auch grün...

                                          Glaube ich dir - Der spotify-premium.0. sollte er aber nicht grün werden, wenn er Fehlermeldungen bekommt!!! Traue also niemals einem Statusindikator...

                                          Ist die Spotify-Adapter-Instanz denn jetzt aus oder pollt der fleißig weiter?

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

                                            @armilar
                                            Stand jetzt...

                                            217fa992-eb5e-415f-abbb-ec1811971267-image.png

                                            321f2be8-c6d9-4c2c-b643-070a9284f7da-image.png

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            874
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            lovelace ui nspanel sonoff
                                            263
                                            7243
                                            4991527
                                            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