Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter lovelace v1.2.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.5k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.7k

Test Adapter lovelace v1.2.x

Geplant Angeheftet Gesperrt Verschoben Tester
lovelacevisualization
1.5k Beiträge 78 Kommentatoren 631.7k Aufrufe 72 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • GarfonsoG Garfonso

    @David-G
    Ok, das sieht eigentlich gut aus... hm. States kannst du mit einem der Knöpfe in der Zeile gucken (ich meine der Stift).
    Gibt es gar keine entity media_player in den Instanzeinstellungen von Lovelace? Ich sehe im Code nicht, wo das noch schief gehen kann, wenn es da auftaucht (außer Raum & Funktion fehlt, aber die hast du. Ggf. noch prüfen könntest du, ob "Automatische Generierung von Geräten nur aus Alias.0.*" aktiviert ist, das müsste dann aus)

    David G.D Online
    David G.D Online
    David G.
    schrieb am zuletzt editiert von
    #174

    @Garfonso

    Hey,

    unter dem Stift sieht der State so aus

    {
      "from": "system.adapter.admin.0",
      "user": "system.user.admin",
      "ts": 1603633910283,
      "common": {
        "name": "state",
        "role": "media.state",
        "type": "boolean",
        "desc": "Manually created",
        "read": true,
        "write": true,
        "def": false
      },
      "native": {},
      "acl": {
        "object": 1636,
        "owner": "system.user.admin",
        "ownerGroup": "system.group.administrator",
        "state": 1636
      },
      "_id": "0_userdata.0.Bose_Soundtouch_Mediaplayer.player.state",
      "type": "state"
    }
    

    Was ich komisch finde, dass hier obwohl ich versehentlich den media.state gelöscht habe, alles noch erkannt wird

    Screenshot_20201027-215315_Chrome.jpg

    Zeigt eure Lovelace-Visualisierung klick
    (Auch ideal um sich Anregungen zu holen)

    Meine Tabellen für eure Visualisierung klick

    GarfonsoG 1 Antwort Letzte Antwort
    0
    • B Banis

      @Garfonso Danke für den Hinweis, hab den Fehler jetzt gefunden: Für alle die das gleiche Problem wie ich haben: es genügt mit der --keep-background option lässt sich das Problem beheben

      In der zwischenzeit bin ich auf zwei weitere Herausforderungen gestoßen:
      1.) In der Button-Card wird mir der Wert wenn er "0" ist nicht angezeigt sondern bleibt leer. Hat jemand eine Idee wie ich das beheben kann? Beim HomeAssistant hab ich hierzu nichts gefunden.

      2.) Ich würde bei der ButtonCard gerne auch die Möglichkeit von Templates nutzen. Dazu muss man das Template in der Datei ui-lovelace.yaml definieren. Diese Datei gibt es aber bei ioBroker wohl nicht. Weiß jemand wo ich die Templates definieren kann oder ist dies mit ioBroker nicht möglich?

      GarfonsoG Offline
      GarfonsoG Offline
      Garfonso
      Developer
      schrieb am zuletzt editiert von Garfonso
      #175

      @Banis said in Test Adapter lovelace v1.2.x:

      1.) In der Button-Card wird mir der Wert wenn er "0" ist nicht angezeigt sondern bleibt leer. Hat jemand eine Idee wie ich das beheben kann? Beim HomeAssistant hab ich hierzu nichts gefunden.

      Hm. Da hast du sensor entities drinnen? In einer anderen Karte (Entiy oder Elemente) kommt der Wert aber?

      2.) Ich würde bei der ButtonCard gerne auch die Möglichkeit von Templates nutzen. Dazu muss man das Template in der Datei ui-lovelace.yaml definieren. Diese Datei gibt es aber bei ioBroker wohl nicht. Weiß jemand wo ich die Templates definieren kann oder ist dies mit ioBroker nicht möglich?

      Was ist mit templates genau gemeint? Zum einen könntest du gucken, ob es hilft, wenn du es in den Instanz-Optionen in das Feld tust, wo man auch das Template für das grundsätzliche Aussehen tut, mit dazu schreibst.
      Oder du guckst mal, was passiert, wenn du es in der Raw-Konfiguration hinzufügst (Im Bearbeitungsmodus von Lovelace nochmal ins Menü gehen).

      Kann aber gut sein, dass es aktuell in ioBroker nicht geht.

      Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

      Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

      B 1 Antwort Letzte Antwort
      0
      • J janhp

        @Garfonso Gibt es aktuell eine Möglichkeit einen Xiaomi Staubsaugerroboter von ioBroker in Lovelace einzubinden? Ich kann den Gerätetyp vacuum nicht finden.

        Danke dir!

        GarfonsoG Offline
        GarfonsoG Offline
        Garfonso
        Developer
        schrieb am zuletzt editiert von
        #176

        @janhp said in Test Adapter lovelace v1.2.x:

        @Garfonso Gibt es aktuell eine Möglichkeit einen Xiaomi Staubsaugerroboter von ioBroker in Lovelace einzubinden? Ich kann den Gerätetyp vacuum nicht finden.

        Danke dir!

        Staubsauger-Gerätetyp kann der Adapter noch nicht. Das steht auf meiner Liste (leider schon länger).
        Darf ich fragen, ob der Staubsauger im Geräte-Tab als solcher erkannt wird?

        Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

        Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

        1 Antwort Letzte Antwort
        0
        • David G.D David G.

          @Garfonso

          Hey,

          unter dem Stift sieht der State so aus

          {
            "from": "system.adapter.admin.0",
            "user": "system.user.admin",
            "ts": 1603633910283,
            "common": {
              "name": "state",
              "role": "media.state",
              "type": "boolean",
              "desc": "Manually created",
              "read": true,
              "write": true,
              "def": false
            },
            "native": {},
            "acl": {
              "object": 1636,
              "owner": "system.user.admin",
              "ownerGroup": "system.group.administrator",
              "state": 1636
            },
            "_id": "0_userdata.0.Bose_Soundtouch_Mediaplayer.player.state",
            "type": "state"
          }
          

          Was ich komisch finde, dass hier obwohl ich versehentlich den media.state gelöscht habe, alles noch erkannt wird

          Screenshot_20201027-215315_Chrome.jpg

          GarfonsoG Offline
          GarfonsoG Offline
          Garfonso
          Developer
          schrieb am zuletzt editiert von
          #177

          @David-G
          ich meinte eigentlich das Gerät. Egal. ;-)
          Also, wenn der Mediaplayer im Geräte-Tab auftaucht, sollte es eigentlich auch mit Lovelace gehen... da bliebe noch die Frage:

          @Garfonso said in Test Adapter lovelace v1.2.x:

          Gibt es gar keine entity media_player in den Instanzeinstellungen von Lovelace? Ich sehe im Code nicht, wo das noch schief gehen kann, wenn es da auftaucht (außer Raum & Funktion fehlt, aber die hast du. Ggf. noch prüfen könntest du, ob "Automatische Generierung von Geräten nur aus Alias.0.*" aktiviert ist, das müsste dann aus)

          -> also gibt es zu dem Gerät gar keine entity in den Lovelace Instanz-Einstellungen (letzte Seite in den Einstellungen)?

          Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

          Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

          1 Antwort Letzte Antwort
          0
          • GarfonsoG Garfonso

            @Banis said in Test Adapter lovelace v1.2.x:

            1.) In der Button-Card wird mir der Wert wenn er "0" ist nicht angezeigt sondern bleibt leer. Hat jemand eine Idee wie ich das beheben kann? Beim HomeAssistant hab ich hierzu nichts gefunden.

            Hm. Da hast du sensor entities drinnen? In einer anderen Karte (Entiy oder Elemente) kommt der Wert aber?

            2.) Ich würde bei der ButtonCard gerne auch die Möglichkeit von Templates nutzen. Dazu muss man das Template in der Datei ui-lovelace.yaml definieren. Diese Datei gibt es aber bei ioBroker wohl nicht. Weiß jemand wo ich die Templates definieren kann oder ist dies mit ioBroker nicht möglich?

            Was ist mit templates genau gemeint? Zum einen könntest du gucken, ob es hilft, wenn du es in den Instanz-Optionen in das Feld tust, wo man auch das Template für das grundsätzliche Aussehen tut, mit dazu schreibst.
            Oder du guckst mal, was passiert, wenn du es in der Raw-Konfiguration hinzufügst (Im Bearbeitungsmodus von Lovelace nochmal ins Menü gehen).

            Kann aber gut sein, dass es aktuell in ioBroker nicht geht.

            B Offline
            B Offline
            Banis
            schrieb am zuletzt editiert von
            #178

            @Garfonso sagte in Test Adapter lovelace v1.2.x:

            @Banis said in Test Adapter lovelace v1.2.x:

            1.) In der Button-Card wird mir der Wert wenn er "0" ist nicht angezeigt sondern bleibt leer. Hat jemand eine Idee wie ich das beheben kann? Beim HomeAssistant hab ich hierzu nichts gefunden.

            Hm. Da hast du sensor entities drinnen? In einer anderen Karte (Entiy oder Elemente) kommt der Wert aber?

            Ja ich hab sensor entities drin. Bei den anderen Karten wird die "0". Ich hab jetzt auch schon andere Entitästypen versucht, leider ohne Erfolg.

            2.) Ich würde bei der ButtonCard gerne auch die Möglichkeit von Templates nutzen. Dazu muss man das Template in der Datei ui-lovelace.yaml definieren. Diese Datei gibt es aber bei ioBroker wohl nicht. Weiß jemand wo ich die Templates definieren kann oder ist dies mit ioBroker nicht möglich?

            Was ist mit templates genau gemeint? Zum einen könntest du gucken, ob es hilft, wenn du es in den Instanz-Optionen in das Feld tust, wo man auch das Template für das grundsätzliche Aussehen tut, mit dazu schreibst.
            Oder du guckst mal, was passiert, wenn du es in der Raw-Konfiguration hinzufügst (Im Bearbeitungsmodus von Lovelace nochmal ins Menü gehen).

            Kann aber gut sein, dass es aktuell in ioBroker nicht geht.

            Mit Templates meine ich das was bei der ButtonCard in github beschrieben ist:
            16e4eed7-02d2-4851-b2f4-4322035ed378-grafik.png

            Das mit den Instanz-Optionen werde ich heute Abend testen. In der Raw-Konfiguration hab ich es schon getestet, hat aber kein Erfolg gebracht, wobei ich mir hier auch nicht sicher bin ob ich es an der richtigen Stelle ( habs in dem Bereich oben vor den cards) eingefügt habe.

            GarfonsoG N 2 Antworten Letzte Antwort
            0
            • GarfonsoG Garfonso

              @David-G
              Ok, das sieht eigentlich gut aus... hm. States kannst du mit einem der Knöpfe in der Zeile gucken (ich meine der Stift).
              Gibt es gar keine entity media_player in den Instanzeinstellungen von Lovelace? Ich sehe im Code nicht, wo das noch schief gehen kann, wenn es da auftaucht (außer Raum & Funktion fehlt, aber die hast du. Ggf. noch prüfen könntest du, ob "Automatische Generierung von Geräten nur aus Alias.0.*" aktiviert ist, das müsste dann aus)

              David G.D Online
              David G.D Online
              David G.
              schrieb am zuletzt editiert von
              #179

              @Garfonso

              Sorry,

              vergessen zu schreiben.
              Ich suche nicht nur in Alias.0
              Habe ich eben auch nochmal kontrolliert (Es wird auch das Wetter vom "DASWETTER" Adapter gefunden).

              In den Settings findet er meinen Mediaplayer nicht. Den Chromcast hingegen schon.

              Wenn ich auf die Visualisierung selber gehe, kommt im LOG:

              (31200) Unknown entity: undefined
              

              Ist aber vermutlich was anderes, da ich meinen Mediaplayer noch nicht eingebunden habe.

              Zeigt eure Lovelace-Visualisierung klick
              (Auch ideal um sich Anregungen zu holen)

              Meine Tabellen für eure Visualisierung klick

              1 Antwort Letzte Antwort
              0
              • B Banis

                @Garfonso sagte in Test Adapter lovelace v1.2.x:

                @Banis said in Test Adapter lovelace v1.2.x:

                1.) In der Button-Card wird mir der Wert wenn er "0" ist nicht angezeigt sondern bleibt leer. Hat jemand eine Idee wie ich das beheben kann? Beim HomeAssistant hab ich hierzu nichts gefunden.

                Hm. Da hast du sensor entities drinnen? In einer anderen Karte (Entiy oder Elemente) kommt der Wert aber?

                Ja ich hab sensor entities drin. Bei den anderen Karten wird die "0". Ich hab jetzt auch schon andere Entitästypen versucht, leider ohne Erfolg.

                2.) Ich würde bei der ButtonCard gerne auch die Möglichkeit von Templates nutzen. Dazu muss man das Template in der Datei ui-lovelace.yaml definieren. Diese Datei gibt es aber bei ioBroker wohl nicht. Weiß jemand wo ich die Templates definieren kann oder ist dies mit ioBroker nicht möglich?

                Was ist mit templates genau gemeint? Zum einen könntest du gucken, ob es hilft, wenn du es in den Instanz-Optionen in das Feld tust, wo man auch das Template für das grundsätzliche Aussehen tut, mit dazu schreibst.
                Oder du guckst mal, was passiert, wenn du es in der Raw-Konfiguration hinzufügst (Im Bearbeitungsmodus von Lovelace nochmal ins Menü gehen).

                Kann aber gut sein, dass es aktuell in ioBroker nicht geht.

                Mit Templates meine ich das was bei der ButtonCard in github beschrieben ist:
                16e4eed7-02d2-4851-b2f4-4322035ed378-grafik.png

                Das mit den Instanz-Optionen werde ich heute Abend testen. In der Raw-Konfiguration hab ich es schon getestet, hat aber kein Erfolg gebracht, wobei ich mir hier auch nicht sicher bin ob ich es an der richtigen Stelle ( habs in dem Bereich oben vor den cards) eingefügt habe.

                GarfonsoG Offline
                GarfonsoG Offline
                Garfonso
                Developer
                schrieb am zuletzt editiert von
                #180

                @Banis said in Test Adapter lovelace v1.2.x:

                n der Raw-Konfiguration hab ich es schon getestet

                Kann sein, dass Änderungen außerhalb der Karten, wo das sicherlich hingehört, in der Raw-Konfiguration nicht gespeichert werden (bin mir da gerade nicht 100% sicher ;-) ).

                @David-G said in Test Adapter lovelace v1.2.x:

                In den Settings findet er meinen Mediaplayer nicht. Den Chromcast hingegen schon.

                Das ist ja merkwürdig... kannst du mal das debug logging anmachen und vom Adapter-Start ein log irgendwo posten. Da müsste er sagen, welche Entities er alle erstellt und was dabei ggf. schief geht. Hm...

                @David-G said in Test Adapter lovelace v1.2.x:

                Wenn ich auf die Visualisierung selber gehe, kommt im LOG:
                (31200) Unknown entity: undefined

                Die Meldung kommt, wenn der Browser-Teil etwas mit einer Entity anzustellen versucht, für die der Adapter kein ioBroker Objekt findet -> meistens gibt es die entity dann nicht mehr. Die Standard-Karten prüfen das eigentlich immer und spuken einen Fehler aus, bei den Custom-Cards ist das nicht immer so (oft gibt es dazu auch Fehler in der Browser-Konsole), was dann zu dem Fehler führt. Daher der Tipp: Irgendwo in einer Custom-Card steht eine entity_id, die es nicht (mehr) gibt.

                Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                David G.D 1 Antwort Letzte Antwort
                0
                • GarfonsoG Garfonso

                  @Banis said in Test Adapter lovelace v1.2.x:

                  n der Raw-Konfiguration hab ich es schon getestet

                  Kann sein, dass Änderungen außerhalb der Karten, wo das sicherlich hingehört, in der Raw-Konfiguration nicht gespeichert werden (bin mir da gerade nicht 100% sicher ;-) ).

                  @David-G said in Test Adapter lovelace v1.2.x:

                  In den Settings findet er meinen Mediaplayer nicht. Den Chromcast hingegen schon.

                  Das ist ja merkwürdig... kannst du mal das debug logging anmachen und vom Adapter-Start ein log irgendwo posten. Da müsste er sagen, welche Entities er alle erstellt und was dabei ggf. schief geht. Hm...

                  @David-G said in Test Adapter lovelace v1.2.x:

                  Wenn ich auf die Visualisierung selber gehe, kommt im LOG:
                  (31200) Unknown entity: undefined

                  Die Meldung kommt, wenn der Browser-Teil etwas mit einer Entity anzustellen versucht, für die der Adapter kein ioBroker Objekt findet -> meistens gibt es die entity dann nicht mehr. Die Standard-Karten prüfen das eigentlich immer und spuken einen Fehler aus, bei den Custom-Cards ist das nicht immer so (oft gibt es dazu auch Fehler in der Browser-Konsole), was dann zu dem Fehler führt. Daher der Tipp: Irgendwo in einer Custom-Card steht eine entity_id, die es nicht (mehr) gibt.

                  David G.D Online
                  David G.D Online
                  David G.
                  schrieb am zuletzt editiert von
                  #181

                  @Garfonso

                  Hallo,

                  hier das Log.

                  Ich finde nichts auffälliges.
                  Den Chromcast findet er normal.
                  Von meinem Manuellen ist nichts zu sehen.

                  Im Log ist erst ein Neustart vom Adapter, dann ein refresh meiner Visualisierung.

                  lovelace.0	2020-10-31 14:18:12.057	warn	(14478) Unknown entity: undefined
                  lovelace.0	2020-10-31 14:18:11.842	debug	(14478) HASS Subscribe: persistent_notifications_updated
                  lovelace.0	2020-10-31 14:18:11.837	debug	(14478) HASS Subscribe: lovelace_updated
                  lovelace.0	2020-10-31 14:18:11.462	debug	(14478) Get translations: de
                  lovelace.0	2020-10-31 14:18:11.461	debug	(14478) HASS Subscribe: component_loaded
                  lovelace.0	2020-10-31 14:18:11.460	debug	(14478) Get USER Data: language
                  lovelace.0	2020-10-31 14:18:11.458	debug	(14478) get config: false
                  lovelace.0	2020-10-31 14:18:11.457	debug	(14478) Get USER Data: core
                  lovelace.0	2020-10-31 14:18:11.441	debug	(14478) HASS Subscribe: themes_updated
                  lovelace.0	2020-10-31 14:18:11.435	debug	(14478) HASS Subscribe: panels_updated
                  lovelace.0	2020-10-31 14:18:11.434	debug	(14478) HASS Subscribe: service_removed
                  lovelace.0	2020-10-31 14:18:11.434	debug	(14478) HASS Subscribe: service_registered
                  lovelace.0	2020-10-31 14:18:11.420	debug	(14478) HASS Subscribe: core_config_updated
                  lovelace.0	2020-10-31 14:18:11.419	debug	(14478) HASS Subscribe: component_loaded
                  lovelace.0	2020-10-31 14:18:11.415	debug	(14478) HASS Subscribe: state_changed
                  lovelace.0	2020-10-31 14:18:11.261	debug	(14478) HASS Auth: no_token
                  lovelace.0	2020-10-31 14:16:55.651	debug	(14478) Add custom cards: vertical-stack-in-card.js as js
                  lovelace.0	2020-10-31 14:16:55.651	debug	(14478) Add custom cards: usb.png as png
                  lovelace.0	2020-10-31 14:16:55.651	debug	(14478) Add custom cards: urlaub_active.png as png
                  lovelace.0	2020-10-31 14:16:55.651	debug	(14478) Add custom cards: urlaub.png as png
                  lovelace.0	2020-10-31 14:16:55.650	debug	(14478) Add custom cards: tin.jpg as jpg
                  lovelace.0	2020-10-31 14:16:55.650	debug	(14478) Add custom cards: theme-maker.js as js
                  lovelace.0	2020-10-31 14:16:55.650	debug	(14478) Add custom cards: test.png as png
                  lovelace.0	2020-10-31 14:16:55.650	debug	(14478) Add custom cards: stack-in-card.js as js
                  lovelace.0	2020-10-31 14:16:55.650	debug	(14478) Add custom cards: slideshow-card.js as js
                  lovelace.0	2020-10-31 14:16:55.649	debug	(14478) Add custom cards: slider-entity-row.js as js
                  lovelace.0	2020-10-31 14:16:55.649	debug	(14478) Add custom cards: simple-thermostat.js as js
                  lovelace.0	2020-10-31 14:16:55.649	debug	(14478) Add custom cards: security.png as png
                  lovelace.0	2020-10-31 14:16:55.649	debug	(14478) Add custom cards: ram.png as png
                  lovelace.0	2020-10-31 14:16:55.649	debug	(14478) Add custom cards: power.png as png
                  lovelace.0	2020-10-31 14:16:55.648	debug	(14478) Add custom cards: pi.jpg as jpg
                  lovelace.0	2020-10-31 14:16:55.648	debug	(14478) Add custom cards: mini-graph-card-bundle.js as js
                  lovelace.0	2020-10-31 14:16:55.648	debug	(14478) Add custom cards: linie_senkrecht.png as png
                  lovelace.0	2020-10-31 14:16:55.648	debug	(14478) Add custom cards: layout-card.js as js
                  lovelace.0	2020-10-31 14:16:55.648	debug	(14478) Add custom cards: garage_zu.png as png
                  lovelace.0	2020-10-31 14:16:55.647	debug	(14478) Add custom cards: garage_auf.png as png
                  lovelace.0	2020-10-31 14:16:55.647	debug	(14478) Add custom cards: door-closed-lock.svg as svg
                  lovelace.0	2020-10-31 14:16:55.647	debug	(14478) Add custom cards: door-closed-lock.png as png
                  lovelace.0	2020-10-31 14:16:55.647	debug	(14478) Add custom cards: diebstahl.jpg as jpg
                  lovelace.0	2020-10-31 14:16:55.647	debug	(14478) Add custom cards: david.jpg as jpg
                  lovelace.0	2020-10-31 14:16:55.646	debug	(14478) Add custom cards: cpu.png as png
                  lovelace.0	2020-10-31 14:16:55.646	debug	(14478) Add custom cards: card-mod.js as js
                  lovelace.0	2020-10-31 14:16:55.646	debug	(14478) Add custom cards: button-card.js as js
                  lovelace.0	2020-10-31 14:16:55.646	debug	(14478) Add custom cards: boost_active.png as png
                  lovelace.0	2020-10-31 14:16:55.646	debug	(14478) Add custom cards: boost.png as png
                  lovelace.0	2020-10-31 14:16:55.645	debug	(14478) Add custom cards: bg_tr_bose_klein.png as png
                  lovelace.0	2020-10-31 14:16:55.645	debug	(14478) Add custom cards: bg_tr.png as png
                  lovelace.0	2020-10-31 14:16:55.645	debug	(14478) Add custom cards: bg_thermo_settings.png as png
                  lovelace.0	2020-10-31 14:16:55.645	debug	(14478) Add custom cards: bg_1px_tr.png as png
                  lovelace.0	2020-10-31 14:16:55.644	debug	(14478) Add custom cards: background.jpg as jpg
                  lovelace.0	2020-10-31 14:16:55.644	debug	(14478) Add custom cards: accuweather-card.js as js
                  lovelace.0	2020-10-31 14:16:55.644	debug	(14478) Add custom cards: Kram.rar as rar
                  lovelace.0	2020-10-31 14:16:55.644	debug	(14478) Add custom cards: 6.png as png
                  lovelace.0	2020-10-31 14:16:55.643	debug	(14478) Add custom cards: 5.png as png
                  lovelace.0	2020-10-31 14:16:55.643	debug	(14478) Add custom cards: 4.png as png
                  lovelace.0	2020-10-31 14:16:55.643	debug	(14478) Add custom cards: 3.png as png
                  lovelace.0	2020-10-31 14:16:55.642	debug	(14478) Add custom cards: 2.png as png
                  lovelace.0	2020-10-31 14:16:55.641	debug	(14478) Add custom cards: 1.png as png
                  lovelace.0	2020-10-31 14:16:48.226	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.player.cover
                  lovelace.0	2020-10-31 14:16:48.225	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.player.seasonNumber
                  lovelace.0	2020-10-31 14:16:48.224	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.player.episodeNumber
                  lovelace.0	2020-10-31 14:16:48.223	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.player.currentTime
                  lovelace.0	2020-10-31 14:16:48.222	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.player.duration
                  lovelace.0	2020-10-31 14:16:48.221	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.player.title
                  lovelace.0	2020-10-31 14:16:48.220	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.player.artist
                  lovelace.0	2020-10-31 14:16:48.219	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.status.muted
                  lovelace.0	2020-10-31 14:16:48.218	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.status.volume
                  lovelace.0	2020-10-31 14:16:48.217	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.player.shuffleMode
                  lovelace.0	2020-10-31 14:16:48.216	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.status.playing
                  lovelace.0	2020-10-31 14:16:48.214	debug	(14478) IoB Subscribe on 0_userdata.0.VIS.Akkumeldungen.test
                  lovelace.0	2020-10-31 14:16:48.213	debug	(14478) IoB Subscribe on 0_userdata.0.Alarmanlage.anlage_scharf
                  lovelace.0	2020-10-31 14:16:48.212	debug	(14478) IoB Subscribe on javascript.0.ccu.uptime_days
                  lovelace.0	2020-10-31 14:16:48.211	debug	(14478) IoB Subscribe on 0_userdata.0.VIS.USV.CCU_an_seit_Text
                  lovelace.0	2020-10-31 14:16:48.209	debug	(14478) IoB Subscribe on hm-rega.0.PEQ1103214.0.DUTY_CYCLE
                  lovelace.0	2020-10-31 14:16:48.208	debug	(14478) IoB Subscribe on hm-rega.0.alarms
                  lovelace.0	2020-10-31 14:16:48.207	debug	(14478) IoB Subscribe on hm-rega.0.maintenance
                  lovelace.0	2020-10-31 14:16:48.206	debug	(14478) IoB Subscribe on 0_userdata.0.VIS.USV.Letzter_Stromasufall_Zeit
                  lovelace.0	2020-10-31 14:16:48.205	debug	(14478) IoB Subscribe on 0_userdata.0.VIS.USV.Letzter_Stromausfall_USV
                  lovelace.0	2020-10-31 14:16:48.204	debug	(14478) IoB Subscribe on nut.0.battery.voltage
                  lovelace.0	2020-10-31 14:16:48.202	debug	(14478) IoB Subscribe on nut.0.battery.charge
                  lovelace.0	2020-10-31 14:16:48.201	debug	(14478) IoB Subscribe on info.0.sysinfo.disks.fsSize.fs1.use
                  lovelace.0	2020-10-31 14:16:48.200	debug	(14478) IoB Subscribe on 0_userdata.0.Auslastung.RAM
                  lovelace.0	2020-10-31 14:16:48.199	debug	(14478) IoB Subscribe on 0_userdata.0.Auslastung.CPU_Temp
                  lovelace.0	2020-10-31 14:16:48.197	debug	(14478) IoB Subscribe on 0_userdata.0.Auslastung.CPU_Auslastung
                  lovelace.0	2020-10-31 14:16:48.196	debug	(14478) IoB Subscribe on 0_userdata.0.Anwesenheit.Anwesend_Tin
                  lovelace.0	2020-10-31 14:16:48.194	debug	(14478) IoB Subscribe on 0_userdata.0.Anwesenheit.Anwesend_David
                  lovelace.0	2020-10-31 14:16:48.193	debug	(14478) IoB Subscribe on 0_userdata.0.Multimedia.Bose_1.source
                  lovelace.0	2020-10-31 14:16:48.191	debug	(14478) IoB Subscribe on bosesoundtouch.0.on
                  lovelace.0	2020-10-31 14:16:48.189	debug	(14478) IoB Subscribe on bosesoundtouch.0.volume
                  lovelace.0	2020-10-31 14:16:48.188	debug	(14478) IoB Subscribe on bosesoundtouch.0.nowPlaying.source
                  lovelace.0	2020-10-31 14:16:48.186	debug	(14478) IoB Subscribe on bosesoundtouch.0.nowPlaying.artist
                  lovelace.0	2020-10-31 14:16:48.185	debug	(14478) IoB Subscribe on bosesoundtouch.0.nowPlaying.station
                  lovelace.0	2020-10-31 14:16:48.183	debug	(14478) IoB Subscribe on 0_userdata.0.Multimedia.Bose_1.Cover
                  lovelace.0	2020-10-31 14:16:48.175	debug	(14478) IoB Subscribe on 0_userdata.0.Multimedia.Bose_1.PRESET_6
                  lovelace.0	2020-10-31 14:16:48.173	debug	(14478) IoB Subscribe on 0_userdata.0.Multimedia.Bose_1.PRESET_5
                  lovelace.0	2020-10-31 14:16:48.172	debug	(14478) IoB Subscribe on 0_userdata.0.Multimedia.Bose_1.PRESET_4
                  lovelace.0	2020-10-31 14:16:48.171	debug	(14478) IoB Subscribe on 0_userdata.0.Multimedia.Bose_1.PRESET_3
                  lovelace.0	2020-10-31 14:16:48.169	debug	(14478) IoB Subscribe on 0_userdata.0.Multimedia.Bose_1.PRESET_2
                  lovelace.0	2020-10-31 14:16:48.168	debug	(14478) IoB Subscribe on 0_userdata.0.Multimedia.Bose_1.PRESET_1
                  lovelace.0	2020-10-31 14:16:48.165	debug	(14478) IoB Subscribe on 0_userdata.0.Heizung.Bad.party
                  lovelace.0	2020-10-31 14:16:48.164	debug	(14478) IoB Subscribe on hm-rpc.0.000A1569A15B80.1.BOOST_MODE
                  lovelace.0	2020-10-31 14:16:48.162	debug	(14478) IoB Subscribe on alias.0.Bad.Heizung_Bad.SET
                  lovelace.0	2020-10-31 14:16:48.161	debug	(14478) IoB Subscribe on alias.0.Bad.Heizung_Bad.ACTUAL
                  lovelace.0	2020-10-31 14:16:48.160	debug	(14478) IoB Subscribe on 0_userdata.0.Heizung.KZ_1.party
                  lovelace.0	2020-10-31 14:16:48.159	debug	(14478) IoB Subscribe on hm-rpc.1.INT0000006.1.BOOST_MODE
                  lovelace.0	2020-10-31 14:16:48.157	debug	(14478) IoB Subscribe on alias.0.Kinderzimmer_1.Heizung_Kinderzimmer_1_1.SET
                  lovelace.0	2020-10-31 14:16:48.156	debug	(14478) IoB Subscribe on alias.0.Kinderzimmer_1.Heizung_Kinderzimmer_1_1.ACTUAL
                  lovelace.0	2020-10-31 14:16:48.155	debug	(14478) IoB Subscribe on 0_userdata.0.Heizung.KZ_2.party
                  lovelace.0	2020-10-31 14:16:48.154	debug	(14478) IoB Subscribe on hm-rpc.0.000393C99B710E.1.BOOST_MODE
                  lovelace.0	2020-10-31 14:16:48.152	debug	(14478) IoB Subscribe on alias.0.Kinderzimmer_2.Heizung_KZ_2.SET
                  lovelace.0	2020-10-31 14:16:48.151	debug	(14478) IoB Subscribe on alias.0.Kinderzimmer_2.Heizung_KZ_2.ACTUAL
                  lovelace.0	2020-10-31 14:16:48.150	debug	(14478) IoB Subscribe on 0_userdata.0.Heizung.Wohnbereich.party
                  lovelace.0	2020-10-31 14:16:48.149	debug	(14478) IoB Subscribe on hm-rpc.1.INT0000004.1.BOOST_MODE
                  lovelace.0	2020-10-31 14:16:48.147	debug	(14478) IoB Subscribe on alias.0.og.Thermostat_Wohnbereich.SET
                  lovelace.0	2020-10-31 14:16:48.146	debug	(14478) IoB Subscribe on alias.0.og.Thermostat_Wohnbereich.ACTUAL
                  lovelace.0	2020-10-31 14:16:48.145	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_6.Minimale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.144	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_6.Maximale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.142	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_6.iconURL
                  lovelace.0	2020-10-31 14:16:48.141	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_5.Minimale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.140	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_5.Maximale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.138	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_5.iconURL
                  lovelace.0	2020-10-31 14:16:48.137	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_4.Minimale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.136	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_4.Maximale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.135	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_4.iconURL
                  lovelace.0	2020-10-31 14:16:48.133	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_3.Minimale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.132	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_3.Maximale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.131	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_3.iconURL
                  lovelace.0	2020-10-31 14:16:48.129	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_2.Minimale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.128	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_2.Maximale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.127	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_2.iconURL
                  lovelace.0	2020-10-31 14:16:48.126	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_1.Maximale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.124	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_1.iconURL
                  lovelace.0	2020-10-31 14:16:48.123	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_6.Minimale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.122	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_6.Maximale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.120	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_6.iconURL
                  lovelace.0	2020-10-31 14:16:48.119	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_5.Minimale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.118	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_5.Maximale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.117	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_5.iconURL
                  lovelace.0	2020-10-31 14:16:48.116	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_4.Minimale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.115	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_4.Maximale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.114	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_4.iconURL
                  lovelace.0	2020-10-31 14:16:48.113	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_3.Minimale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.112	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_3.Maximale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.111	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_3.iconURL
                  lovelace.0	2020-10-31 14:16:48.110	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_2.Minimale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.109	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_2.Maximale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.108	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_2.iconURL
                  lovelace.0	2020-10-31 14:16:48.107	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_1.Maximale_Temperatur_value
                  lovelace.0	2020-10-31 14:16:48.106	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_1.iconURL
                  lovelace.0	2020-10-31 14:16:48.105	debug	(14478) IoB Subscribe on alias.0.Bad.Fensterkontakt_Bad.ACTUAL
                  lovelace.0	2020-10-31 14:16:48.104	debug	(14478) IoB Subscribe on alias.0.og.Fensterkontakt_Kueche_1.ACTUAL
                  lovelace.0	2020-10-31 14:16:48.103	debug	(14478) IoB Subscribe on alias.0.Flur_OG.Schloss_Haustuere.ACTUAL
                  lovelace.0	2020-10-31 14:16:48.102	debug	(14478) IoB Subscribe on alias.0.Garage.Antrieb_Garage.SET
                  lovelace.0	2020-10-31 14:16:48.101	debug	(14478) IoB Subscribe on alias.0.Garage.Sensor_Garage.ACTUAL
                  lovelace.0	2020-10-31 14:16:47.965	debug	(14478) Create manual device: alarm_control_panel.defaultAlarm - lovelace.0.control.alarm
                  lovelace.0	2020-10-31 14:16:47.962	debug	(14478) Create manual device: switch.batterietest - 0_userdata.0.VIS.Akkumeldungen.test
                  lovelace.0	2020-10-31 14:16:47.959	debug	(14478) Create manual device: input_text.ccu_uptime - javascript.0.ccu.uptime_days
                  lovelace.0	2020-10-31 14:16:47.956	debug	(14478) Create manual device: input_text.ccu_an_seit_text - 0_userdata.0.VIS.USV.CCU_an_seit_Text
                  lovelace.0	2020-10-31 14:16:47.953	debug	(14478) Create manual device: input_text.letzter_stromausfall_zeit - 0_userdata.0.VIS.USV.Letzter_Stromasufall_Zeit
                  lovelace.0	2020-10-31 14:16:47.950	debug	(14478) Create manual device: input_text.letzter_stromausfall_text - 0_userdata.0.VIS.USV.Letzter_Stromausfall_USV
                  lovelace.0	2020-10-31 14:16:47.947	debug	(14478) Create manual device: sensor.spannung_usv - nut.0.battery.voltage
                  lovelace.0	2020-10-31 14:16:47.944	debug	(14478) Create manual device: sensor.akku_usv - nut.0.battery.charge
                  lovelace.0	2020-10-31 14:16:47.941	debug	(14478) Create manual device: sensor.sd_karte_prozent - info.0.sysinfo.disks.fsSize.fs1.use
                  lovelace.0	2020-10-31 14:16:47.939	debug	(14478) Create manual device: switch.Heizung_KZ_1_boost - hm-rpc.1.INT0000006.1.BOOST_MODE
                  lovelace.0	2020-10-31 14:16:47.936	debug	(14478) Create manual device: switch.Heizung_Wohnbereich_boost - hm-rpc.1.INT0000004.1.BOOST_MODE
                  lovelace.0	2020-10-31 14:16:47.933	debug	(14478) Create manual device: switch.Heizung_Bad_BOOST - hm-rpc.0.000A1569A15B80.1.BOOST_MODE
                  lovelace.0	2020-10-31 14:16:47.930	debug	(14478) Create manual device: switch.Heizung_KZ_2_BOOST - hm-rpc.0.000393C99B710E.1.BOOST_MODE
                  lovelace.0	2020-10-31 14:16:47.927	debug	(14478) Create manual device: input_number.Servicemeldungen_CCU - hm-rega.0.maintenance
                  lovelace.0	2020-10-31 14:16:47.923	debug	(14478) Create manual device: input_number.Alarmmeldungen_CCU - hm-rega.0.alarms
                  lovelace.0	2020-10-31 14:16:47.919	debug	(14478) Create manual device: sensor.Duty_Cycle - hm-rega.0.PEQ1103214.0.DUTY_CYCLE
                  lovelace.0	2020-10-31 14:16:47.916	debug	(14478) Create manual device: input_number.Bose_1_Volume - bosesoundtouch.0.volume
                  lovelace.0	2020-10-31 14:16:47.913	debug	(14478) Create manual device: switch.bose_1_an_aus - bosesoundtouch.0.on
                  lovelace.0	2020-10-31 14:16:47.910	debug	(14478) Create manual device: input_text.Bose_1_Sender - bosesoundtouch.0.nowPlaying.station
                  lovelace.0	2020-10-31 14:16:47.907	debug	(14478) Create manual device: input_text.Bose_1_Source - bosesoundtouch.0.nowPlaying.source
                  lovelace.0	2020-10-31 14:16:47.904	debug	(14478) Create manual device: input_text.Bose_1_Titel - bosesoundtouch.0.nowPlaying.artist
                  lovelace.0	2020-10-31 14:16:47.901	debug	(14478) Create manual device: camera.chart - 0_userdata.0.Multimedia.Charts.Chart
                  lovelace.0	2020-10-31 14:16:47.897	debug	(14478) Create manual device: switch.Bose_1_Source - 0_userdata.0.Multimedia.Bose_1.source
                  lovelace.0	2020-10-31 14:16:47.894	debug	(14478) Create manual device: switch.BOSE_PRESET_6 - 0_userdata.0.Multimedia.Bose_1.PRESET_6
                  lovelace.0	2020-10-31 14:16:47.889	debug	(14478) Create manual device: switch.BOSE_PRESET_5 - 0_userdata.0.Multimedia.Bose_1.PRESET_5
                  lovelace.0	2020-10-31 14:16:47.886	debug	(14478) Create manual device: switch.BOSE_PRESET_4 - 0_userdata.0.Multimedia.Bose_1.PRESET_4
                  lovelace.0	2020-10-31 14:16:47.883	debug	(14478) Create manual device: switch.BOSE_PRESET_3 - 0_userdata.0.Multimedia.Bose_1.PRESET_3
                  lovelace.0	2020-10-31 14:16:47.880	debug	(14478) Create manual device: switch.BOSE_PRESET_2 - 0_userdata.0.Multimedia.Bose_1.PRESET_2
                  lovelace.0	2020-10-31 14:16:47.876	debug	(14478) Create manual device: switch.BOSE_PRESET_1 - 0_userdata.0.Multimedia.Bose_1.PRESET_1
                  lovelace.0	2020-10-31 14:16:47.873	debug	(14478) Create manual device: camera.Soundlink_1_Cover - 0_userdata.0.Multimedia.Bose_1.Cover
                  lovelace.0	2020-10-31 14:16:47.870	debug	(14478) Create manual device: switch.Bose_1 - 0_userdata.0.Multimedia.Bose_1
                  lovelace.0	2020-10-31 14:16:47.868	debug	(14478) Create manual device: switch.Heizung_Wohnbereich_party - 0_userdata.0.Heizung.Wohnbereich.party
                  lovelace.0	2020-10-31 14:16:47.866	debug	(14478) Create manual device: switch.Heizung_KZ_2_party - 0_userdata.0.Heizung.KZ_2.party
                  lovelace.0	2020-10-31 14:16:47.863	debug	(14478) Create manual device: switch.Heizung_KZ_1_party - 0_userdata.0.Heizung.KZ_1.party
                  lovelace.0	2020-10-31 14:16:47.861	debug	(14478) Create manual device: switch.Heizung_Bad_party - 0_userdata.0.Heizung.Bad.party
                  lovelace.0	2020-10-31 14:16:47.855	debug	(14478) Create manual device: sensor.SD_Karte - 0_userdata.0.Auslastung.sd_karte_belegung
                  lovelace.0	2020-10-31 14:16:47.845	debug	(14478) Create manual device: sensor.RAM - 0_userdata.0.Auslastung.RAM
                  lovelace.0	2020-10-31 14:16:47.835	debug	(14478) Create manual device: sensor.CPU_Temp - 0_userdata.0.Auslastung.CPU_Temp
                  lovelace.0	2020-10-31 14:16:47.832	debug	(14478) Create manual device: sensor.CPU_Auslastung - 0_userdata.0.Auslastung.CPU_Auslastung
                  lovelace.0	2020-10-31 14:16:47.830	debug	(14478) Create manual device: switch.Tin - 0_userdata.0.Anwesenheit.Anwesend_Tin
                  lovelace.0	2020-10-31 14:16:47.827	debug	(14478) Create manual device: switch.David - 0_userdata.0.Anwesenheit.Anwesend_David
                  lovelace.0	2020-10-31 14:16:47.825	debug	(14478) Create manual device: switch.Alarmanlage - 0_userdata.0.Alarmanlage.anlage_scharf
                  lovelace.0	2020-10-31 14:16:47.776	debug	(14478) AUTO Device detected: chromecast.0.Wohnzimmer => media_player
                  lovelace.0	2020-10-31 14:16:47.776	debug	(14478) AUTO Device detected: daswetter.1.NextDays.Location_1 => weather
                  lovelace.0	2020-10-31 14:16:47.776	debug	(14478) AUTO Device detected: daswetter.0.NextDays.Location_1 => weather
                  lovelace.0	2020-10-31 14:16:47.776	debug	(14478) AUTO Device detected: alias.0.og.Fensterkontakt_Kueche_1 => binary_sensor
                  lovelace.0	2020-10-31 14:16:47.775	debug	(14478) AUTO Device detected: alias.0.Garage.Sensor_Garage => binary_sensor
                  lovelace.0	2020-10-31 14:16:47.775	debug	(14478) AUTO Device detected: alias.0.Flur_OG.Schloss_Haustuere => binary_sensor
                  lovelace.0	2020-10-31 14:16:47.775	debug	(14478) AUTO Device detected: alias.0.Bad.Fensterkontakt_Bad => binary_sensor
                  lovelace.0	2020-10-31 14:16:47.774	debug	(14478) AUTO Device detected: alias.0.og.Thermostat_Wohnbereich.HUMIDITY => sensor
                  lovelace.0	2020-10-31 14:16:47.774	debug	(14478) AUTO Device detected: alias.0.og.Thermostat_Wohnbereich => climate
                  lovelace.0	2020-10-31 14:16:47.774	debug	(14478) AUTO Device detected: alias.0.Kinderzimmer_2.Heizung_KZ_2 => climate
                  lovelace.0	2020-10-31 14:16:47.773	debug	(14478) AUTO Device detected: alias.0.Kinderzimmer_1.Heizung_Kinderzimmer_1_1 => climate
                  lovelace.0	2020-10-31 14:16:47.773	debug	(14478) AUTO Device detected: alias.0.Bad.Heizung_Bad.LOWBAT => sensor
                  lovelace.0	2020-10-31 14:16:47.773	debug	(14478) AUTO Device detected: alias.0.Bad.Heizung_Bad => climate
                  lovelace.0	2020-10-31 14:16:47.772	debug	(14478) AUTO Device detected: alias.0.Garage.Antrieb_Garage => switch
                  lovelace.0	2020-10-31 14:16:47.772	debug	(14478) [Type-Detector] device 0_userdata.0.Bose_Soundtouch_Mediaplayer - info - 0_userdata.0.Bose_Soundtouch_Mediaplayer is not yet supported
                  lovelace.0	2020-10-31 14:16:47.770	debug	(14478) [Type-Detector] device chromecast.0.Wohnzimmer.exportedMedia.mp3 - info - chromecast.0.Wohnzimmer is not yet supported
                  lovelace.0	2020-10-31 14:16:47.769	debug	(14478) [Type-Detector] Created auto device: media_player.Wohnzimmer - media - chromecast.0.Wohnzimmer
                  lovelace.0	2020-10-31 14:16:47.720	debug	(14478) [Type-Detector] device daswetter.1.NextDays.Location_1.Day_1.Wetter_Symbol_id - info - daswetter.1.NextDays.Location_1 is not yet supported
                  lovelace.0	2020-10-31 14:16:47.720	debug	(14478) [Type-Detector] Created auto device: weather.Haiger__Haiger_Deutschland_ - weatherForecast - daswetter.1.NextDays.Location_1
                  lovelace.0	2020-10-31 14:16:47.651	debug	(14478) [Type-Detector] device daswetter.0.NextDays.Location_1.Day_1.Wetter_Symbol_id - info - daswetter.0.NextDays.Location_1 is not yet supported
                  lovelace.0	2020-10-31 14:16:47.651	debug	(14478) [Type-Detector] Created auto device: weather.Hilchenbach__Hilchenbach_Deutschland_ - weatherForecast - daswetter.0.NextDays.Location_1
                  lovelace.0	2020-10-31 14:16:47.580	debug	(14478) [Type-Detector] Created auto device: binary_sensor.Fensterkontakt_Kueche_1 - window - alias.0.og.Fensterkontakt_Kueche_1
                  lovelace.0	2020-10-31 14:16:47.576	debug	(14478) Duplicates found for sensor.LOWBAT
                  lovelace.0	2020-10-31 14:16:47.575	debug	(14478) [Type-Detector] Created auto device: binary_sensor.Sensor_Garage - window - alias.0.Garage.Sensor_Garage
                  lovelace.0	2020-10-31 14:16:47.566	debug	(14478) Duplicates found for sensor.LOWBAT
                  lovelace.0	2020-10-31 14:16:47.566	debug	(14478) [Type-Detector] Created auto device: binary_sensor.Schloss_Haustuere - window - alias.0.Flur_OG.Schloss_Haustuere
                  lovelace.0	2020-10-31 14:16:47.554	debug	(14478) [Type-Detector] Created auto device: binary_sensor.Fensterkontakt_Bad - window - alias.0.Bad.Fensterkontakt_Bad
                  lovelace.0	2020-10-31 14:16:47.549	debug	(14478) Duplicates found for sensor.LOWBAT
                  lovelace.0	2020-10-31 14:16:47.548	debug	(14478) [Type-Detector] Created auto device: sensor.HUMIDITY - thermostat - alias.0.og.Thermostat_Wohnbereich
                  lovelace.0	2020-10-31 14:16:47.548	debug	(14478) [Type-Detector] Created auto device: climate.Thermostat_Wohnbereich - thermostat - alias.0.og.Thermostat_Wohnbereich
                  lovelace.0	2020-10-31 14:16:47.525	debug	(14478) [Type-Detector] device alias.0.Kinderzimmer_2.Heizung_KZ_2.BOOST - info - alias.0.Kinderzimmer_2.Heizung_KZ_2 is not yet supported
                  lovelace.0	2020-10-31 14:16:47.524	debug	(14478) Duplicates found for sensor.LOWBAT
                  lovelace.0	2020-10-31 14:16:47.524	debug	(14478) [Type-Detector] Created auto device: climate.Heizung_KZ_2 - thermostat - alias.0.Kinderzimmer_2.Heizung_KZ_2
                  lovelace.0	2020-10-31 14:16:47.503	debug	(14478) Duplicates found for sensor.LOWBAT
                  lovelace.0	2020-10-31 14:16:47.503	debug	(14478) [Type-Detector] Created auto device: climate.Heizung_Kinderzimmer_1_1 - thermostat - alias.0.Kinderzimmer_1.Heizung_Kinderzimmer_1_1
                  lovelace.0	2020-10-31 14:16:47.488	debug	(14478) [Type-Detector] Created auto device: sensor.LOWBAT - thermostat - alias.0.Bad.Heizung_Bad
                  lovelace.0	2020-10-31 14:16:47.488	debug	(14478) [Type-Detector] Created auto device: climate.Heizung_Bad - thermostat - alias.0.Bad.Heizung_Bad
                  lovelace.0	2020-10-31 14:16:47.461	debug	(14478) [Type-Detector] Created auto device: switch.Antrieb_Garage - socket - alias.0.Garage.Antrieb_Garage
                  lovelace.0	2020-10-31 14:16:46.714	info	(14478) https server listening on port 8091
                  lovelace.0	2020-10-31 14:16:46.713	info	(14478) LetsEncrypt challenge server is started on 80
                  lovelace.0	2020-10-31 14:16:46.670	info	(14478) created middleware
                  lovelace.0	2020-10-31 14:16:46.512	info	(14478) starting. Version 1.2.6 in /opt/iobroker/node_modules/iobroker.lovelace, node: v10.22.0, js-controller: 3.1.6
                  lovelace.0	2020-10-31 14:16:39.924	info	(14436) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                  lovelace.0	2020-10-31 14:16:39.923	info	(14436) terminating
                  lovelace.0	2020-10-31 14:16:39.921	info	(14436) cleaned everything up...
                  lovelace.0	2020-10-31 14:16:39.917	info	(14436) Got terminate signal TERMINATE_YOURSELF
                  
                  

                  Zeigt eure Lovelace-Visualisierung klick
                  (Auch ideal um sich Anregungen zu holen)

                  Meine Tabellen für eure Visualisierung klick

                  GarfonsoG 1 Antwort Letzte Antwort
                  0
                  • David G.D David G.

                    @Garfonso

                    Hallo,

                    hier das Log.

                    Ich finde nichts auffälliges.
                    Den Chromcast findet er normal.
                    Von meinem Manuellen ist nichts zu sehen.

                    Im Log ist erst ein Neustart vom Adapter, dann ein refresh meiner Visualisierung.

                    lovelace.0	2020-10-31 14:18:12.057	warn	(14478) Unknown entity: undefined
                    lovelace.0	2020-10-31 14:18:11.842	debug	(14478) HASS Subscribe: persistent_notifications_updated
                    lovelace.0	2020-10-31 14:18:11.837	debug	(14478) HASS Subscribe: lovelace_updated
                    lovelace.0	2020-10-31 14:18:11.462	debug	(14478) Get translations: de
                    lovelace.0	2020-10-31 14:18:11.461	debug	(14478) HASS Subscribe: component_loaded
                    lovelace.0	2020-10-31 14:18:11.460	debug	(14478) Get USER Data: language
                    lovelace.0	2020-10-31 14:18:11.458	debug	(14478) get config: false
                    lovelace.0	2020-10-31 14:18:11.457	debug	(14478) Get USER Data: core
                    lovelace.0	2020-10-31 14:18:11.441	debug	(14478) HASS Subscribe: themes_updated
                    lovelace.0	2020-10-31 14:18:11.435	debug	(14478) HASS Subscribe: panels_updated
                    lovelace.0	2020-10-31 14:18:11.434	debug	(14478) HASS Subscribe: service_removed
                    lovelace.0	2020-10-31 14:18:11.434	debug	(14478) HASS Subscribe: service_registered
                    lovelace.0	2020-10-31 14:18:11.420	debug	(14478) HASS Subscribe: core_config_updated
                    lovelace.0	2020-10-31 14:18:11.419	debug	(14478) HASS Subscribe: component_loaded
                    lovelace.0	2020-10-31 14:18:11.415	debug	(14478) HASS Subscribe: state_changed
                    lovelace.0	2020-10-31 14:18:11.261	debug	(14478) HASS Auth: no_token
                    lovelace.0	2020-10-31 14:16:55.651	debug	(14478) Add custom cards: vertical-stack-in-card.js as js
                    lovelace.0	2020-10-31 14:16:55.651	debug	(14478) Add custom cards: usb.png as png
                    lovelace.0	2020-10-31 14:16:55.651	debug	(14478) Add custom cards: urlaub_active.png as png
                    lovelace.0	2020-10-31 14:16:55.651	debug	(14478) Add custom cards: urlaub.png as png
                    lovelace.0	2020-10-31 14:16:55.650	debug	(14478) Add custom cards: tin.jpg as jpg
                    lovelace.0	2020-10-31 14:16:55.650	debug	(14478) Add custom cards: theme-maker.js as js
                    lovelace.0	2020-10-31 14:16:55.650	debug	(14478) Add custom cards: test.png as png
                    lovelace.0	2020-10-31 14:16:55.650	debug	(14478) Add custom cards: stack-in-card.js as js
                    lovelace.0	2020-10-31 14:16:55.650	debug	(14478) Add custom cards: slideshow-card.js as js
                    lovelace.0	2020-10-31 14:16:55.649	debug	(14478) Add custom cards: slider-entity-row.js as js
                    lovelace.0	2020-10-31 14:16:55.649	debug	(14478) Add custom cards: simple-thermostat.js as js
                    lovelace.0	2020-10-31 14:16:55.649	debug	(14478) Add custom cards: security.png as png
                    lovelace.0	2020-10-31 14:16:55.649	debug	(14478) Add custom cards: ram.png as png
                    lovelace.0	2020-10-31 14:16:55.649	debug	(14478) Add custom cards: power.png as png
                    lovelace.0	2020-10-31 14:16:55.648	debug	(14478) Add custom cards: pi.jpg as jpg
                    lovelace.0	2020-10-31 14:16:55.648	debug	(14478) Add custom cards: mini-graph-card-bundle.js as js
                    lovelace.0	2020-10-31 14:16:55.648	debug	(14478) Add custom cards: linie_senkrecht.png as png
                    lovelace.0	2020-10-31 14:16:55.648	debug	(14478) Add custom cards: layout-card.js as js
                    lovelace.0	2020-10-31 14:16:55.648	debug	(14478) Add custom cards: garage_zu.png as png
                    lovelace.0	2020-10-31 14:16:55.647	debug	(14478) Add custom cards: garage_auf.png as png
                    lovelace.0	2020-10-31 14:16:55.647	debug	(14478) Add custom cards: door-closed-lock.svg as svg
                    lovelace.0	2020-10-31 14:16:55.647	debug	(14478) Add custom cards: door-closed-lock.png as png
                    lovelace.0	2020-10-31 14:16:55.647	debug	(14478) Add custom cards: diebstahl.jpg as jpg
                    lovelace.0	2020-10-31 14:16:55.647	debug	(14478) Add custom cards: david.jpg as jpg
                    lovelace.0	2020-10-31 14:16:55.646	debug	(14478) Add custom cards: cpu.png as png
                    lovelace.0	2020-10-31 14:16:55.646	debug	(14478) Add custom cards: card-mod.js as js
                    lovelace.0	2020-10-31 14:16:55.646	debug	(14478) Add custom cards: button-card.js as js
                    lovelace.0	2020-10-31 14:16:55.646	debug	(14478) Add custom cards: boost_active.png as png
                    lovelace.0	2020-10-31 14:16:55.646	debug	(14478) Add custom cards: boost.png as png
                    lovelace.0	2020-10-31 14:16:55.645	debug	(14478) Add custom cards: bg_tr_bose_klein.png as png
                    lovelace.0	2020-10-31 14:16:55.645	debug	(14478) Add custom cards: bg_tr.png as png
                    lovelace.0	2020-10-31 14:16:55.645	debug	(14478) Add custom cards: bg_thermo_settings.png as png
                    lovelace.0	2020-10-31 14:16:55.645	debug	(14478) Add custom cards: bg_1px_tr.png as png
                    lovelace.0	2020-10-31 14:16:55.644	debug	(14478) Add custom cards: background.jpg as jpg
                    lovelace.0	2020-10-31 14:16:55.644	debug	(14478) Add custom cards: accuweather-card.js as js
                    lovelace.0	2020-10-31 14:16:55.644	debug	(14478) Add custom cards: Kram.rar as rar
                    lovelace.0	2020-10-31 14:16:55.644	debug	(14478) Add custom cards: 6.png as png
                    lovelace.0	2020-10-31 14:16:55.643	debug	(14478) Add custom cards: 5.png as png
                    lovelace.0	2020-10-31 14:16:55.643	debug	(14478) Add custom cards: 4.png as png
                    lovelace.0	2020-10-31 14:16:55.643	debug	(14478) Add custom cards: 3.png as png
                    lovelace.0	2020-10-31 14:16:55.642	debug	(14478) Add custom cards: 2.png as png
                    lovelace.0	2020-10-31 14:16:55.641	debug	(14478) Add custom cards: 1.png as png
                    lovelace.0	2020-10-31 14:16:48.226	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.player.cover
                    lovelace.0	2020-10-31 14:16:48.225	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.player.seasonNumber
                    lovelace.0	2020-10-31 14:16:48.224	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.player.episodeNumber
                    lovelace.0	2020-10-31 14:16:48.223	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.player.currentTime
                    lovelace.0	2020-10-31 14:16:48.222	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.player.duration
                    lovelace.0	2020-10-31 14:16:48.221	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.player.title
                    lovelace.0	2020-10-31 14:16:48.220	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.player.artist
                    lovelace.0	2020-10-31 14:16:48.219	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.status.muted
                    lovelace.0	2020-10-31 14:16:48.218	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.status.volume
                    lovelace.0	2020-10-31 14:16:48.217	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.player.shuffleMode
                    lovelace.0	2020-10-31 14:16:48.216	debug	(14478) IoB Subscribe on chromecast.0.Wohnzimmer.status.playing
                    lovelace.0	2020-10-31 14:16:48.214	debug	(14478) IoB Subscribe on 0_userdata.0.VIS.Akkumeldungen.test
                    lovelace.0	2020-10-31 14:16:48.213	debug	(14478) IoB Subscribe on 0_userdata.0.Alarmanlage.anlage_scharf
                    lovelace.0	2020-10-31 14:16:48.212	debug	(14478) IoB Subscribe on javascript.0.ccu.uptime_days
                    lovelace.0	2020-10-31 14:16:48.211	debug	(14478) IoB Subscribe on 0_userdata.0.VIS.USV.CCU_an_seit_Text
                    lovelace.0	2020-10-31 14:16:48.209	debug	(14478) IoB Subscribe on hm-rega.0.PEQ1103214.0.DUTY_CYCLE
                    lovelace.0	2020-10-31 14:16:48.208	debug	(14478) IoB Subscribe on hm-rega.0.alarms
                    lovelace.0	2020-10-31 14:16:48.207	debug	(14478) IoB Subscribe on hm-rega.0.maintenance
                    lovelace.0	2020-10-31 14:16:48.206	debug	(14478) IoB Subscribe on 0_userdata.0.VIS.USV.Letzter_Stromasufall_Zeit
                    lovelace.0	2020-10-31 14:16:48.205	debug	(14478) IoB Subscribe on 0_userdata.0.VIS.USV.Letzter_Stromausfall_USV
                    lovelace.0	2020-10-31 14:16:48.204	debug	(14478) IoB Subscribe on nut.0.battery.voltage
                    lovelace.0	2020-10-31 14:16:48.202	debug	(14478) IoB Subscribe on nut.0.battery.charge
                    lovelace.0	2020-10-31 14:16:48.201	debug	(14478) IoB Subscribe on info.0.sysinfo.disks.fsSize.fs1.use
                    lovelace.0	2020-10-31 14:16:48.200	debug	(14478) IoB Subscribe on 0_userdata.0.Auslastung.RAM
                    lovelace.0	2020-10-31 14:16:48.199	debug	(14478) IoB Subscribe on 0_userdata.0.Auslastung.CPU_Temp
                    lovelace.0	2020-10-31 14:16:48.197	debug	(14478) IoB Subscribe on 0_userdata.0.Auslastung.CPU_Auslastung
                    lovelace.0	2020-10-31 14:16:48.196	debug	(14478) IoB Subscribe on 0_userdata.0.Anwesenheit.Anwesend_Tin
                    lovelace.0	2020-10-31 14:16:48.194	debug	(14478) IoB Subscribe on 0_userdata.0.Anwesenheit.Anwesend_David
                    lovelace.0	2020-10-31 14:16:48.193	debug	(14478) IoB Subscribe on 0_userdata.0.Multimedia.Bose_1.source
                    lovelace.0	2020-10-31 14:16:48.191	debug	(14478) IoB Subscribe on bosesoundtouch.0.on
                    lovelace.0	2020-10-31 14:16:48.189	debug	(14478) IoB Subscribe on bosesoundtouch.0.volume
                    lovelace.0	2020-10-31 14:16:48.188	debug	(14478) IoB Subscribe on bosesoundtouch.0.nowPlaying.source
                    lovelace.0	2020-10-31 14:16:48.186	debug	(14478) IoB Subscribe on bosesoundtouch.0.nowPlaying.artist
                    lovelace.0	2020-10-31 14:16:48.185	debug	(14478) IoB Subscribe on bosesoundtouch.0.nowPlaying.station
                    lovelace.0	2020-10-31 14:16:48.183	debug	(14478) IoB Subscribe on 0_userdata.0.Multimedia.Bose_1.Cover
                    lovelace.0	2020-10-31 14:16:48.175	debug	(14478) IoB Subscribe on 0_userdata.0.Multimedia.Bose_1.PRESET_6
                    lovelace.0	2020-10-31 14:16:48.173	debug	(14478) IoB Subscribe on 0_userdata.0.Multimedia.Bose_1.PRESET_5
                    lovelace.0	2020-10-31 14:16:48.172	debug	(14478) IoB Subscribe on 0_userdata.0.Multimedia.Bose_1.PRESET_4
                    lovelace.0	2020-10-31 14:16:48.171	debug	(14478) IoB Subscribe on 0_userdata.0.Multimedia.Bose_1.PRESET_3
                    lovelace.0	2020-10-31 14:16:48.169	debug	(14478) IoB Subscribe on 0_userdata.0.Multimedia.Bose_1.PRESET_2
                    lovelace.0	2020-10-31 14:16:48.168	debug	(14478) IoB Subscribe on 0_userdata.0.Multimedia.Bose_1.PRESET_1
                    lovelace.0	2020-10-31 14:16:48.165	debug	(14478) IoB Subscribe on 0_userdata.0.Heizung.Bad.party
                    lovelace.0	2020-10-31 14:16:48.164	debug	(14478) IoB Subscribe on hm-rpc.0.000A1569A15B80.1.BOOST_MODE
                    lovelace.0	2020-10-31 14:16:48.162	debug	(14478) IoB Subscribe on alias.0.Bad.Heizung_Bad.SET
                    lovelace.0	2020-10-31 14:16:48.161	debug	(14478) IoB Subscribe on alias.0.Bad.Heizung_Bad.ACTUAL
                    lovelace.0	2020-10-31 14:16:48.160	debug	(14478) IoB Subscribe on 0_userdata.0.Heizung.KZ_1.party
                    lovelace.0	2020-10-31 14:16:48.159	debug	(14478) IoB Subscribe on hm-rpc.1.INT0000006.1.BOOST_MODE
                    lovelace.0	2020-10-31 14:16:48.157	debug	(14478) IoB Subscribe on alias.0.Kinderzimmer_1.Heizung_Kinderzimmer_1_1.SET
                    lovelace.0	2020-10-31 14:16:48.156	debug	(14478) IoB Subscribe on alias.0.Kinderzimmer_1.Heizung_Kinderzimmer_1_1.ACTUAL
                    lovelace.0	2020-10-31 14:16:48.155	debug	(14478) IoB Subscribe on 0_userdata.0.Heizung.KZ_2.party
                    lovelace.0	2020-10-31 14:16:48.154	debug	(14478) IoB Subscribe on hm-rpc.0.000393C99B710E.1.BOOST_MODE
                    lovelace.0	2020-10-31 14:16:48.152	debug	(14478) IoB Subscribe on alias.0.Kinderzimmer_2.Heizung_KZ_2.SET
                    lovelace.0	2020-10-31 14:16:48.151	debug	(14478) IoB Subscribe on alias.0.Kinderzimmer_2.Heizung_KZ_2.ACTUAL
                    lovelace.0	2020-10-31 14:16:48.150	debug	(14478) IoB Subscribe on 0_userdata.0.Heizung.Wohnbereich.party
                    lovelace.0	2020-10-31 14:16:48.149	debug	(14478) IoB Subscribe on hm-rpc.1.INT0000004.1.BOOST_MODE
                    lovelace.0	2020-10-31 14:16:48.147	debug	(14478) IoB Subscribe on alias.0.og.Thermostat_Wohnbereich.SET
                    lovelace.0	2020-10-31 14:16:48.146	debug	(14478) IoB Subscribe on alias.0.og.Thermostat_Wohnbereich.ACTUAL
                    lovelace.0	2020-10-31 14:16:48.145	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_6.Minimale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.144	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_6.Maximale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.142	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_6.iconURL
                    lovelace.0	2020-10-31 14:16:48.141	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_5.Minimale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.140	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_5.Maximale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.138	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_5.iconURL
                    lovelace.0	2020-10-31 14:16:48.137	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_4.Minimale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.136	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_4.Maximale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.135	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_4.iconURL
                    lovelace.0	2020-10-31 14:16:48.133	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_3.Minimale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.132	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_3.Maximale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.131	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_3.iconURL
                    lovelace.0	2020-10-31 14:16:48.129	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_2.Minimale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.128	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_2.Maximale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.127	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_2.iconURL
                    lovelace.0	2020-10-31 14:16:48.126	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_1.Maximale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.124	debug	(14478) IoB Subscribe on daswetter.1.NextDays.Location_1.Day_1.iconURL
                    lovelace.0	2020-10-31 14:16:48.123	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_6.Minimale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.122	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_6.Maximale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.120	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_6.iconURL
                    lovelace.0	2020-10-31 14:16:48.119	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_5.Minimale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.118	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_5.Maximale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.117	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_5.iconURL
                    lovelace.0	2020-10-31 14:16:48.116	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_4.Minimale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.115	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_4.Maximale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.114	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_4.iconURL
                    lovelace.0	2020-10-31 14:16:48.113	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_3.Minimale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.112	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_3.Maximale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.111	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_3.iconURL
                    lovelace.0	2020-10-31 14:16:48.110	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_2.Minimale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.109	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_2.Maximale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.108	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_2.iconURL
                    lovelace.0	2020-10-31 14:16:48.107	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_1.Maximale_Temperatur_value
                    lovelace.0	2020-10-31 14:16:48.106	debug	(14478) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_1.iconURL
                    lovelace.0	2020-10-31 14:16:48.105	debug	(14478) IoB Subscribe on alias.0.Bad.Fensterkontakt_Bad.ACTUAL
                    lovelace.0	2020-10-31 14:16:48.104	debug	(14478) IoB Subscribe on alias.0.og.Fensterkontakt_Kueche_1.ACTUAL
                    lovelace.0	2020-10-31 14:16:48.103	debug	(14478) IoB Subscribe on alias.0.Flur_OG.Schloss_Haustuere.ACTUAL
                    lovelace.0	2020-10-31 14:16:48.102	debug	(14478) IoB Subscribe on alias.0.Garage.Antrieb_Garage.SET
                    lovelace.0	2020-10-31 14:16:48.101	debug	(14478) IoB Subscribe on alias.0.Garage.Sensor_Garage.ACTUAL
                    lovelace.0	2020-10-31 14:16:47.965	debug	(14478) Create manual device: alarm_control_panel.defaultAlarm - lovelace.0.control.alarm
                    lovelace.0	2020-10-31 14:16:47.962	debug	(14478) Create manual device: switch.batterietest - 0_userdata.0.VIS.Akkumeldungen.test
                    lovelace.0	2020-10-31 14:16:47.959	debug	(14478) Create manual device: input_text.ccu_uptime - javascript.0.ccu.uptime_days
                    lovelace.0	2020-10-31 14:16:47.956	debug	(14478) Create manual device: input_text.ccu_an_seit_text - 0_userdata.0.VIS.USV.CCU_an_seit_Text
                    lovelace.0	2020-10-31 14:16:47.953	debug	(14478) Create manual device: input_text.letzter_stromausfall_zeit - 0_userdata.0.VIS.USV.Letzter_Stromasufall_Zeit
                    lovelace.0	2020-10-31 14:16:47.950	debug	(14478) Create manual device: input_text.letzter_stromausfall_text - 0_userdata.0.VIS.USV.Letzter_Stromausfall_USV
                    lovelace.0	2020-10-31 14:16:47.947	debug	(14478) Create manual device: sensor.spannung_usv - nut.0.battery.voltage
                    lovelace.0	2020-10-31 14:16:47.944	debug	(14478) Create manual device: sensor.akku_usv - nut.0.battery.charge
                    lovelace.0	2020-10-31 14:16:47.941	debug	(14478) Create manual device: sensor.sd_karte_prozent - info.0.sysinfo.disks.fsSize.fs1.use
                    lovelace.0	2020-10-31 14:16:47.939	debug	(14478) Create manual device: switch.Heizung_KZ_1_boost - hm-rpc.1.INT0000006.1.BOOST_MODE
                    lovelace.0	2020-10-31 14:16:47.936	debug	(14478) Create manual device: switch.Heizung_Wohnbereich_boost - hm-rpc.1.INT0000004.1.BOOST_MODE
                    lovelace.0	2020-10-31 14:16:47.933	debug	(14478) Create manual device: switch.Heizung_Bad_BOOST - hm-rpc.0.000A1569A15B80.1.BOOST_MODE
                    lovelace.0	2020-10-31 14:16:47.930	debug	(14478) Create manual device: switch.Heizung_KZ_2_BOOST - hm-rpc.0.000393C99B710E.1.BOOST_MODE
                    lovelace.0	2020-10-31 14:16:47.927	debug	(14478) Create manual device: input_number.Servicemeldungen_CCU - hm-rega.0.maintenance
                    lovelace.0	2020-10-31 14:16:47.923	debug	(14478) Create manual device: input_number.Alarmmeldungen_CCU - hm-rega.0.alarms
                    lovelace.0	2020-10-31 14:16:47.919	debug	(14478) Create manual device: sensor.Duty_Cycle - hm-rega.0.PEQ1103214.0.DUTY_CYCLE
                    lovelace.0	2020-10-31 14:16:47.916	debug	(14478) Create manual device: input_number.Bose_1_Volume - bosesoundtouch.0.volume
                    lovelace.0	2020-10-31 14:16:47.913	debug	(14478) Create manual device: switch.bose_1_an_aus - bosesoundtouch.0.on
                    lovelace.0	2020-10-31 14:16:47.910	debug	(14478) Create manual device: input_text.Bose_1_Sender - bosesoundtouch.0.nowPlaying.station
                    lovelace.0	2020-10-31 14:16:47.907	debug	(14478) Create manual device: input_text.Bose_1_Source - bosesoundtouch.0.nowPlaying.source
                    lovelace.0	2020-10-31 14:16:47.904	debug	(14478) Create manual device: input_text.Bose_1_Titel - bosesoundtouch.0.nowPlaying.artist
                    lovelace.0	2020-10-31 14:16:47.901	debug	(14478) Create manual device: camera.chart - 0_userdata.0.Multimedia.Charts.Chart
                    lovelace.0	2020-10-31 14:16:47.897	debug	(14478) Create manual device: switch.Bose_1_Source - 0_userdata.0.Multimedia.Bose_1.source
                    lovelace.0	2020-10-31 14:16:47.894	debug	(14478) Create manual device: switch.BOSE_PRESET_6 - 0_userdata.0.Multimedia.Bose_1.PRESET_6
                    lovelace.0	2020-10-31 14:16:47.889	debug	(14478) Create manual device: switch.BOSE_PRESET_5 - 0_userdata.0.Multimedia.Bose_1.PRESET_5
                    lovelace.0	2020-10-31 14:16:47.886	debug	(14478) Create manual device: switch.BOSE_PRESET_4 - 0_userdata.0.Multimedia.Bose_1.PRESET_4
                    lovelace.0	2020-10-31 14:16:47.883	debug	(14478) Create manual device: switch.BOSE_PRESET_3 - 0_userdata.0.Multimedia.Bose_1.PRESET_3
                    lovelace.0	2020-10-31 14:16:47.880	debug	(14478) Create manual device: switch.BOSE_PRESET_2 - 0_userdata.0.Multimedia.Bose_1.PRESET_2
                    lovelace.0	2020-10-31 14:16:47.876	debug	(14478) Create manual device: switch.BOSE_PRESET_1 - 0_userdata.0.Multimedia.Bose_1.PRESET_1
                    lovelace.0	2020-10-31 14:16:47.873	debug	(14478) Create manual device: camera.Soundlink_1_Cover - 0_userdata.0.Multimedia.Bose_1.Cover
                    lovelace.0	2020-10-31 14:16:47.870	debug	(14478) Create manual device: switch.Bose_1 - 0_userdata.0.Multimedia.Bose_1
                    lovelace.0	2020-10-31 14:16:47.868	debug	(14478) Create manual device: switch.Heizung_Wohnbereich_party - 0_userdata.0.Heizung.Wohnbereich.party
                    lovelace.0	2020-10-31 14:16:47.866	debug	(14478) Create manual device: switch.Heizung_KZ_2_party - 0_userdata.0.Heizung.KZ_2.party
                    lovelace.0	2020-10-31 14:16:47.863	debug	(14478) Create manual device: switch.Heizung_KZ_1_party - 0_userdata.0.Heizung.KZ_1.party
                    lovelace.0	2020-10-31 14:16:47.861	debug	(14478) Create manual device: switch.Heizung_Bad_party - 0_userdata.0.Heizung.Bad.party
                    lovelace.0	2020-10-31 14:16:47.855	debug	(14478) Create manual device: sensor.SD_Karte - 0_userdata.0.Auslastung.sd_karte_belegung
                    lovelace.0	2020-10-31 14:16:47.845	debug	(14478) Create manual device: sensor.RAM - 0_userdata.0.Auslastung.RAM
                    lovelace.0	2020-10-31 14:16:47.835	debug	(14478) Create manual device: sensor.CPU_Temp - 0_userdata.0.Auslastung.CPU_Temp
                    lovelace.0	2020-10-31 14:16:47.832	debug	(14478) Create manual device: sensor.CPU_Auslastung - 0_userdata.0.Auslastung.CPU_Auslastung
                    lovelace.0	2020-10-31 14:16:47.830	debug	(14478) Create manual device: switch.Tin - 0_userdata.0.Anwesenheit.Anwesend_Tin
                    lovelace.0	2020-10-31 14:16:47.827	debug	(14478) Create manual device: switch.David - 0_userdata.0.Anwesenheit.Anwesend_David
                    lovelace.0	2020-10-31 14:16:47.825	debug	(14478) Create manual device: switch.Alarmanlage - 0_userdata.0.Alarmanlage.anlage_scharf
                    lovelace.0	2020-10-31 14:16:47.776	debug	(14478) AUTO Device detected: chromecast.0.Wohnzimmer => media_player
                    lovelace.0	2020-10-31 14:16:47.776	debug	(14478) AUTO Device detected: daswetter.1.NextDays.Location_1 => weather
                    lovelace.0	2020-10-31 14:16:47.776	debug	(14478) AUTO Device detected: daswetter.0.NextDays.Location_1 => weather
                    lovelace.0	2020-10-31 14:16:47.776	debug	(14478) AUTO Device detected: alias.0.og.Fensterkontakt_Kueche_1 => binary_sensor
                    lovelace.0	2020-10-31 14:16:47.775	debug	(14478) AUTO Device detected: alias.0.Garage.Sensor_Garage => binary_sensor
                    lovelace.0	2020-10-31 14:16:47.775	debug	(14478) AUTO Device detected: alias.0.Flur_OG.Schloss_Haustuere => binary_sensor
                    lovelace.0	2020-10-31 14:16:47.775	debug	(14478) AUTO Device detected: alias.0.Bad.Fensterkontakt_Bad => binary_sensor
                    lovelace.0	2020-10-31 14:16:47.774	debug	(14478) AUTO Device detected: alias.0.og.Thermostat_Wohnbereich.HUMIDITY => sensor
                    lovelace.0	2020-10-31 14:16:47.774	debug	(14478) AUTO Device detected: alias.0.og.Thermostat_Wohnbereich => climate
                    lovelace.0	2020-10-31 14:16:47.774	debug	(14478) AUTO Device detected: alias.0.Kinderzimmer_2.Heizung_KZ_2 => climate
                    lovelace.0	2020-10-31 14:16:47.773	debug	(14478) AUTO Device detected: alias.0.Kinderzimmer_1.Heizung_Kinderzimmer_1_1 => climate
                    lovelace.0	2020-10-31 14:16:47.773	debug	(14478) AUTO Device detected: alias.0.Bad.Heizung_Bad.LOWBAT => sensor
                    lovelace.0	2020-10-31 14:16:47.773	debug	(14478) AUTO Device detected: alias.0.Bad.Heizung_Bad => climate
                    lovelace.0	2020-10-31 14:16:47.772	debug	(14478) AUTO Device detected: alias.0.Garage.Antrieb_Garage => switch
                    lovelace.0	2020-10-31 14:16:47.772	debug	(14478) [Type-Detector] device 0_userdata.0.Bose_Soundtouch_Mediaplayer - info - 0_userdata.0.Bose_Soundtouch_Mediaplayer is not yet supported
                    lovelace.0	2020-10-31 14:16:47.770	debug	(14478) [Type-Detector] device chromecast.0.Wohnzimmer.exportedMedia.mp3 - info - chromecast.0.Wohnzimmer is not yet supported
                    lovelace.0	2020-10-31 14:16:47.769	debug	(14478) [Type-Detector] Created auto device: media_player.Wohnzimmer - media - chromecast.0.Wohnzimmer
                    lovelace.0	2020-10-31 14:16:47.720	debug	(14478) [Type-Detector] device daswetter.1.NextDays.Location_1.Day_1.Wetter_Symbol_id - info - daswetter.1.NextDays.Location_1 is not yet supported
                    lovelace.0	2020-10-31 14:16:47.720	debug	(14478) [Type-Detector] Created auto device: weather.Haiger__Haiger_Deutschland_ - weatherForecast - daswetter.1.NextDays.Location_1
                    lovelace.0	2020-10-31 14:16:47.651	debug	(14478) [Type-Detector] device daswetter.0.NextDays.Location_1.Day_1.Wetter_Symbol_id - info - daswetter.0.NextDays.Location_1 is not yet supported
                    lovelace.0	2020-10-31 14:16:47.651	debug	(14478) [Type-Detector] Created auto device: weather.Hilchenbach__Hilchenbach_Deutschland_ - weatherForecast - daswetter.0.NextDays.Location_1
                    lovelace.0	2020-10-31 14:16:47.580	debug	(14478) [Type-Detector] Created auto device: binary_sensor.Fensterkontakt_Kueche_1 - window - alias.0.og.Fensterkontakt_Kueche_1
                    lovelace.0	2020-10-31 14:16:47.576	debug	(14478) Duplicates found for sensor.LOWBAT
                    lovelace.0	2020-10-31 14:16:47.575	debug	(14478) [Type-Detector] Created auto device: binary_sensor.Sensor_Garage - window - alias.0.Garage.Sensor_Garage
                    lovelace.0	2020-10-31 14:16:47.566	debug	(14478) Duplicates found for sensor.LOWBAT
                    lovelace.0	2020-10-31 14:16:47.566	debug	(14478) [Type-Detector] Created auto device: binary_sensor.Schloss_Haustuere - window - alias.0.Flur_OG.Schloss_Haustuere
                    lovelace.0	2020-10-31 14:16:47.554	debug	(14478) [Type-Detector] Created auto device: binary_sensor.Fensterkontakt_Bad - window - alias.0.Bad.Fensterkontakt_Bad
                    lovelace.0	2020-10-31 14:16:47.549	debug	(14478) Duplicates found for sensor.LOWBAT
                    lovelace.0	2020-10-31 14:16:47.548	debug	(14478) [Type-Detector] Created auto device: sensor.HUMIDITY - thermostat - alias.0.og.Thermostat_Wohnbereich
                    lovelace.0	2020-10-31 14:16:47.548	debug	(14478) [Type-Detector] Created auto device: climate.Thermostat_Wohnbereich - thermostat - alias.0.og.Thermostat_Wohnbereich
                    lovelace.0	2020-10-31 14:16:47.525	debug	(14478) [Type-Detector] device alias.0.Kinderzimmer_2.Heizung_KZ_2.BOOST - info - alias.0.Kinderzimmer_2.Heizung_KZ_2 is not yet supported
                    lovelace.0	2020-10-31 14:16:47.524	debug	(14478) Duplicates found for sensor.LOWBAT
                    lovelace.0	2020-10-31 14:16:47.524	debug	(14478) [Type-Detector] Created auto device: climate.Heizung_KZ_2 - thermostat - alias.0.Kinderzimmer_2.Heizung_KZ_2
                    lovelace.0	2020-10-31 14:16:47.503	debug	(14478) Duplicates found for sensor.LOWBAT
                    lovelace.0	2020-10-31 14:16:47.503	debug	(14478) [Type-Detector] Created auto device: climate.Heizung_Kinderzimmer_1_1 - thermostat - alias.0.Kinderzimmer_1.Heizung_Kinderzimmer_1_1
                    lovelace.0	2020-10-31 14:16:47.488	debug	(14478) [Type-Detector] Created auto device: sensor.LOWBAT - thermostat - alias.0.Bad.Heizung_Bad
                    lovelace.0	2020-10-31 14:16:47.488	debug	(14478) [Type-Detector] Created auto device: climate.Heizung_Bad - thermostat - alias.0.Bad.Heizung_Bad
                    lovelace.0	2020-10-31 14:16:47.461	debug	(14478) [Type-Detector] Created auto device: switch.Antrieb_Garage - socket - alias.0.Garage.Antrieb_Garage
                    lovelace.0	2020-10-31 14:16:46.714	info	(14478) https server listening on port 8091
                    lovelace.0	2020-10-31 14:16:46.713	info	(14478) LetsEncrypt challenge server is started on 80
                    lovelace.0	2020-10-31 14:16:46.670	info	(14478) created middleware
                    lovelace.0	2020-10-31 14:16:46.512	info	(14478) starting. Version 1.2.6 in /opt/iobroker/node_modules/iobroker.lovelace, node: v10.22.0, js-controller: 3.1.6
                    lovelace.0	2020-10-31 14:16:39.924	info	(14436) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                    lovelace.0	2020-10-31 14:16:39.923	info	(14436) terminating
                    lovelace.0	2020-10-31 14:16:39.921	info	(14436) cleaned everything up...
                    lovelace.0	2020-10-31 14:16:39.917	info	(14436) Got terminate signal TERMINATE_YOURSELF
                    
                    
                    GarfonsoG Offline
                    GarfonsoG Offline
                    Garfonso
                    Developer
                    schrieb am zuletzt editiert von
                    #182

                    @David-G
                    Ich verstehe leider echt nicht, warum der da nicht also auto create auftaucht... :-( Was du vielleicht mal versuchen könntest die Raum oder Funktionszuordnung bzw. den Namen (vom Ordner "player") etwas zu variieren. Vielleicht erkennt er den doch mit der gleichen ID. Wobei das da eigentlich im Log auftauchen müsste...
                    Alternativ könntest du mal die States von deinem manuellen Player extrahieren und mir zukommen lassen (geht irgendwo im Admin, export als JSON), dann gucke ich hier mal....

                    Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                    Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                    1 Antwort Letzte Antwort
                    0
                    • JB1985J Offline
                      JB1985J Offline
                      JB1985
                      schrieb am zuletzt editiert von
                      #183

                      Moin,

                      ich habe heute auf Version 1.2.7 aktualisiert und nun funktionieren meine Bosch Smart Home Thermostate nicht mehr. Ich habe auch die aktuelle simple-thermostat.js installiert, leider ohne Erfolg.

                      Bei der Temperaturanzeige erhalte ich nur ein N/A

                      Weiß jemand woran das liegt?

                      7e421ac0-7958-4f9a-810c-097de29e27df-grafik.png

                      GarfonsoG 1 Antwort Letzte Antwort
                      0
                      • JB1985J JB1985

                        Moin,

                        ich habe heute auf Version 1.2.7 aktualisiert und nun funktionieren meine Bosch Smart Home Thermostate nicht mehr. Ich habe auch die aktuelle simple-thermostat.js installiert, leider ohne Erfolg.

                        Bei der Temperaturanzeige erhalte ich nur ein N/A

                        Weiß jemand woran das liegt?

                        7e421ac0-7958-4f9a-810c-097de29e27df-grafik.png

                        GarfonsoG Offline
                        GarfonsoG Offline
                        Garfonso
                        Developer
                        schrieb am zuletzt editiert von
                        #184

                        @JB1985 wie auf Github geschrieben: Bug in der 1.2.7. Entweder downgrade auf 1.2.6 oder mal die Git-Version testen (um sicher zu gehen, dass ich den Bug auch tatsächlich erwischt habe ;-) ).

                        Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                        Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                        1 Antwort Letzte Antwort
                        0
                        • leszy lL Offline
                          leszy lL Offline
                          leszy l
                          schrieb am zuletzt editiert von leszy l
                          #185

                          Nabend,
                          gibt es eine Möglichkeit die obere Reihe wo man zwischen Ansichten schaltet (Home etc.) größer zu gestallten? Ich nutze nur Icons ohne Text auf mein Tablet ist das etwas klein.

                          Grüße
                          leszy

                          GarfonsoG 1 Antwort Letzte Antwort
                          0
                          • leszy lL leszy l

                            Nabend,
                            gibt es eine Möglichkeit die obere Reihe wo man zwischen Ansichten schaltet (Home etc.) größer zu gestallten? Ich nutze nur Icons ohne Text auf mein Tablet ist das etwas klein.

                            Grüße
                            leszy

                            GarfonsoG Offline
                            GarfonsoG Offline
                            Garfonso
                            Developer
                            schrieb am zuletzt editiert von
                            #186

                            @leszy-l
                            wenn, dann geht das vielleicht über das Theme... aber ob man das da einzeln steuern kann, da bin ich mir nicht so sicher.

                            Es gibt in der HomeAssistant-Lovelace Welt noch Custom Header (unter dem Stichwort müsste man was finden) was in die Richtung was anpassen soll, aber das geht, soweit ich es sehe, bei uns (aktuell?) nicht... oder ich hab nicht begriffen, wie...

                            Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                            Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                            GarfonsoG 1 Antwort Letzte Antwort
                            0
                            • GarfonsoG Garfonso

                              @leszy-l
                              wenn, dann geht das vielleicht über das Theme... aber ob man das da einzeln steuern kann, da bin ich mir nicht so sicher.

                              Es gibt in der HomeAssistant-Lovelace Welt noch Custom Header (unter dem Stichwort müsste man was finden) was in die Richtung was anpassen soll, aber das geht, soweit ich es sehe, bei uns (aktuell?) nicht... oder ich hab nicht begriffen, wie...

                              GarfonsoG Offline
                              GarfonsoG Offline
                              Garfonso
                              Developer
                              schrieb am zuletzt editiert von
                              #187

                              Es gibt eine neue Version.
                              Besonders wichtig: für mich ist damit der nervige Editor-Bug gefixt. Bitte alle mal testen, ob der noch irgendwo auftritt!! Lovelace ist jetzt auch aktuell (Version vom 21.10.2020). Unter der Haube gibt es viele Änderungen, die sollten sich aber wenig bemerkbar machen.
                              Ziel ist es diese Version ins stable zu bekommen.

                              Die neue Version sollte demnächst im latest auftauchen.

                              1.3.0-alpha.0 (2020-11-06)

                              • (Garfonso) Fixed: Änderung an Thermostat Rückgängig gemacht, geht nun wie vorher
                              • (Garfonso) Fixed: Verhindere Absturz, wenn call-service einen ungültigen Service aus dem UI aufruft.
                              • (Garfonso) Fixed: Objektänderungen werden nun korrekt im UI angezeigt
                              • (Garfonso) Added: Unterstützung für RGB-Arrays (hue-extended - experimentell)
                              • (Garfonso) Enhancement: started refactoring of server.js - will take time, but make maintenance easier.
                              • (Garfonso) Change: Notifications are now cached in adapter, makes responses a bit faster
                              • (Garfonso) Enhancement: Updated to lovelace 20201021.4 -> fixt für mich den Editorbug! Und Wetter more-info ist nun hübscher

                              Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                              Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                              1 Antwort Letzte Antwort
                              0
                              • David G.D Online
                                David G.D Online
                                David G.
                                schrieb am zuletzt editiert von
                                #188

                                @Garfonso

                                Werde die Version die Tage mal aufspielen.
                                Heute hätte ich keine Zeit was zu fixen, falls es Probleme gibt.

                                @all
                                Ich möchte grad die battery-state-card Karte installieren.
                                Irgendwie bin ich zu doof die .js zu finden.
                                Sieht die einer von euch?

                                Zeigt eure Lovelace-Visualisierung klick
                                (Auch ideal um sich Anregungen zu holen)

                                Meine Tabellen für eure Visualisierung klick

                                JB1985J GarfonsoG 2 Antworten Letzte Antwort
                                0
                                • David G.D David G.

                                  @Garfonso

                                  Werde die Version die Tage mal aufspielen.
                                  Heute hätte ich keine Zeit was zu fixen, falls es Probleme gibt.

                                  @all
                                  Ich möchte grad die battery-state-card Karte installieren.
                                  Irgendwie bin ich zu doof die .js zu finden.
                                  Sieht die einer von euch?

                                  JB1985J Offline
                                  JB1985J Offline
                                  JB1985
                                  schrieb am zuletzt editiert von
                                  #189

                                  @David-G https://github.com/maxwroc/battery-state-card/releases

                                  1 Antwort Letzte Antwort
                                  2
                                  • J Offline
                                    J Offline
                                    janhp
                                    schrieb am zuletzt editiert von
                                    #190

                                    Hallo zusammen,

                                    ist es möglich den Favicon vom Browser Tab (akutell Icon vom iobroker) auszutauschen sowie den Titel im Browser anzupassen?

                                    Danke für eure Unterstuetzung

                                    1 Antwort Letzte Antwort
                                    0
                                    • David G.D David G.

                                      @Garfonso

                                      Werde die Version die Tage mal aufspielen.
                                      Heute hätte ich keine Zeit was zu fixen, falls es Probleme gibt.

                                      @all
                                      Ich möchte grad die battery-state-card Karte installieren.
                                      Irgendwie bin ich zu doof die .js zu finden.
                                      Sieht die einer von euch?

                                      GarfonsoG Offline
                                      GarfonsoG Offline
                                      Garfonso
                                      Developer
                                      schrieb am zuletzt editiert von
                                      #191

                                      @David-G
                                      Es gibt Karten, die erst noch "gebaut" werden müssen. Dann muss man bei den Releases gucken (der Link dafür ist mittlerweile auf der rechten Seite in Github und @JB1985 hat ihn auch gepostet). Grundsätzlich sollte man bei den Karten gucken, ob es Releases gibt und sich ggf. auch irgendwo merken (ich mach das im Dateinamen) welche Version man installiert hat, falls es mal Probleme gibt (z.B. mit dem nächsten Update vom Lovelace-Adapter, der eine neue Lovelace Version mitbringt. :-) ).

                                      @janhp said in Test Adapter lovelace v1.2.x:

                                      ist es möglich den Favicon vom Browser Tab (akutell Icon vom iobroker) auszutauschen sowie den Titel im Browser anzupassen?

                                      Durch Konfiguration / in der Laufzeit aktuell nicht. Wäre auch ziemlich viel Arbeit... du kannst von Hand im Adapterordner (z.B: /opt/iobroker/node_modules/iobroker.lovelace ) im Ordner hass_frontend in der index.html den Titel ändern (steht in der ersten Zeile, da das alles "minified" ist, leider etwas umständlich) und im Ordner assets\icons die favicon*.ico Dateien ändern. Damit die Änderung der Icons einen Effekt hat, wirst du noch iobroker upload lovelace ausführen müssen. Und bei jedem Adapter Update halt dann nochmal... -> schreib dir ein Skript ;-)

                                      Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                                      Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                                      J 1 Antwort Letzte Antwort
                                      0
                                      • GarfonsoG Garfonso

                                        @David-G
                                        Es gibt Karten, die erst noch "gebaut" werden müssen. Dann muss man bei den Releases gucken (der Link dafür ist mittlerweile auf der rechten Seite in Github und @JB1985 hat ihn auch gepostet). Grundsätzlich sollte man bei den Karten gucken, ob es Releases gibt und sich ggf. auch irgendwo merken (ich mach das im Dateinamen) welche Version man installiert hat, falls es mal Probleme gibt (z.B. mit dem nächsten Update vom Lovelace-Adapter, der eine neue Lovelace Version mitbringt. :-) ).

                                        @janhp said in Test Adapter lovelace v1.2.x:

                                        ist es möglich den Favicon vom Browser Tab (akutell Icon vom iobroker) auszutauschen sowie den Titel im Browser anzupassen?

                                        Durch Konfiguration / in der Laufzeit aktuell nicht. Wäre auch ziemlich viel Arbeit... du kannst von Hand im Adapterordner (z.B: /opt/iobroker/node_modules/iobroker.lovelace ) im Ordner hass_frontend in der index.html den Titel ändern (steht in der ersten Zeile, da das alles "minified" ist, leider etwas umständlich) und im Ordner assets\icons die favicon*.ico Dateien ändern. Damit die Änderung der Icons einen Effekt hat, wirst du noch iobroker upload lovelace ausführen müssen. Und bei jedem Adapter Update halt dann nochmal... -> schreib dir ein Skript ;-)

                                        J Offline
                                        J Offline
                                        janhp
                                        schrieb am zuletzt editiert von
                                        #192

                                        @Garfonso said in Test Adapter lovelace v1.2.x:

                                        /opt/iobroker/node_modules/iobroker.lovelace

                                        top danke :)

                                        1 Antwort Letzte Antwort
                                        0
                                        • B Offline
                                          B Offline
                                          BBlaBlu
                                          schrieb am zuletzt editiert von
                                          #193

                                          Hi zusammen,

                                          hat einer von euch hinbekommen, die Uhrzeit in lovelace anzuzeigen? Die gängigen Beispiele scheinen alle nicht mehr zu funktionieren und die Variante im Header auch nicht...
                                          So was einfaches wie die Uhrzeit und ggf. das Datum kann doch eigentlich nicht so schwer sein :(

                                          GarfonsoG 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          826

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe