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

    • [erledigt] 15. 05. Wartungsarbeiten am ioBroker Forum

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter lovelace v0.2.x

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

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

      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

      Daran alleine kann es nicht liegen. Zum einen interessiert das bei der Typprüfung soweit ich sehe nicht, zum anderen hab ich versucht die Situation mit zwei Dimmern, einer mit 0-100 einer mit 0-254 hier nachzubauen. Es funktioniert weiterhin und er nimmt den 0-100 und ignoriert den anderen (wobei ich da auch nicht 100% weiß, warum, egal).

      @WW1983 und @marcuskl
      Also, ich hab jetzt mal meine zwei Änderungspfade in einen zusammen gefasst, die Version ist die aktuellste:
      https://github.com/Garfonso/ioBroker.lovelace/tree/hue
      Da hab ich jetzt auch mal erweitertes debug logging drinnen um die Probleme mit der Autoerkennung zu verstehen (und ggf. darauf reagieren zu können, soweit möglich).

      Daher bitte mal von der URL nochmal installieren, adapter neustarten, logging auf debug stellen und hier ein debug log posten. Wenn es geht dabei nur die Lampen, die euch ein Problem bereiten "aktiv" haben (also mit Raum und Funktion).

      Achja, ist das eigentlich bei euch auch so, dass der Adapter alle paar Minuten die Geräte neu anlegt? grübel

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

        @Garfonso

        lovelace.0	2019-12-27 14:01:03.719	info	(28173) http server listening on port 8091
        lovelace.0	2019-12-27 14:01:03.652	info	(28173) starting. Version 1.0.6 in /opt/iobroker/node_modules/iobroker.lovelace, node: v10.16.3
        lovelace.0	2019-12-27 14:00:57.254	info	(28154) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
        lovelace.0	2019-12-27 14:00:57.253	info	(28154) terminating
        lovelace.0	2019-12-27 14:00:57.249	info	(28154) cleaned everything up...
        lovelace.0	2019-12-27 14:00:57.247	info	(28154) Got terminate signal TERMINATE_YOURSELF
        lovelace.0	2019-12-27 14:00:48.301	info	(28154) http server listening on port 8091
        lovelace.0	2019-12-27 14:00:48.235	info	(28154) starting. Version 1.0.6 in /opt/iobroker/node_modules/iobroker.lovelace, node: v10.16.3
        

        ich hoffe das war jetzt richtig mit dem debug logging.

        Nein. Bei werden die Geräte nicht neu angelegt.

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

          @WW1983
          Das log sieht so aus, als ob du debug nicht angestellt hast. Dazu im admin bei Instanzen in der Spalte "Log stufe" von "info" auf "debug" stellen für die Lovelace Instanz. Die Spalte ist nur im Expertenmodus sichtbar, den ggf. anstellen. Das log ist dann deutlich länger. 😉

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

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

            Ich habe eine Testversion auf meinem Github Account, die musst du aber per Link im Admin installieren.

            Dumme Frage, ist damit die Installation über Adapter "Installation aus eigener Url" gemeint?

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

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

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

              Ich habe eine Testversion auf meinem Github Account, die musst du aber per Link im Admin installieren.

              Dumme Frage, ist damit die Installation über Adapter "Installation aus eigener Url" gemeint?

              Ja. So:
              Lovelace_Installieren.JPG

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

                @Garfonso
                Ja kommt immer noch die selbe Fehlermeldung 😞

                Hier die Attribute von den erkannten teil des shelly rgbw2
                rgb_3.png

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

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

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

                  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

                  Daran alleine kann es nicht liegen. Zum einen interessiert das bei der Typprüfung soweit ich sehe nicht, zum anderen hab ich versucht die Situation mit zwei Dimmern, einer mit 0-100 einer mit 0-254 hier nachzubauen. Es funktioniert weiterhin und er nimmt den 0-100 und ignoriert den anderen (wobei ich da auch nicht 100% weiß, warum, egal).

                  @WW1983 und @marcuskl
                  Also, ich hab jetzt mal meine zwei Änderungspfade in einen zusammen gefasst, die Version ist die aktuellste:
                  https://github.com/Garfonso/ioBroker.lovelace/tree/hue
                  Da hab ich jetzt auch mal erweitertes debug logging drinnen um die Probleme mit der Autoerkennung zu verstehen (und ggf. darauf reagieren zu können, soweit möglich).

                  Daher bitte mal von der URL nochmal installieren, adapter neustarten, logging auf debug stellen und hier ein debug log posten. Wenn es geht dabei nur die Lampen, die euch ein Problem bereiten "aktiv" haben (also mit Raum und Funktion).

                  Achja, ist das eigentlich bei euch auch so, dass der Adapter alle paar Minuten die Geräte neu anlegt? grübel

                  Habe nun auch die neuste Version installiert, aber kommt immer noch diese Fehlermeldung

                  lovelace.0	2019-12-27 19:25:23.150	debug	(2237) [Type-Detector] device zigbee.0.ccccccfffe5c48af.groups - info - zigbee.0.ccccccfffe5c48af is not yet supported
                  lovelace.0	2019-12-27 19:25:23.149	debug	(2237) [Type-Detector] device zigbee.0.ccccccfffe5c48af.color - rgbSingle - zigbee.0.ccccccfffe5c48af is not yet supported
                  

                  Hier kompletter Log nochmal:

                  
                  lovelace.0	2019-12-27 19:25:30.146	debug	(2237) system.adapter.admin.0: logging true
                  lovelace.0	2019-12-27 19:25:26.993	debug	(2237) Add custom cards: vertical-stack-in-card.js as js
                  lovelace.0	2019-12-27 19:25:26.993	debug	(2237) Add custom cards: rgb-light-card.js as js
                  lovelace.0	2019-12-27 19:25:26.992	debug	(2237) Add custom cards: remote-card.js as js
                  lovelace.0	2019-12-27 19:25:26.992	debug	(2237) Add custom cards: mini-graph-card-bundle.js as js
                  lovelace.0	2019-12-27 19:25:26.992	debug	(2237) Add custom cards: light-entity-card.js as js
                  lovelace.0	2019-12-27 19:25:26.992	debug	(2237) Add custom cards: dual-gauge-card.js as js
                  lovelace.0	2019-12-27 19:25:26.992	debug	(2237) Add custom cards: compact-custom-header.js as js
                  lovelace.0	2019-12-27 19:25:26.991	debug	(2237) Add custom cards: button-entity-row.js as js
                  lovelace.0	2019-12-27 19:25:26.991	debug	(2237) Add custom cards: button-card.js as js
                  lovelace.0	2019-12-27 19:25:26.991	debug	(2237) Add custom cards: battery-entity.js as js
                  lovelace.0	2019-12-27 19:25:26.990	debug	(2237) Add custom cards: background.jpg as jpg
                  lovelace.0	2019-12-27 19:25:26.699	debug	(2237) HASS Subscribe: persistent_notifications_updated
                  lovelace.0	2019-12-27 19:25:26.698	debug	(2237) HASS UnSubscribe: {"type":"unsubscribe_events","subscription":10,"id":24}
                  lovelace.0	2019-12-27 19:25:26.296	debug	(2237) Get translations: de
                  lovelace.0	2019-12-27 19:25:26.294	debug	(2237) get config: false
                  lovelace.0	2019-12-27 19:25:26.266	debug	(2237) HASS Subscribe: persistent_notifications_updated
                  lovelace.0	2019-12-27 19:25:26.265	debug	(2237) HASS Subscribe: lovelace_updated
                  lovelace.0	2019-12-27 19:25:26.264	debug	(2237) HASS Subscribe: themes_updated
                  lovelace.0	2019-12-27 19:25:26.264	debug	(2237) HASS Subscribe: panels_updated
                  lovelace.0	2019-12-27 19:25:26.263	debug	(2237) HASS Subscribe: service_removed
                  lovelace.0	2019-12-27 19:25:26.262	debug	(2237) HASS Subscribe: service_registered
                  lovelace.0	2019-12-27 19:25:26.261	debug	(2237) HASS Subscribe: core_config_updated
                  lovelace.0	2019-12-27 19:25:26.261	debug	(2237) HASS Subscribe: component_loaded
                  lovelace.0	2019-12-27 19:25:26.259	debug	(2237) HASS Subscribe: state_changed
                  lovelace.0	2019-12-27 19:25:26.054	debug	(2237) HASS Auth: no_token
                  lovelace.0	2019-12-27 19:25:23.702	debug	(2237) IoB Subscribe on zigbee.0.00158d0003d53cb8.battery
                  lovelace.0	2019-12-27 19:25:23.701	debug	(2237) IoB Subscribe on zigbee.0.ccccccfffe31ffb8.battery
                  lovelace.0	2019-12-27 19:25:23.700	debug	(2237) IoB Subscribe on zigbee.0.00158d000320258a.battery
                  lovelace.0	2019-12-27 19:25:23.700	debug	(2237) IoB Subscribe on zigbee.0.000b57fffe897c9a.battery
                  lovelace.0	2019-12-27 19:25:23.699	debug	(2237) IoB Subscribe on zigbee.0.00158d00026ebcbf.battery
                  lovelace.0	2019-12-27 19:25:23.698	debug	(2237) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Today
                  lovelace.0	2019-12-27 19:25:23.697	debug	(2237) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Power_2
                  lovelace.0	2019-12-27 19:25:23.696	debug	(2237) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Power_1
                  lovelace.0	2019-12-27 19:25:23.695	debug	(2237) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Power_0
                  lovelace.0	2019-12-27 19:25:23.694	debug	(2237) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Current_2
                  lovelace.0	2019-12-27 19:25:23.693	debug	(2237) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Current_1
                  lovelace.0	2019-12-27 19:25:23.693	debug	(2237) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Current_0
                  lovelace.0	2019-12-27 19:25:23.692	debug	(2237) IoB Subscribe on upnp.0.WANDevice_-_FRITZ!Box_6490_Cable.WANDevice.WANCommonInterfaceConfig.GetCommonLinkProperties.UpstreamMaxKbit
                  lovelace.0	2019-12-27 19:25:23.691	debug	(2237) IoB Subscribe on upnp.0.WANDevice_-_FRITZ!Box_6490_Cable.WANDevice.WANCommonInterfaceConfig.GetCommonLinkProperties.DownstreamMaxKbit
                  lovelace.0	2019-12-27 19:25:23.690	debug	(2237) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_up_ghome_schlafzimmer
                  lovelace.0	2019-12-27 19:25:23.689	debug	(2237) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_down_ghome_schlafzimmer
                  lovelace.0	2019-12-27 19:25:23.688	debug	(2237) IoB Subscribe on chromecast.0.Schlafzimmer.status.volume
                  lovelace.0	2019-12-27 19:25:23.687	debug	(2237) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_up_ghome_kueche
                  lovelace.0	2019-12-27 19:25:23.687	debug	(2237) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_down_ghome_kueche
                  lovelace.0	2019-12-27 19:25:23.686	debug	(2237) IoB Subscribe on chromecast.0.Küche.status.volume
                  lovelace.0	2019-12-27 19:25:23.685	debug	(2237) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_up_ghome_wohnzimmer
                  lovelace.0	2019-12-27 19:25:23.684	debug	(2237) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_down_ghome_wohnzimmer
                  lovelace.0	2019-12-27 19:25:23.683	debug	(2237) IoB Subscribe on chromecast.0.WohnzimmerJBL.status.volume
                  lovelace.0	2019-12-27 19:25:23.682	debug	(2237) IoB Subscribe on lgtv.0.states.launch
                  lovelace.0	2019-12-27 19:25:23.681	debug	(2237) IoB Subscribe on lgtv.0.states.volumeUp
                  lovelace.0	2019-12-27 19:25:23.681	debug	(2237) IoB Subscribe on lgtv.0.states.mute
                  lovelace.0	2019-12-27 19:25:23.680	debug	(2237) IoB Subscribe on lgtv.0.states.volumeDown
                  lovelace.0	2019-12-27 19:25:23.679	debug	(2237) IoB Subscribe on lgtv.0.states.mediaFastForward
                  lovelace.0	2019-12-27 19:25:23.678	debug	(2237) IoB Subscribe on lgtv.0.states.mediaPlay
                  lovelace.0	2019-12-27 19:25:23.677	debug	(2237) IoB Subscribe on lgtv.0.states.mediaRewind
                  lovelace.0	2019-12-27 19:25:23.676	debug	(2237) IoB Subscribe on lgtv.0.states.channelDown
                  lovelace.0	2019-12-27 19:25:23.675	debug	(2237) IoB Subscribe on lgtv.0.states.channelUp
                  lovelace.0	2019-12-27 19:25:23.674	debug	(2237) IoB Subscribe on lgtv.0.remote.down
                  lovelace.0	2019-12-27 19:25:23.674	debug	(2237) IoB Subscribe on lgtv.0.remote.right
                  lovelace.0	2019-12-27 19:25:23.673	debug	(2237) IoB Subscribe on lgtv.0.remote.enter
                  lovelace.0	2019-12-27 19:25:23.672	debug	(2237) IoB Subscribe on lgtv.0.remote.left
                  lovelace.0	2019-12-27 19:25:23.671	debug	(2237) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.launch_amazon
                  lovelace.0	2019-12-27 19:25:23.670	debug	(2237) IoB Subscribe on lgtv.0.remote.up
                  lovelace.0	2019-12-27 19:25:23.667	debug	(2237) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.launch_netflix
                  lovelace.0	2019-12-27 19:25:23.666	debug	(2237) IoB Subscribe on lgtv.0.remote.home
                  lovelace.0	2019-12-27 19:25:23.665	debug	(2237) IoB Subscribe on lgtv.0.remote.menu
                  lovelace.0	2019-12-27 19:25:23.665	debug	(2237) IoB Subscribe on lgtv.0.remote.back
                  lovelace.0	2019-12-27 19:25:23.664	debug	(2237) IoB Subscribe on lgtv.0.states.power
                  lovelace.0	2019-12-27 19:25:23.663	debug	(2237) IoB Subscribe on javascript.0.scriptEnabled.Beleuchtung.Flurlicht_Automatik
                  lovelace.0	2019-12-27 19:25:23.662	debug	(2237) IoB Subscribe on sonoff.0.Nachtlicht Marcus.POWER
                  lovelace.0	2019-12-27 19:25:23.661	debug	(2237) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_kaltweiß
                  lovelace.0	2019-12-27 19:25:23.660	debug	(2237) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_warmweiß
                  lovelace.0	2019-12-27 19:25:23.659	debug	(2237) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_turkis
                  lovelace.0	2019-12-27 19:25:23.658	debug	(2237) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_violtett
                  lovelace.0	2019-12-27 19:25:23.658	debug	(2237) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_grün
                  lovelace.0	2019-12-27 19:25:23.657	debug	(2237) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_blau
                  lovelace.0	2019-12-27 19:25:23.656	debug	(2237) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_red
                  lovelace.0	2019-12-27 19:25:23.655	debug	(2237) IoB Subscribe on javascript.0.scriptEnabled.Beleuchtung.Hand/Auto_RGB
                  lovelace.0	2019-12-27 19:25:23.655	debug	(2237) IoB Subscribe on shelly.0.SHRGBW2#5A38A7#1.color.gain
                  lovelace.0	2019-12-27 19:25:23.654	debug	(2237) IoB Subscribe on javascript.0.scriptEnabled.Beleuchtung.Hand/Auto_RGB_Synchron
                  lovelace.0	2019-12-27 19:25:23.653	debug	(2237) IoB Subscribe on javascript.0.scriptEnabled.Steckdosen.Schreibtischsteckdosen_Automatik
                  lovelace.0	2019-12-27 19:25:23.652	debug	(2237) IoB Subscribe on tuya.0.17014830b4e62d5a02cc.1
                  lovelace.0	2019-12-27 19:25:23.652	debug	(2237) IoB Subscribe on sonoff.0.TV Steckdose.POWER
                  lovelace.0	2019-12-27 19:25:23.651	debug	(2237) IoB Subscribe on shelly.0.SHRGBW2#5A38A7#1.color.white
                  lovelace.0	2019-12-27 19:25:23.650	debug	(2237) IoB Subscribe on sonoff.0.Weihnachtsbaum.POWER
                  lovelace.0	2019-12-27 19:25:23.649	debug	(2237) IoB Subscribe on sonoff.0.Nachtlicht Flur.POWER
                  lovelace.0	2019-12-27 19:25:23.645	debug	(2237) IoB Subscribe on sonoff.0.Schreibtischlampe.POWER
                  lovelace.0	2019-12-27 19:25:23.644	debug	(2237) IoB Subscribe on sonoff.0.Küchenlicht.POWER
                  lovelace.0	2019-12-27 19:25:23.644	debug	(2237) IoB Subscribe on sonoff.0.Nachtlicht Liah.POWER
                  lovelace.0	2019-12-27 19:25:23.643	debug	(2237) IoB Subscribe on shelly.0.SHRGBW2#5A38A7#1.color.Switch
                  lovelace.0	2019-12-27 19:25:23.642	debug	(2237) IoB Subscribe on shelly.0.SHSW-1#94147C#1.Relay0.Switch
                  lovelace.0	2019-12-27 19:25:23.641	debug	(2237) IoB Subscribe on sonoff.0.Nachtlicht Benchy.POWER
                  lovelace.0	2019-12-27 19:25:23.641	debug	(2237) IoB Subscribe on shelly.0.SHSW-1#12C27E#1.Relay0.Switch
                  lovelace.0	2019-12-27 19:25:23.640	debug	(2237) IoB Subscribe on shelly.0.SHSW-1#943F39#1.Relay0.Switch
                  lovelace.0	2019-12-27 19:25:23.639	debug	(2237) IoB Subscribe on scene.0.Fernsehabend
                  lovelace.0	2019-12-27 19:25:23.638	debug	(2237) IoB Subscribe on scene.0.Bettfertig
                  lovelace.0	2019-12-27 19:25:23.638	debug	(2237) IoB Subscribe on 0_userdata.0.Zentral_Funktionen.zentral_aus
                  lovelace.0	2019-12-27 19:25:23.637	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_6.Minimale_Temperatur_value
                  lovelace.0	2019-12-27 19:25:23.636	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_6.Maximale_Temperatur_value
                  lovelace.0	2019-12-27 19:25:23.635	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_6.iconURL
                  lovelace.0	2019-12-27 19:25:23.634	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_5.Minimale_Temperatur_value
                  lovelace.0	2019-12-27 19:25:23.633	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_5.Maximale_Temperatur_value
                  lovelace.0	2019-12-27 19:25:23.632	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_5.iconURL
                  lovelace.0	2019-12-27 19:25:23.631	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_4.Minimale_Temperatur_value
                  lovelace.0	2019-12-27 19:25:23.630	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_4.Maximale_Temperatur_value
                  lovelace.0	2019-12-27 19:25:23.629	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_4.iconURL
                  lovelace.0	2019-12-27 19:25:23.628	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_3.Minimale_Temperatur_value
                  lovelace.0	2019-12-27 19:25:23.627	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_3.Maximale_Temperatur_value
                  lovelace.0	2019-12-27 19:25:23.625	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_3.iconURL
                  lovelace.0	2019-12-27 19:25:23.624	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_2.Minimale_Temperatur_value
                  lovelace.0	2019-12-27 19:25:23.623	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_2.Maximale_Temperatur_value
                  lovelace.0	2019-12-27 19:25:23.622	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_2.iconURL
                  lovelace.0	2019-12-27 19:25:23.621	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_1.Maximale_Temperatur_value
                  lovelace.0	2019-12-27 19:25:23.619	debug	(2237) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_1.iconURL
                  lovelace.0	2019-12-27 19:25:23.453	debug	(2237) Create manual device: alarm_control_panel.defaultAlarm - lovelace.0.control.alarm
                  lovelace.0	2019-12-27 19:25:23.451	debug	(2237) Create manual device: switch.bettfertig - scene.0.Bettfertig
                  lovelace.0	2019-12-27 19:25:23.449	debug	(2237) Create manual device: switch.zentral_aus - 0_userdata.0.Zentral_Funktionen.zentral_aus
                  lovelace.0	2019-12-27 19:25:23.447	debug	(2237) Create manual device: switch.fernsehabend - scene.0.Fernsehabend
                  lovelace.0	2019-12-27 19:25:23.445	debug	(2237) Create manual device: switch.v_up_ghome_schlafzimmer - 0_userdata.0.Lovelace.Emulate.v_up_ghome_schlafzimmer
                  lovelace.0	2019-12-27 19:25:23.443	debug	(2237) Create manual device: switch.v_down_ghome_schlafzimmer - 0_userdata.0.Lovelace.Emulate.v_down_ghome_schlafzimmer
                  lovelace.0	2019-12-27 19:25:23.441	debug	(2237) Create manual device: switch.v_up_ghome_kueche - 0_userdata.0.Lovelace.Emulate.v_up_ghome_kueche
                  lovelace.0	2019-12-27 19:25:23.439	debug	(2237) Create manual device: switch.v_down_ghome_kueche - 0_userdata.0.Lovelace.Emulate.v_down_ghome_kueche
                  lovelace.0	2019-12-27 19:25:23.437	debug	(2237) Create manual device: switch.tv_remote_amazon - 0_userdata.0.Lovelace.Emulate.launch_amazon
                  lovelace.0	2019-12-27 19:25:23.436	debug	(2237) Create manual device: switch.tv_remote_netflix - 0_userdata.0.Lovelace.Emulate.launch_netflix
                  lovelace.0	2019-12-27 19:25:23.434	debug	(2237) Create manual device: switch.v_down_ghome_wohnzimmer - 0_userdata.0.Lovelace.Emulate.v_down_ghome_wohnzimmer
                  lovelace.0	2019-12-27 19:25:23.432	debug	(2237) Create manual device: switch.v_up_ghome_wohnzimmer - 0_userdata.0.Lovelace.Emulate.v_up_ghome_wohnzimmer
                  lovelace.0	2019-12-27 19:25:23.430	debug	(2237) Create manual device: switch.kaltweiß - 0_userdata.0.Lovelace.Emulate.wohnzimmer_kaltweiß
                  lovelace.0	2019-12-27 19:25:23.428	debug	(2237) Create manual device: switch.warmweiß - 0_userdata.0.Lovelace.Emulate.wohnzimmer_warmweiß
                  lovelace.0	2019-12-27 19:25:23.426	debug	(2237) Create manual device: switch.violett - 0_userdata.0.Lovelace.Emulate.wohnzimmer_violtett
                  lovelace.0	2019-12-27 19:25:23.424	debug	(2237) Create manual device: switch.turkis - 0_userdata.0.Lovelace.Emulate.wohnzimmer_turkis
                  lovelace.0	2019-12-27 19:25:23.422	debug	(2237) Create manual device: switch.red - 0_userdata.0.Lovelace.Emulate.wohnzimmer_red
                  lovelace.0	2019-12-27 19:25:23.420	debug	(2237) Create manual device: switch.blue - 0_userdata.0.Lovelace.Emulate.wohnzimmer_blau
                  lovelace.0	2019-12-27 19:25:23.418	debug	(2237) Create manual device: switch.green - 0_userdata.0.Lovelace.Emulate.wohnzimmer_grün
                  lovelace.0	2019-12-27 19:25:23.416	debug	(2237) Create manual device: sensor.akku_tür_sensor - zigbee.0.00158d0003d53cb8.battery
                  lovelace.0	2019-12-27 19:25:23.414	debug	(2237) Create manual device: light.nachtlicht_flur - sonoff.0.Nachtlicht Flur.POWER
                  lovelace.0	2019-12-27 19:25:23.412	debug	(2237) Create manual device: sensor.akku_stehlampe_schalter - zigbee.0.ccccccfffe31ffb8.battery
                  lovelace.0	2019-12-27 19:25:23.410	debug	(2237) Create manual device: sensor.l3_strom - sonoff.0.Zähler Verteiler.ENERGY_Current_2
                  lovelace.0	2019-12-27 19:25:23.408	debug	(2237) Create manual device: sensor.l2_strom - sonoff.0.Zähler Verteiler.ENERGY_Current_1
                  lovelace.0	2019-12-27 19:25:23.406	debug	(2237) Create manual device: sensor.l1_strom - sonoff.0.Zähler Verteiler.ENERGY_Current_0
                  lovelace.0	2019-12-27 19:25:23.404	debug	(2237) Create manual device: sensor.l3_spannung - sonoff.0.Zähler Verteiler.ENERGY_Voltage_2
                  lovelace.0	2019-12-27 19:25:23.400	debug	(2237) Create manual device: sensor.l2_spannung - sonoff.0.Zähler Verteiler.ENERGY_Voltage_1
                  lovelace.0	2019-12-27 19:25:23.398	debug	(2237) Create manual device: sensor.l1_spannung - sonoff.0.Zähler Verteiler.ENERGY_Voltage_0
                  lovelace.0	2019-12-27 19:25:23.395	debug	(2237) Create manual device: sensor.l3_leistung - sonoff.0.Zähler Verteiler.ENERGY_Power_2
                  lovelace.0	2019-12-27 19:25:23.393	debug	(2237) Create manual device: sensor.l2_leistung - sonoff.0.Zähler Verteiler.ENERGY_Power_1
                  lovelace.0	2019-12-27 19:25:23.390	debug	(2237) Create manual device: sensor.l1_leistung - sonoff.0.Zähler Verteiler.ENERGY_Power_0
                  lovelace.0	2019-12-27 19:25:23.387	debug	(2237) Create manual device: sensor.energie_heute - sonoff.0.Zähler Verteiler.ENERGY_Today
                  lovelace.0	2019-12-27 19:25:23.385	debug	(2237) Create manual device: sensor.energie_gesamt - sonoff.0.Zähler Verteiler.ENERGY_Total
                  lovelace.0	2019-12-27 19:25:23.382	debug	(2237) Create manual device: sensor.akku_switch_marcus - zigbee.0.00158d00026ebcbf.battery
                  lovelace.0	2019-12-27 19:25:23.380	debug	(2237) Create manual device: media_player.tv_remote_enter - lgtv.0.remote.enter
                  lovelace.0	2019-12-27 19:25:23.377	debug	(2237) Create manual device: media_player.tv_remote_right - lgtv.0.remote.right
                  lovelace.0	2019-12-27 19:25:23.375	debug	(2237) Create manual device: media_player.tv_remote_left - lgtv.0.remote.left
                  lovelace.0	2019-12-27 19:25:23.373	debug	(2237) Create manual device: media_player.tv_remote_down - lgtv.0.remote.down
                  lovelace.0	2019-12-27 19:25:23.370	debug	(2237) Create manual device: media_player.tv_remote_up - lgtv.0.remote.up
                  lovelace.0	2019-12-27 19:25:23.365	debug	(2237) Create manual device: media_player.tv_remote_back - lgtv.0.remote.back
                  lovelace.0	2019-12-27 19:25:23.359	debug	(2237) Create manual device: media_player.tv_remote_menu - lgtv.0.remote.menu
                  lovelace.0	2019-12-27 19:25:23.354	debug	(2237) Create manual device: media_player.tv_remote_home - lgtv.0.remote.home
                  lovelace.0	2019-12-27 19:25:23.349	debug	(2237) Create manual device: sensor.akku_dimmer - zigbee.0.000b57fffe897c9a.battery
                  lovelace.0	2019-12-27 19:25:23.346	debug	(2237) Create manual device: sensor.MaxUpstream - upnp.0.WANDevice_-_FRITZ!Box_6490_Cable.WANDevice.WANCommonInterfaceConfig.GetCommonLinkProperties.UpstreamMaxKbit
                  lovelace.0	2019-12-27 19:25:23.341	debug	(2237) Create manual device: sensor.MaxDownstream - upnp.0.WANDevice_-_FRITZ!Box_6490_Cable.WANDevice.WANCommonInterfaceConfig.GetCommonLinkProperties.DownstreamMaxKbit
                  lovelace.0	2019-12-27 19:25:23.338	debug	(2237) Create manual device: light.Schreibtischlampe - sonoff.0.Schreibtischlampe.POWER
                  lovelace.0	2019-12-27 19:25:23.335	debug	(2237) Create manual device: input_boolean.zuruck - broadlink2.0.RM:RMMINI-40-7c-2f.L.CODE_26001a000f07064d0c6a0c0001d009000265090002440f0006470a000d050000000000000000000000000000
                  lovelace.0	2019-12-27 19:25:23.331	debug	(2237) Create manual device: input_number.GHomeKueche - chromecast.0.Küche.status.volume
                  lovelace.0	2019-12-27 19:25:23.328	debug	(2237) Create manual device: input_number.GHomeSchlafzimmer - chromecast.0.Schlafzimmer.status.volume
                  lovelace.0	2019-12-27 19:25:23.325	debug	(2237) Create manual device: input_number.GHomeWohnzimmer - chromecast.0.WohnzimmerJBL.status.volume
                  lovelace.0	2019-12-27 19:25:23.322	debug	(2237) Create manual device: sensor.Schreibtisch_Strom - tuya.0.17014830b4e62d5a02cc.4
                  lovelace.0	2019-12-27 19:25:23.320	debug	(2237) Create manual device: input_boolean.Schreibtisch - tuya.0.17014830b4e62d5a02cc.1
                  lovelace.0	2019-12-27 19:25:23.317	debug	(2237) Create manual device: switch.Flurlicht_Automatik - javascript.0.scriptEnabled.Beleuchtung.Flurlicht_Automatik
                  lovelace.0	2019-12-27 19:25:23.295	debug	(2237) Create manual device: sensor.akku_bm_flur - zigbee.0.00158d000320258a.battery
                  lovelace.0	2019-12-27 19:25:23.284	debug	(2237) Create manual device: sensor.server_ram_auslastung - proxmox.0.node_pve.memory.used_lev
                  lovelace.0	2019-12-27 19:25:23.282	debug	(2237) Create manual device: sensor.pve_cpu_utilization - proxmox.0.node_pve.cpu
                  lovelace.0	2019-12-27 19:25:23.279	debug	(2237) Create manual device: light.Flurlicht - shelly.0.SHSW-1#943F39#1.Relay0.Switch
                  lovelace.0	2019-12-27 19:25:23.276	debug	(2237) Create manual device: switch.RGB_Automatik - javascript.0.scriptEnabled.Beleuchtung.Hand/Auto_RGB
                  lovelace.0	2019-12-27 19:25:23.273	debug	(2237) Create manual device: switch.Fernseher - javascript.0.scriptEnabled.Vis.Fernseher_Power
                  lovelace.0	2019-12-27 19:25:23.270	debug	(2237) Create manual device: input_number.led_strips_helligkeit - shelly.0.SHRGBW2#5A38A7#1.color.gain
                  lovelace.0	2019-12-27 19:25:23.267	debug	(2237) Create manual device: light.led_strips - shelly.0.SHRGBW2#5A38A7#1.color.Switch
                  lovelace.0	2019-12-27 19:25:23.263	debug	(2237) Create manual device: light.Wohnzimmerlicht - shelly.0.SHSW-1#94147C#1.Relay0.Switch
                  lovelace.0	2019-12-27 19:25:23.261	debug	(2237) Create manual device: light.Schlafzimmerlicht - shelly.0.SHSW-1#12C27E#1.Relay0.Switch
                  lovelace.0	2019-12-27 19:25:23.256	debug	(2237) Create manual device: switch.tv_remote_mute - lgtv.0.states.mute
                  lovelace.0	2019-12-27 19:25:23.253	debug	(2237) Create manual device: media_player.tv_volume_up - lgtv.0.states.volumeUp
                  lovelace.0	2019-12-27 19:25:23.249	debug	(2237) Create manual device: media_player.tv_volume_down - lgtv.0.states.volumeDown
                  lovelace.0	2019-12-27 19:25:23.247	debug	(2237) Create manual device: media_player.tv_channel_up - lgtv.0.states.channelUp
                  lovelace.0	2019-12-27 19:25:23.243	debug	(2237) Create manual device: media_player.tv_channel_down - lgtv.0.states.channelDown
                  lovelace.0	2019-12-27 19:25:23.239	debug	(2237) Create manual device: media_player.tv_remote_play - lgtv.0.states.mediaPlay
                  lovelace.0	2019-12-27 19:25:23.236	debug	(2237) Create manual device: media_player.tv_pause - lgtv.0.states.mediaPause
                  lovelace.0	2019-12-27 19:25:23.234	debug	(2237) Create manual device: media_player.tv_remote_forward - lgtv.0.states.mediaFastForward
                  lovelace.0	2019-12-27 19:25:23.232	debug	(2237) Create manual device: media_player.tv_remote_rewind - lgtv.0.states.mediaRewind
                  lovelace.0	2019-12-27 19:25:23.229	debug	(2237) Create manual device: input_number.FernseherVolume - lgtv.0.states.volume
                  lovelace.0	2019-12-27 19:25:23.223	debug	(2237) Create manual device: input_select.tv_launch - lgtv.0.states.launch
                  lovelace.0	2019-12-27 19:25:23.218	debug	(2237) Create manual device: sensor.CPU_Temperatur - info.0.sysinfo.cpu.temperature.main
                  lovelace.0	2019-12-27 19:25:23.154	debug	(2237) AUTO Device detected: daswetter.0.NextDays.Location_1 => weather
                  lovelace.0	2019-12-27 19:25:23.153	debug	(2237) AUTO Device detected: javascript.0.scriptEnabled.Beleuchtung.Hand/Auto_RGB_Synchron => switch
                  lovelace.0	2019-12-27 19:25:23.153	debug	(2237) AUTO Device detected: javascript.0.scriptEnabled.Steckdosen.Schreibtischsteckdosen_Automatik => switch
                  lovelace.0	2019-12-27 19:25:23.153	debug	(2237) AUTO Device detected: tuya.0.17014830b4e62d5a02cc.1 => switch
                  lovelace.0	2019-12-27 19:25:23.153	debug	(2237) AUTO Device detected: sonoff.0.TV Steckdose.POWER => switch
                  lovelace.0	2019-12-27 19:25:23.153	debug	(2237) AUTO Device detected: lgtv.0.states.power => switch
                  lovelace.0	2019-12-27 19:25:23.152	debug	(2237) AUTO Device detected: sonoff.0.Weihnachtsbaum => light
                  lovelace.0	2019-12-27 19:25:23.152	debug	(2237) AUTO Device detected: sonoff.0.Schreibtischlampe.POWER => light
                  lovelace.0	2019-12-27 19:25:23.152	debug	(2237) AUTO Device detected: sonoff.0.Nachtlicht Marcus.POWER => light
                  lovelace.0	2019-12-27 19:25:23.152	debug	(2237) AUTO Device detected: sonoff.0.Nachtlicht Liah.POWER => light
                  lovelace.0	2019-12-27 19:25:23.151	debug	(2237) AUTO Device detected: sonoff.0.Nachtlicht Flur => light
                  lovelace.0	2019-12-27 19:25:23.151	debug	(2237) AUTO Device detected: sonoff.0.Nachtlicht Benchy.POWER => light
                  lovelace.0	2019-12-27 19:25:23.151	debug	(2237) AUTO Device detected: sonoff.0.Küchenlicht.POWER => light
                  lovelace.0	2019-12-27 19:25:23.151	debug	(2237) AUTO Device detected: shelly.0.SHSW-1#12C27E#1.Relay0.Switch => light
                  lovelace.0	2019-12-27 19:25:23.150	debug	(2237) AUTO Device detected: shelly.0.SHRGBW2#5A38A7#1.color => light
                  lovelace.0	2019-12-27 19:25:23.150	debug	(2237) [Type-Detector] device zigbee.0.ccccccfffe5c48af.groups - info - zigbee.0.ccccccfffe5c48af is not yet supported
                  lovelace.0	2019-12-27 19:25:23.149	debug	(2237) [Type-Detector] device zigbee.0.ccccccfffe5c48af.color - rgbSingle - zigbee.0.ccccccfffe5c48af is not yet supported
                  lovelace.0	2019-12-27 19:25:23.139	debug	(2237) [Type-Detector] device scene.0.Fernsehabend - info - scene.0.Fernsehabend is not yet supported
                  lovelace.0	2019-12-27 19:25:23.137	debug	(2237) [Type-Detector] device scene.0.Bettfertig - info - scene.0.Bettfertig is not yet supported
                  lovelace.0	2019-12-27 19:25:23.135	debug	(2237) [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-27 19:25:23.135	debug	(2237) [Type-Detector] Created auto device: weather.Gaggenau__Baden_W_rttemberg_Deutschland_ - weatherForecast - daswetter.0.NextDays.Location_1
                  lovelace.0	2019-12-27 19:25:23.046	debug	(2237) [Type-Detector] device zigbee.0.00158d0003d53cb8.battery - info - zigbee.0.00158d0003d53cb8.battery is not yet supported
                  lovelace.0	2019-12-27 19:25:23.043	debug	(2237) [Type-Detector] device zigbee.0.ccccccfffe31ffb8.battery - info - zigbee.0.ccccccfffe31ffb8.battery is not yet supported
                  lovelace.0	2019-12-27 19:25:23.039	debug	(2237) [Type-Detector] device zigbee.0.00158d000320258a.battery - info - zigbee.0.00158d000320258a.battery is not yet supported
                  lovelace.0	2019-12-27 19:25:23.036	debug	(2237) [Type-Detector] device zigbee.0.000b57fffe897c9a.battery - info - zigbee.0.000b57fffe897c9a.battery is not yet supported
                  lovelace.0	2019-12-27 19:25:23.033	debug	(2237) [Type-Detector] device chromecast.0.WohnzimmerJBL.status.volume - volume - chromecast.0.WohnzimmerJBL.status.volume is not yet supported
                  lovelace.0	2019-12-27 19:25:23.029	debug	(2237) [Type-Detector] device chromecast.0.Schlafzimmer.status.volume - volume - chromecast.0.Schlafzimmer.status.volume is not yet supported
                  lovelace.0	2019-12-27 19:25:23.025	debug	(2237) [Type-Detector] device chromecast.0.Küche.status.volume - volume - chromecast.0.Küche.status.volume is not yet supported
                  lovelace.0	2019-12-27 19:25:23.018	debug	(2237) [Type-Detector] Created auto device: switch.Hand_Auto_RGB_Synchron - socket - javascript.0.scriptEnabled.Beleuchtung.Hand/Auto_RGB_Synchron
                  lovelace.0	2019-12-27 19:25:23.015	debug	(2237) [Type-Detector] Created auto device: switch.Schreibtischsteckdosen_Automatik - socket - javascript.0.scriptEnabled.Steckdosen.Schreibtischsteckdosen_Automatik
                  lovelace.0	2019-12-27 19:25:23.012	debug	(2237) [Type-Detector] Created auto device: switch.switch_on - socket - tuya.0.17014830b4e62d5a02cc.1
                  lovelace.0	2019-12-27 19:25:23.007	debug	(2237) [Type-Detector] Created auto device: switch.TV_Steckdose_POWER - socket - sonoff.0.TV Steckdose.POWER
                  lovelace.0	2019-12-27 19:25:23.002	debug	(2237) [Type-Detector] device lgtv.0.states.launch - info - lgtv.0.states.launch is not yet supported
                  lovelace.0	2019-12-27 19:25:22.999	debug	(2237) [Type-Detector] Created auto device: switch.Switch_TV_power - socket - lgtv.0.states.power
                  lovelace.0	2019-12-27 19:25:22.991	debug	(2237) [Type-Detector] device lgtv.0.states.volume - info - lgtv.0.states.volume is not yet supported
                  
                  1 Reply Last reply Reply Quote 0
                  • Garfonso
                    Garfonso Developer @marcuskl last edited by

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

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

                    Hm, also laut deinem Log gibt es den shelly noch manuell:

                    lovelace.0	2019-12-27 19:25:23.267	debug	(2237) Create manual device: light.led_strips - shelly.0.SHRGBW2#5A38A7#1.color.Switch
                    lovelace.0	2019-12-27 19:25:23.270	debug	(2237) Create manual device: input_number.led_strips_helligkeit - shelly.0.SHRGBW2#5A38A7#1.color.gain
                    

                    Die stehen dann für automatische Erkennung nicht zur Verfügung.

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

                    Habe nun auch die neuste Version installiert, aber kommt immer noch diese Fehlermeldung

                    Was geht denn da schief? grübel. Kannst du mal gucken, ob die Datei stimmt? Also iobroker Ordner/node_modules/iobroker.lovelace/lib/server.js in einem Texteditor öffnen, dann mal gucken ob es bei Zeile 175 so aussieht.

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

                      @Garfonso

                      Ja hatte noch 2 manuelle drin, aber wenn ich die weg mache kommt genau die gleichen Attributen.

                      Meine server.js ist nicht identisch zu der verlinkten. Aber was mache ich dann falsch ?
                      Ich installiere vom link und habe sogar ein Upload gemacht ??

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

                        @marcuskl
                        Gibt es da Fehlermeldungen bei der Installation? grübel Oder falscher Host (bei Multihost system)?

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

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

                          @marcuskl
                          Gibt es da Fehlermeldungen bei der Installation? grübel Oder falscher Host (bei Multihost system)?

                          host.iobroker	2019-12-27 20:23:14.975	info	iobroker npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2019-12-27T19_23_14_848Z-debug.log
                          host.iobroker	2019-12-27 20:23:14.844	info	iobroker npm ERR! 404 Not Found: https://github.com/Garfonso/ioBroker.lovelace/tree/hue/tarball/5b67a9d3bcd8657f5f662386414e8fa9aa855e54
                          host.iobroker	2019-12-27 20:23:14.841	info	iobroker npm ERR! code E404
                          

                          Ja hier, habe kein Slave

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

                            @marcuskl
                            404? Ok.. das wundert mich dann nicht. Hm. Warum passiert das denn? Ich hatte das die Tage auch schonmal bei einem anderen Adapter... Ich hab mal mit npm ein Paket erstellt, versuch es mal mit dieser URL: http://tratschtante.de/iobroker.lovelace-1.0.6.tgz

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

                              @Garfonso
                              super geil, so funktioniert es und meine Leuchte wird erkannt 👍
                              rgb.png

                              Soll das so, dass des Icon so aussieht ?
                              rgb_3.png

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

                                @Garfonso
                                Ah ok! Danke dir. hier ist der Log:

                                lovelace.0	2019-12-27 21:16:58.304	debug	(30281) Add custom cards: wifi.jpg as jpg
                                lovelace.0	2019-12-27 21:16:58.304	debug	(30281) Add custom cards: weather-card.js as js
                                lovelace.0	2019-12-27 21:16:58.304	debug	(30281) Add custom cards: weather-card-editor.js as js
                                lovelace.0	2019-12-27 21:16:58.304	debug	(30281) Add custom cards: vertical-stack-in-card.js as js
                                lovelace.0	2019-12-27 21:16:58.303	debug	(30281) Add custom cards: text-divider-row.js as js
                                lovelace.0	2019-12-27 21:16:58.303	debug	(30281) Add custom cards: more-info-card.js as js
                                lovelace.0	2019-12-27 21:16:58.303	debug	(30281) Add custom cards: mini-graph-card-bundle.js as js
                                lovelace.0	2019-12-27 21:16:58.303	debug	(30281) Add custom cards: light-entity-card.js as js
                                lovelace.0	2019-12-27 21:16:58.302	debug	(30281) Add custom cards: esso.jpg as jpg
                                lovelace.0	2019-12-27 21:16:58.302	debug	(30281) Add custom cards: compact-custom-header.js as js
                                lovelace.0	2019-12-27 21:16:58.302	debug	(30281) Add custom cards: calendar-card.js as js
                                lovelace.0	2019-12-27 21:16:58.302	debug	(30281) Add custom cards: button-card.js as js
                                lovelace.0	2019-12-27 21:16:58.301	debug	(30281) Add custom cards: banner-card.js as js
                                lovelace.0	2019-12-27 21:16:58.301	debug	(30281) Add custom cards: background.jpg as jpg
                                lovelace.0	2019-12-27 21:16:58.301	debug	(30281) Add custom cards: accuweather-card.js as js
                                lovelace.0	2019-12-27 21:16:58.299	debug	(30281) Add custom cards: 1573572274280-banner-card.js as js
                                lovelace.0	2019-12-27 21:16:55.684	debug	(30281) IoB Subscribe on backitup.0.oneClick.total
                                lovelace.0	2019-12-27 21:16:55.682	debug	(30281) IoB Subscribe on backitup.0.oneClick.minimal
                                lovelace.0	2019-12-27 21:16:55.681	debug	(30281) IoB Subscribe on backitup.0.history.totalLastTime
                                lovelace.0	2019-12-27 21:16:55.680	debug	(30281) IoB Subscribe on backitup.0.history.minimalLastTime
                                lovelace.0	2019-12-27 21:16:55.679	debug	(30281) IoB Subscribe on admin.0.info.updatesList
                                lovelace.0	2019-12-27 21:16:55.678	debug	(30281) IoB Subscribe on admin.0.info.updatesNumber
                                lovelace.0	2019-12-27 21:16:55.677	debug	(30281) IoB Subscribe on admin.0.info.newUpdates
                                lovelace.0	2019-12-27 21:16:55.675	debug	(30281) IoB Subscribe on proxmox.0.qemu_ioBroker.cpu
                                lovelace.0	2019-12-27 21:16:55.674	debug	(30281) IoB Subscribe on proxmox.0.qemu_ioBroker.mem_lev
                                lovelace.0	2019-12-27 21:16:55.672	debug	(30281) IoB Subscribe on zigbee.0.00158d000323074f.humidity
                                lovelace.0	2019-12-27 21:16:55.671	debug	(30281) IoB Subscribe on zigbee.0.00158d000323074f.temperature
                                lovelace.0	2019-12-27 21:16:55.669	debug	(30281) IoB Subscribe on javascript.0.WR_Luftfeuchtigkeitseinstellung
                                lovelace.0	2019-12-27 21:16:55.668	debug	(30281) IoB Subscribe on javascript.0.scriptEnabled.WR_Feuchtigkeitsautomatik
                                lovelace.0	2019-12-27 21:16:55.666	debug	(30281) IoB Subscribe on zigbee.0.00158d000411d2e6.humidity
                                lovelace.0	2019-12-27 21:16:55.665	debug	(30281) IoB Subscribe on zigbee.0.00158d000411d2e6.temperature
                                lovelace.0	2019-12-27 21:16:55.664	debug	(30281) IoB Subscribe on javascript.0.BZ_Luftfeuchtigkeitseinstellung
                                lovelace.0	2019-12-27 21:16:55.662	debug	(30281) IoB Subscribe on javascript.0.scriptEnabled.BZ_Feuchtigkeitsautomatik
                                lovelace.0	2019-12-27 21:16:55.661	debug	(30281) IoB Subscribe on mihome-vacuum.0.history.total_time
                                lovelace.0	2019-12-27 21:16:55.659	debug	(30281) IoB Subscribe on mihome-vacuum.0.history.total_area
                                lovelace.0	2019-12-27 21:16:55.658	debug	(30281) IoB Subscribe on mihome-vacuum.0.history.total_cleanups
                                lovelace.0	2019-12-27 21:16:55.656	debug	(30281) IoB Subscribe on mihome-vacuum.0.info.cleanedarea
                                lovelace.0	2019-12-27 21:16:55.655	debug	(30281) IoB Subscribe on mihome-vacuum.0.info.cleanedtime
                                lovelace.0	2019-12-27 21:16:55.654	debug	(30281) IoB Subscribe on mihome-vacuum.0.info.battery
                                lovelace.0	2019-12-27 21:16:55.652	debug	(30281) IoB Subscribe on mihome-vacuum.0.control.sound_volume
                                lovelace.0	2019-12-27 21:16:55.651	debug	(30281) IoB Subscribe on mihome-vacuum.0.control.fan_power
                                lovelace.0	2019-12-27 21:16:55.649	debug	(30281) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Minuten
                                lovelace.0	2019-12-27 21:16:55.648	debug	(30281) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Stunde
                                lovelace.0	2019-12-27 21:16:55.646	debug	(30281) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Wochntag_So
                                lovelace.0	2019-12-27 21:16:55.645	debug	(30281) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Wochentag_Sa
                                lovelace.0	2019-12-27 21:16:55.644	debug	(30281) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Wochentag_Fr
                                lovelace.0	2019-12-27 21:16:55.642	debug	(30281) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Wochentag_Do
                                lovelace.0	2019-12-27 21:16:55.641	debug	(30281) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Wochentag_Mi
                                lovelace.0	2019-12-27 21:16:55.639	debug	(30281) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Wochentag_Di
                                lovelace.0	2019-12-27 21:16:55.638	debug	(30281) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Wochentag_Mo
                                lovelace.0	2019-12-27 21:16:55.636	debug	(30281) IoB Subscribe on javascript.0.scriptEnabled.common.Staubsauger.Zeitschaultung
                                lovelace.0	2019-12-27 21:16:55.635	debug	(30281) IoB Subscribe on mihome-vacuum.0.control.home
                                lovelace.0	2019-12-27 21:16:55.633	debug	(30281) IoB Subscribe on mihome-vacuum.0.control.pause
                                lovelace.0	2019-12-27 21:16:55.632	debug	(30281) IoB Subscribe on javascript.0.Staubsauger.Buttons.Start
                                lovelace.0	2019-12-27 21:16:55.630	debug	(30281) IoB Subscribe on javascript.0.Staubsauger.Buttons.Gaeste_WC
                                lovelace.0	2019-12-27 21:16:55.629	debug	(30281) IoB Subscribe on javascript.0.Staubsauger.Buttons.Flur
                                lovelace.0	2019-12-27 21:16:55.628	debug	(30281) IoB Subscribe on javascript.0.Staubsauger.Buttons.Kueche
                                lovelace.0	2019-12-27 21:16:55.626	debug	(30281) IoB Subscribe on javascript.0.Staubsauger.Buttons.Esszimmer
                                lovelace.0	2019-12-27 21:16:55.625	debug	(30281) IoB Subscribe on javascript.0.Staubsauger.Buttons.Wohnzimmer
                                lovelace.0	2019-12-27 21:16:55.623	debug	(30281) IoB Subscribe on mihome-vacuum.0.consumable.side_brush_reset
                                lovelace.0	2019-12-27 21:16:55.622	debug	(30281) IoB Subscribe on mihome-vacuum.0.consumable.sensors_reset
                                lovelace.0	2019-12-27 21:16:55.620	debug	(30281) IoB Subscribe on mihome-vacuum.0.consumable.side_brush
                                lovelace.0	2019-12-27 21:16:55.619	debug	(30281) IoB Subscribe on mihome-vacuum.0.consumable.sensors
                                lovelace.0	2019-12-27 21:16:55.617	debug	(30281) IoB Subscribe on mihome-vacuum.0.consumable.filter_reset
                                lovelace.0	2019-12-27 21:16:55.616	debug	(30281) IoB Subscribe on mihome-vacuum.0.consumable.main_brush_reset
                                lovelace.0	2019-12-27 21:16:55.615	debug	(30281) IoB Subscribe on mihome-vacuum.0.consumable.filter
                                lovelace.0	2019-12-27 21:16:55.613	debug	(30281) IoB Subscribe on mihome-vacuum.0.consumable.main_brush
                                lovelace.0	2019-12-27 21:16:55.612	debug	(30281) IoB Subscribe on tankerkoenig.0.stations.2.diesel.feed
                                lovelace.0	2019-12-27 21:16:55.609	debug	(30281) IoB Subscribe on tankerkoenig.0.stations.1.diesel.feed
                                lovelace.0	2019-12-27 21:16:55.608	debug	(30281) IoB Subscribe on tankerkoenig.0.stations.0.diesel.feed
                                lovelace.0	2019-12-27 21:16:55.606	debug	(30281) IoB Subscribe on accuweather.0.Summary.DateTime_d5
                                lovelace.0	2019-12-27 21:16:55.605	debug	(30281) IoB Subscribe on accuweather.0.Summary.TotalLiquidVolume_d5
                                lovelace.0	2019-12-27 21:16:55.603	debug	(30281) IoB Subscribe on accuweather.0.Summary.TempMin_d5
                                lovelace.0	2019-12-27 21:16:55.602	debug	(30281) IoB Subscribe on accuweather.0.Summary.TempMax_d5
                                lovelace.0	2019-12-27 21:16:55.600	debug	(30281) IoB Subscribe on accuweather.0.Summary.WeatherIconURL_d5
                                lovelace.0	2019-12-27 21:16:55.599	debug	(30281) IoB Subscribe on accuweather.0.Summary.WeatherText_d5
                                lovelace.0	2019-12-27 21:16:55.597	debug	(30281) IoB Subscribe on accuweather.0.Summary.DateTime_d4
                                lovelace.0	2019-12-27 21:16:55.596	debug	(30281) IoB Subscribe on accuweather.0.Summary.TotalLiquidVolume_d4
                                lovelace.0	2019-12-27 21:16:55.595	debug	(30281) IoB Subscribe on accuweather.0.Summary.TempMin_d4
                                lovelace.0	2019-12-27 21:16:55.593	debug	(30281) IoB Subscribe on accuweather.0.Summary.TempMax_d4
                                lovelace.0	2019-12-27 21:16:55.591	debug	(30281) IoB Subscribe on accuweather.0.Summary.WeatherIconURL_d4
                                lovelace.0	2019-12-27 21:16:55.590	debug	(30281) IoB Subscribe on accuweather.0.Summary.WeatherText_d4
                                lovelace.0	2019-12-27 21:16:55.588	debug	(30281) IoB Subscribe on accuweather.0.Summary.DateTime_d3
                                lovelace.0	2019-12-27 21:16:55.587	debug	(30281) IoB Subscribe on accuweather.0.Summary.TotalLiquidVolume_d3
                                lovelace.0	2019-12-27 21:16:55.585	debug	(30281) IoB Subscribe on accuweather.0.Summary.TempMin_d3
                                lovelace.0	2019-12-27 21:16:55.584	debug	(30281) IoB Subscribe on accuweather.0.Summary.TempMax_d3
                                lovelace.0	2019-12-27 21:16:55.581	debug	(30281) IoB Subscribe on accuweather.0.Summary.WeatherIconURL_d3
                                lovelace.0	2019-12-27 21:16:55.580	debug	(30281) IoB Subscribe on accuweather.0.Summary.WeatherText_d3
                                lovelace.0	2019-12-27 21:16:55.578	debug	(30281) IoB Subscribe on accuweather.0.Summary.DateTime_d2
                                lovelace.0	2019-12-27 21:16:55.577	debug	(30281) IoB Subscribe on accuweather.0.Summary.TotalLiquidVolume_d2
                                lovelace.0	2019-12-27 21:16:55.573	debug	(30281) IoB Subscribe on accuweather.0.Summary.TempMin_d2
                                lovelace.0	2019-12-27 21:16:55.571	debug	(30281) IoB Subscribe on accuweather.0.Summary.TempMax_d2
                                lovelace.0	2019-12-27 21:16:55.570	debug	(30281) IoB Subscribe on accuweather.0.Summary.WeatherIconURL_d2
                                lovelace.0	2019-12-27 21:16:55.568	debug	(30281) IoB Subscribe on accuweather.0.Summary.WeatherText_d2
                                lovelace.0	2019-12-27 21:16:55.564	debug	(30281) IoB Subscribe on accuweather.0.Summary.DateTime_d1
                                lovelace.0	2019-12-27 21:16:55.563	debug	(30281) IoB Subscribe on accuweather.0.Summary.TotalLiquidVolume_d1
                                lovelace.0	2019-12-27 21:16:55.561	debug	(30281) IoB Subscribe on accuweather.0.Summary.TempMin_d1
                                lovelace.0	2019-12-27 21:16:55.560	debug	(30281) IoB Subscribe on accuweather.0.Summary.TempMax_d1
                                lovelace.0	2019-12-27 21:16:55.559	debug	(30281) IoB Subscribe on accuweather.0.Summary.WeatherIconURL_d1
                                lovelace.0	2019-12-27 21:16:55.558	debug	(30281) IoB Subscribe on accuweather.0.Summary.WeatherText_d1
                                lovelace.0	2019-12-27 21:16:55.557	debug	(30281) IoB Subscribe on accuweather.0.Summary.WindDirectionStr
                                lovelace.0	2019-12-27 21:16:55.556	debug	(30281) IoB Subscribe on accuweather.0.Summary.WindSpeed
                                lovelace.0	2019-12-27 21:16:55.555	debug	(30281) IoB Subscribe on accuweather.0.Summary.RelativeHumidity
                                lovelace.0	2019-12-27 21:16:55.554	debug	(30281) IoB Subscribe on accuweather.0.Summary.Pressure
                                lovelace.0	2019-12-27 21:16:55.552	debug	(30281) IoB Subscribe on accuweather.0.Summary.Sunset
                                lovelace.0	2019-12-27 21:16:55.551	debug	(30281) IoB Subscribe on accuweather.0.Summary.Sunrise
                                lovelace.0	2019-12-27 21:16:55.550	debug	(30281) IoB Subscribe on accuweather.0.Summary.WeatherIconURL
                                lovelace.0	2019-12-27 21:16:55.541	debug	(30281) IoB Subscribe on accuweather.0.Summary.Temperature
                                lovelace.0	2019-12-27 21:16:55.540	debug	(30281) IoB Subscribe on accuweather.0.Summary.WeatherText
                                lovelace.0	2019-12-27 21:16:55.539	debug	(30281) IoB Subscribe on sonoff.0.Badezimmer.POWER2
                                lovelace.0	2019-12-27 21:16:55.537	debug	(30281) IoB Subscribe on shelly.0.SHSW-25#68D159#1.Relay1.Switch
                                lovelace.0	2019-12-27 21:16:55.536	debug	(30281) IoB Subscribe on zigbee.0.0017880106150738.colortemp
                                lovelace.0	2019-12-27 21:16:55.535	debug	(30281) IoB Subscribe on zigbee.0.0017880106150738.state
                                lovelace.0	2019-12-27 21:16:55.534	debug	(30281) IoB Subscribe on hue.0.Philips_hue.Tischlampe_Arbeitszimmer.ct
                                lovelace.0	2019-12-27 21:16:55.532	debug	(30281) IoB Subscribe on hue.0.Philips_hue.Tischlampe_Arbeitszimmer.on
                                lovelace.0	2019-12-27 21:16:55.531	debug	(30281) IoB Subscribe on sonoff.0.Badezimmer.POWER1
                                lovelace.0	2019-12-27 21:16:55.530	debug	(30281) IoB Subscribe on shelly.0.SHSW-25#68D159#1.Relay0.Switch
                                lovelace.0	2019-12-27 21:16:55.528	debug	(30281) IoB Subscribe on shelly.0.SHSW-25#68DE60#1.Relay1.Switch
                                lovelace.0	2019-12-27 21:16:55.527	debug	(30281) IoB Subscribe on shelly.0.SHSW-25#68DE60#1.Relay0.Switch
                                lovelace.0	2019-12-27 21:16:55.526	debug	(30281) IoB Subscribe on hue.0.Philips_hue.Stehlampe_Arbeitszimmer.level
                                lovelace.0	2019-12-27 21:16:55.525	debug	(30281) IoB Subscribe on hue.0.Philips_hue.Stehlampe_Arbeitszimmer.on
                                lovelace.0	2019-12-27 21:16:55.524	debug	(30281) IoB Subscribe on shelly.0.SHSW-1#B9CF0F#1.Relay0.Switch
                                lovelace.0	2019-12-27 21:16:55.522	debug	(30281) IoB Subscribe on hue.0.Philips_hue.Sideboard.level
                                lovelace.0	2019-12-27 21:16:55.521	debug	(30281) IoB Subscribe on hue.0.Philips_hue.Sideboard.on
                                lovelace.0	2019-12-27 21:16:55.520	debug	(30281) IoB Subscribe on hue.0.Philips_hue.Lampe_am_Sofa.level
                                lovelace.0	2019-12-27 21:16:55.519	debug	(30281) IoB Subscribe on hue.0.Philips_hue.Lampe_am_Sofa.on
                                lovelace.0	2019-12-27 21:16:55.517	debug	(30281) IoB Subscribe on shelly.0.SHSW-1#BA4399#1.Relay0.Switch
                                lovelace.0	2019-12-27 21:16:55.213	debug	(30281) Create manual device: alarm_control_panel.defaultAlarm - lovelace.0.control.alarm
                                lovelace.0	2019-12-27 21:16:55.206	debug	(30281) Create manual device: switch.Zeitschaltung_So - javascript.0.Staubsauger.Zeitschaltung.Wochntag_So
                                lovelace.0	2019-12-27 21:16:55.200	debug	(30281) Create manual device: switch.Zeitschaltung_Sa - javascript.0.Staubsauger.Zeitschaltung.Wochentag_Sa
                                lovelace.0	2019-12-27 21:16:55.194	debug	(30281) Create manual device: switch.Zeitschaltung_Fr - javascript.0.Staubsauger.Zeitschaltung.Wochentag_Fr
                                lovelace.0	2019-12-27 21:16:55.178	debug	(30281) Create manual device: switch.Zeitschaltung_Do - javascript.0.Staubsauger.Zeitschaltung.Wochentag_Do
                                lovelace.0	2019-12-27 21:16:55.174	debug	(30281) Create manual device: switch.Zeitschaltung_Mi - javascript.0.Staubsauger.Zeitschaltung.Wochentag_Mi
                                lovelace.0	2019-12-27 21:16:55.170	debug	(30281) Create manual device: switch.Zeitschaltung_Di - javascript.0.Staubsauger.Zeitschaltung.Wochentag_Di
                                lovelace.0	2019-12-27 21:16:55.166	debug	(30281) Create manual device: switch.Zeitschaltung_Mo - javascript.0.Staubsauger.Zeitschaltung.Wochentag_Mo
                                lovelace.0	2019-12-27 21:16:55.162	debug	(30281) Create manual device: input_text.Zeitschaltung_Minuten - javascript.0.Staubsauger.Zeitschaltung.Minuten
                                lovelace.0	2019-12-27 21:16:55.158	debug	(30281) Create manual device: input_text.Zeitschaltung_Stunden - javascript.0.Staubsauger.Zeitschaltung.Stunde
                                lovelace.0	2019-12-27 21:16:55.152	debug	(30281) Create manual device: switch.Zeitschaltung_on_off - javascript.0.scriptEnabled.common.Staubsauger.Zeitschaultung
                                lovelace.0	2019-12-27 21:16:55.147	debug	(30281) Create manual device: switch.Staubsauger_Start - javascript.0.Staubsauger.Buttons.Start
                                lovelace.0	2019-12-27 21:16:55.142	debug	(30281) Create manual device: switch.Staubsauger_WC - javascript.0.Staubsauger.Buttons.Gaeste_WC
                                lovelace.0	2019-12-27 21:16:55.137	debug	(30281) Create manual device: switch.Staubsauger_Flur - javascript.0.Staubsauger.Buttons.Flur
                                lovelace.0	2019-12-27 21:16:55.132	debug	(30281) Create manual device: switch.Staubsauger_KU - javascript.0.Staubsauger.Buttons.Kueche
                                lovelace.0	2019-12-27 21:16:55.127	debug	(30281) Create manual device: switch.Staubsauger_EZ - javascript.0.Staubsauger.Buttons.Esszimmer
                                lovelace.0	2019-12-27 21:16:55.122	debug	(30281) Create manual device: switch.Staubsauger_WZ - javascript.0.Staubsauger.Buttons.Wohnzimmer
                                lovelace.0	2019-12-27 21:16:55.118	debug	(30281) Create manual device: input_text.BZ_Feuchtigkeitswert - javascript.0.BZ_Luftfeuchtigkeitseinstellung
                                lovelace.0	2019-12-27 21:16:55.114	debug	(30281) Create manual device: input_select.WR_Feuchtigkeitswert - javascript.0.WR_Luftfeuchtigkeitseinstellung
                                lovelace.0	2019-12-27 21:16:55.108	debug	(30281) Create manual device: input_boolean.BZ_Feuchtigkeitsautoamtik - javascript.0.scriptEnabled.BZ_Feuchtigkeitsautomatik
                                lovelace.0	2019-12-27 21:16:55.102	debug	(30281) Create manual device: input_boolean.BZ_Lueftung - sonoff.0.Badezimmer.POWER2
                                lovelace.0	2019-12-27 21:16:55.097	debug	(30281) Create manual device: light.BZ_Licht - sonoff.0.Badezimmer.POWER1
                                lovelace.0	2019-12-27 21:16:55.092	debug	(30281) Create manual device: input_boolean.AD_Sonoff - system.adapter.sonoff.0.connected
                                lovelace.0	2019-12-27 21:16:55.086	debug	(30281) Create manual device: sensor.SYS_CPU - proxmox.0.qemu_ioBroker.cpu
                                lovelace.0	2019-12-27 21:16:55.081	debug	(30281) Create manual device: sensor.SYS_Speicher - proxmox.0.qemu_ioBroker.mem_lev
                                lovelace.0	2019-12-27 21:16:55.077	debug	(30281) Create manual device: input_boolean.AD_Proxmox - system.adapter.proxmox.0.connected
                                lovelace.0	2019-12-27 21:16:55.073	debug	(30281) Create manual device: input_boolean.WR_Feuchtigkeitsautomatik - javascript.0.scriptEnabled.WR_Feuchtigkeitsautomatik
                                lovelace.0	2019-12-27 21:16:55.068	debug	(30281) Create manual device: sensor.WR_Feuchtigkeitssensor - zigbee.0.00158d000323074f.humidity
                                lovelace.0	2019-12-27 21:16:55.065	debug	(30281) Create manual device: sensor.WR_Temperatur - zigbee.0.00158d000323074f.temperature
                                lovelace.0	2019-12-27 21:16:55.060	debug	(30281) Create manual device: sensor.BZ_Feuchtigkeitssensor - zigbee.0.00158d000411d2e6.humidity
                                lovelace.0	2019-12-27 21:16:55.055	debug	(30281) Create manual device: sensor.BZ_Temperatur - zigbee.0.00158d000411d2e6.temperature
                                lovelace.0	2019-12-27 21:16:55.050	debug	(30281) Create manual device: input_boolean.AD_Zigbee - system.adapter.zigbee.0.connected
                                lovelace.0	2019-12-27 21:16:55.044	debug	(30281) Create manual device: input_boolean.AD_Yahka - system.adapter.yahka.0.connected
                                lovelace.0	2019-12-27 21:16:55.039	debug	(30281) Create manual device: input_boolean.AD_Lovelace - system.adapter.lovelace.0.connected
                                lovelace.0	2019-12-27 21:16:55.032	debug	(30281) Create manual device: input_boolean.AD_History - system.adapter.history.0.connected
                                lovelace.0	2019-12-27 21:16:55.027	debug	(30281) Create manual device: light.EZ_Deckenlicht - shelly.0.SHSW-25#68DE60#1.Relay1.Switch
                                lovelace.0	2019-12-27 21:16:55.023	debug	(30281) Create manual device: light.KU_Deckenlicht - shelly.0.SHSW-25#68DE60#1.Relay0.Switch
                                lovelace.0	2019-12-27 21:16:55.020	debug	(30281) Create manual device: light.WZ_Deckenlicht - shelly.0.SHSW-1#BA4399#1.Relay0.Switch
                                lovelace.0	2019-12-27 21:16:55.016	debug	(30281) Create manual device: light.AZ_Deckenlicht - shelly.0.SHSW-1#B9CF0F#1.Relay0.Switch
                                lovelace.0	2019-12-27 21:16:55.011	debug	(30281) Create manual device: input_boolean.WR_Luefter - shelly.0.SHSW-25#68D159#1.Relay1.Switch
                                lovelace.0	2019-12-27 21:16:55.007	debug	(30281) Create manual device: light.WR_Deckenlicht - shelly.0.SHSW-25#68D159#1.Relay0.Switch
                                lovelace.0	2019-12-27 21:16:55.003	debug	(30281) Create manual device: input_boolean.AD_Shelly - system.adapter.shelly.0.connected
                                lovelace.0	2019-12-27 21:16:54.998	debug	(30281) Create manual device: input_boolean.AD_Tankerkoenig - system.adapter.tankerkoenig.0.connected
                                lovelace.0	2019-12-27 21:16:54.994	debug	(30281) Create manual device: sensor.Spritt_Shell - tankerkoenig.0.stations.0.diesel.feed
                                lovelace.0	2019-12-27 21:16:54.990	debug	(30281) Create manual device: sensor.Spritt_Esso - tankerkoenig.0.stations.1.diesel.feed
                                lovelace.0	2019-12-27 21:16:54.986	debug	(30281) Create manual device: sensor.Spritt_JET - tankerkoenig.0.stations.2.diesel.feed
                                lovelace.0	2019-12-27 21:16:54.981	debug	(30281) Create manual device: input_boolean.AD_Backitup - system.adapter.backitup.0.connected
                                lovelace.0	2019-12-27 21:16:54.977	debug	(30281) Create manual device: sensor.SYS_StatusBackup_klein - backitup.0.history.minimalLastTime
                                lovelace.0	2019-12-27 21:16:54.973	debug	(30281) Create manual device: sensor.SYS_Backup_komplett - backitup.0.history.totalLastTime
                                lovelace.0	2019-12-27 21:16:54.968	debug	(30281) Create manual device: switch.SYS_Backup_klein - backitup.0.oneClick.minimal
                                lovelace.0	2019-12-27 21:16:54.964	debug	(30281) Create manual device: switch.SYS_Backup_komplett - backitup.0.oneClick.total
                                lovelace.0	2019-12-27 21:16:54.960	debug	(30281) Create manual device: sensor.AD_Info_LastUpdateCheck - admin.0.info.lastUpdateCheck
                                lovelace.0	2019-12-27 21:16:54.956	debug	(30281) Create manual device: sensor.AD_Info_neuUpdate - admin.0.info.newUpdates
                                lovelace.0	2019-12-27 21:16:54.952	debug	(30281) Create manual device: input_number.AZ_Stehlampe - hue.0.Philips_hue.Stehlampe_Arbeitszimmer.level
                                lovelace.0	2019-12-27 21:16:54.948	debug	(30281) Create manual device: light.AZ_Stehlampe_on - hue.0.Philips_hue.Stehlampe_Arbeitszimmer.on
                                lovelace.0	2019-12-27 21:16:54.944	debug	(30281) Create manual device: input_number.WZ_Sideboardbeleuchtung - hue.0.Philips_hue.Sideboard.level
                                lovelace.0	2019-12-27 21:16:54.939	debug	(30281) Create manual device: light.WZ_Sideboard_on - hue.0.Philips_hue.Sideboard.on
                                lovelace.0	2019-12-27 21:16:54.916	debug	(30281) Create manual device: input_boolean.AD_Terminal - system.adapter.terminal.0.connected
                                lovelace.0	2019-12-27 21:16:54.910	debug	(30281) Create manual device: input_boolean.AD_Scenes - system.adapter.scenes.0.connected
                                lovelace.0	2019-12-27 21:16:54.906	debug	(30281) Create manual device: input_number.Staubsauger_Lautstaerke - mihome-vacuum.0.control.sound_volume
                                lovelace.0	2019-12-27 21:16:54.901	debug	(30281) Create manual device: input_boolean.AD_Mihome_Vacuum - system.adapter.mihome-vacuum.0.connected
                                lovelace.0	2019-12-27 21:16:54.897	debug	(30281) Create manual device: switch.Staubsauger_Pause - mihome-vacuum.0.control.pause
                                lovelace.0	2019-12-27 21:16:54.893	debug	(30281) Create manual device: switch.Staubsauger_GoHome - mihome-vacuum.0.control.home
                                lovelace.0	2019-12-27 21:16:54.889	debug	(30281) Create manual device: sensor.Staubsauger_Battery - mihome-vacuum.0.info.battery
                                lovelace.0	2019-12-27 21:16:54.885	debug	(30281) Create manual device: sensor.Staubsauger_letzteArea - mihome-vacuum.0.info.cleanedarea
                                lovelace.0	2019-12-27 21:16:54.880	debug	(30281) Create manual device: sensor.Staubsauger_letzteTime - mihome-vacuum.0.info.cleanedtime
                                lovelace.0	2019-12-27 21:16:54.876	debug	(30281) Create manual device: input_number.Staubsauger_Saugstufe - mihome-vacuum.0.control.fan_power
                                lovelace.0	2019-12-27 21:16:54.871	debug	(30281) Create manual device: sensor.Staubsauger_Status - mihome-vacuum.0.info.state
                                lovelace.0	2019-12-27 21:16:54.867	debug	(30281) Create manual device: sensor.Staubsauger_Status_Brush - mihome-vacuum.0.consumable.main_brush
                                lovelace.0	2019-12-27 21:16:54.862	debug	(30281) Create manual device: switch.Staubsauger_Reset_Brush - mihome-vacuum.0.consumable.main_brush_reset
                                lovelace.0	2019-12-27 21:16:54.849	debug	(30281) Create manual device: sensor.Staubsauger_Status_SideBrush - mihome-vacuum.0.consumable.side_brush
                                lovelace.0	2019-12-27 21:16:54.838	debug	(30281) Create manual device: switch.Staubsauger_Reset_SideBrush - mihome-vacuum.0.consumable.side_brush_reset
                                lovelace.0	2019-12-27 21:16:54.833	debug	(30281) Create manual device: sensor.Staubsauger_Status_Filter - mihome-vacuum.0.consumable.filter
                                lovelace.0	2019-12-27 21:16:54.830	debug	(30281) Create manual device: switch.Staubsauger_Reset_Filter - mihome-vacuum.0.consumable.filter_reset
                                lovelace.0	2019-12-27 21:16:54.826	debug	(30281) Create manual device: sensor.Staubsauger_Status_Sensor - mihome-vacuum.0.consumable.sensors
                                lovelace.0	2019-12-27 21:16:54.822	debug	(30281) Create manual device: switch.Staubsauger_Reset_Sensor - mihome-vacuum.0.consumable.sensors_reset
                                lovelace.0	2019-12-27 21:16:54.818	debug	(30281) Create manual device: sensor.Staubsauger_Time - mihome-vacuum.0.history.total_time
                                lovelace.0	2019-12-27 21:16:54.814	debug	(30281) Create manual device: sensor.Staubsauger_CleaningArea - mihome-vacuum.0.history.total_area
                                lovelace.0	2019-12-27 21:16:54.810	debug	(30281) Create manual device: sensor.Staubsauger_Cleanups - mihome-vacuum.0.history.total_cleanups
                                lovelace.0	2019-12-27 21:16:54.806	debug	(30281) Create manual device: input_number.WZ_Lampe_am_Sofa - hue.0.Philips_hue.Lampe_am_Sofa.level
                                lovelace.0	2019-12-27 21:16:54.801	debug	(30281) Create manual device: light.WZ_Lampe_am_Sofa - hue.0.Philips_hue.Lampe_am_Sofa.on
                                lovelace.0	2019-12-27 21:16:54.797	debug	(30281) Create manual device: input_boolean.AD_Cloud - system.adapter.cloud.0.connected
                                lovelace.0	2019-12-27 21:16:54.793	debug	(30281) Create manual device: input_boolean.AD_Web - system.adapter.web.0.connected
                                lovelace.0	2019-12-27 21:16:54.788	debug	(30281) Create manual device: input_boolean.AD_Hue - system.adapter.hue.0.connected
                                lovelace.0	2019-12-27 21:16:54.784	debug	(30281) Create manual device: sensor.AD_Info_updatesList - admin.0.info.updatesList
                                lovelace.0	2019-12-27 21:16:54.780	debug	(30281) Create manual device: sensor.AD_Info_updatesNumber - admin.0.info.updatesNumber
                                lovelace.0	2019-12-27 21:16:54.776	debug	(30281) Create manual device: input_boolean.AD_Discovery - system.adapter.discovery.0.connected
                                lovelace.0	2019-12-27 21:16:54.771	debug	(30281) Create manual device: light.AD_Adamin_Status - system.adapter.admin.0.connected
                                lovelace.0	2019-12-27 21:16:54.736	debug	(30281) AUTO Device detected: zigbee.0.0017880106150738 => light
                                lovelace.0	2019-12-27 21:16:54.735	debug	(30281) AUTO Device detected: hue.0.Philips_hue.Tischlampe_Arbeitszimmer => light
                                lovelace.0	2019-12-27 21:16:54.735	debug	(30281) AUTO Device detected: accuweather.0.Summary => weather
                                lovelace.0	2019-12-27 21:16:54.734	debug	(30281) [Type-Detector] device ical.0.events.0 - info - ical.0.events is not yet supported
                                lovelace.0	2019-12-27 21:16:54.729	debug	(30281) [Type-Detector] device zigbee.0.0017880106150738.available - info - zigbee.0.0017880106150738 is not yet supported
                                lovelace.0	2019-12-27 21:16:54.728	debug	(30281) [Type-Detector] Created auto device: light.LTW012 - ct - zigbee.0.0017880106150738
                                lovelace.0	2019-12-27 21:16:54.706	debug	(30281) [Type-Detector] device hue.0.Philips_hue.Tischlampe_Arbeitszimmer.alert - info - hue.0.Philips_hue.Tischlampe_Arbeitszimmer is not yet supported
                                lovelace.0	2019-12-27 21:16:54.706	debug	(30281) [Type-Detector] Created auto device: light.Philips_hue_Tischlampe_Arbeitszimmer - ct - hue.0.Philips_hue.Tischlampe_Arbeitszimmer
                                lovelace.0	2019-12-27 21:16:54.675	debug	(30281) [Type-Detector] device accuweather.0.updateHourly - info - accuweather.0.updateHourly is not yet supported
                                lovelace.0	2019-12-27 21:16:54.672	debug	(30281) [Type-Detector] device accuweather.0.updateDaily - info - accuweather.0.updateDaily is not yet supported
                                lovelace.0	2019-12-27 21:16:54.669	debug	(30281) [Type-Detector] device accuweather.0.updateCurrent - info - accuweather.0.updateCurrent is not yet supported
                                lovelace.0	2019-12-27 21:16:54.665	debug	(30281) [Type-Detector] device accuweather.0.Summary.WeatherIcon - info - accuweather.0.Summary is not yet supported
                                lovelace.0	2019-12-27 21:16:54.665	debug	(30281) [Type-Detector] Created auto device: weather.Weather_Summary - accuWeatherForecast - accuweather.0.Summary
                                lovelace.0	2019-12-27 21:16:54.595	debug	(30281) [Type-Detector] device accuweather.0.Current.DewPoint - info - accuweather.0.Current is not yet supported
                                lovelace.0	2019-12-27 21:16:54.273	info	(30281) http server listening on port 8091
                                lovelace.0	2019-12-27 21:16:54.204	info	(30281) starting. Version 1.0.6 in /opt/iobroker/node_modules/iobroker.lovelace, node: v10.16.3
                                lovelace.0	2019-12-27 21:16:47.900	info	(30262) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                                lovelace.0	2019-12-27 21:16:47.898	info	(30262) terminating
                                lovelace.0	2019-12-27 21:16:47.895	info	(30262) cleaned everything up...
                                lovelace.0	2019-12-27 21:16:47.894	info	(30262) Got terminate signal TERMINATE_YOURSELF
                                lovelace.0	2019-12-27 21:16:46.486	debug	(30262) Add custom cards: wifi.jpg as jpg
                                lovelace.0	2019-12-27 21:16:46.486	debug	(30262) Add custom cards: weather-card.js as js
                                lovelace.0	2019-12-27 21:16:46.486	debug	(30262) Add custom cards: weather-card-editor.js as js
                                lovelace.0	2019-12-27 21:16:46.486	debug	(30262) Add custom cards: vertical-stack-in-card.js as js
                                lovelace.0	2019-12-27 21:16:46.486	debug	(30262) Add custom cards: text-divider-row.js as js
                                lovelace.0	2019-12-27 21:16:46.485	debug	(30262) Add custom cards: more-info-card.js as js
                                lovelace.0	2019-12-27 21:16:46.485	debug	(30262) Add custom cards: mini-graph-card-bundle.js as js
                                lovelace.0	2019-12-27 21:16:46.485	debug	(30262) Add custom cards: light-entity-card.js as js
                                lovelace.0	2019-12-27 21:16:46.485	debug	(30262) Add custom cards: esso.jpg as jpg
                                lovelace.0	2019-12-27 21:16:46.484	debug	(30262) Add custom cards: compact-custom-header.js as js
                                lovelace.0	2019-12-27 21:16:46.484	debug	(30262) Add custom cards: calendar-card.js as js
                                lovelace.0	2019-12-27 21:16:46.484	debug	(30262) Add custom cards: button-card.js as js
                                lovelace.0	2019-12-27 21:16:46.484	debug	(30262) Add custom cards: banner-card.js as js
                                lovelace.0	2019-12-27 21:16:46.484	debug	(30262) Add custom cards: background.jpg as jpg
                                lovelace.0	2019-12-27 21:16:46.483	debug	(30262) Add custom cards: accuweather-card.js as js
                                lovelace.0	2019-12-27 21:16:46.482	debug	(30262) Add custom cards: 1573572274280-banner-card.js as js
                                lovelace.0	2019-12-27 21:16:43.938	debug	(30262) IoB Subscribe on backitup.0.oneClick.total
                                lovelace.0	2019-12-27 21:16:43.937	debug	(30262) IoB Subscribe on backitup.0.oneClick.minimal
                                lovelace.0	2019-12-27 21:16:43.936	debug	(30262) IoB Subscribe on backitup.0.history.totalLastTime
                                lovelace.0	2019-12-27 21:16:43.935	debug	(30262) IoB Subscribe on backitup.0.history.minimalLastTime
                                lovelace.0	2019-12-27 21:16:43.934	debug	(30262) IoB Subscribe on admin.0.info.updatesList
                                lovelace.0	2019-12-27 21:16:43.933	debug	(30262) IoB Subscribe on admin.0.info.updatesNumber
                                lovelace.0	2019-12-27 21:16:43.932	debug	(30262) IoB Subscribe on admin.0.info.newUpdates
                                lovelace.0	2019-12-27 21:16:43.931	debug	(30262) IoB Subscribe on proxmox.0.qemu_ioBroker.cpu
                                lovelace.0	2019-12-27 21:16:43.930	debug	(30262) IoB Subscribe on proxmox.0.qemu_ioBroker.mem_lev
                                lovelace.0	2019-12-27 21:16:43.929	debug	(30262) IoB Subscribe on zigbee.0.00158d000323074f.humidity
                                lovelace.0	2019-12-27 21:16:43.928	debug	(30262) IoB Subscribe on zigbee.0.00158d000323074f.temperature
                                lovelace.0	2019-12-27 21:16:43.927	debug	(30262) IoB Subscribe on javascript.0.WR_Luftfeuchtigkeitseinstellung
                                lovelace.0	2019-12-27 21:16:43.926	debug	(30262) IoB Subscribe on javascript.0.scriptEnabled.WR_Feuchtigkeitsautomatik
                                lovelace.0	2019-12-27 21:16:43.925	debug	(30262) IoB Subscribe on zigbee.0.00158d000411d2e6.humidity
                                lovelace.0	2019-12-27 21:16:43.924	debug	(30262) IoB Subscribe on zigbee.0.00158d000411d2e6.temperature
                                lovelace.0	2019-12-27 21:16:43.923	debug	(30262) IoB Subscribe on javascript.0.BZ_Luftfeuchtigkeitseinstellung
                                lovelace.0	2019-12-27 21:16:43.922	debug	(30262) IoB Subscribe on javascript.0.scriptEnabled.BZ_Feuchtigkeitsautomatik
                                lovelace.0	2019-12-27 21:16:43.921	debug	(30262) IoB Subscribe on mihome-vacuum.0.history.total_time
                                lovelace.0	2019-12-27 21:16:43.920	debug	(30262) IoB Subscribe on mihome-vacuum.0.history.total_area
                                lovelace.0	2019-12-27 21:16:43.919	debug	(30262) IoB Subscribe on mihome-vacuum.0.history.total_cleanups
                                lovelace.0	2019-12-27 21:16:43.918	debug	(30262) IoB Subscribe on mihome-vacuum.0.info.cleanedarea
                                lovelace.0	2019-12-27 21:16:43.917	debug	(30262) IoB Subscribe on mihome-vacuum.0.info.cleanedtime
                                lovelace.0	2019-12-27 21:16:43.916	debug	(30262) IoB Subscribe on mihome-vacuum.0.info.battery
                                lovelace.0	2019-12-27 21:16:43.915	debug	(30262) IoB Subscribe on mihome-vacuum.0.control.sound_volume
                                lovelace.0	2019-12-27 21:16:43.914	debug	(30262) IoB Subscribe on mihome-vacuum.0.control.fan_power
                                lovelace.0	2019-12-27 21:16:43.913	debug	(30262) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Minuten
                                lovelace.0	2019-12-27 21:16:43.912	debug	(30262) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Stunde
                                lovelace.0	2019-12-27 21:16:43.911	debug	(30262) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Wochntag_So
                                lovelace.0	2019-12-27 21:16:43.910	debug	(30262) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Wochentag_Sa
                                lovelace.0	2019-12-27 21:16:43.909	debug	(30262) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Wochentag_Fr
                                lovelace.0	2019-12-27 21:16:43.908	debug	(30262) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Wochentag_Do
                                lovelace.0	2019-12-27 21:16:43.907	debug	(30262) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Wochentag_Mi
                                lovelace.0	2019-12-27 21:16:43.906	debug	(30262) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Wochentag_Di
                                lovelace.0	2019-12-27 21:16:43.905	debug	(30262) IoB Subscribe on javascript.0.Staubsauger.Zeitschaltung.Wochentag_Mo
                                lovelace.0	2019-12-27 21:16:43.904	debug	(30262) IoB Subscribe on javascript.0.scriptEnabled.common.Staubsauger.Zeitschaultung
                                lovelace.0	2019-12-27 21:16:43.903	debug	(30262) IoB Subscribe on mihome-vacuum.0.control.home
                                lovelace.0	2019-12-27 21:16:43.902	debug	(30262) IoB Subscribe on mihome-vacuum.0.control.pause
                                lovelace.0	2019-12-27 21:16:43.901	debug	(30262) IoB Subscribe on javascript.0.Staubsauger.Buttons.Start
                                lovelace.0	2019-12-27 21:16:43.900	debug	(30262) IoB Subscribe on javascript.0.Staubsauger.Buttons.Gaeste_WC
                                lovelace.0	2019-12-27 21:16:43.900	debug	(30262) IoB Subscribe on javascript.0.Staubsauger.Buttons.Flur
                                lovelace.0	2019-12-27 21:16:43.898	debug	(30262) IoB Subscribe on javascript.0.Staubsauger.Buttons.Kueche
                                lovelace.0	2019-12-27 21:16:43.898	debug	(30262) IoB Subscribe on javascript.0.Staubsauger.Buttons.Esszimmer
                                lovelace.0	2019-12-27 21:16:43.897	debug	(30262) IoB Subscribe on javascript.0.Staubsauger.Buttons.Wohnzimmer
                                lovelace.0	2019-12-27 21:16:43.896	debug	(30262) IoB Subscribe on mihome-vacuum.0.consumable.side_brush_reset
                                lovelace.0	2019-12-27 21:16:43.895	debug	(30262) IoB Subscribe on mihome-vacuum.0.consumable.sensors_reset
                                lovelace.0	2019-12-27 21:16:43.894	debug	(30262) IoB Subscribe on mihome-vacuum.0.consumable.side_brush
                                lovelace.0	2019-12-27 21:16:43.893	debug	(30262) IoB Subscribe on mihome-vacuum.0.consumable.sensors
                                lovelace.0	2019-12-27 21:16:43.892	debug	(30262) IoB Subscribe on mihome-vacuum.0.consumable.filter_reset
                                lovelace.0	2019-12-27 21:16:43.891	debug	(30262) IoB Subscribe on mihome-vacuum.0.consumable.main_brush_reset
                                lovelace.0	2019-12-27 21:16:43.890	debug	(30262) IoB Subscribe on mihome-vacuum.0.consumable.filter
                                lovelace.0	2019-12-27 21:16:43.889	debug	(30262) IoB Subscribe on mihome-vacuum.0.consumable.main_brush
                                lovelace.0	2019-12-27 21:16:43.888	debug	(30262) IoB Subscribe on tankerkoenig.0.stations.2.diesel.feed
                                lovelace.0	2019-12-27 21:16:43.886	debug	(30262) IoB Subscribe on tankerkoenig.0.stations.1.diesel.feed
                                lovelace.0	2019-12-27 21:16:43.885	debug	(30262) IoB Subscribe on tankerkoenig.0.stations.0.diesel.feed
                                lovelace.0	2019-12-27 21:16:43.883	debug	(30262) IoB Subscribe on accuweather.0.Summary.DateTime_d5
                                lovelace.0	2019-12-27 21:16:43.879	debug	(30262) IoB Subscribe on accuweather.0.Summary.TotalLiquidVolume_d5
                                lovelace.0	2019-12-27 21:16:43.878	debug	(30262) IoB Subscribe on accuweather.0.Summary.TempMin_d5
                                lovelace.0	2019-12-27 21:16:43.877	debug	(30262) IoB Subscribe on accuweather.0.Summary.TempMax_d5
                                lovelace.0	2019-12-27 21:16:43.876	debug	(30262) IoB Subscribe on accuweather.0.Summary.WeatherIconURL_d5
                                lovelace.0	2019-12-27 21:16:43.874	debug	(30262) IoB Subscribe on accuweather.0.Summary.WeatherText_d5
                                lovelace.0	2019-12-27 21:16:43.873	debug	(30262) IoB Subscribe on accuweather.0.Summary.DateTime_d4
                                lovelace.0	2019-12-27 21:16:43.872	debug	(30262) IoB Subscribe on accuweather.0.Summary.TotalLiquidVolume_d4
                                lovelace.0	2019-12-27 21:16:43.871	debug	(30262) IoB Subscribe on accuweather.0.Summary.TempMin_d4
                                
                                Garfonso 1 Reply Last reply Reply Quote 0
                                • Garfonso
                                  Garfonso Developer @marcuskl last edited by

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

                                  super geil, so funktioniert es und meine Leuchte wird erkannt

                                  freut mich. 🙂
                                  Geht es jetzt auch mit der shelly leuchte, die red, green, blue einzeln hat? Da hatte ich eben noch dran rumgebastelt.

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

                                  Soll das so, dass des Icon so aussieht ?

                                  Mit dem Icon hab ich nichts zu tun... hm... kann sein, dass das irgendwo im ioBroker Objekt hinterlegt ist und der das übernimmt? Müsste bei zigbee so passieren, ja.

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

                                    @WW1983
                                    Danke für das log. Kann es sein, dass es da auch Probleme mit dem install gab? grübel
                                    Versuch bitte nochmal aus diesem Link zu installieren:
                                    http://tratschtante.de/iobroker.lovelace-1.0.6.tgz

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

                                      @Garfonso Jap der Shelly geht auch, super Arbeit👍

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

                                        @Garfonso
                                        Helligkeit funktioniert beim Shelly nicht

                                        lovelace.0	2019-12-27 21:25:33.559	warn	(2142) no min value for light object 'zigbee.0.ccccccfffe5c48af.colortemp' defined -> using fallback max = '450'
                                        lovelace.0	2019-12-27 21:25:33.558	warn	(2142) no max value for light object 'zigbee.0.ccccccfffe5c48af.colortemp' defined -> using fallback max = '153'
                                        lovelace.0	2019-12-27 21:25:33.551	warn	(2142) Duplicates found for light.Switch
                                        lovelace.0	2019-12-27 21:25:33.550	warn	(2142) Duplicates found for light.Switch
                                        lovelace.0	2019-12-27 21:25:33.549	warn	(2142) Duplicates found for light.LED_Strips_Wohnzimmer
                                        lovelace.0	2019-12-27 21:25:33.547	warn	(2142) Could not add shelly.0.SHRGBW2#5A38A7#1.color of type rgbSingle -> no on/off control found.
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • marcuskl
                                          marcuskl @Garfonso last edited by

                                          @Garfonso
                                          Sobald ich die Helligkeit verändern will, verschwindet der Slider zum ein und ausschalten und die Farbauswahl geht auch nicht mehr

                                          shellyrgb.png

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

                                            @marcuskl
                                            Am besten mal ein debug log posten mit dem Teil, wo der erkannt wird, da sollte auch ein JSON kommen, das brauche ich.
                                            Und mal gucken, ob bei den Attributen (in der Instanz) hinten sowas steht:

                                            brightness: alias.0.lamps.Josephine_Wolke.brightness
                                            

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

                                            Sobald ich die Helligkeit verändern will, verschwindet der Slider zum ein und ausschalten und die Farbauswahl geht auch nicht mehr

                                            Das sieht merkwürdig aus... ist das ein Gerät mit Farbe/Farbtemperatur oder nur Helligkeit? Was ist bei der Helligkeit das min/max?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            541
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

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