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.2.x

    NEWS

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

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    Betatest NSPanel-lovelace-ui v0.2.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • Asgothian
      Asgothian Developer @ticaki last edited by Asgothian

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

      Wenn das nicht durchläuft geht garnix - hast du das auch mit der aktuellen github version versucht und ist es mit dieser dann durchgelaufen?

      Nein - die gleiche Fehlermeldung.

      Was mich irritiert ist, das

      • ich mit dem MQTTexplorer mich nicht mit dem Server verbinden kann
      • diese Meldung im Log:
      warn: admin.0 (857) nspanel-lovelace-ui has an invalid jsonConfig: [{"instancePath":"/items/overview/items/_useBetaTFTText","schemaPath":"#/patternProperties/%5E.%2B/allOf/37/then/oneOf","keyword":"oneOf","params":{"passingSchemas":[0,1]},"message":"must match exactly one schema in oneOf"},{"instancePath":"/items/overview","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/9/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]
      

      Ich habe es testweise auch mit einem externen MQTT Server (standard Mosquitto auf PI5) versucht - das gleiche

      A.

      Nachtrag: Im Log des Panels kommt

      14:55:26.745 MQT: Panel_1/tele/STATE = {"Time":"2025-08-31T14:55:26","Uptime":"0T00:20:13","UptimeSec":1213,"Heap":119,"SleepMode":"Dynamic","Sleep":0,"LoadAvg":999,"MqttCount":3,"Berry":{"HeapUsed":16,"Objects":227},"POWER1":"OFF","POWER2":"OFF","Wifi":{"AP":1,"SSId":"waet6","BSSId":"4C:32:75:C6:C7:82","Channel":11,"Mode":"HT20","RSSI":100,"Signal":-45,"LinkCount":1,"Downtime":"0T00:00:03"}}
      14:55:26.754 MQT: Panel_1/tele/SENSOR = {"Time":"2025-08-31T14:55:26","ANALOG":{"Temperature1":2.9},"TempUnit":"C"}
      

      in etwa alle 5, und

      14:55:30.885 MQT: Panel_1/tele/RESULT = {"CustomRecv":"event,startup,53,eu"}
      

      alle 5-7 sekunden

      Ein Skript gibt es auch, wenn ich das manuell starte wirft es allerdings einen Fehler:

      31/08/2025, 15:52:48.723	[info ]: javascript.0 (140610) Compiling TypeScript source script.js.common.NsPanelAdapter.NsPanelSendTo
      31/08/2025, 15:52:54.664	[error]: javascript.0 (140610) script.js.common.NsPanelAdapter.NsPanelSendTo: TypeScript compilation failed:
                          payload: 'dimmode~' + getState(NSPanel_Path + 'ScreensaverInfo.activeDimmodeBrightness').val + '~' + getState(NSPanel_Path + 'ScreensaverInfo.activeBrightness').val ??
                                   ^
      ERROR: Right operand of ?? is unreachable because the left operand is never nullish.
      
                              payload: 'dimmode~' + timeDimMode.brightnessDay + '~' + getState(NSPanel_Path + 'ScreensaverInfo.activeBrightness').val ??
                                       ^
      ERROR: Right operand of ?? is unreachable because the left operand is never nullish.
      
                              payload: 'dimmode~' + timeDimMode.brightnessNight + '~' + getState(NSPanel_Path + 'ScreensaverInfo.activeBrightness').val ??
                                       ^
      ERROR: Right operand of ?? is unreachable because the left operand is never nullish.```
      
      A.
      T 1 Reply Last reply Reply Quote 0
      • T
        ticaki Developer @Asgothian last edited by ticaki

        @asgothian
        Also das problem hat nichts mit dem mqtt zu tun, könnte eine änderung sein die ich letzten vorgenommen habe oder aber das bei dir der tasmota länger braucht.

        Versuche mal die aktuelle github version - hab den timeout verlängert und das löschen der alten autoexec.be entfernt jetzt wird nur umbeannt. Außerdem schreibt er jetzt ins debuglog welche url er benutzt um den befehl zu senden. Wenns noch immer nicht geht. Verwende bitte diese Url in deinem browser und zeige mir dann die url und das was im browser als rückmeldung kam.

        Um auf den mqtt zu zu greifen must du tls aktivieren im client

        Wenn berry nicht geht, ist der rest vom log unsinn, weil ohne diesen garnix geht 🙂

        Asgothian 1 Reply Last reply Reply Quote 1
        • Asgothian
          Asgothian Developer @ticaki last edited by Asgothian

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

          @asgothian
          Also das problem hat nichts mit dem mqtt zu tun, könnte eine änderung sein die ich letzten vorgenommen habe oder aber das bei dir der tasmota länger braucht.

          Versuche mal die aktuelle github version - hab den timeout verlängert und das löschen der alten autoexec.be entfernt jetzt wird nur umbeannt. Außerdem schreibt er jetzt ins debuglog welche url er benutzt um den befehl zu senden. Wenns noch immer nicht geht. Verwende bitte diese Url in deinem browser und zeige mir dann die url und das was im browser als rückmeldung kam.

          Perfekt - damit klappt es. Offensichtlich ist das Panel zu langsam oder mein Netz zu träge.

          Vielen Dank für die Hilfe.

          A.

          Edit: Debug-Log hinterm spoiler - falls Du das brauchst

          2025-08-31 16:33:10.018 - info: host.raspberrypi "system.adapter.nspanel-lovelace-ui.0" enabled
          2025-08-31 16:33:10.398 - info: host.raspberrypi instance system.adapter.nspanel-lovelace-ui.0 in version "0.2.4" (non-npm: ticaki/ioBroker.nspanel-lovelace-ui) started with pid 258279
          2025-08-31 16:33:11.187 - debug: nspanel-lovelace-ui.0 (258279) Redis Objects: Use Redis connection: 0.0.0.0:6379
          2025-08-31 16:33:11.200 - debug: nspanel-lovelace-ui.0 (258279) Objects client ready ... initialize now
          2025-08-31 16:33:11.201 - debug: nspanel-lovelace-ui.0 (258279) Objects create System PubSub Client
          2025-08-31 16:33:11.202 - debug: nspanel-lovelace-ui.0 (258279) Objects create User PubSub Client
          2025-08-31 16:33:11.227 - debug: nspanel-lovelace-ui.0 (258279) Objects client initialize lua scripts
          2025-08-31 16:33:11.230 - debug: nspanel-lovelace-ui.0 (258279) Objects connected to redis: 0.0.0.0:6379
          2025-08-31 16:33:11.236 - debug: nspanel-lovelace-ui.0 (258279) Redis States: Use Redis connection: 0.0.0.0:6379
          2025-08-31 16:33:11.239 - debug: nspanel-lovelace-ui.0 (258279) States create System PubSub Client
          2025-08-31 16:33:11.240 - debug: nspanel-lovelace-ui.0 (258279) States create User PubSub Client
          2025-08-31 16:33:11.244 - debug: nspanel-lovelace-ui.0 (258279) States connected to redis: 0.0.0.0:6379
          2025-08-31 16:33:11.295 - info: nspanel-lovelace-ui.0 (258279) starting. Version 0.2.4 (non-npm: ticaki/ioBroker.nspanel-lovelace-ui) in /opt/iobroker/node_modules/iobroker.nspanel-lovelace-ui, node: v20.19.4, js-controller: 7.0.6
          2025-08-31 16:33:11.399 - info: nspanel-lovelace-ui.0 (258279) [mqttServer] Started and listening on port 1888
          2025-08-31 16:33:11.401 - info: nspanel-lovelace-ui.0 (258279) Configured panels: name#topic ->
          2025-08-31 16:33:11.401 - info: nspanel-lovelace-ui.0 (258279) Found 1 script configs for topics: Panel_1
          2025-08-31 16:33:11.402 - error: nspanel-lovelace-ui.0 (258279) No compatible config found, paused!
          2025-08-31 16:33:11.815 - debug: nspanel-lovelace-ui.0 (258279) [mqttServer] Client mqtt-explorer-82e69a16 login successful.
          2025-08-31 16:33:16.604 - debug: nspanel-lovelace-ui.0 (258279) {"command":"getTasmotaDevices","message":{"ip":"192.168.2.222"},"from":"system.adapter.admin.0","callback":{"message":{"ip":"192.168.2.222"},"id":3631,"ack":false,"time":1756650796600},"_id":23720191}
          2025-08-31 16:33:16.613 - debug: nspanel-lovelace-ui.0 (258279) {"command":"getTimeZones","message":{"ip":"192.168.2.222"},"from":"system.adapter.admin.0","callback":{"message":{"ip":"192.168.2.222"},"id":3632,"ack":false,"time":1756650796612},"_id":23720192}
          2025-08-31 16:33:20.079 - warn: admin.0 (857) nspanel-lovelace-ui has an invalid jsonConfig: [{"instancePath":"/items/overview/items/_useBetaTFTText","schemaPath":"#/patternProperties/%5E.%2B/allOf/37/then/oneOf","keyword":"oneOf","params":{"passingSchemas":[0,1]},"message":"must match exactly one schema in oneOf"},{"instancePath":"/items/overview","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/9/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]
          2025-08-31 16:33:36.792 - debug: nspanel-lovelace-ui.0 (258279) [mqttServer] Client Panel_1-1D3FE0 login successful.
          2025-08-31 16:34:21.041 - debug: nspanel-lovelace-ui.0 (258279) {"command":"nsPanelInit","message":{"tasmotaName":"LR_Panel","tasmotaIP":"192.168.2.54","tasmotaTopic":"LR_Panel","mqttServer":"true","mqttIp":"192.168.2.222","mqttPort":1888,"mqttUsername":"stormbroker","mqttPassword":"ioBroker","internalServerIp":"192.168.2.222","useBetaTFT":false,"model":""},"from":"system.adapter.admin.0","callback":{"message":{"tasmotaName":"LR_Panel","tasmotaIP":"192.168.2.54","tasmotaTopic":"LR_Panel","mqttServer":"true","mqttIp":"192.168.2.222","mqttPort":1888,"mqttUsername":"stormbroker","mqttPassword":"ioBroker","internalServerIp":"192.168.2.222","useBetaTFT":false,"model":""},"id":3633,"ack":false,"time":1756650861039},"_id":23720193}
          2025-08-31 16:34:21.041 - info: nspanel-lovelace-ui.0 (258279) Sending mqtt config & base config to tasmota: 192.168.2.54 with user stormbroker && ioBroker
          2025-08-31 16:34:21.181 - info: nspanel-lovelace-ui.0 (258279) Sending mqtt config & base config to tasmota with IP 192.168.2.54 and name LR_Panel.
          2025-08-31 16:34:24.987 - info: nspanel-lovelace-ui.0 (258279) Installing berry on tasmota with IP 192.168.2.54, name LR_Panel.
          2025-08-31 16:34:24.987 - debug: nspanel-lovelace-ui.0 (258279) URL: http://192.168.2.54/cm?&cmnd=Backlog UfsRename autoexec.be,autoexec.old; UrlFetch https://raw.githubusercontent.com/ticaki/ioBroker.nspanel-lovelace-ui/main/tasmota/berry/10/autoexec.be; Restart 1
          2025-08-31 16:34:34.791 - debug: nspanel-lovelace-ui.0 (258279) [mqttServer] Client LR_Panel-1D3FE0 login successful.
          2025-08-31 16:34:35.030 - info: nspanel-lovelace-ui.0 (258279) Installing tft on tasmota with IP 192.168.2.54 and name LR_Panel.
          2025-08-31 16:34:35.032 - debug: nspanel-lovelace-ui.0 (258279) Create script script.js.nspanel-lovelace-ui_0.LR_Panel
          2025-08-31 16:34:35.035 - info: nspanel-lovelace-ui.0 (258279) Create script script.js.nspanel-lovelace-ui_0.LR_Panel
          2025-08-31 16:34:41.477 - info: host.raspberrypi stopInstance system.adapter.nspanel-lovelace-ui.0 (force=false, process=true)
          2025-08-31 16:34:41.479 - info: host.raspberrypi stopInstance system.adapter.nspanel-lovelace-ui.0 send kill signal
          2025-08-31 16:34:41.481 - info: nspanel-lovelace-ui.0 (258279) Got terminate signal TERMINATE_YOURSELF
          2025-08-31 16:34:41.483 - info: nspanel-lovelace-ui.0 (258279) terminating
          2025-08-31 16:34:41.483 - info: nspanel-lovelace-ui.0 (258279) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          2025-08-31 16:34:41.985 - info: nspanel-lovelace-ui.0 (258279) terminating
          2025-08-31 16:34:42.007 - info: host.raspberrypi instance system.adapter.nspanel-lovelace-ui.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
          2025-08-31 16:34:45.274 - info: host.raspberrypi instance system.adapter.nspanel-lovelace-ui.0 in version "0.2.4" (non-npm: ticaki/ioBroker.nspanel-lovelace-ui) started with pid 258338
          2025-08-31 16:34:46.037 - debug: nspanel-lovelace-ui.0 (258338) Redis Objects: Use Redis connection: 0.0.0.0:6379
          2025-08-31 16:34:46.049 - debug: nspanel-lovelace-ui.0 (258338) Objects client ready ... initialize now
          2025-08-31 16:34:46.050 - debug: nspanel-lovelace-ui.0 (258338) Objects create System PubSub Client
          2025-08-31 16:34:46.050 - debug: nspanel-lovelace-ui.0 (258338) Objects create User PubSub Client
          2025-08-31 16:34:46.071 - debug: nspanel-lovelace-ui.0 (258338) Objects client initialize lua scripts
          2025-08-31 16:34:46.074 - debug: nspanel-lovelace-ui.0 (258338) Objects connected to redis: 0.0.0.0:6379
          2025-08-31 16:34:46.080 - debug: nspanel-lovelace-ui.0 (258338) Redis States: Use Redis connection: 0.0.0.0:6379
          2025-08-31 16:34:46.082 - debug: nspanel-lovelace-ui.0 (258338) States create System PubSub Client
          2025-08-31 16:34:46.083 - debug: nspanel-lovelace-ui.0 (258338) States create User PubSub Client
          2025-08-31 16:34:46.087 - debug: nspanel-lovelace-ui.0 (258338) States connected to redis: 0.0.0.0:6379
          2025-08-31 16:34:46.135 - info: nspanel-lovelace-ui.0 (258338) starting. Version 0.2.4 (non-npm: ticaki/ioBroker.nspanel-lovelace-ui) in /opt/iobroker/node_modules/iobroker.nspanel-lovelace-ui, node: v20.19.4, js-controller: 7.0.6
          2025-08-31 16:34:46.235 - info: nspanel-lovelace-ui.0 (258338) [mqttServer] Started and listening on port 1888
          2025-08-31 16:34:46.238 - info: nspanel-lovelace-ui.0 (258338) Configured panels: name#topic -> [LR_Panel#LR_Panel]
          2025-08-31 16:34:46.238 - info: nspanel-lovelace-ui.0 (258338) Found 1 script configs for topics: Panel_1
          2025-08-31 16:34:46.239 - warn: nspanel-lovelace-ui.0 (258338) No script config found for LR_Panel
          2025-08-31 16:34:46.240 - error: nspanel-lovelace-ui.0 (258338) No compatible config found, paused!
          2025-08-31 16:34:46.597 - debug: nspanel-lovelace-ui.0 (258338) [mqttServer] Client mqtt-explorer-82e69a16 login successful.
          2025-08-31 16:34:53.704 - debug: nspanel-lovelace-ui.0 (258338) [mqttServer] Client LR_Panel-1D3FE0 login successful.
          2025-08-31 16:35:41.333 - info: javascript.0 (140610) Compiling TypeScript source script.js.nspanel-lovelace-ui_0.LR_Panel
          2025-08-31 16:35:41.910 - info: javascript.0 (140610) script.js.nspanel-lovelace-ui_0.LR_Panel: TypeScript compilation successful
          2025-08-31 16:35:41.929 - info: javascript.0 (140610) script.js.nspanel-lovelace-ui_0.LR_Panel: registered 0 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
          2025-08-31 16:35:41.933 - debug: nspanel-lovelace-ui.0 (258338) {"command":"ScriptConfig","message":{"panelTopic":"LR_Panel","weatherEntity":"pirate-weather.0.","defaultOffColor":{"red":253,"green":128,"blue":0},"defaultOnColor":{"red":253,"green":216,"blue":53},"defaultBackgroundColor":{"red":29,"green":29,"blue":29},"weatherAddDefaultItems":false,"pages":[{"type":"cardGrid","uniqueName":"main","heading":"Die Leere","items":[]}],"subPages":[],"favoritScreensaverEntity":[{"type":"template","template":"text.pirate-weather.favorit","dpInit":"/^pirate-weather\\.0\\.weather\\.currently\\./","modeScr":"favorit"}],"alternateScreensaverEntity":[],"indicatorScreensaverEntity":[{"type":"script","ScreensaverEntity":"alias.0.NSPanel.allgemein.Status_offene_Fenster.ACTUAL","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":0,"ScreensaverEntityIconOn":"window-open-variant","ScreensaverEntityIconOff":"window-closed-variant","ScreensaverEntityText":"Fenster","ScreensaverEntityUnitText":"%","ScreensaverEntityIconColor":{"val_min":0,"val_max":1}},{"type":"script","ScreensaverEntity":"alias.0.NSPanel.allgemein.Status_offene_Tuer.ACTUAL","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":0,"ScreensaverEntityIconOn":"door-open","ScreensaverEntityIconOff":"door-closed","ScreensaverEntityText":"Tür","ScreensaverEntityUnitText":"","ScreensaverEntityIconColor":{"val_min":0,"val_max":1}},{"type":"script","ScreensaverEntity":"alias.0.NSPanel.allgemein.Status_Licht_An.ACTUAL","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":0,"ScreensaverEntityIconOn":"lightbulb","ScreensaverEntityIconOff":null,"ScreensaverEntityText":"Licht","ScreensaverEntityUnitText":"","ScreensaverEntityIconColor":{"val_min":0,"val_max":1}},{"type":"script","ScreensaverEntity":"alias.0.Türschloss.ACTUAL","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":0,"ScreensaverEntityIconOn":"lock","ScreensaverEntityIconOff":"lock-open","ScreensaverEntityText":"Türschloss","ScreensaverEntityUnitText":"","ScreensaverEntityIconColor":{"val_min":0,"val_max":1,"val_best":1}},{"type":"script","ScreensaverEntity":"alias.0.NSPanel.allgemein.Auto.Safety.ACTUAL","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":0,"ScreensaverEntityIconOn":"car-key","ScreensaverEntityIconOff":null,"ScreensaverEntityText":"Auto","ScreensaverEntityUnitText":"","ScreensaverEntityIconColor":{"val_min":0,"val_max":1,"val_best":1}}],"bottomScreensaverEntity":[{"type":"template","template":"text.pirate-weather.sunriseset","dpInit":"/^pirate-weather\\.0\\.weather\\.daily\\.00.+/","modeScr":"bottom"},{"type":"script","ScreensaverEntity":"pirate-weather.0.weather.currently.windSpeed","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":1,"ScreensaverEntityIconOn":"weather-windy","ScreensaverEntityIconOff":null,"ScreensaverEntityText":"Wind","ScreensaverEntityUnitText":"m/s","ScreensaverEntityIconColor":{"val_min":0,"val_max":120}},{"type":"script","ScreensaverEntity":"pirate-weather.0.weather.currently.windGust","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":1,"ScreensaverEntityIconOn":"weather-tornado","ScreensaverEntityIconOff":null,"ScreensaverEntityText":"Böen","ScreensaverEntityUnitText":"m/s","ScreensaverEntityIconColor":{"val_min":0,"val_max":120}},{"type":"template","template":"text.pirate-weather.winddirection","dpInit":"/^pirate-weather\\.0\\.weather\\.currently./","modeScr":"bottom"},{"type":"script","ScreensaverEntity":"pirate-weather.0.weather.currently.humidity","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":0,"ScreensaverEntityIconOn":"water-percent","ScreensaverEntityIconOff":null,"ScreensaverEntityText":"Feuchte","ScreensaverEntityUnitText":"%","ScreensaverEntityIconColor":{"val_min":0,"val_max":100,"val_best":60}},{"type":"template","template":"text.pirate-weather.uvindex","dpInit":"/^pirate-weather\\.0\\.weather\\.currently./","modeScr":"bottom"}],"leftScreensaverEntity":[{"type":"script","ScreensaverEntity":"alias.0.NSPanel.Flur.Sensor.ANALOG.Temperature.ACTUAL","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":1,"ScreensaverEntityIconOn":"thermometer","ScreensaverEntityIconOff":null,"ScreensaverEntityText":"Temperatur","ScreensaverEntityUnitText":"°C","ScreensaverEntityIconColor":{"val_min":0,"val_max":35,"val_best":22}},{"type":"script","ScreensaverEntity":"alias.0.Heizung.WärmeTagesVerbrauch.ACTUAL","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":1,"ScreensaverEntityIconOn":"counter","ScreensaverEntityIconOff":null,"ScreensaverEntityText":"Wärme","ScreensaverEntityUnitText":" kWh","ScreensaverEntityIconColor":{"red":255,"green":235,"blue":156}},{"type":"script","ScreensaverEntity":"alias.0.NSPanel.allgemein.Abfall.event1.INFO","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":0,"ScreensaverEntityDateFormat":{"year":"numeric","month":"2-digit","day":"2-digit"},"ScreensaverEntityIconOn":"trash-can","ScreensaverEntityIconOff":null,"ScreensaverEntityText":"Abfall","ScreensaverEntityUnitText":"","ScreensaverEntityIconColor":"0_userdata.0.Abfallkalender.1.color"}],"mrIcon1ScreensaverEntity":{"type":"script","ScreensaverEntity":"Relay.1","ScreensaverEntityIconOn":"lightbulb","ScreensaverEntityIconOff":null,"ScreensaverEntityValue":null,"ScreensaverEntityValueDecimalPlace":0,"ScreensaverEntityValueUnit":null,"ScreensaverEntityOnColor":{"red":253,"green":216,"blue":53},"ScreensaverEntityOffColor":{"red":68,"green":115,"blue":158}},"mrIcon2ScreensaverEntity":{"type":"script","ScreensaverEntity":"Relay.2","ScreensaverEntityIconOn":"lightbulb","ScreensaverEntityIconOff":null,"ScreensaverEntityValue":null,"ScreensaverEntityValueDecimalPlace":0,"ScreensaverEntityValueUnit":null,"ScreensaverEntityOnColor":{"red":253,"green":216,"blue":53},"ScreensaverEntityOffColor":{"red":68,"green":115,"blue":158}},"buttonLeft":{"mode":"page","page":"main"},"buttonRight":null,"version":"0.10.6"},"from":"system.adapter.javascript.0","callback":{"message":{"panelTopic":"LR_Panel","weatherEntity":"pirate-weather.0.","defaultOffColor":{"red":253,"green":128,"blue":0},"defaultOnColor":{"red":253,"green":216,"blue":53},"defaultBackgroundColor":{"red":29,"green":29,"blue":29},"weatherAddDefaultItems":false,"pages":[{"type":"cardGrid","uniqueName":"main","heading":"Die Leere","items":[]}],"subPages":[],"favoritScreensaverEntity":[{"type":"template","template":"text.pirate-weather.favorit","dpInit":"/^pirate-weather\\.0\\.weather\\.currently\\./","modeScr":"favorit"}],"alternateScreensaverEntity":[],"indicatorScreensaverEntity":[{"type":"script","ScreensaverEntity":"alias.0.NSPanel.allgemein.Status_offene_Fenster.ACTUAL","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":0,"ScreensaverEntityIconOn":"window-open-variant","ScreensaverEntityIconOff":"window-closed-variant","ScreensaverEntityText":"Fenster","ScreensaverEntityUnitText":"%","ScreensaverEntityIconColor":{"val_min":0,"val_max":1}},{"type":"script","ScreensaverEntity":"alias.0.NSPanel.allgemein.Status_offene_Tuer.ACTUAL","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":0,"ScreensaverEntityIconOn":"door-open","ScreensaverEntityIconOff":"door-closed","ScreensaverEntityText":"Tür","ScreensaverEntityUnitText":"","ScreensaverEntityIconColor":{"val_min":0,"val_max":1}},{"type":"script","ScreensaverEntity":"alias.0.NSPanel.allgemein.Status_Licht_An.ACTUAL","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":0,"ScreensaverEntityIconOn":"lightbulb","ScreensaverEntityIconOff":null,"ScreensaverEntityText":"Licht","ScreensaverEntityUnitText":"","ScreensaverEntityIconColor":{"val_min":0,"val_max":1}},{"type":"script","ScreensaverEntity":"alias.0.Türschloss.ACTUAL","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":0,"ScreensaverEntityIconOn":"lock","ScreensaverEntityIconOff":"lock-open","ScreensaverEntityText":"Türschloss","ScreensaverEntityUnitText":"","ScreensaverEntityIconColor":{"val_min":0,"val_max":1,"val_best":1}},{"type":"script","ScreensaverEntity":"alias.0.NSPanel.allgemein.Auto.Safety.ACTUAL","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":0,"ScreensaverEntityIconOn":"car-key","ScreensaverEntityIconOff":null,"ScreensaverEntityText":"Auto","ScreensaverEntityUnitText":"","ScreensaverEntityIconColor":{"val_min":0,"val_max":1,"val_best":1}}],"bottomScreensaverEntity":[{"type":"template","template":"text.pirate-weather.sunriseset","dpInit":"/^pirate-weather\\.0\\.weather\\.daily\\.00.+/","modeScr":"bottom"},{"type":"script","ScreensaverEntity":"pirate-weather.0.weather.currently.windSpeed","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":1,"ScreensaverEntityIconOn":"weather-windy","ScreensaverEntityIconOff":null,"ScreensaverEntityText":"Wind","ScreensaverEntityUnitText":"m/s","ScreensaverEntityIconColor":{"val_min":0,"val_max":120}},{"type":"script","ScreensaverEntity":"pirate-weather.0.weather.currently.windGust","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":1,"ScreensaverEntityIconOn":"weather-tornado","ScreensaverEntityIconOff":null,"ScreensaverEntityText":"Böen","ScreensaverEntityUnitText":"m/s","ScreensaverEntityIconColor":{"val_min":0,"val_max":120}},{"type":"template","template":"text.pirate-weather.winddirection","dpInit":"/^pirate-weather\\.0\\.weather\\.currently./","modeScr":"bottom"},{"type":"script","ScreensaverEntity":"pirate-weather.0.weather.currently.humidity","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":0,"ScreensaverEntityIconOn":"water-percent","ScreensaverEntityIconOff":null,"ScreensaverEntityText":"Feuchte","ScreensaverEntityUnitText":"%","ScreensaverEntityIconColor":{"val_min":0,"val_max":100,"val_best":60}},{"type":"template","template":"text.pirate-weather.uvindex","dpInit":"/^pirate-weather\\.0\\.weather\\.currently./","modeScr":"bottom"}],"leftScreensaverEntity":[{"type":"script","ScreensaverEntity":"alias.0.NSPanel.Flur.Sensor.ANALOG.Temperature.ACTUAL","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":1,"ScreensaverEntityIconOn":"thermometer","ScreensaverEntityIconOff":null,"ScreensaverEntityText":"Temperatur","ScreensaverEntityUnitText":"°C","ScreensaverEntityIconColor":{"val_min":0,"val_max":35,"val_best":22}},{"type":"script","ScreensaverEntity":"alias.0.Heizung.WärmeTagesVerbrauch.ACTUAL","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":1,"ScreensaverEntityIconOn":"counter","ScreensaverEntityIconOff":null,"ScreensaverEntityText":"Wärme","ScreensaverEntityUnitText":" kWh","ScreensaverEntityIconColor":{"red":255,"green":235,"blue":156}},{"type":"script","ScreensaverEntity":"alias.0.NSPanel.allgemein.Abfall.event1.INFO","ScreensaverEntityFactor":1,"ScreensaverEntityDecimalPlaces":0,"ScreensaverEntityDateFormat":{"year":"numeric","month":"2-digit","day":"2-digit"},"ScreensaverEntityIconOn":"trash-can","ScreensaverEntityIconOff":null,"ScreensaverEntityText":"Abfall","ScreensaverEntityUnitText":"","ScreensaverEntityIconColor":"0_userdata.0.Abfallkalender.1.color"}],"mrIcon1ScreensaverEntity":{"type":"script","ScreensaverEntity":"Relay.1","ScreensaverEntityIconOn":"lightbulb","ScreensaverEntityIconOff":null,"ScreensaverEntityValue":null,"ScreensaverEntityValueDecimalPlace":0,"ScreensaverEntityValueUnit":null,"ScreensaverEntityOnColor":{"red":253,"green":216,"blue":53},"ScreensaverEntityOffColor":{"red":68,"green":115,"blue":158}},"mrIcon2ScreensaverEntity":{"type":"script","ScreensaverEntity":"Relay.2","ScreensaverEntityIconOn":"lightbulb","ScreensaverEntityIconOff":null,"ScreensaverEntityValue":null,"ScreensaverEntityValueDecimalPlace":0,"ScreensaverEntityValueUnit":null,"ScreensaverEntityOnColor":{"red":253,"green":216,"blue":53},"ScreensaverEntityOffColor":{"red":68,"green":115,"blue":158}},"buttonLeft":{"mode":"page","page":"main"},"buttonRight":null,"version":"0.10.6"},"id":3,"ack":false,"time":1756650941925},"_id":58849220}
          2025-08-31 16:35:41.935 - info: nspanel-lovelace-ui.0 (258338) [config-manager] Start converting configuration for LR_Panel
          2025-08-31 16:35:42.064 - warn: nspanel-lovelace-ui.0 (258338) Invalid color value: "0_userdata.0.Abfallkalender.1.color"
          2025-08-31 16:35:42.067 - debug: nspanel-lovelace-ui.0 (258338) [config-manager] Screensaver pageItems count: 17
          2025-08-31 16:35:42.082 - info: javascript.0 (140610) script.js.nspanel-lovelace-ui_0.LR_Panel: [
          'Panel for Topic: LR_Panel name: LR_Panel Script version 0.10.6 is correct!',
          'done'
          ]
          2025-08-31 16:35:42.145 - info: javascript.0 (140610) Stopping script script.js.nspanel-lovelace-ui_0.LR_Panel
          2025-08-31 16:35:53.076 - info: host.raspberrypi "system.adapter.nspanel-lovelace-ui.0" disabled
          2025-08-31 16:35:53.076 - info: host.raspberrypi stopInstance system.adapter.nspanel-lovelace-ui.0 (force=false, process=true)
          2025-08-31 16:35:53.079 - info: host.raspberrypi stopInstance system.adapter.nspanel-lovelace-ui.0 send kill signal
          2025-08-31 16:35:53.080 - info: nspanel-lovelace-ui.0 (258338) Got terminate signal TERMINATE_YOURSELF
          2025-08-31 16:35:53.083 - info: nspanel-lovelace-ui.0 (258338) terminating
          2025-08-31 16:35:53.083 - info: nspanel-lovelace-ui.0 (258338) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          2025-08-31 16:35:53.584 - info: nspanel-lovelace-ui.0 (258338) terminating
          2025-08-31 16:35:53.607 - info: host.raspberrypi instance system.adapter.nspanel-lovelace-ui.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
          2025-08-31 16:35:58.103 - info: host.raspberrypi "system.adapter.nspanel-lovelace-ui.0" enabled
          2025-08-31 16:35:58.431 - info: host.raspberrypi instance system.adapter.nspanel-lovelace-ui.0 in version "0.2.4" (non-npm: ticaki/ioBroker.nspanel-lovelace-ui) started with pid 258442
          2025-08-31 16:35:59.194 - debug: nspanel-lovelace-ui.0 (258442) Redis Objects: Use Redis connection: 0.0.0.0:6379
          2025-08-31 16:35:59.206 - debug: nspanel-lovelace-ui.0 (258442) Objects client ready ... initialize now
          2025-08-31 16:35:59.207 - debug: nspanel-lovelace-ui.0 (258442) Objects create System PubSub Client
          2025-08-31 16:35:59.207 - debug: nspanel-lovelace-ui.0 (258442) Objects create User PubSub Client
          2025-08-31 16:35:59.228 - debug: nspanel-lovelace-ui.0 (258442) Objects client initialize lua scripts
          2025-08-31 16:35:59.230 - debug: nspanel-lovelace-ui.0 (258442) Objects connected to redis: 0.0.0.0:6379
          2025-08-31 16:35:59.236 - debug: nspanel-lovelace-ui.0 (258442) Redis States: Use Redis connection: 0.0.0.0:6379
          2025-08-31 16:35:59.239 - debug: nspanel-lovelace-ui.0 (258442) States create System PubSub Client
          2025-08-31 16:35:59.239 - debug: nspanel-lovelace-ui.0 (258442) States create User PubSub Client
          2025-08-31 16:35:59.243 - debug: nspanel-lovelace-ui.0 (258442) States connected to redis: 0.0.0.0:6379
          2025-08-31 16:35:59.289 - info: nspanel-lovelace-ui.0 (258442) starting. Version 0.2.4 (non-npm: ticaki/ioBroker.nspanel-lovelace-ui) in /opt/iobroker/node_modules/iobroker.nspanel-lovelace-ui, node: v20.19.4, js-controller: 7.0.6
          2025-08-31 16:35:59.390 - info: nspanel-lovelace-ui.0 (258442) [mqttServer] Started and listening on port 1888
          2025-08-31 16:35:59.392 - info: nspanel-lovelace-ui.0 (258442) Configured panels: name#topic -> [LR_Panel#LR_Panel]
          2025-08-31 16:35:59.392 - info: nspanel-lovelace-ui.0 (258442) Found 1 script configs for topics: LR_Panel
          2025-08-31 16:35:59.393 - info: nspanel-lovelace-ui.0 (258442) [config-manager] Start converting configuration for LR_Panel
          2025-08-31 16:35:59.412 - warn: nspanel-lovelace-ui.0 (258442) Invalid color value: "0_userdata.0.Abfallkalender.1.color"
          2025-08-31 16:35:59.414 - debug: nspanel-lovelace-ui.0 (258442) [config-manager] Screensaver pageItems count: 17
          2025-08-31 16:35:59.416 - info: nspanel-lovelace-ui.0 (258442) Raw script config found for LR_Panel
          2025-08-31 16:35:59.417 - debug: nspanel-lovelace-ui.0 (258442) [library] Load language en
          2025-08-31 16:35:59.445 - info: nspanel-lovelace-ui.0 (258442) Force an MQTT reconnect from the Nspanel with the ip 192.168.2.54 in 10 seconds!
          2025-08-31 16:36:00.225 - debug: nspanel-lovelace-ui.0 (258442) [mqttServer] Client mqtt-explorer-82e69a16 login successful.
          2025-08-31 16:36:01.468 - debug: nspanel-lovelace-ui.0 (258442) Check configuration!
          2025-08-31 16:36:01.551 - debug: nspanel-lovelace-ui.0 (258442) [mqttServer] Client iobroker_a3527a11-fe2f-4e87-8225-a57df5f31cb8 login successful.
          2025-08-31 16:36:01.596 - info: nspanel-lovelace-ui.0 (258442) [mqttClient] Connection is active.
          2025-08-31 16:36:01.597 - debug: nspanel-lovelace-ui.0 (258442) 49216.9296875k
          2025-08-31 16:36:01.599 - debug: nspanel-lovelace-ui.0 (258442) [controller] controller created
          2025-08-31 16:36:01.604 - debug: nspanel-lovelace-ui.0 (258442) [mqttClient] subscripe to: LR_Panel/stat/RESULT
          2025-08-31 16:36:01.626 - debug: nspanel-lovelace-ui.0 (258442) [controller] Set current Date with time: Sun Aug 31 2025 16:36:01 GMT+0200 (Central European Summer Time)
          2025-08-31 16:36:01.630 - debug: nspanel-lovelace-ui.0 (258442) [system-notifications] Request notifications from "system.host.raspberrypi"
          2025-08-31 16:36:01.633 - debug: nspanel-lovelace-ui.0 (258442) [system-notifications] Received notifications from "system.host.raspberrypi": {"admin":{"categories":{"adapterUpdates":{"instances":{"system.adapter.admin.1":{"messages":[{"message":"Adapter admin kann von 7.4.17 auf 7.6.0 aktualisiert werden.\nAdapter backitup kann von 3.0.31 auf 3.1.0 aktualisiert werden.\nAdapter echarts kann von 1.9.2 auf 2.0.6 aktualisiert werden.\nAdapter javascript kann von 8.8.3 auf 8.9.1 aktualisiert werden.\nAdapter node-red kann von 5.2.1 auf 6.0.5 aktualisiert werden.\nAdapter rpi2 kann von 2.3.1 auf 2.4.0 aktualisiert werden.\nAdapter socketio kann von 6.7.1 auf 7.0.8 aktualisiert werden.\nAdapter web kann von 6.2.5 auf 7.0.4 aktualisiert werden.\nAdapter ws kann von 2.6.2 auf 3.0.19 aktualisiert werden.\nAdapter yahka kann von 1.0.3 auf 1.0.9 aktualisiert werden.","ts":1741427141871}]},"system.adapter.admin.0":{"messages":[{"message":"Adapter admin kann von 7.4.17 auf 7.6.0 aktualisiert werden.\nAdapter backitup kann von 3.0.31 auf 3.1.0 aktualisiert werden.\nAdapter echarts kann von 1.9.2 auf 2.0.6 aktualisiert werden.\nAdapter javascript kann von 8.8.3 auf 8.9.1 aktualisiert werden.\nAdapter node-red kann von 5.2.1 auf 6.0.5 aktualisiert werden.\nAdapter rpi2 kann von 2.3.1 auf 2.4.0 aktualisiert werden.\nAdapter socketio kann von 6.7.1 auf 7.0.8 aktualisiert werden.\nAdapter web kann von 6.2.5 auf 7.0.4 aktualisiert werden.\nAdapter ws kann von 2.6.2 auf 3.0.19 aktualisiert werden.\nAdapter yahka kann von 1.0.3 auf 1.0.9 aktualisiert werden.","ts":1741427142500}]}},"description":{"en":"New adapter updates are available for your ioBroker.","de":"Es sind neue Adapter Updates für deinen ioBroker verfügbar.","ru":"Для вашего ioBroker доступны новые обновления адаптера.","pt":"Estão disponíveis novas actualizações de adaptadores para o seu ioBroker.","nl":"Nieuwe adapterupdates zijn beschikbaar voor uw ioBroker.","fr":"De nouvelles mises à jour de l'adaptateur sont disponibles pour ton ioBroker.","it":"Sono disponibili nuovi aggiornamenti dell'adattatore per il vostro ioBroker.","es":"Hay nuevas actualizaciones de adaptadores disponibles para su ioBroker.","pl":"Dostępne są nowe aktualizacje adaptera dla ioBroker.","uk":"Для вашого ioBroker доступні нові оновлення адаптерів.","zh-cn":"您的 ioBroker 可以使用新的适配器更新。"},"name":{"en":"Adapter updates","de":"Adapter-Updates","ru":"Обновления адаптера","pt":"Actualizações do adaptador","nl":"Adapter updates","fr":"Mises à jour de l'adaptateur","it":"Aggiornamenti dell'adattatore","es":"Actualizaciones de adaptadores","pl":"Aktualizacje adapterów","uk":"Оновлення адаптерів","zh-cn":"适配器更新"},"severity":"notify"}},"description":{"en":"These notifications represent news regarding installed adapters or general ioBroker information.","de":"Diese Benachrichtigungen enthalten Neuigkeiten zu installierten Adaptern oder allgemeine ioBroker-Informationen.","ru":"Эти уведомления представляют новости о установленных адаптерах или общей информации ioBroker.","pt":"Estas notificações representam notícias sobre adaptadores instalados ou informações gerais do ioBroker.","nl":"Deze berichten zijn nieuws over geïnstalleerde adapters of algemene ioBroker informatie.","fr":"Ces notifications représentent des nouvelles concernant les adaptateurs installés ou les informations générales ioBroker.","it":"Queste notifiche rappresentano notizie riguardanti adattatori installati o informazioni generali su ioBroker.","es":"Estas notificaciones representan noticias sobre adaptadores instalados o información general ioBroker.","pl":"Noty te reprezentują informacje dotyczące zainstalowanych adapterów lub ogólnie dostępnych informacji ioBrokera.","uk":"Ці повідомлення представляють новини про встановлені адаптери або загальні відомості про ioBroker.","zh-cn":"这些通知是有关安装的适应器或一般的气箱信息的新闻。."},"name":{"en":"Administration","de":"Administration","ru":"Администрация","pt":"Administração","nl":"Administratie","fr":"Administration","it":"Amministrazione","es":"Administración","pl":"Administracja","uk":"Адміністрація","zh-cn":"行政部门"}},"system":{"categories":{"packageUpdates":{"instances":{"system.host.raspberrypi":{"messages":[{"message":"libcamera-ipa/stable 0.5.1+rpt20250722-1 arm64 [upgradable from: 0.4.0+rpt20250213-1]\nlinux-headers-rpi-2712/stable 1:6.12.34-1+rpt1~bookworm arm64 [upgradable from: 1:6.12.20-1+rpt1~bpo12+1]\nlinux-headers-rpi-v8/stable 1:6.12.34-1+rpt1~bookworm arm64 [upgradable from: 1:6.12.20-1+rpt1~bpo12+1]\nlinux-image-rpi-2712/stable 1:6.12.34-1+rpt1~bookworm arm64 [upgradable from: 1:6.12.20-1+rpt1~bpo12+1]\nlinux-image-rpi-v8/stable 1:6.12.34-1+rpt1~bookworm arm64 [upgradable from: 1:6.12.20-1+rpt1~bpo12+1]\nraspi-utils-core/stable 20250826-1~bookworm arm64 [upgradable from: 20250314-1]\nraspi-utils-dt/stable 20250826-1~bookworm arm64 [upgradable from: 20250314-1]\nrpicam-apps-lite/stable,stable 1.8.1-1~bookworm arm64 [upgradable from: 1.6.0-2]","ts":1756637884062}]}},"description":{"en":"Some OS packages can be updated.","de":"Einige Betriebssystempakete können aktualisiert werden.","ru":"Некоторые пакеты ОС могут быть обновлены.","pt":"Alguns pacotes do sistema operativo podem ser actualizados.","nl":"Sommige OS-pakketten kunnen worden bijgewerkt.","fr":"Certains paquets du système d'exploitation peuvent être mis à jour.","it":"Alcuni pacchetti del sistema operativo possono essere aggiornati.","es":"Algunos paquetes del sistema operativo pueden actualizarse.","pl":"Niektóre pakiety systemu operacyjnego mogą zostać zaktualizowane.","uk":"Деякі пакунки ОС можна оновити.","zh-cn":"某些操作系统软件包可以更新。"},"name":{"en":"OS package updates available","de":"Betriebssystem-Paket-Updates verfügbar","ru":"Доступны обновления пакетов ОС","pt":"Actualizações de pacotes do SO disponíveis","nl":"OS-pakketupdates beschikbaar","fr":"Mises à jour du système d'exploitation disponibles","it":"Aggiornamenti del pacchetto OS disponibili","es":"Actualizaciones de paquetes del SO disponibles","pl":"Dostępne aktualizacje pakietów systemu operacyjnego","uk":"Доступні оновлення пакетів ОС","zh-cn":"提供操作系统软件包更新"},"severity":"notify"}},"description":{"en":"These notifications are collected by the ioBroker system and point to issues you should check and fix.","de":"Diese Benachrichtigungen werden vom ioBroker-System erfasst und weisen auf Probleme hin, die überprüft und behoben werden sollten.","ru":"Эти уведомления собираются системой ioBroker и указывают на проблемы, которые вы должны проверить и исправить.","pt":"Essas notificações são coletadas pelo sistema ioBroker e apontam para problemas que você deve verificar e corrigir.","nl":"Deze meldingen worden verzameld door het ioBroker-systeem en wijzen op problemen die u moet controleren en oplossen.","fr":"Ces notifications sont collectées par le système ioBroker et indiquent des problèmes que vous devez vérifier et résoudre.","it":"Queste notifiche vengono raccolte dal sistema ioBroker e indicano problemi che dovresti controllare e correggere.","es":"Estas notificaciones son recopiladas por el sistema ioBroker y señalan problemas que debe verificar y solucionar.","pl":"Te powiadomienia są zbierane przez system ioBroker i wskazują problemy, które należy sprawdzić i naprawić.","uk":"Ці сповіщення збираються системою ioBroker і вказують на проблеми, які ви повинні перевірити та виправити.","zh-cn":"这些通知由ioBroker系统收集,并指出您应检查并修复的问题"},"name":{"en":"System Notifications","de":"System-Benachrichtigungen","ru":"Системные уведомления","pt":"Notificações do sistema","nl":"Systeemmeldingen","fr":"Notifications système","it":"Notifiche di sistema","es":"Notificaciones del sistema","pl":"Powiadomienia systemowe","uk":"Системні сповіщення","zh-cn":"系统通知"}}}
          2025-08-31 16:36:01.709 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Panel E4_65_B8_1D_3F_E0 is initialised!
          2025-08-31 16:36:01.709 - debug: nspanel-lovelace-ui.0 (258442) [mqttClient] subscripe to: LR_Panel/tele/#
          2025-08-31 16:36:01.713 - debug: nspanel-lovelace-ui.0 (258442) [mqttClient] subscripe to: LR_Panel/stat/#
          2025-08-31 16:36:02.125 - debug: nspanel-lovelace-ui.0 (258442) [controller] Panel E4_65_B8_1D_3F_E0 created
          2025-08-31 16:36:02.553 - debug: nspanel-lovelace-ui.0 (258442) [mqttServer] Client iobroker_a3527a11-fe2f-4e87-8225-a57df5f31cb8 connected.
          2025-08-31 16:36:07.411 - debug: nspanel-lovelace-ui.0 (258442) [mqttServer] Client LR_Panel-1D3FE0 login successful.
          2025-08-31 16:36:07.534 - debug: nspanel-lovelace-ui.0 (258442) [PI] [LR_Panel #scr.0?15] Page not visible, ignore trigger!
          2025-08-31 16:36:07.534 - debug: nspanel-lovelace-ui.0 (258442) [PI] [LR_Panel #scr.0?16] Page not visible, ignore trigger!
          2025-08-31 16:36:07.734 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"startup","id":"53","action":"eu","opt":""}
          2025-08-31 16:36:07.735 - info: nspanel-lovelace-ui.0 (258442) [LR_Panel] is online!
          2025-08-31 16:36:08.147 - debug: nspanel-lovelace-ui.0 (258442) [main] [LR_Panel] Switch page to visible!
          2025-08-31 16:36:08.150 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Set screeensaver timeout to 15s.
          2025-08-31 16:36:08.176 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Set screeensaver timeout to 3s.
          2025-08-31 16:36:08.177 - info: nspanel-lovelace-ui.0 (258442) [LR_Panel] Panel startup finished!
          2025-08-31 16:36:08.413 - debug: nspanel-lovelace-ui.0 (258442) [mqttServer] Client LR_Panel-1D3FE0 connected.
          2025-08-31 16:36:08.660 - debug: nspanel-lovelace-ui.0 (258442) [StatesDB] Ignore trigger from state E4_65_B8_1D_3F_E0/cmd/power1 no change!
          2025-08-31 16:36:08.711 - debug: nspanel-lovelace-ui.0 (258442) [StatesDB] Ignore trigger from state E4_65_B8_1D_3F_E0/cmd/power2 no change!
          2025-08-31 16:36:09.146 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"renderCurrentPage","id":"undefined","opt":""}
          2025-08-31 16:36:12.103 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"sleepReached","id":"cardGrid","opt":""}
          2025-08-31 16:36:12.103 - debug: nspanel-lovelace-ui.0 (258442) [main] [LR_Panel] Switch page to invisible!
          2025-08-31 16:36:12.103 - debug: nspanel-lovelace-ui.0 (258442) [#scr] [LR_Panel] Switch page to visible!
          2025-08-31 16:36:12.112 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Set screeensaver timeout to 15s.
          2025-08-31 16:36:12.300 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"renderCurrentPage","id":"undefined","opt":""}
          2025-08-31 16:38:02.807 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"buttonPress2","id":"screensaver","action":"bExit","opt":"1"}
          2025-08-31 16:38:06.501 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"buttonPress2","id":"screensaver","action":"bExit","opt":"2"}
          2025-08-31 16:38:06.505 - debug: nspanel-lovelace-ui.0 (258442) [#scr] [LR_Panel] Switch page to invisible!
          2025-08-31 16:38:06.505 - debug: nspanel-lovelace-ui.0 (258442) [main] [LR_Panel] Switch page to visible!
          2025-08-31 16:38:06.509 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Set screeensaver timeout to 15s.
          2025-08-31 16:38:06.703 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"renderCurrentPage","id":"undefined","opt":""}
          2025-08-31 16:38:08.306 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"buttonPress2","id":"bSubPrev","action":"button","opt":""}
          2025-08-31 16:38:08.657 - debug: nspanel-lovelace-ui.0 (258442) [main] [LR_Panel] Switch page to invisible!
          2025-08-31 16:38:08.657 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel-navigation] Navigation single click with target 14 done.
          2025-08-31 16:38:08.658 - debug: nspanel-lovelace-ui.0 (258442) [///unlock] [LR_Panel] Switch page to visible!
          2025-08-31 16:38:08.662 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Set screeensaver timeout to 0s.
          2025-08-31 16:38:08.810 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"renderCurrentPage","id":"undefined","opt":""}
          2025-08-31 16:38:14.300 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"buttonPress2","id":"bSubPrev","action":"button","opt":""}
          2025-08-31 16:38:14.300 - debug: nspanel-lovelace-ui.0 (258442) [///unlock] [LR_Panel] Switch page to invisible!
          2025-08-31 16:38:14.300 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel-navigation] Navigation single click with target 0 done.
          2025-08-31 16:38:14.301 - debug: nspanel-lovelace-ui.0 (258442) [main] [LR_Panel] Switch page to visible!
          2025-08-31 16:38:14.305 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Set screeensaver timeout to 15s.
          2025-08-31 16:38:14.501 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"renderCurrentPage","id":"undefined","opt":""}
          2025-08-31 16:38:15.607 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"buttonPress2","id":"bSubPrev","action":"button","opt":""}
          2025-08-31 16:38:15.957 - debug: nspanel-lovelace-ui.0 (258442) [main] [LR_Panel] Switch page to invisible!
          2025-08-31 16:38:15.958 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel-navigation] Navigation single click with target 14 done.
          2025-08-31 16:38:15.958 - debug: nspanel-lovelace-ui.0 (258442) [///unlock] [LR_Panel] Switch page to visible!
          2025-08-31 16:38:15.961 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Set screeensaver timeout to 0s.
          2025-08-31 16:38:16.109 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"renderCurrentPage","id":"undefined","opt":""}
          2025-08-31 16:38:23.806 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"buttonPress2","id":"6","action":"U1","opt":"1234"}
          2025-08-31 16:38:23.807 - debug: nspanel-lovelace-ui.0 (258442) [///unlock] Alarm event U1 value: 1234
          2025-08-31 16:38:23.808 - debug: nspanel-lovelace-ui.0 (258442) [///unlock] [LR_Panel] Switch page to invisible!
          2025-08-31 16:38:23.808 - debug: nspanel-lovelace-ui.0 (258442) [///Overview] [LR_Panel] Switch page to visible!
          2025-08-31 16:38:23.814 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Set screeensaver timeout to 15s.
          2025-08-31 16:38:23.814 - debug: nspanel-lovelace-ui.0 (258442) [StatesDB] Ignore trigger from state E4_65_B8_1D_3F_E0/cmd/NotificationNext2 not subscribed or not allowed!
          2025-08-31 16:38:23.815 - debug: nspanel-lovelace-ui.0 (258442) [StatesDB] c: ///popupNotification2 !c.neverDeactivateTrigger: false && !this.triggerDB[dp].subscribed[i]: true || !this.triggerDB[dp].triggerAllowed[i]: true
          2025-08-31 16:38:23.816 - debug: nspanel-lovelace-ui.0 (258442) [StatesDB] Ignore trigger from state E4_65_B8_1D_3F_E0/cmd/NotificationNext2 not subscribed or not allowed!
          2025-08-31 16:38:23.816 - debug: nspanel-lovelace-ui.0 (258442) [StatesDB] c: ///popupNotification2 !c.neverDeactivateTrigger: false && !this.triggerDB[dp].subscribed[i]: true || !this.triggerDB[dp].triggerAllowed[i]: true
          2025-08-31 16:38:23.836 - debug: nspanel-lovelace-ui.0 (258442) [///popupNotification] state triggerd E4_65_B8_1D_3F_E0/cmd/popupNotification
          2025-08-31 16:38:23.836 - debug: nspanel-lovelace-ui.0 (258442) [///Overview] [LR_Panel] Switch page to invisible!
          2025-08-31 16:38:23.837 - debug: nspanel-lovelace-ui.0 (258442) [///popupNotification] [LR_Panel] Switch page to visible!
          2025-08-31 16:38:23.839 - debug: nspanel-lovelace-ui.0 (258442) [///popupNotification] update notification page!
          2025-08-31 16:38:23.910 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"renderCurrentPage","id":"undefined","opt":""}
          2025-08-31 16:38:24.815 - debug: nspanel-lovelace-ui.0 (258442) [///popupNotification] state triggerd E4_65_B8_1D_3F_E0/cmd/popupNotification
          2025-08-31 16:38:29.001 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"buttonPress2","id":"3","action":"notifyAction","opt":"yes"}
          2025-08-31 16:38:29.002 - debug: nspanel-lovelace-ui.0 (258442) [StatesDB] Ignore trigger from state E4_65_B8_1D_3F_E0/cmd/NotificationCleared not subscribed or not allowed!
          2025-08-31 16:38:29.002 - debug: nspanel-lovelace-ui.0 (258442) [StatesDB] c: ///popupNotification !c.neverDeactivateTrigger: false && !this.triggerDB[dp].subscribed[i]: true || !this.triggerDB[dp].triggerAllowed[i]: true
          2025-08-31 16:38:29.007 - info: nspanel-lovelace-ui.0 (258442) [system-notifications] Changes to the notifications on "raspberrypi" detected.
          2025-08-31 16:38:29.007 - debug: nspanel-lovelace-ui.0 (258442) [system-notifications] Request notifications from "system.host.raspberrypi"
          2025-08-31 16:38:29.009 - info: nspanel-lovelace-ui.0 (258442) [system-notifications] Changes to the notifications on "raspberrypi" detected.
          2025-08-31 16:38:29.010 - debug: nspanel-lovelace-ui.0 (258442) [system-notifications] Request notifications from "system.host.raspberrypi"
          2025-08-31 16:38:29.011 - debug: nspanel-lovelace-ui.0 (258442) [system-notifications] Received notifications from "system.host.raspberrypi": {}
          2025-08-31 16:38:29.012 - debug: nspanel-lovelace-ui.0 (258442) [system-notifications] Received notifications from "system.host.raspberrypi": {}
          2025-08-31 16:38:29.014 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"buttonPress2","id":"popupNotify","action":"bExit","opt":""}
          2025-08-31 16:38:29.015 - debug: nspanel-lovelace-ui.0 (258442) [///popupNotification] Set active page from popup to ///Overview
          2025-08-31 16:38:29.015 - debug: nspanel-lovelace-ui.0 (258442) [///popupNotification] [LR_Panel] Switch page to invisible!
          2025-08-31 16:38:29.015 - debug: nspanel-lovelace-ui.0 (258442) [///Overview] [LR_Panel] Switch page to visible!
          2025-08-31 16:38:29.020 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Set screeensaver timeout to 15s.
          2025-08-31 16:38:29.020 - debug: nspanel-lovelace-ui.0 (258442) [StatesDB] Ignore trigger from state E4_65_B8_1D_3F_E0/cmd/NotificationCleared not subscribed or not allowed!
          2025-08-31 16:38:29.020 - debug: nspanel-lovelace-ui.0 (258442) [StatesDB] c: ///popupNotification !c.neverDeactivateTrigger: false && !this.triggerDB[dp].subscribed[i]: true || !this.triggerDB[dp].triggerAllowed[i]: true
          2025-08-31 16:38:29.203 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"renderCurrentPage","id":"undefined","opt":""}
          2025-08-31 16:38:34.005 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"buttonPress2","page":7,"id":"5","action":"button","opt":""}
          2025-08-31 16:38:34.007 - debug: nspanel-lovelace-ui.0 (258442) [PI] Button 7?5 was pressed!
          2025-08-31 16:38:34.007 - debug: nspanel-lovelace-ui.0 (258442) [///Overview] [LR_Panel] Switch page to invisible!
          2025-08-31 16:38:34.008 - debug: nspanel-lovelace-ui.0 (258442) [///SystemOption] [LR_Panel] Switch page to visible!
          2025-08-31 16:38:34.015 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Set screeensaver timeout to 15s.
          2025-08-31 16:38:34.108 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"renderCurrentPage","id":"undefined","opt":""}
          2025-08-31 16:38:37.702 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"buttonPress2","id":"bUp","action":"button","opt":""}
          2025-08-31 16:38:38.403 - debug: nspanel-lovelace-ui.0 (258442) [///SystemOption] [LR_Panel] Switch page to invisible!
          2025-08-31 16:38:38.404 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel-navigation] Navigation single click (use double target) with target 7 done.
          2025-08-31 16:38:38.404 - debug: nspanel-lovelace-ui.0 (258442) [///Overview] [LR_Panel] Switch page to visible!
          2025-08-31 16:38:38.408 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Set screeensaver timeout to 15s.
          2025-08-31 16:38:38.607 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"renderCurrentPage","id":"undefined","opt":""}
          2025-08-31 16:38:40.100 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"buttonPress2","page":7,"id":"4","action":"button","opt":""}
          2025-08-31 16:38:40.100 - debug: nspanel-lovelace-ui.0 (258442) [PI] Button 7?4 was pressed!
          2025-08-31 16:38:40.100 - debug: nspanel-lovelace-ui.0 (258442) [///Overview] [LR_Panel] Switch page to invisible!
          2025-08-31 16:38:40.101 - debug: nspanel-lovelace-ui.0 (258442) [///NetworkOption] [LR_Panel] Switch page to visible!
          2025-08-31 16:38:40.105 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Set screeensaver timeout to 15s.
          2025-08-31 16:38:40.300 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"renderCurrentPage","id":"undefined","opt":""}
          2025-08-31 16:38:55.300 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"sleepReached","id":"cardEntities","opt":""}
          2025-08-31 16:38:55.300 - debug: nspanel-lovelace-ui.0 (258442) [///NetworkOption] [LR_Panel] Switch page to invisible!
          2025-08-31 16:38:55.301 - debug: nspanel-lovelace-ui.0 (258442) [#scr] [LR_Panel] Switch page to visible!
          2025-08-31 16:38:55.310 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Set screeensaver timeout to 15s.
          2025-08-31 16:38:55.502 - debug: nspanel-lovelace-ui.0 (258442) [LR_Panel] Receive message:{"type":"event","method":"renderCurrentPage","id":"undefined","opt":""}
          2025-08-31 16:39:10.272 - debug: nspanel-lovelace-ui.0 (258442) {"command":"getTimeZones","message":{"ip":"192.168.2.222"},"from":"system.adapter.admin.0","callback":{"message":{"ip":"192.168.2.222"},"id":3639,"ack":false,"time":1756651150270},"_id":23720199}
          2025-08-31 16:39:10.281 - debug: nspanel-lovelace-ui.0 (258442) {"command":"getTasmotaDevices","message":{"ip":"192.168.2.222"},"from":"system.adapter.admin.0","callback":{"message":{"ip":"192.168.2.222"},"id":3640,"ack":false,"time":1756651150281},"_id":23720200}
          2025-08-31 16:39:13.775 - warn: admin.0 (857) nspanel-lovelace-ui has an invalid jsonConfig: [{"instancePath":"/items/overview/items/_useBetaTFTText","schemaPath":"#/patternProperties/%5E.%2B/allOf/37/then/oneOf","keyword":"oneOf","params":{"passingSchemas":[0,1]},"message":"must match exactly one schema in oneOf"},{"instancePath":"/items/overview","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/9/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]
          

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

            Nochmal ne Info, die noch nie kommuniziert wurde.

            Admin

            Wartung
            online bzw. offline Bedeutet hier das der Adapter keine passenden Rückmeldungen über mqtt vom Berry bekommen hat.
            Alle Befehle auf dieser Seite die an das NSPanel gehen, brauchen ein NSPanel das als online angezeigt wird.

            NSPanel Einstellungen

            Alle Befehle die ihr unterhalb der Tabelle seht werden über die IP versendet - dabei wird nichts überprüft. Das verwenden, wenn das Panel als offline angezeigt wird.

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

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

              Alle Befehle die ihr unterhalb der Tabelle seht werden über die IP versendet - dabei wird nichts überprüft. Das verwenden, wenn das Panel als offline angezeigt wird.

              Ich hab da gerade versucht ein Firmware-Update zu machen - woher wird die Firmware-URL genommen ? Ich kriege als Ergebnis 'update failed' - was auch logisch ist, da die Update URL ins leere geht.

              Zusätzlich hab ich keine Angabe zur TFT Version (???). Ist das Work in Progress oder ein mögliches Problem ?

              A.

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

                @asgothian

                Wann gerade? @Armilar hatte ein Problem mit seinem Provider mein Update um 17:30 ging. Der File liegt auf einem Server von @Armilar. Die Versionnummer kommt vom github repo.

                FlashNextionAdv0 http://nspanel.de/nspanel-${model}v${version}.tft
                

                https://raw.githubusercontent.com/ticaki/ioBroker.nspanel-lovelace-ui/main/json/version.json

                "tft-beta": "4.9.6",
                

                heißt

                FlashNextionAdv0 http://nspanel.de/nspanel-v4.9.6.tft
                

                Das kannst du so in die Console vom Tasmota schreiben/kopieren.

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

                  @ticaki Ich glaub ich hab schlecht gefragt:

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

                  Ich hab da gerade versucht ein Firmware-Update zu machen - woher wird die Firmware-URL genommen ? Ich kriege als Ergebnis 'update failed' - was auch logisch ist, da die Update URL ins leere geht.

                  Damit war das Tasmota-Update gemeint - das versucht eine version zu installieren die es nicht gibt.

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

                  Zusätzlich hab ich keine Angabe zur TFT Version (???). Ist das Work in Progress oder ein mögliches Problem ?

                  Hier bin ich eher vorsichtig - ich hab za. 4 Stunden gebraucht bis ich die TFT Firmware sauber geflasht hatte - mit häufigen Fehlermeldungen und seltsamen Effekten. Warum es am ende funktioniert hat weis sich nicht - deswegen die Frage nach der unbekannten TFT version.

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

                  Wann gerade?

                  Das war so gegen 16:30.

                  A.

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

                    @asgothian

                    Wenn der Serverprobleme hat, was jetzt das erstmal war das ich es mit bekommen habe ist das natürlich doof - ich flash die firmware ein paar mal die woche und das geht i.d.R. ohne probleme.

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

                      Hab mal all die Änderungen mit einer v0.3.0 gewürdigt

                      Noch nicht genannte Verbesserung

                      • Code in manchen Funktionen neu geschrieben - kommt mir jetzt flüssig vor

                      Bitte oben im Forum schauen was sich sonst so alles geändert und verbessert hat.

                      EDIT

                      • Alexa fertig drin - nach dem release von 0.3.0 🙂
                        • Icons unten umsortiert und repeat hinzugefügt, da ist aber noch ein Bug im alexa2

                      EDIT2
                      mediaPlayer unterstützt auch nutzer erstellte Icons, wie bei den anderen cards hinzufügen im Skript.

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

                        Update Wiki

                        die PageThermo2 ist jetzt im Wiki hinterlegt. bitte lesen und Feedback geben.
                        es wird noch ein Bild eingestellt, wo die Felder/Items auf der Page zu finden sind. muss aber erstmal die Buntstifte finden 🙂

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

                          Zwischenstand

                          TFT: Version 5.0.0

                          • verschiede Anzeigeprobleme behoben
                          • popupSlider hinzugefügt
                          • rest wird @Armilar hinzufügen müssen 🙂

                          Adapter

                          • Farbthemen hingefügt - werden immer weiter auf die Items verteilt - findet man im Admin 2. Seite unter der Tabelle
                          • Scrollarten auswählbar gemacht im Skript scrollPresentation: 'classic' das ist default, das scrollen greift auf die Navigationsicons zu. scrollPresentation: 'arrow' das fügt ein pageitem mit der Pfeiloptik hinzu und man kann im Kreis blättern. Ist eine Eigenschaft von Page.
                          • spotify wird jetzt unterstützt. incl. Playlist, Speakerlist, Tracklist, repeat, shuffle
                          • alexa bugfix
                          • allgemeine Fehler behoben

                          so sieht ein Alexa Mediaplayer aus:

                          const alexa: PageType ={
                                  type: 'cardMedia',
                                  heading: 'Alexa Wohnzimmer',
                                  alwaysOnDisplay: true,
                                  media: {
                                      id: 'alexa2.0.Echo-Devices.G0922J0633450KSK',
                                      speakerList:[],// leer heißt alle, sobald etwas drin steht, wird nur das angezeigt
                                      playList:['Apple-Music-Playlist.Rock'] // das vor dem . ist das Datenpunkt ende und das nach dem . was reingeschrieben werden soll
                                  },
                                  uniqueName:'alexa',
                                  parent:'main',
                                  items:[],
                                  scrollPresentation: 'classic'
                              };
                          

                          Für spotify bei der id spotify-premium.0 oder so ähnlich eintragen. Bei Spotify ist playlist wie speakerlist - leer heißt alles, was drin -> nur das

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

                            Benutzt jemand der Tester den MPD Adapter wenn ja bitte das hier mal testen und ne kurze rückmeldung obs mit dem Adapter funktioniert.

                            https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/tree/copilot/fix-238

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

                            Support us

                            ioBroker
                            Community Adapters
                            Donate

                            644
                            Online

                            32.1k
                            Users

                            80.6k
                            Topics

                            1.3m
                            Posts

                            18
                            457
                            32975
                            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