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.
    • 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
                          • Garfonso
                            Garfonso Developer @Alex975 last edited by

                            @Alex975 said in Test Adapter lovelace v0.2.x:

                            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).

                            Das war genau auch mein Problem. Das ist irgendwie Käse so.

                            @Alex975 said in Test Adapter lovelace v0.2.x:

                            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).

                            Das ist der Weg, den man gehen sollte, ist aber tatsächlich noch nicht implementiert für alles, wo Farbe oder Farbtemperatur auftaucht, leider. Ich habe eine Testversion auf meinem Github Account, die musst du aber per Link im Admin installieren.
                            Was für ein Typ kam bei "not yet supported"? "hue"? Oder etwas anderes? Also z.B.

                            [Type-Detector] device alias.0.lamps.Ambiente.hue - hue - alias.0.lamps.Ambiente is not yet supported
                            

                            Falls da bei dir auch hue steht, müsstest du mit der Version weiter kommen: https://github.com/Garfonso/ioBroker.lovelace/tree/hue
                            Wenn nicht, ggf. den Link weiter unten ausprobieren (ich bin noch nicht dazu gekommen das in eine Version zusammen zu fassen im Weihnachtsstress 😞 ).

                            @marcuskl

                            [Type-Detector] device zigbee.0.ccccccfffe5c48af.color - rgbSingle - zigbee.0.ccccccfffe5c48af is not yet supported
                            

                            Das ist das Problem. Hm. Merkwürdig... bist du sicher, dass du von dieser URL installiert hast: https://github.com/Garfonso/ioBroker.lovelace/tree/rgb_string ? Vielleicht nochmal versuchen, ich habe da hin und wieder was geändert, ggf. geht deine Version noch nicht (und den Adapter nach der Installation neustarten).
                            Eigentlich sollte da sowas kommen:

                            [Type-Detector] Created auto device: light.Josephine_Wolke - rgbSingle - alias.0.lamps.Josephine_Wolke
                            

                            Wenn das kommt, dann sollte alles gehen. Wenn da not supported kommt, dann ist irgendwas ganz komisch... grübel

                            @marcuskl said in Test Adapter lovelace v0.2.x:

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

                            Ne, "Attribute" ist etwas aus der HomeAssistant Welt, die kann man in den Instanzeinstellungen bei Lovelace im Tab "Eintitäten" sehen, da gibt es den Knopf "Attribute anzeigen" (ganz oben, scrollt leider weg). Wenn man da drauf drückt, dann taucht eine Spalte mit Attributen auf und die müssen gefüllt sein, damit Lovelace die Lampe richtig bedienen kann. Aber wenn bei dir die Entität noch nicht erstellt wird, hängt es vorher.

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

                              @Garfonso
                              Mit Hue Lampen scheint es noch nicht so richtig zu funktionieren. Kann zwar ein und ausschalten. Allerdings nicht dimmen und auch nicht die Farbe / Farbtemperatur auswählen.2.png 1.png

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

                                @WW1983
                                Wie sehen die attribute aus? (instanz -> entitäten -> attribute anzeigen und dann in der entsprechenden Zeile gucken)
                                Wie sehen die States im ioBroker von dem Gerät aus? Die rollen und typen müssen schon ziemlich exakt stimmen, damit die Erkennung funktioniert (die nicht von mir kommt).

                                Du hast deine Lampen über den hue Adapter integriert? Das wäre tatsächlich mal spannend davon ein debug log (und screenshot von den states?) zu sehen. 🙂 Vermutlich stimmt da aber einfach was an den rollen und/oder typen nicht. Da wäre das beste, wenn du das Device als Alias erstellst mit den richtigen Werten (was auf Dauer dann auch besser zu pflegen ist, da man dann nur die Ids auf die der alias verweist umbiegen muss, wenn irgendwo was ausgetauscht wird).

                                PS: Ich habe noch einen kleinen Bug mit der Farbkonvertierung korrigiert.

                                1 Reply Last reply Reply Quote 0
                                • W
                                  WW1983 last edited by WW1983

                                  Ich habe mal Screenshots von den Werten erstellt. So wie es aussieht, scheinen tatsächlich die Werte nicht zu stimmen (der Temperatur).
                                  Allerdings weiß ich nicht was du mit "Alias erstellen" meinst. Habe ich noch nie gemacht
                                  Bildschirmfoto 2019-12-27 um 01.16.24.png

                                  Bildschirmfoto 2019-12-27 um 01.17.13.png

                                  Bildschirmfoto 2019-12-27 um 01.19.02.png

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

                                    @WW1983 said in Test Adapter lovelace v0.2.x:

                                    Ich habe mal Screenshots von den Werten erstellt.

                                    Ok, das sieht doch schon gar nicht schlecht aus.

                                    Colortemperature wird schonmal richtig erkannt, der Dimmer leider nicht. "level.dimmer" ist zumindest schonmal die richtige Rolle. Kommt aber zweimal vor. Das habe ich gerade getestet, sollte kein Problem sein. Welchen Typ haben die Datenpunkte denn? Der müsste auf "Zahl" stehen (bzw. "number" im Raw-Teil), siehe hier, so müsste das aussehen, wenn du auf editieren bei dem dimmer State gehst:
                                    Lovelace_Dimmer_State.JPG

                                    Bei dem ct state wäre die Seite auch interessant, insbesondere welche Einheit da eingetragen ist. Vermutlich wird der Adapter aber nicht mitbekommen, dass der State in Kelvin ist und daher völlig falsche Werte eintragen... 😞 Wenn du die Einheit auf "K" für Kelvin stellst und/oder min/max befüllst, dann sollte es mit der Farbtemperatur klappen.

                                    @WW1983 said in Test Adapter lovelace v0.2.x:

                                    Allerdings weiß ich nicht was du mit "Alias erstellen" meinst. Habe ich noch nie gemacht

                                    Das wäre dann interessant, wenn der hue Adapter immer deine Änderungen an den States überschreibt... musst du ausprobieren. Alias ist ein neues Feature, dazu gibt es schon ein paar Posts und führt hier eher zu weit weg.

                                    1 Reply Last reply Reply Quote 0
                                    • W
                                      WW1983 last edited by

                                      Bei Hue gibt es zwei Dimmer. Bri und Dimmer. Weiß aber nicht so der Unterschied ist. Die haben aber zwei unterschiedliche Werte (min und Max):
                                      E7214208-60BF-490F-B6CA-12F36DEFBF28.jpeg 1F46F0E2-BD66-4032-85ED-DADB55A510F0.jpeg

                                      Mit der Farbtemperatur hast du wohl recht. Aber was sind die mindest und Maximalwerte bei Kelvin?
                                      8E00C6DA-8375-4227-BACC-1C0A87EECD2F.jpeg

                                      Ich danke dir schon im
                                      Voraus

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

                                        @Garfonso
                                        Ja ich habe es genau von diesem Link installiert und das mehrmals.
                                        Habe es heute mit einem Shelly RGBW 2 versucht, da erkennt er nur den level.white und level.red?

                                        Geht auch nicht richtig. 😞

                                        rgb_shelly.jpg

                                        Ich hatte beide Lichter vorher manuell hinzugefügt, aber habe die manuelle Zuordnung entfernt.
                                        Kann da irgendwas nicht stimmen ?

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

                                          @WW1983 said in Test Adapter lovelace v0.2.x:

                                          Bei Hue gibt es zwei Dimmer. Bri und Dimmer. Weiß aber nicht so der Unterschied ist. Die haben aber zwei unterschiedliche Werte (min und Max).

                                          Ja, das ist der Unterschied, der eine geht von 0 bis 100 und zeigt damit die % an, also 100% = ganz hell. Der andere geht von 0 bis 254 und zeigt damit den "Wert" an, Helligkeit ist im Computerbreich oft von 0 bis 254.
                                          Und jetzt erklär mir mal, warum der da keinen von beiden erkennt... puh... 😞

                                          Mit der Farbtemperatur hast du wohl recht. Aber was sind die mindest und Maximalwerte bei Kelvin?

                                          Ich würde vorschlagen 2200 als Minimalwert und 6500 als Maximum. Das sind oft so Werte, die von den Lampen akzeptiert werden. Oder mal hohe und niedrige Werte eintragen und gucken ob die Lampe etwas anderes zurück schickt. Oder mit der Hue App mal die Farbtemperatur minimal / maximal setzen und gucken, was dann im Datenpunkt ankommt (die Pollingzeit musst du natürlich abwarten).

                                          @marcuskl said in Test Adapter lovelace v0.2.x:

                                          Ja ich habe es genau von diesem Link installiert und das mehrmals.

                                          Da weiß ich dann echt nicht, wie die Zeile "rgbSingle - ... is not yet supported" in deinem Log zustande kommt... 😞 Das ist ja genau das, was ich implementiert habe und was jetzt gehen sollte (und bei mir auch geht). Also die Typerkennung geht, aber das danach dann nicht? Ist das immer noch so? Kommt die Zeile noch im Log?

                                          Habe es heute mit einem Shelly RGBW 2 versucht, da erkennt er nur den level.white und level.red?

                                          Ok, mit r g b als einzelne States das ist noch nicht eingebaut. Witzig, dass da überhaupt was erkannt wird...? Davon würde mich ja mal ein Bild der Attribute interessieren (Instanzen -> lovelace -> Entitäten, Attribute anzeigen)

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

                                            @Garfonso
                                            Das mit der Temperatur hat wunderbar funktioniert. Musste nur Max u. Min Wert tauschen (max=2200 und min=6500). Danke für den super Tipp.

                                            Jetzt muss nur noch das dimmen funktionieren. Bzw die Farbauswahl geht derzeit auch noch nicht?

                                            Ich glaube mit dem Dimmen liegt es an den Werten 0-254. Ich habe eine Hue Lampe über Zigbee eingebunden. Da ist nur ein "Dimmer" enthalten. Den erkennt er aber auch nicht. Auch nicht wenn ich die min/max Werte auf 0-100 anpasse

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            822
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            call for action lovelace test visualisierung
                                            131
                                            1051
                                            322264
                                            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