Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter lovelace v0.2.x

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Test Adapter lovelace v0.2.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • JB1985
      JB1985 @marcuskl last edited by

      @marcuskl wäre großartig, wenn du dein Theme teilen könntest. Sieht chick aus das transparent schwarz mit den runden Tabellen.

      marcuskl 1 Reply Last reply Reply Quote 0
      • Garfonso
        Garfonso Developer last edited by

        Hi,

        ich fand, was ihr hier so gepostet habt, sehr hübsch. Daher hab ich mich jetzt auch mal mit Lovelace beschäftigt. Das mit den manuellen Datenpunkten geht zwar, hat aber den Nachteil, dass dann alles einzeln ist. Z.B. hab ich damit nicht hinbekommen, dass die Licht-Karte ein Dimmbares Licht auch schaltet (an ging, aber aus nicht). Wenn das Gerät automatisch erstellt wird, geht das (wobei an immer = 100% ist?), dann sind das Schalt-Objekt und das Brightness-Objekt in einer Entity mit entsprechenden Attributen verarbeitet. Ich fände es schön, wenn das auch manuell ginge, aber gut.

        Mein Problem ist nun, dass die meisten meiner Lampen nicht gehen mit der Meldung, dass ct = color_temperature nicht unterstützt wird. Also hab ich gedacht, ich versuche mal das zu implementieren... da stecke ich nun etwas.

        Zuerst, die Devices sehen so aus:
        Bad_Oben_Device.JPG

        Ich habe folgendes implementiert, damit zeigt mit die Light-Entity-Card zumindest schonmal die Farbtemperatur an:
        Bad_Oben_Light-Card.JPG

        Ich stecke an der Stelle aber fest und wollte mal gucken, ob die Leute, die @Bluefox , die sich hier mit der Entwicklung auskennen und das entwickelt haben mir vielleicht etwas helfen können. Folgende Dinge sind mir unklar.

        • Zum einen scheint es so, dass HASS nur mired als Farbtemperatur unterstützt, daher müsste Kelvin grundsätzlich konvertiert werden. Wie erreiche ich das am besten? Brightness hängt sich da an den "turn_on" service call.
        • Wie ist es angedacht eine Lampe zu machen, die dimmen und color_temperature (und RGB, ...) gleichzeitig kann? Ich war etwas überrascht, dass die Lampen einfach in die Schublade "ct" gepackt werden und der Dimmer darin nicht verwendet werden kann.
        • Wo kommen die control.states her? Warum heißen die "ON", "ON_SET", "ACTUAL", ... für das Device oben sehen die so aus. Der Dimmer sucht aber "ON_SET", "ON_ACTUAL", "SET" und "ACTUAL", die es alle nicht gibt. Warum gibt es die nicht bzw. warum sucht er die?
        Controls: {
          "states": [
            {
              "indicator": false,
              "type": "number",
              "write": true,
              "name": "TEMPERATURE",
              "required": true,
              "defaultRole": "level.color.temperature",
              "id": "alias.0.lamps.Bad_Oben.colortemp"
            },
            {
              "indicator": false,
              "type": "number",
              "write": true,
              "name": "DIMMER",
              "required": false,
              "defaultRole": "level.dimmer",
              "id": "alias.0.lamps.Bad_Oben.brightness"
            },
            {
              "indicator": false,
              "type": "number",
              "write": true,
              "name": "BRIGHTNESS",
              "required": false
            },
            {
              "indicator": false,
              "type": "number",
              "write": true,
              "name": "SATURATION",
              "required": false
            },
            {
              "indicator": false,
              "type": "boolean",
              "write": true,
              "name": "ON",
              "required": false,
              "defaultRole": "switch.light",
              "id": "alias.0.lamps.Bad_Oben.state"
            },
            {
              "indicator": false,
              "type": "boolean",
              "write": true,
              "name": "ON",
              "required": false
            },
            {
              "indicator": true,
              "name": "WORKING",
              "required": false,
              "defaultRole": "indicator.working"
            },
            {
              "indicator": true,
              "type": "boolean",
              "name": "UNREACH",
              "required": false,
              "defaultRole": "indicator.maintenance.unreach"
            },
            {
              "indicator": true,
              "type": "boolean",
              "name": "LOWBAT",
              "required": false,
              "defaultRole": "indicator.maintenance.lowbat"
            },
            {
              "indicator": true,
              "type": "boolean",
              "name": "MAINTAIN",
              "required": false,
              "defaultRole": "indicator.maintenance"
            },
            {
              "indicator": true,
              "name": "ERROR",
              "required": false,
              "defaultRole": "indicator.error"
            }
          ],
          "type": "ct"
        }
        

        🙂

        1 Reply Last reply Reply Quote 0
        • marcuskl
          marcuskl @JB1985 last edited by

          @JB1985 Habe ich weiter oben mal gepostet

          1 Reply Last reply Reply Quote 0
          • JB1985
            JB1985 last edited by

            Hallo, hat schon mal jemand versucht mit einem neuen Benutzer Lovelace UI zu nutzen?

            Ich habe gerade einen neuen Benutzer angelegt. Wollte mich damit einloggen und dann crasht Lovelace sofort.

            Kann das jemand bestätigen? Oder was muss der zusätzliche Benutzer alles können?

            Log:

            lovelace.0	2019-12-16 10:53:33.299	info	(14498) Terminated (NO_ERROR): Without reason
            lovelace.0	2019-12-16 10:53:33.298	info	(14498) terminating
            lovelace.0	2019-12-16 10:53:33.286	info	(14498) cleaned everything up...
            lovelace.0	2019-12-16 10:53:33.285	error	at (anonymous function).(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:92144)
            lovelace.0	2019-12-16 10:53:33.285	error	at objects.getObjectList (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsUtils.js:455:13)
            lovelace.0	2019-12-16 10:53:33.285	error	at _0x507b32.(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:21056)
            lovelace.0	2019-12-16 10:53:33.285	error	at _0x2bea52.objects.getUserGroup (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsUtils.js:553:13)
            lovelace.0	2019-12-16 10:53:33.285	error	at checkObjectRights (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsUtils.js:602:16)
            lovelace.0	2019-12-16 10:53:33.285	error	at _0x507b32.(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:64576)
            lovelace.0	2019-12-16 10:53:33.285	error	at objects.getObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:2450:65)
            lovelace.0	2019-12-16 10:53:33.285	error	at adapter.getForeignObject (/opt/iobroker/node_modules/iobroker.lovelace/lib/server.js:3155:28)
            lovelace.0	2019-12-16 10:53:33.285	error	at WebServer._getObjectName (/opt/iobroker/node_modules/iobroker.lovelace/lib/server.js:2332:30)
            lovelace.0	2019-12-16 10:53:33.285	error	at WebServer.__getObjectName (/opt/iobroker/node_modules/iobroker.lovelace/lib/server.js:2311:17)
            lovelace.0	2019-12-16 10:53:33.285	error	(14498) TypeError: Cannot read property 'common' of undefined
            lovelace.0	2019-12-16 10:53:33.281	error	(14498) uncaught exception: Cannot read property 'common' of undefined
            
            JB1985 1 Reply Last reply Reply Quote 0
            • Garfonso
              Garfonso Developer last edited by Garfonso

              Ok, habe noch etwas rumprogrammiert. Hat keiner außer mir das Problem mit Colortemperature gehabt? grübel. Egal, habe jetzt CT+Dimmer am laufen:

              Bad_Unten_Dimmer.JPG
              Bad_Unten_Dimmer+CT_in_attributes.JPG
              Bad_Oben_Light-Dimmer+CT.JPG

              Gefällt mir so eigentlich ganz gut, auch vom code her. Wer sich das ganze angucken möchte / ausprobieren möchte, hiermit müsste man das installieren können:

              https://github.com/Garfonso/ioBroker.lovelace/tree/ct_and_brightness
              

              Ich würde mich über Rückmeldungen jeder Art freuen.
              Als nächstes gucke ich mir das mit den Farben dann mal an. Bin gespannt. 😉

              1 Reply Last reply Reply Quote 0
              • JB1985
                JB1985 @JB1985 last edited by

                @JB1985 benutzt keiner lovelace mit weiteren Benutzern?

                Würde gerne lovelace mit der Familie teilen.

                1 Reply Last reply Reply Quote 0
                • Garfonso
                  Garfonso Developer last edited by

                  Ok, ich hab nochmal was gebastelt. Ich das ganze geht jetzt ganz gut. Ich werde einen PR fertig machen. Es geht jetzt in einem light entity: an/aus (muss), dimmer, farbtemperatur und Farbe über Hue + Saturation (also HS Farbraum). (falls ihr unbedingt RGB String braucht, kann ich dafür auch ein kleines Skript zum konvertieren posten ;-)).

                  Wer schonmal testen will, das hier installieren: https://github.com/Garfonso/ioBroker.lovelace/tree/hue
                  Lovelace_Wolke_RGB_LightCard.JPG Lovelace_Wolke_RGB_default_light_card_attributes.JPG Lovelace_Wolke_RGB_default_light_card.JPG

                  (ich bin mir noch nicht ganz sicher, ob mir nicht doch die standart Lichtkarte besser gefällt als die aufgebohrte Light Card. Was meint ihr?)

                  marcuskl parkkralle W 3 Replies Last reply Reply Quote 0
                  • marcuskl
                    marcuskl @Garfonso last edited by marcuskl

                    @Garfonso
                    Wie sieht die Card Konfiguration aus ?
                    Und gibt es dann ein Entity type "color" und "Farbtemperatur"oder wie funktioniert das ?

                    Garfonso 1 Reply Last reply Reply Quote 0
                    • parkkralle
                      parkkralle @Garfonso last edited by

                      @Garfonso
                      Das sieht ja richtig gut aus 👍
                      Ist es möglich die Optionskarte auch bei einer Entitiy-Liste anzuzeigen?
                      d87c8aa2-0a4f-40b2-ba65-a8dc36094e4b-image.png -> df85c61f-bfbc-4208-9cec-ff15d53e8a09-image.png

                      Ich bin neu bei ioBroker und möchte gleich mit der lovelace Visu einsteigen.
                      Ich habe allerdings das Problem, das ich die Mediaplayer Card nicht ans laufen bekomme.
                      Meine verwendeten Geräte sind diverse Sonos-Speaker und Spotify. Optional noch ein Marantz AVR mit Heos.
                      Über Hass.io laufen die Geräte tadellos, allerdings gefällt mir da der Unterbau nicht so gut. Hat mit jemand einen Tipp, wie ich die Mediaplayer Card ans laufen bekomme?

                      1 Reply Last reply Reply Quote 0
                      • Garfonso
                        Garfonso Developer @marcuskl last edited by Garfonso

                        @marcuskl
                        Nein, es gibt ein entity light. Also in dem Beispiel light.Josephine_Wolke. Das entity hat dann die attribute Helligkeit, Lichttemperatur und Farbe. An den Karten habe ich nichts konfiguriert, außer das entity ausgewählt. Das war mein Ziel. 🙂
                        Dabei ist die mit der großen Birne die Karte, die man erhält, wenn man "Licht" auswählt und da kommt das Zusatzfenster, wenn man auf die Punkte drückt.
                        Das andere ist die Light-Entity-Card, da werden Farbe usw. ausgeblendet, wenn die Lampe aus ist.

                        Damit das Gerät so gefunden wird, muss halt die Autokonfiguration funktionieren. Bei mir sieht das "Device" so aus:
                        Lovelace_Wolke_Device.JPG
                        Dabei sind tatsächlich die einzelnen States im gleichen "Ordner (=Device)" und deren Rollen (und auch Typen!) wichtig. Der color (level.color.rgb) state ist dabei in der geposteten Version noch nicht unterstützt, da bastel ich noch dran. Aber man braucht natürlich nur eins von beiden, entweder rgb oder hsv. (Wobei hsv einfacher ist, das unterstützt lovelace / homeassistang nativ).
                        Achja, wichtig ist natürlich auch, wie immer, dass Raum und Funktion irgendwie gefüllt sind (wobei das am Ende keine große Rolle spielt).

                        @parkkralle
                        Äh... davon hab ich leider keine Ahnung. Mit Lovelace bin ich selber noch totaler Anfänger. 😉 Die "Optionskarte" ist von der Licht/Light Karte und zeigt die "Attribute" (Homeassistantsprache). Vielleicht gibt es einen weg die Attribute anzuzeigen... hm... gab es bei der entities Karte eine on-hold Funktion?
                        Gerade ausprobiert, wenn du das light-entity (was wie oben beschrieben automatisch aus den States generiert werden muss) in die Liste tust, kannst du auf den Namen klicken und genau die Ansicht der Attribute kommt. Das ist ja cool. 🙂 Allerdings kam die Farbe und Farbtemperatur bei mir erst, wenn die Lampe an ist.

                        marcuskl 1 Reply Last reply Reply Quote 0
                        • marcuskl
                          marcuskl @Garfonso last edited by

                          @Garfonso Ok sieht toll aus!
                          Bei mir kann ich nur die Werte nur mit einem Hex RGB einstellen, hsv geht nicht.
                          Wäre nicht schlecht das zu unterstützen oder beides😊

                          Garfonso 1 Reply Last reply Reply Quote 0
                          • marcuskl
                            marcuskl last edited by

                            Wie kann man die Wetter Icons anzeigen lassen ?
                            wetterl.png

                            1 Reply Last reply Reply Quote 0
                            • Garfonso
                              Garfonso Developer @marcuskl last edited by

                              @marcuskl
                              Also ein Objekt für RGB im Format #FF0000 (für rot z.B.)? Das habe ich hier implementiert: https://github.com/Garfonso/ioBroker.lovelace/tree/rgb_string

                              Beides gleichzeitig produziert bei mir gerade merkwürdige Probleme, die ich noch analysiere und mal gucke, wie ich sie behebe. Wenn du das ausprobierst, könntest du mir auch einen Gefallen tun und mal im Log gucken, ob du viele Warnungen wegen doppelter Ids. bekommst.

                              Leider habe ich bisher auch keine Reaktionen auf die Pullrequests bekommen. 😞

                              marcuskl 2 Replies Last reply Reply Quote 0
                              • marcuskl
                                marcuskl @Garfonso last edited by

                                @Garfonso werde mal später testen

                                1 Reply Last reply Reply Quote 0
                                • marcuskl
                                  marcuskl @Garfonso last edited by

                                  @Garfonso
                                  Ich verstehe immer noch nicht, was ich jetzt alles einstellen muss damit ich RGB und Farbtemperatur steuern kann ?

                                  Wie gehe ich vor ?

                                  Garfonso 1 Reply Last reply Reply Quote 0
                                  • Garfonso
                                    Garfonso Developer @marcuskl last edited by Garfonso

                                    @marcuskl

                                    • Für RGB in einem Feld den Adapter per Admin mit der URL installieren: https://github.com/Garfonso/ioBroker.lovelace/tree/rgb_string
                                    • Dein Gerät muss so ca. aussehen, also die States müssen vorhanden sein und die Rolle so eingestellt sein, wie auf dem Bild oben. Farbtemperatur muss type "number" sein, color type "string". Brightness ebenfalls type "number". Und das Gerät muss Raum & Funktion haben. (Mehr zu den einzelnen Objekten kann man auch hier sehen: https://github.com/ioBroker/ioBroker.type-detector/blob/master/index.js#L231 - das erkennt die und macht die Zuordnung)
                                    • Es dürfe keine Lovelace Einstellungen manuell gemacht worden sein.
                                    • Wenn du den Adapter auf debug logging stellst, müsste eine solche Zeile im Log auftauchen:
                                    2019-12-21 20:17:54.696  - debug: lovelace.1 (4801) [Type-Detector] Created auto device: light.Josephine_Wolke - rgbSingle - alias.0.lamps.Josephine_Wolke
                                    
                                    • In den Eingellungen mit Show Attributes an, sieht das ganze so aus:
                                      Lovelace_Wolke_Attributes.JPG
                                      Wichtig ist der graue Schraubenschlüssel = automatisch erzeugt. Das "supported features" attribut zeigt an, was erkannt wurde was die Lampe kann, da kann man aufsummieren 1 = dimmen, 2 = farbtemperatur, 16 = RGB_color -> wenn die Lampe alles kann, macht das 1 + 2 + 16 = 19.
                                      Attribute hs_color: alias.0.lamps.Josephine_Wolke.color zeigt halt, welches Objekt für Farbe gesetzt wird.

                                    Danach kannst du dann einfach eine Licht Karte hinzufügen und das Entity da einstellen (also im Bild "light.Josephine_Wolke"), dann sollte alles gehen. Da muss man dann nichts mehr einstellen (wie schonmal geschrieben: ggf. muss man für die Anzeige von Farbtemperatur & Farbe die Lampe anschalten).

                                    Wo genau hakt es denn bei dir?
                                    Wenn die States richtig eingestellt sind, geht das tatsächlich ganz gut automatisch... hat bei mir aber auch eine ganze Weile gedauert. 😉

                                    marcuskl A 2 Replies Last reply Reply Quote 0
                                    • marcuskl
                                      marcuskl @Garfonso last edited by marcuskl

                                      @Garfonso ah ok danke.
                                      Habe es also eigentlich richtig gemacht.

                                      Ich habe es seit einiger Zeit, bei meine Tadfri RGB Bulb die einzelnen Datenpunkte manuell erzeugt.

                                      Habe dein Adapter Link installiert.
                                      Nun habe ich diese Manuell erzeugten entitys entfernt, auf Auto gesetzt und das ganze Gerät eine Funktion und ein Raum hinzugefügt, Adapter neugestartet, wird aber nicht automatisch erkannt.
                                      Hier häng ich jz fest.

                                      rgb.png

                                      Garfonso 1 Reply Last reply Reply Quote 0
                                      • Garfonso
                                        Garfonso Developer @marcuskl last edited by

                                        @marcuskl
                                        Wo hängst du fest? Die Lampe wird nicht erkannt, oder was? Taucht die gar nicht in den Entities auf? Wenn nicht, poste mal ein Debug Log bitte (gerne über Pastebin oder sowas, ist sehr umfangreich).
                                        Ansonsten bitte mal die Attribute der Lampe checken / zeigen.

                                        marcuskl 1 Reply Last reply Reply Quote 0
                                        • marcuskl
                                          marcuskl @Garfonso last edited by marcuskl

                                          @Garfonso
                                          Ja die Lampe taucht nicht in den Entites auf, habe gedacht über Nacht klappt es vielleicht, wurde aber immer noch nicht erkannt.
                                          Hier der Log beim start der Instanz:

                                          lovelace.0	2019-12-22 10:19:19.226	debug	(27839) HASS Subscribe: persistent_notifications_updated
                                          lovelace.0	2019-12-22 10:19:19.222	debug	(27839) HASS UnSubscribe: {"type":"unsubscribe_events","subscription":10,"id":21}
                                          lovelace.0	2019-12-22 10:19:19.009	debug	(27839) Get translations: de
                                          lovelace.0	2019-12-22 10:19:19.007	debug	(27839) get config: false
                                          lovelace.0	2019-12-22 10:19:18.963	debug	(27839) HASS Subscribe: persistent_notifications_updated
                                          lovelace.0	2019-12-22 10:19:18.962	debug	(27839) HASS Subscribe: lovelace_updated
                                          lovelace.0	2019-12-22 10:19:18.961	debug	(27839) HASS Subscribe: themes_updated
                                          lovelace.0	2019-12-22 10:19:18.959	debug	(27839) HASS Subscribe: panels_updated
                                          lovelace.0	2019-12-22 10:19:18.958	debug	(27839) HASS Subscribe: service_removed
                                          lovelace.0	2019-12-22 10:19:18.955	debug	(27839) HASS Subscribe: service_registered
                                          lovelace.0	2019-12-22 10:19:18.953	debug	(27839) HASS Subscribe: core_config_updated
                                          lovelace.0	2019-12-22 10:19:18.952	debug	(27839) HASS Subscribe: component_loaded
                                          lovelace.0	2019-12-22 10:19:18.950	debug	(27839) HASS Subscribe: state_changed
                                          lovelace.0	2019-12-22 10:19:18.746	debug	(27839) HASS Auth: no_token
                                          lovelace.0	2019-12-22 10:19:17.832	debug	(27839) Add custom cards: vertical-stack-in-card.js as js
                                          lovelace.0	2019-12-22 10:19:17.832	debug	(27839) Add custom cards: rgb-light-card.js as js
                                          lovelace.0	2019-12-22 10:19:17.831	debug	(27839) Add custom cards: remote-card.js as js
                                          lovelace.0	2019-12-22 10:19:17.831	debug	(27839) Add custom cards: mini-graph-card-bundle.js as js
                                          lovelace.0	2019-12-22 10:19:17.831	debug	(27839) Add custom cards: light-entity-card.js as js
                                          lovelace.0	2019-12-22 10:19:17.830	debug	(27839) Add custom cards: dual-gauge-card.js as js
                                          lovelace.0	2019-12-22 10:19:17.830	debug	(27839) Add custom cards: compact-custom-header.js as js
                                          lovelace.0	2019-12-22 10:19:17.829	debug	(27839) Add custom cards: button-entity-row.js as js
                                          lovelace.0	2019-12-22 10:19:17.829	debug	(27839) Add custom cards: button-card.js as js
                                          lovelace.0	2019-12-22 10:19:17.828	debug	(27839) Add custom cards: battery-entity.js as js
                                          lovelace.0	2019-12-22 10:19:17.827	debug	(27839) Add custom cards: background.jpg as jpg
                                          lovelace.0	2019-12-22 10:19:14.496	debug	(27839) IoB Subscribe on zigbee.0.00158d0003d53cb8.battery
                                          lovelace.0	2019-12-22 10:19:14.496	debug	(27839) IoB Subscribe on zigbee.0.ccccccfffe31ffb8.battery
                                          lovelace.0	2019-12-22 10:19:14.495	debug	(27839) IoB Subscribe on zigbee.0.00158d000320258a.battery
                                          lovelace.0	2019-12-22 10:19:14.494	debug	(27839) IoB Subscribe on zigbee.0.000b57fffe897c9a.battery
                                          lovelace.0	2019-12-22 10:19:14.493	debug	(27839) IoB Subscribe on zigbee.0.00158d00026ebcbf.battery
                                          lovelace.0	2019-12-22 10:19:14.492	debug	(27839) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Today
                                          lovelace.0	2019-12-22 10:19:14.491	debug	(27839) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Power_2
                                          lovelace.0	2019-12-22 10:19:14.489	debug	(27839) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Power_1
                                          lovelace.0	2019-12-22 10:19:14.489	debug	(27839) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Power_0
                                          lovelace.0	2019-12-22 10:19:14.488	debug	(27839) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Current_2
                                          lovelace.0	2019-12-22 10:19:14.487	debug	(27839) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Current_1
                                          lovelace.0	2019-12-22 10:19:14.486	debug	(27839) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Current_0
                                          lovelace.0	2019-12-22 10:19:14.485	debug	(27839) IoB Subscribe on upnp.0.WANDevice_-_FRITZ!Box_6490_Cable.WANDevice.WANCommonInterfaceConfig.GetCommonLinkProperties.UpstreamMaxKbit
                                          lovelace.0	2019-12-22 10:19:14.484	debug	(27839) IoB Subscribe on upnp.0.WANDevice_-_FRITZ!Box_6490_Cable.WANDevice.WANCommonInterfaceConfig.GetCommonLinkProperties.DownstreamMaxKbit
                                          lovelace.0	2019-12-22 10:19:14.482	debug	(27839) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_up_ghome_schlafzimmer
                                          lovelace.0	2019-12-22 10:19:14.481	debug	(27839) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_down_ghome_schlafzimmer
                                          lovelace.0	2019-12-22 10:19:14.478	debug	(27839) IoB Subscribe on chromecast.0.Schlafzimmer.status.volume
                                          lovelace.0	2019-12-22 10:19:14.477	debug	(27839) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_up_ghome_kueche
                                          lovelace.0	2019-12-22 10:19:14.475	debug	(27839) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_down_ghome_kueche
                                          lovelace.0	2019-12-22 10:19:14.474	debug	(27839) IoB Subscribe on chromecast.0.Küche.status.volume
                                          lovelace.0	2019-12-22 10:19:14.473	debug	(27839) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_up_ghome_wohnzimmer
                                          lovelace.0	2019-12-22 10:19:14.472	debug	(27839) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_down_ghome_wohnzimmer
                                          lovelace.0	2019-12-22 10:19:14.472	debug	(27839) IoB Subscribe on chromecast.0.WohnzimmerJBL.status.volume
                                          lovelace.0	2019-12-22 10:19:14.471	debug	(27839) IoB Subscribe on lgtv.0.states.launch
                                          lovelace.0	2019-12-22 10:19:14.470	debug	(27839) IoB Subscribe on lgtv.0.states.volumeUp
                                          lovelace.0	2019-12-22 10:19:14.469	debug	(27839) IoB Subscribe on lgtv.0.states.mute
                                          lovelace.0	2019-12-22 10:19:14.467	debug	(27839) IoB Subscribe on lgtv.0.states.volumeDown
                                          lovelace.0	2019-12-22 10:19:14.467	debug	(27839) IoB Subscribe on lgtv.0.states.mediaFastForward
                                          lovelace.0	2019-12-22 10:19:14.466	debug	(27839) IoB Subscribe on lgtv.0.states.mediaPlay
                                          lovelace.0	2019-12-22 10:19:14.465	debug	(27839) IoB Subscribe on lgtv.0.states.mediaRewind
                                          lovelace.0	2019-12-22 10:19:14.464	debug	(27839) IoB Subscribe on lgtv.0.states.channelDown
                                          lovelace.0	2019-12-22 10:19:14.463	debug	(27839) IoB Subscribe on lgtv.0.states.channelUp
                                          lovelace.0	2019-12-22 10:19:14.462	debug	(27839) IoB Subscribe on lgtv.0.remote.down
                                          lovelace.0	2019-12-22 10:19:14.461	debug	(27839) IoB Subscribe on lgtv.0.remote.right
                                          lovelace.0	2019-12-22 10:19:14.460	debug	(27839) IoB Subscribe on lgtv.0.remote.enter
                                          lovelace.0	2019-12-22 10:19:14.459	debug	(27839) IoB Subscribe on lgtv.0.remote.left
                                          lovelace.0	2019-12-22 10:19:14.458	debug	(27839) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.launch_amazon
                                          lovelace.0	2019-12-22 10:19:14.457	debug	(27839) IoB Subscribe on lgtv.0.remote.up
                                          lovelace.0	2019-12-22 10:19:14.456	debug	(27839) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.launch_netflix
                                          lovelace.0	2019-12-22 10:19:14.455	debug	(27839) IoB Subscribe on lgtv.0.remote.home
                                          lovelace.0	2019-12-22 10:19:14.454	debug	(27839) IoB Subscribe on lgtv.0.remote.menu
                                          lovelace.0	2019-12-22 10:19:14.453	debug	(27839) IoB Subscribe on lgtv.0.remote.back
                                          lovelace.0	2019-12-22 10:19:14.453	debug	(27839) IoB Subscribe on lgtv.0.states.power
                                          lovelace.0	2019-12-22 10:19:14.452	debug	(27839) IoB Subscribe on javascript.0.scriptEnabled.Steckdosen.Schreibtischsteckdosen_Automatik
                                          lovelace.0	2019-12-22 10:19:14.451	debug	(27839) IoB Subscribe on tuya.0.17014830b4e62d5a02cc.1
                                          lovelace.0	2019-12-22 10:19:14.450	debug	(27839) IoB Subscribe on sonoff.0.TV Steckdose.POWER
                                          lovelace.0	2019-12-22 10:19:14.449	debug	(27839) IoB Subscribe on javascript.0.scriptEnabled.Beleuchtung.Flurlicht_Automatik
                                          lovelace.0	2019-12-22 10:19:14.448	debug	(27839) IoB Subscribe on sonoff.0.Nachtlicht Marcus.POWER
                                          lovelace.0	2019-12-22 10:19:14.448	debug	(27839) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_kaltweiß
                                          lovelace.0	2019-12-22 10:19:14.447	debug	(27839) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_warmweiß
                                          lovelace.0	2019-12-22 10:19:14.446	debug	(27839) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_turkis
                                          lovelace.0	2019-12-22 10:19:14.445	debug	(27839) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_violtett
                                          lovelace.0	2019-12-22 10:19:14.444	debug	(27839) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_grün
                                          lovelace.0	2019-12-22 10:19:14.440	debug	(27839) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_blau
                                          lovelace.0	2019-12-22 10:19:14.438	debug	(27839) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_red
                                          lovelace.0	2019-12-22 10:19:14.437	debug	(27839) IoB Subscribe on javascript.0.scriptEnabled.Beleuchtung.Hand/Auto_RGB
                                          lovelace.0	2019-12-22 10:19:14.436	debug	(27839) IoB Subscribe on shelly.0.SHRGBW2#5A38A7#1.color.gain
                                          lovelace.0	2019-12-22 10:19:14.435	debug	(27839) IoB Subscribe on javascript.0.scriptEnabled.Beleuchtung.Hand/Auto_RGB_Synchron
                                          lovelace.0	2019-12-22 10:19:14.434	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_6.Minimale_Temperatur_value
                                          lovelace.0	2019-12-22 10:19:14.431	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_6.Maximale_Temperatur_value
                                          lovelace.0	2019-12-22 10:19:14.426	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_6.iconURL
                                          lovelace.0	2019-12-22 10:19:14.425	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_5.Minimale_Temperatur_value
                                          lovelace.0	2019-12-22 10:19:14.424	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_5.Maximale_Temperatur_value
                                          lovelace.0	2019-12-22 10:19:14.423	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_5.iconURL
                                          lovelace.0	2019-12-22 10:19:14.422	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_4.Minimale_Temperatur_value
                                          lovelace.0	2019-12-22 10:19:14.421	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_4.Maximale_Temperatur_value
                                          lovelace.0	2019-12-22 10:19:14.420	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_4.iconURL
                                          lovelace.0	2019-12-22 10:19:14.418	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_3.Minimale_Temperatur_value
                                          lovelace.0	2019-12-22 10:19:14.417	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_3.Maximale_Temperatur_value
                                          lovelace.0	2019-12-22 10:19:14.416	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_3.iconURL
                                          lovelace.0	2019-12-22 10:19:14.415	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_2.Minimale_Temperatur_value
                                          lovelace.0	2019-12-22 10:19:14.414	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_2.Maximale_Temperatur_value
                                          lovelace.0	2019-12-22 10:19:14.413	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_2.iconURL
                                          lovelace.0	2019-12-22 10:19:14.412	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_1.Maximale_Temperatur_value
                                          lovelace.0	2019-12-22 10:19:14.411	debug	(27839) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_1.iconURL
                                          lovelace.0	2019-12-22 10:19:14.410	debug	(27839) IoB Subscribe on sonoff.0.Weihnachtsbaum.POWER
                                          lovelace.0	2019-12-22 10:19:14.408	debug	(27839) IoB Subscribe on sonoff.0.Nachtlicht Flur.POWER
                                          lovelace.0	2019-12-22 10:19:14.407	debug	(27839) IoB Subscribe on sonoff.0.Schreibtischlampe.POWER
                                          lovelace.0	2019-12-22 10:19:14.406	debug	(27839) IoB Subscribe on sonoff.0.Küchenlicht.POWER
                                          lovelace.0	2019-12-22 10:19:14.404	debug	(27839) IoB Subscribe on sonoff.0.Nachtlicht Liah.POWER
                                          lovelace.0	2019-12-22 10:19:14.403	debug	(27839) IoB Subscribe on shelly.0.SHRGBW2#5A38A7#1.color.Switch
                                          lovelace.0	2019-12-22 10:19:14.402	debug	(27839) IoB Subscribe on shelly.0.SHSW-1#94147C#1.Relay0.Switch
                                          lovelace.0	2019-12-22 10:19:14.401	debug	(27839) IoB Subscribe on sonoff.0.Nachtlicht Benchy.POWER
                                          lovelace.0	2019-12-22 10:19:14.399	debug	(27839) IoB Subscribe on shelly.0.SHSW-1#12C27E#1.Relay0.Switch
                                          lovelace.0	2019-12-22 10:19:14.398	debug	(27839) IoB Subscribe on shelly.0.SHSW-1#943F39#1.Relay0.Switch
                                          lovelace.0	2019-12-22 10:19:14.397	debug	(27839) IoB Subscribe on javascript.0.scriptEnabled.Zentral.zentral_switch
                                          lovelace.0	2019-12-22 10:19:14.143	debug	(27839) Create manual device: alarm_control_panel.defaultAlarm - lovelace.0.control.alarm
                                          lovelace.0	2019-12-22 10:19:14.137	debug	(27839) Create manual device: switch.v_up_ghome_schlafzimmer - 0_userdata.0.Lovelace.Emulate.v_up_ghome_schlafzimmer
                                          lovelace.0	2019-12-22 10:19:14.130	debug	(27839) Create manual device: switch.v_down_ghome_schlafzimmer - 0_userdata.0.Lovelace.Emulate.v_down_ghome_schlafzimmer
                                          lovelace.0	2019-12-22 10:19:14.126	debug	(27839) Create manual device: switch.v_up_ghome_kueche - 0_userdata.0.Lovelace.Emulate.v_up_ghome_kueche
                                          lovelace.0	2019-12-22 10:19:14.123	debug	(27839) Create manual device: switch.v_down_ghome_kueche - 0_userdata.0.Lovelace.Emulate.v_down_ghome_kueche
                                          lovelace.0	2019-12-22 10:19:14.118	debug	(27839) Create manual device: switch.tv_remote_amazon - 0_userdata.0.Lovelace.Emulate.launch_amazon
                                          lovelace.0	2019-12-22 10:19:14.115	debug	(27839) Create manual device: switch.tv_remote_netflix - 0_userdata.0.Lovelace.Emulate.launch_netflix
                                          lovelace.0	2019-12-22 10:19:14.111	debug	(27839) Create manual device: switch.v_down_ghome_wohnzimmer - 0_userdata.0.Lovelace.Emulate.v_down_ghome_wohnzimmer
                                          lovelace.0	2019-12-22 10:19:14.107	debug	(27839) Create manual device: switch.v_up_ghome_wohnzimmer - 0_userdata.0.Lovelace.Emulate.v_up_ghome_wohnzimmer
                                          lovelace.0	2019-12-22 10:19:14.103	debug	(27839) Create manual device: switch.kaltweiß - 0_userdata.0.Lovelace.Emulate.wohnzimmer_kaltweiß
                                          lovelace.0	2019-12-22 10:19:14.099	debug	(27839) Create manual device: switch.warmweiß - 0_userdata.0.Lovelace.Emulate.wohnzimmer_warmweiß
                                          lovelace.0	2019-12-22 10:19:14.095	debug	(27839) Create manual device: switch.violett - 0_userdata.0.Lovelace.Emulate.wohnzimmer_violtett
                                          lovelace.0	2019-12-22 10:19:14.091	debug	(27839) Create manual device: switch.turkis - 0_userdata.0.Lovelace.Emulate.wohnzimmer_turkis
                                          lovelace.0	2019-12-22 10:19:14.087	debug	(27839) Create manual device: switch.red - 0_userdata.0.Lovelace.Emulate.wohnzimmer_red
                                          lovelace.0	2019-12-22 10:19:14.083	debug	(27839) Create manual device: switch.blue - 0_userdata.0.Lovelace.Emulate.wohnzimmer_blau
                                          lovelace.0	2019-12-22 10:19:14.079	debug	(27839) Create manual device: switch.green - 0_userdata.0.Lovelace.Emulate.wohnzimmer_grün
                                          lovelace.0	2019-12-22 10:19:14.075	debug	(27839) Create manual device: sensor.akku_tür_sensor - zigbee.0.00158d0003d53cb8.battery
                                          lovelace.0	2019-12-22 10:19:14.071	debug	(27839) Create manual device: light.nachtlicht_flur - sonoff.0.Nachtlicht Flur.POWER
                                          lovelace.0	2019-12-22 10:19:14.067	debug	(27839) Create manual device: sensor.akku_stehlampe_schalter - zigbee.0.ccccccfffe31ffb8.battery
                                          lovelace.0	2019-12-22 10:19:14.063	debug	(27839) Create manual device: sensor.l3_strom - sonoff.0.Zähler Verteiler.ENERGY_Current_2
                                          lovelace.0	2019-12-22 10:19:14.058	debug	(27839) Create manual device: sensor.l2_strom - sonoff.0.Zähler Verteiler.ENERGY_Current_1
                                          lovelace.0	2019-12-22 10:19:14.054	debug	(27839) Create manual device: sensor.l1_strom - sonoff.0.Zähler Verteiler.ENERGY_Current_0
                                          lovelace.0	2019-12-22 10:19:14.050	debug	(27839) Create manual device: sensor.l3_spannung - sonoff.0.Zähler Verteiler.ENERGY_Voltage_2
                                          lovelace.0	2019-12-22 10:19:14.046	debug	(27839) Create manual device: sensor.l2_spannung - sonoff.0.Zähler Verteiler.ENERGY_Voltage_1
                                          lovelace.0	2019-12-22 10:19:14.042	debug	(27839) Create manual device: sensor.l1_spannung - sonoff.0.Zähler Verteiler.ENERGY_Voltage_0
                                          lovelace.0	2019-12-22 10:19:14.037	debug	(27839) Create manual device: sensor.l3_leistung - sonoff.0.Zähler Verteiler.ENERGY_Power_2
                                          lovelace.0	2019-12-22 10:19:14.033	debug	(27839) Create manual device: sensor.l2_leistung - sonoff.0.Zähler Verteiler.ENERGY_Power_1
                                          lovelace.0	2019-12-22 10:19:14.029	debug	(27839) Create manual device: sensor.l1_leistung - sonoff.0.Zähler Verteiler.ENERGY_Power_0
                                          lovelace.0	2019-12-22 10:19:14.024	debug	(27839) Create manual device: sensor.energie_heute - sonoff.0.Zähler Verteiler.ENERGY_Today
                                          lovelace.0	2019-12-22 10:19:14.020	debug	(27839) Create manual device: sensor.energie_gesamt - sonoff.0.Zähler Verteiler.ENERGY_Total
                                          lovelace.0	2019-12-22 10:19:14.016	debug	(27839) Create manual device: sensor.akku_switch_marcus - zigbee.0.00158d00026ebcbf.battery
                                          lovelace.0	2019-12-22 10:19:14.011	debug	(27839) Create manual device: media_player.tv_remote_enter - lgtv.0.remote.enter
                                          lovelace.0	2019-12-22 10:19:14.007	debug	(27839) Create manual device: media_player.tv_remote_right - lgtv.0.remote.right
                                          lovelace.0	2019-12-22 10:19:14.003	debug	(27839) Create manual device: media_player.tv_remote_left - lgtv.0.remote.left
                                          lovelace.0	2019-12-22 10:19:13.999	debug	(27839) Create manual device: media_player.tv_remote_down - lgtv.0.remote.down
                                          lovelace.0	2019-12-22 10:19:13.995	debug	(27839) Create manual device: media_player.tv_remote_up - lgtv.0.remote.up
                                          lovelace.0	2019-12-22 10:19:13.991	debug	(27839) Create manual device: media_player.tv_remote_back - lgtv.0.remote.back
                                          lovelace.0	2019-12-22 10:19:13.986	debug	(27839) Create manual device: media_player.tv_remote_menu - lgtv.0.remote.menu
                                          lovelace.0	2019-12-22 10:19:13.982	debug	(27839) Create manual device: media_player.tv_remote_home - lgtv.0.remote.home
                                          lovelace.0	2019-12-22 10:19:13.977	debug	(27839) Create manual device: sensor.akku_dimmer - zigbee.0.000b57fffe897c9a.battery
                                          lovelace.0	2019-12-22 10:19:13.971	debug	(27839) Create manual device: sensor.MaxUpstream - upnp.0.WANDevice_-_FRITZ!Box_6490_Cable.WANDevice.WANCommonInterfaceConfig.GetCommonLinkProperties.UpstreamMaxKbit
                                          lovelace.0	2019-12-22 10:19:13.966	debug	(27839) Create manual device: sensor.MaxDownstream - upnp.0.WANDevice_-_FRITZ!Box_6490_Cable.WANDevice.WANCommonInterfaceConfig.GetCommonLinkProperties.DownstreamMaxKbit
                                          lovelace.0	2019-12-22 10:19:13.961	debug	(27839) Create manual device: light.Schreibtischlampe - sonoff.0.Schreibtischlampe.POWER
                                          lovelace.0	2019-12-22 10:19:13.955	debug	(27839) Create manual device: input_boolean.zuruck - broadlink2.0.RM:RMMINI-40-7c-2f.L.CODE_26001a000f07064d0c6a0c0001d009000265090002440f0006470a000d050000000000000000000000000000
                                          lovelace.0	2019-12-22 10:19:13.949	debug	(27839) Create manual device: input_number.GHomeKueche - chromecast.0.Küche.status.volume
                                          lovelace.0	2019-12-22 10:19:13.945	debug	(27839) Create manual device: input_number.GHomeSchlafzimmer - chromecast.0.Schlafzimmer.status.volume
                                          lovelace.0	2019-12-22 10:19:13.941	debug	(27839) Create manual device: input_number.GHomeWohnzimmer - chromecast.0.WohnzimmerJBL.status.volume
                                          lovelace.0	2019-12-22 10:19:13.937	debug	(27839) Create manual device: sensor.Schreibtisch_Strom - tuya.0.17014830b4e62d5a02cc.4
                                          lovelace.0	2019-12-22 10:19:13.932	debug	(27839) Create manual device: input_boolean.Schreibtisch - tuya.0.17014830b4e62d5a02cc.1
                                          lovelace.0	2019-12-22 10:19:13.928	debug	(27839) Create manual device: switch.zentral_aus - javascript.0.scriptEnabled.Zentral.zentral_switch
                                          lovelace.0	2019-12-22 10:19:13.923	debug	(27839) Create manual device: switch.Flurlicht_Automatik - javascript.0.scriptEnabled.Beleuchtung.Flurlicht_Automatik
                                          lovelace.0	2019-12-22 10:19:13.919	debug	(27839) Create manual device: sensor.akku_bm_flur - zigbee.0.00158d000320258a.battery
                                          lovelace.0	2019-12-22 10:19:13.914	debug	(27839) Create manual device: sensor.server_ram_auslastung - proxmox.0.node_pve.memory.used_lev
                                          lovelace.0	2019-12-22 10:19:13.911	debug	(27839) Create manual device: sensor.pve_cpu_utilization - proxmox.0.node_pve.cpu
                                          lovelace.0	2019-12-22 10:19:13.906	debug	(27839) Create manual device: light.Flurlicht - shelly.0.SHSW-1#943F39#1.Relay0.Switch
                                          lovelace.0	2019-12-22 10:19:13.902	debug	(27839) Create manual device: switch.RGB_Automatik - javascript.0.scriptEnabled.Beleuchtung.Hand/Auto_RGB
                                          lovelace.0	2019-12-22 10:19:13.898	debug	(27839) Create manual device: switch.Fernseher - javascript.0.scriptEnabled.Vis.Fernseher_Power
                                          lovelace.0	2019-12-22 10:19:13.893	debug	(27839) Create manual device: input_number.led_stripes_helligkeit - shelly.0.SHRGBW2#5A38A7#1.color.gain
                                          lovelace.0	2019-12-22 10:19:13.889	debug	(27839) Create manual device: light.RGB_Fernseher - shelly.0.SHRGBW2#5A38A7#1.color.Switch
                                          lovelace.0	2019-12-22 10:19:13.885	debug	(27839) Create manual device: light.Wohnzimmerlicht - shelly.0.SHSW-1#94147C#1.Relay0.Switch
                                          lovelace.0	2019-12-22 10:19:13.880	debug	(27839) Create manual device: light.Schlafzimmerlicht - shelly.0.SHSW-1#12C27E#1.Relay0.Switch
                                          lovelace.0	2019-12-22 10:19:13.877	debug	(27839) Create manual device: switch.tv_remote_mute - lgtv.0.states.mute
                                          lovelace.0	2019-12-22 10:19:13.873	debug	(27839) Create manual device: media_player.tv_volume_up - lgtv.0.states.volumeUp
                                          lovelace.0	2019-12-22 10:19:13.867	debug	(27839) Create manual device: media_player.tv_volume_down - lgtv.0.states.volumeDown
                                          lovelace.0	2019-12-22 10:19:13.863	debug	(27839) Create manual device: media_player.tv_channel_up - lgtv.0.states.channelUp
                                          lovelace.0	2019-12-22 10:19:13.859	debug	(27839) Create manual device: media_player.tv_channel_down - lgtv.0.states.channelDown
                                          lovelace.0	2019-12-22 10:19:13.855	debug	(27839) Create manual device: media_player.tv_remote_play - lgtv.0.states.mediaPlay
                                          lovelace.0	2019-12-22 10:19:13.851	debug	(27839) Create manual device: media_player.tv_pause - lgtv.0.states.mediaPause
                                          lovelace.0	2019-12-22 10:19:13.847	debug	(27839) Create manual device: media_player.tv_remote_forward - lgtv.0.states.mediaFastForward
                                          lovelace.0	2019-12-22 10:19:13.843	debug	(27839) Create manual device: media_player.tv_remote_rewind - lgtv.0.states.mediaRewind
                                          lovelace.0	2019-12-22 10:19:13.838	debug	(27839) Create manual device: input_number.FernseherVolume - lgtv.0.states.volume
                                          lovelace.0	2019-12-22 10:19:13.828	debug	(27839) Create manual device: input_select.tv_launch - lgtv.0.states.launch
                                          lovelace.0	2019-12-22 10:19:13.799	debug	(27839) Create manual device: sensor.CPU_Temperatur - info.0.sysinfo.cpu.temperature.main
                                          lovelace.0	2019-12-22 10:19:13.424	debug	(27839) AUTO Device detected: daswetter.0.NextDays.Location_1 => weather
                                          lovelace.0	2019-12-22 10:19:13.423	debug	(27839) AUTO Device detected: javascript.0.scriptEnabled.Beleuchtung.Hand/Auto_RGB_Synchron => switch
                                          lovelace.0	2019-12-22 10:19:13.423	debug	(27839) AUTO Device detected: javascript.0.scriptEnabled.Steckdosen.Schreibtischsteckdosen_Automatik => switch
                                          lovelace.0	2019-12-22 10:19:13.423	debug	(27839) AUTO Device detected: tuya.0.17014830b4e62d5a02cc.1 => switch
                                          lovelace.0	2019-12-22 10:19:13.423	debug	(27839) AUTO Device detected: sonoff.0.TV Steckdose.POWER => switch
                                          lovelace.0	2019-12-22 10:19:13.422	debug	(27839) AUTO Device detected: lgtv.0.states.power => switch
                                          lovelace.0	2019-12-22 10:19:13.422	debug	(27839) AUTO Device detected: sonoff.0.Weihnachtsbaum => light
                                          lovelace.0	2019-12-22 10:19:13.422	debug	(27839) AUTO Device detected: sonoff.0.Schreibtischlampe.POWER => light
                                          lovelace.0	2019-12-22 10:19:13.421	debug	(27839) AUTO Device detected: sonoff.0.Nachtlicht Marcus.POWER => light
                                          lovelace.0	2019-12-22 10:19:13.421	debug	(27839) AUTO Device detected: sonoff.0.Nachtlicht Liah.POWER => light
                                          lovelace.0	2019-12-22 10:19:13.421	debug	(27839) AUTO Device detected: sonoff.0.Nachtlicht Flur => light
                                          lovelace.0	2019-12-22 10:19:13.421	debug	(27839) AUTO Device detected: sonoff.0.Nachtlicht Benchy.POWER => light
                                          lovelace.0	2019-12-22 10:19:13.420	debug	(27839) AUTO Device detected: sonoff.0.Küchenlicht.POWER => light
                                          lovelace.0	2019-12-22 10:19:13.420	debug	(27839) AUTO Device detected: shelly.0.SHSW-1#12C27E#1.Relay0.Switch => light
                                          lovelace.0	2019-12-22 10:19:13.420	debug	(27839) AUTO Device detected: shelly.0.SHRGBW2#5A38A7#1.color => light
                                          lovelace.0	2019-12-22 10:19:13.419	debug	(27839) AUTO Device detected: shelly.0.SHRGBW2#5A38A7#1 => light
                                          lovelace.0	2019-12-22 10:19:13.418	debug	(27839) [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	2019-12-22 10:19:13.418	debug	(27839) [Type-Detector] Created auto device: weather.Gaggenau__Baden_W_rttemberg_Deutschland_ - weatherForecast - daswetter.0.NextDays.Location_1
                                          lovelace.0	2019-12-22 10:19:13.359	debug	(27839) [Type-Detector] device zigbee.0.00158d0003d53cb8.battery - info - zigbee.0.00158d0003d53cb8.battery is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.353	debug	(27839) [Type-Detector] device zigbee.0.ccccccfffe31ffb8.battery - info - zigbee.0.ccccccfffe31ffb8.battery is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.349	debug	(27839) [Type-Detector] device zigbee.0.00158d000320258a.battery - info - zigbee.0.00158d000320258a.battery is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.345	debug	(27839) [Type-Detector] device zigbee.0.000b57fffe897c9a.battery - info - zigbee.0.000b57fffe897c9a.battery is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.341	debug	(27839) [Type-Detector] device chromecast.0.WohnzimmerJBL.status.volume - volume - chromecast.0.WohnzimmerJBL.status.volume is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.337	debug	(27839) [Type-Detector] device chromecast.0.Schlafzimmer.status.volume - volume - chromecast.0.Schlafzimmer.status.volume is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.333	debug	(27839) [Type-Detector] device chromecast.0.Küche.status.volume - volume - chromecast.0.Küche.status.volume is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.329	debug	(27839) [Type-Detector] Created auto device: switch.Hand_Auto_RGB_Synchron - socket - javascript.0.scriptEnabled.Beleuchtung.Hand/Auto_RGB_Synchron
                                          lovelace.0	2019-12-22 10:19:13.326	debug	(27839) [Type-Detector] Created auto device: switch.Schreibtischsteckdosen_Automatik - socket - javascript.0.scriptEnabled.Steckdosen.Schreibtischsteckdosen_Automatik
                                          lovelace.0	2019-12-22 10:19:13.303	debug	(27839) [Type-Detector] Created auto device: switch.switch_on - socket - tuya.0.17014830b4e62d5a02cc.1
                                          lovelace.0	2019-12-22 10:19:13.299	debug	(27839) [Type-Detector] Created auto device: switch.TV_Steckdose_POWER - socket - sonoff.0.TV Steckdose.POWER
                                          lovelace.0	2019-12-22 10:19:13.295	debug	(27839) [Type-Detector] device lgtv.0.states.launch - info - lgtv.0.states.launch is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.291	debug	(27839) [Type-Detector] Created auto device: switch.Switch_TV_power - socket - lgtv.0.states.power
                                          lovelace.0	2019-12-22 10:19:13.286	debug	(27839) [Type-Detector] device lgtv.0.states.volume - info - lgtv.0.states.volume is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.282	debug	(27839) [Type-Detector] device zigbee.0.ccccccfffe5c48af.groups - info - zigbee.0.ccccccfffe5c48af is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.282	debug	(27839) [Type-Detector] device zigbee.0.ccccccfffe5c48af.color - rgbSingle - zigbee.0.ccccccfffe5c48af is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.269	debug	(27839) [Type-Detector] device sonoff.0.Weihnachtsbaum.Time - info - sonoff.0.Weihnachtsbaum is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.268	debug	(27839) [Type-Detector] Created auto device: light.Weihnachtsbaum - light - sonoff.0.Weihnachtsbaum
                                          lovelace.0	2019-12-22 10:19:13.255	debug	(27839) [Type-Detector] Created auto device: light.Schreibtischlampe_POWER - light - sonoff.0.Schreibtischlampe.POWER
                                          lovelace.0	2019-12-22 10:19:13.250	debug	(27839) [Type-Detector] Created auto device: light.Nachtlicht_Marcus_POWER - light - sonoff.0.Nachtlicht Marcus.POWER
                                          lovelace.0	2019-12-22 10:19:13.245	debug	(27839) [Type-Detector] Created auto device: light.Nachtlicht_Liah_POWER - light - sonoff.0.Nachtlicht Liah.POWER
                                          lovelace.0	2019-12-22 10:19:13.241	debug	(27839) [Type-Detector] device sonoff.0.Nachtlicht Flur.Time - info - sonoff.0.Nachtlicht Flur is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.240	debug	(27839) [Type-Detector] Created auto device: light.Nachtlicht_Flur - light - sonoff.0.Nachtlicht Flur
                                          lovelace.0	2019-12-22 10:19:13.222	debug	(27839) [Type-Detector] Created auto device: light.Nachtlicht_Benchy_POWER - light - sonoff.0.Nachtlicht Benchy.POWER
                                          lovelace.0	2019-12-22 10:19:13.217	debug	(27839) [Type-Detector] Created auto device: light.K_chenlicht_POWER - light - sonoff.0.Küchenlicht.POWER
                                          lovelace.0	2019-12-22 10:19:13.198	debug	(27839) [Type-Detector] Created auto device: light.Switch - light - shelly.0.SHSW-1#12C27E#1.Relay0.Switch
                                          lovelace.0	2019-12-22 10:19:13.192	debug	(27839) [Type-Detector] device shelly.0.SHRGBW2#5A38A7#1.color.effect - info - shelly.0.SHRGBW2#5A38A7#1.color is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.192	debug	(27839) [Type-Detector] Created auto device: light.Channel_color - dimmer - shelly.0.SHRGBW2#5A38A7#1.color
                                          lovelace.0	2019-12-22 10:19:13.191	debug	(27839) [Type-Detector] device shelly.0.SHRGBW2#5A38A7#1.color.rgbw - rgbSingle - shelly.0.SHRGBW2#5A38A7#1.color is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.190	debug	(27839) [Type-Detector] device shelly.0.SHRGBW2#5A38A7#1.color.red - rgb - shelly.0.SHRGBW2#5A38A7#1.color is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.163	debug	(27839) [Type-Detector] device shelly.0.SHRGBW2#5A38A7#1.color.effect - info - shelly.0.SHRGBW2#5A38A7#1 is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.163	debug	(27839) [Type-Detector] Created auto device: light.RGBW_Wohnzimmer - dimmer - shelly.0.SHRGBW2#5A38A7#1
                                          lovelace.0	2019-12-22 10:19:13.158	debug	(27839) [Type-Detector] device shelly.0.SHRGBW2#5A38A7#1.color.rgbw - rgbSingle - shelly.0.SHRGBW2#5A38A7#1 is not yet supported
                                          lovelace.0	2019-12-22 10:19:13.157	debug	(27839) [Type-Detector] device shelly.0.SHRGBW2#5A38A7#1.color.red - rgb - shelly.0.SHRGBW2#5A38A7#1 is not yet supported
                                          lovelace.0	2019-12-22 10:19:12.458	info	(27839) http server listening on port 8091
                                          lovelace.0	2019-12-22 10:19:12.420	debug	(27839) Schedule restart: 0 2 * * *
                                          lovelace.0	2019-12-22 10:19:12.279	info	(27839) starting. Version 1.0.7 in /opt/iobroker/node_modules/iobroker.lovelace, node: v10.17.0
                                          host.iobroker	2019-12-22 10:19:08.407	info	instance system.adapter.lovelace.0 started with pid 27839
                                          host.iobroker	2019-12-22 10:19:08.387	info	"system.adapter.lovelace.0" enabled
                                          

                                          Was meinst du mit Attribute der Lampe, wo finde ich diese?
                                          Meinst du die Json Datei damit:
                                          zigbee.0.ccccccfffe5c48af.json

                                          1 Reply Last reply Reply Quote 0
                                          • A
                                            Alex975 last edited by

                                            Hallo,

                                            ich würde mich auch gern mit dem Adapter beschäftigten, scheitere aber bereits an der 1 .Karte für meine Hue Lampen.

                                            Vom Prinzip her habe ich es ist verstanden, dass jedem Datenpunkt eine Funktion und eine Raum zugewiesen sein muss.

                                            Nun habe ich es auf 2 Wegen probiert:

                                            ich habe den DP hue..xxxx.level und hue.xxxx.on jeweils die Funktion Licht und den Raum Kinderzimmer verpasst.
                                            Dadurch konnte ich bei der Erstellung einer Lichtkarte bei Auswahl DP .xxx.on die Lampe ein- und ausschalten.
                                            Wenn ich den DP xxxx.level benutze, konnte ich die Lampe über den Slider anschalten, der "Button" in der Mitte schaltete die Lampe dann nicht aus (da ja der DP "on" ja nicht verknüpft ist).

                                            Versuche ich die Lampe nur im Hauptordner (Also z.b. Hue.0.schreibtisch) mit Funktion und Raum zu versehen, taucht die Lampe nicht mehr als Entites auf... (Debug log sagt not yet supported).

                                            Wo liegt mein Denkfehler?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            578
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            call for action lovelace test visualisierung
                                            131
                                            1051
                                            322259
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo