Navigation

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

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Test Adapter lovelace v0.2.x

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

      @Garfonso Ich hoffe ich darf hier mal mit ner Zwischenfrage reingrätschen:

      es geht um diese Card:
      b6a23d2b-9ccb-4018-9b91-8105ec1916eb-grafik.png

      geschaltet / gedimmt wird über knx -> dali. Die KNX Adresse / Rückmeldeadresse habe ich wie im knx-beitrag im raw modus geändert. Die Verknüfung mittels Funktionen und Räume gesetzte. Wenn ich den Drehregler betätige wird die Lampe entsprechend auf Wert gedimmt. Was nicht geht, ist wenn ich auf das Lampensymbol klicke. Dann passiert nichts. Ich habe als enitity die Dimmwertgruppenadresse angegeben. Benötigt diese Card noch eine 2te enitiy, dass das funktionert?

      (ich habe 4 gruppenadressen für diese Lampe. Schalt + RM Schalt, bzw. Dimmwert und RM Dimmwert)

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

        @Garfonso

        Ich habe den Link nochmal neu installiert und das mit der Helligkeit funktioniert jetzt, aber mit der Farbtemperatur nicht.
        Habe nun in dem Farbtemperatur Objekt ein min Wert und ein max Wert hinzugefügt und jetzt geht es.

        Beim Shelly funktioniert garnichts, also net mal das einschalten.

        2019-12-30 08:47:29.518 - info: host.iobroker instance system.adapter.lovelace.0 terminated with code 156 (156)
        2019-12-30 08:47:31.501 - info: host.iobroker instance system.adapter.lovelace.0 started with pid 18046
        2019-12-30 08:47:33.403 - debug: lovelace.0 (18046) Redis Objects: Use Redis connection: 127.0.0.1:9001
        2019-12-30 08:47:33.440 - debug: lovelace.0 (18046) Objects client ready ... initialize now
        2019-12-30 08:47:33.444 - debug: lovelace.0 (18046) Objects create PubSub Client
        2019-12-30 08:47:33.445 - debug: lovelace.0 (18046) Objects client initialize lua scripts
        2019-12-30 08:47:33.459 - debug: lovelace.0 (18046) objectDB connected
        2019-12-30 08:47:33.461 - debug: lovelace.0 (18046) Redis States: Use Redis connection: 127.0.0.1:9000
        2019-12-30 08:47:33.465 - debug: lovelace.0 (18046) Objects connected to redis: 127.0.0.1:9001
        2019-12-30 08:47:33.473 - debug: lovelace.0 (18046) States create PubSub Client
        2019-12-30 08:47:33.475 - debug: lovelace.0 (18046) statesDB connected
        2019-12-30 08:47:33.530 - debug: lovelace.0 (18046) States connected to redis: 127.0.0.1:9000
        2019-12-30 08:47:35.089 - info: lovelace.0 (18046) starting. Version 1.0.6 in /opt/iobroker/node_modules/iobroker.lovelace, node: v10.17.0
        2019-12-30 08:47:35.207 - debug: lovelace.0 (18046) Schedule restart: 0 2 * * *
        2019-12-30 08:47:35.244 - info: lovelace.0 (18046) http server listening on port 8091
        2019-12-30 08:47:35.849 - debug: lovelace.0 (18046) rgb - Controls: {
        "states": [
        {
        "indicator": false,
        "type": "number",
        "write": true,
        "name": "RED",
        "required": true,
        "defaultRole": "level.color.red",
        "id": "shelly.0.SHRGBW2#5A38A7#1.color.red"
        },
        {
        "indicator": false,
        "type": "number",
        "write": true,
        "name": "GREEN",
        "required": true,
        "defaultRole": "level.color.green",
        "id": "shelly.0.SHRGBW2#5A38A7#1.color.green"
        },
        {
        "indicator": false,
        "type": "number",
        "write": true,
        "name": "BLUE",
        "required": true,
        "defaultRole": "level.color.blue",
        "id": "shelly.0.SHRGBW2#5A38A7#1.color.blue"
        },
        {
        "indicator": false,
        "type": "number",
        "write": true,
        "name": "DIMMER",
        "required": false,
        "defaultRole": "level.dimmer"
        },
        {
        "indicator": false,
        "type": "number",
        "write": true,
        "name": "BRIGHTNESS",
        "required": false,
        "id": "shelly.0.SHRGBW2#5A38A7#1.color.gain"
        },
        {
        "indicator": false,
        "type": "number",
        "write": true,
        "name": "SATURATION",
        "required": false
        },
        {
        "indicator": false,
        "type": "number",
        "write": true,
        "name": "TEMPERATURE",
        "required": false,
        "defaultRole": "level.color.temperature"
        },
        {
        "indicator": false,
        "type": "boolean",
        "write": true,
        "name": "ON_LIGHT",
        "required": false,
        "defaultRole": "switch.light"
        },
        {
        "indicator": false,
        "type": "boolean",
        "write": true,
        "name": "ON",
        "required": false,
        "id": "shelly.0.SHRGBW2#5A38A7#1.color.Switch"
        },
        {
        "indicator": false,
        "type": "boolean",
        "write": false,
        "name": "ON_ACTUAL",
        "required": false,
        "defaultRole": "state.light"
        },
        {
        "indicator": true,
        "name": "WORKING",
        "required": false,
        "defaultRole": "indicator.working"
        },
        {
        "indicator": true,
        "type": "boolean",
        "name": "UNREACH",
        "required": false,
        "defaultRole": "indicator.maintenance.unreach"
        },
        {
        "indicator": true,
        "type": "boolean",
        "name": "LOWBAT",
        "required": false,
        "defaultRole": "indicator.maintenance.lowbat"
        },
        {
        "indicator": true,
        "type": "boolean",
        "name": "MAINTAIN",
        "required": false,
        "defaultRole": "indicator.maintenance"
        },
        {
        "indicator": true,
        "name": "ERROR",
        "required": false,
        "defaultRole": "indicator.error"
        }
        ],
        "type": "rgb"
        }
        2019-12-30 08:47:35.855 - debug: lovelace.0 (18046) [Type-Detector] Created auto device: light.LED_Strips_Wohnzimmer - rgb - shelly.0.SHRGBW2#5A38A7#1.color
        2019-12-30 08:47:35.856 - warn: lovelace.0 (18046) Could not add shelly.0.SHRGBW2#5A38A7#1.color of type rgbSingle -> no on/off control found.
        2019-12-30 08:47:35.856 - debug: lovelace.0 (18046) dimmer - Controls: {
        "states": [
        {
        "indicator": false,
        "type": "number",
        "write": true,
        "name": "SET",
        "required": true,
        "defaultRole": "level.dimmer",
        "id": "shelly.0.SHRGBW2#5A38A7#1.color.white"
        },
        {
        "indicator": false,
        "type": "number",
        "write": false,
        "name": "ACTUAL",
        "required": false,
        "defaultRole": "value.dimmer"
        },
        {
        "indicator": false,
        "type": "boolean",
        "write": true,
        "name": "ON_SET",
        "required": false,
        "defaultRole": "switch.light"
        },
        {
        "indicator": false,
        "type": "boolean",
        "write": false,
        "name": "ON_ACTUAL",
        "required": false,
        "defaultRole": "switch.light"
        },
        {
        "indicator": true,
        "name": "WORKING",
        "required": false,
        "defaultRole": "indicator.working"
        },
        {
        "indicator": true,
        "type": "boolean",
        "name": "UNREACH",
        "required": false,
        "defaultRole": "indicator.maintenance.unreach"
        },
        {
        "indicator": true,
        "type": "boolean",
        "name": "LOWBAT",
        "required": false,
        "defaultRole": "indicator.maintenance.lowbat"
        },
        {
        "indicator": true,
        "type": "boolean",
        "name": "MAINTAIN",
        "required": false,
        "defaultRole": "indicator.maintenance"
        },
        {
        "indicator": true,
        "name": "ERROR",
        "required": false,
        "defaultRole": "indicator.error"
        }
        ],
        "type": "dimmer"
        }
        2019-12-30 08:47:35.858 - warn: lovelace.0 (18046) Duplicates found for light.LED_Strips_Wohnzimmer
        2019-12-30 08:47:35.858 - debug: lovelace.0 (18046) [Type-Detector] device shelly.0.SHRGBW2#5A38A7#1.color.effect - info - shelly.0.SHRGBW2#5A38A7#1.color is not yet supported
        2019-12-30 08:47:35.864 - debug: lovelace.0 (18046) [Type-Detector] Created auto device: light.Switch - light - shelly.0.SHSW-1#12C27E#1.Relay0.Switch
        2019-12-30 08:47:35.868 - warn: lovelace.0 (18046) Duplicates found for light.Switch
        2019-12-30 08:47:35.874 - warn: lovelace.0 (18046) Duplicates found for light.Switch
        2019-12-30 08:47:35.879 - debug: lovelace.0 (18046) [Type-Detector] Created auto device: light.K_chenlicht_POWER - light - sonoff.0.Küchenlicht.POWER
        2019-12-30 08:47:35.885 - debug: lovelace.0 (18046) [Type-Detector] Created auto device: light.Nachtlicht_Benchy_POWER - light - sonoff.0.Nachtlicht Benchy.POWER
        2019-12-30 08:47:35.899 - debug: lovelace.0 (18046) [Type-Detector] Created auto device: light.Nachtlicht_Flur - light - sonoff.0.Nachtlicht Flur
        2019-12-30 08:47:35.900 - debug: lovelace.0 (18046) [Type-Detector] device sonoff.0.Nachtlicht Flur.Time - info - sonoff.0.Nachtlicht Flur is not yet supported
        2019-12-30 08:47:35.904 - debug: lovelace.0 (18046) [Type-Detector] Created auto device: light.Nachtlicht_Liah_POWER - light - sonoff.0.Nachtlicht Liah.POWER
        2019-12-30 08:47:35.908 - debug: lovelace.0 (18046) [Type-Detector] Created auto device: light.Nachtlicht_Marcus_POWER - light - sonoff.0.Nachtlicht Marcus.POWER
        2019-12-30 08:47:35.913 - debug: lovelace.0 (18046) [Type-Detector] Created auto device: light.Schreibtischlampe_POWER - light - sonoff.0.Schreibtischlampe.POWER
        2019-12-30 08:47:35.928 - debug: lovelace.0 (18046) [Type-Detector] Created auto device: light.Weihnachtsbaum - light - sonoff.0.Weihnachtsbaum
        2019-12-30 08:47:35.929 - debug: lovelace.0 (18046) [Type-Detector] device sonoff.0.Weihnachtsbaum.Time - info - sonoff.0.Weihnachtsbaum is not yet supported
        2019-12-30 08:47:35.934 - debug: lovelace.0 (18046) [Type-Detector] device lgtv.0.states.volume - info - lgtv.0.states.volume is not yet supported
        2019-12-30 08:47:35.941 - debug: lovelace.0 (18046) [Type-Detector] Created auto device: switch.Switch_TV_power - socket - lgtv.0.states.power
        2019-12-30 08:47:35.944 - debug: lovelace.0 (18046) [Type-Detector] device lgtv.0.states.launch - info - lgtv.0.states.launch is not yet supported
        2019-12-30 08:47:35.948 - debug: lovelace.0 (18046) [Type-Detector] Created auto device: switch.TV_Steckdose_POWER - socket - sonoff.0.TV Steckdose.POWER
        2019-12-30 08:47:35.952 - debug: lovelace.0 (18046) [Type-Detector] Created auto device: switch.switch_on - socket - tuya.0.17014830b4e62d5a02cc.1
        2019-12-30 08:47:35.956 - debug: lovelace.0 (18046) [Type-Detector] device chromecast.0.Küche.status.volume - volume - chromecast.0.Küche.status.volume is not yet supported
        2019-12-30 08:47:35.960 - debug: lovelace.0 (18046) [Type-Detector] device chromecast.0.Schlafzimmer.status.volume - volume - chromecast.0.Schlafzimmer.status.volume is not yet supported
        2019-12-30 08:47:35.964 - debug: lovelace.0 (18046) [Type-Detector] device chromecast.0.WohnzimmerJBL.status.volume - volume - chromecast.0.WohnzimmerJBL.status.volume is not yet supported
        2019-12-30 08:47:35.967 - debug: lovelace.0 (18046) [Type-Detector] device zigbee.0.000b57fffe897c9a.battery - info - zigbee.0.000b57fffe897c9a.battery is not yet supported
        2019-12-30 08:47:35.970 - debug: lovelace.0 (18046) [Type-Detector] device zigbee.0.00158d000320258a.battery - info - zigbee.0.00158d000320258a.battery is not yet supported
        2019-12-30 08:47:35.974 - debug: lovelace.0 (18046) [Type-Detector] device zigbee.0.ccccccfffe31ffb8.battery - info - zigbee.0.ccccccfffe31ffb8.battery is not yet supported
        2019-12-30 08:47:35.977 - debug: lovelace.0 (18046) [Type-Detector] device zigbee.0.00158d0003d53cb8.battery - info - zigbee.0.00158d0003d53cb8.battery is not yet supported
        2019-12-30 08:47:36.054 - debug: lovelace.0 (18046) [Type-Detector] Created auto device: weather.Gaggenau__Baden_W_rttemberg_Deutschland_ - weatherForecast - daswetter.0.NextDays.Location_1
        2019-12-30 08:47:36.054 - debug: lovelace.0 (18046) [Type-Detector] device daswetter.0.NextDays.Location_1.Day_1.Wetter_Symbol_id - info - daswetter.0.NextDays.Location_1 is not yet supported
        2019-12-30 08:47:36.056 - debug: lovelace.0 (18046) [Type-Detector] device scene.0.Bettfertig - info - scene.0.Bettfertig is not yet supported
        2019-12-30 08:47:36.057 - debug: lovelace.0 (18046) [Type-Detector] device scene.0.Fernsehabend - info - scene.0.Fernsehabend is not yet supported
        2019-12-30 08:47:36.068 - debug: lovelace.0 (18046) rgbSingle - Controls: {
        "states": [
        {
        "indicator": false,
        "type": "string",
        "write": true,
        "name": "RGB",
        "required": true,
        "defaultRole": "level.color.rgb",
        "id": "zigbee.0.ccccccfffe5c48af.color"
        },
        {
        "indicator": false,
        "type": "number",
        "write": true,
        "name": "DIMMER",
        "required": false,
        "defaultRole": "level.dimmer",
        "id": "zigbee.0.ccccccfffe5c48af.brightness"
        },
        {
        "indicator": false,
        "type": "number",
        "write": true,
        "name": "BRIGHTNESS",
        "required": false
        },
        {
        "indicator": false,
        "type": "number",
        "write": true,
        "name": "SATURATION",
        "required": false
        },
        {
        "indicator": false,
        "type": "number",
        "write": true,
        "name": "TEMPERATURE",
        "required": false,
        "defaultRole": "level.color.temperature",
        "id": "zigbee.0.ccccccfffe5c48af.colortemp"
        },
        {
        "indicator": false,
        "type": "boolean",
        "write": true,
        "name": "ON_LIGHT",
        "required": false,
        "defaultRole": "switch.light"
        },
        {
        "indicator": false,
        "type": "boolean",
        "write": true,
        "name": "ON",
        "required": false,
        "id": "zigbee.0.ccccccfffe5c48af.state"
        },
        {
        "indicator": false,
        "type": "boolean",
        "write": false,
        "name": "ON_ACTUAL",
        "required": false,
        "defaultRole": "state.light",
        "id": "zigbee.0.ccccccfffe5c48af.available"
        },
        {
        "indicator": true,
        "name": "WORKING",
        "required": false,
        "defaultRole": "indicator.working"
        },
        {
        "indicator": true,
        "type": "boolean",
        "name": "UNREACH",
        "required": false,
        "defaultRole": "indicator.maintenance.unreach"
        },
        {
        "indicator": true,
        "type": "boolean",
        "name": "LOWBAT",
        "required": false,
        "defaultRole": "indicator.maintenance.lowbat"
        },
        {
        "indicator": true,
        "type": "boolean",
        "name": "MAINTAIN",
        "required": false,
        "defaultRole": "indicator.maintenance"
        },
        {
        "indicator": true,
        "name": "ERROR",
        "required": false,
        "defaultRole": "indicator.error"
        }
        ],
        "type": "rgbSingle"
        }
        2019-12-30 08:47:36.070 - debug: lovelace.0 (18046) light.Stehlampe ct needs kelvin conversion: true
        2019-12-30 08:47:36.070 - debug: lovelace.0 (18046) Color already present, skip R,G,B color.
        2019-12-30 08:47:36.071 - debug: lovelace.0 (18046) [Type-Detector] Created auto device: light.Stehlampe - rgbSingle - zigbee.0.ccccccfffe5c48af
        2019-12-30 08:47:36.071 - debug: lovelace.0 (18046) [Type-Detector] device zigbee.0.ccccccfffe5c48af.groups - info - zigbee.0.ccccccfffe5c48af is not yet supported
        2019-12-30 08:47:36.072 - debug: lovelace.0 (18046) AUTO Device detected: shelly.0.SHRGBW2#5A38A7#1.color => light
        2019-12-30 08:47:36.072 - debug: lovelace.0 (18046) AUTO Device detected: shelly.0.SHSW-1#12C27E#1.Relay0.Switch => light
        2019-12-30 08:47:36.072 - debug: lovelace.0 (18046) AUTO Device detected: sonoff.0.Küchenlicht.POWER => light
        2019-12-30 08:47:36.073 - debug: lovelace.0 (18046) AUTO Device detected: sonoff.0.Nachtlicht Benchy.POWER => light
        2019-12-30 08:47:36.073 - debug: lovelace.0 (18046) AUTO Device detected: sonoff.0.Nachtlicht Flur => light
        2019-12-30 08:47:36.073 - debug: lovelace.0 (18046) AUTO Device detected: sonoff.0.Nachtlicht Liah.POWER => light
        2019-12-30 08:47:36.073 - debug: lovelace.0 (18046) AUTO Device detected: sonoff.0.Nachtlicht Marcus.POWER => light
        2019-12-30 08:47:36.074 - debug: lovelace.0 (18046) AUTO Device detected: sonoff.0.Schreibtischlampe.POWER => light
        2019-12-30 08:47:36.074 - debug: lovelace.0 (18046) AUTO Device detected: sonoff.0.Weihnachtsbaum => light
        2019-12-30 08:47:36.074 - debug: lovelace.0 (18046) AUTO Device detected: lgtv.0.states.power => switch
        2019-12-30 08:47:36.074 - debug: lovelace.0 (18046) AUTO Device detected: sonoff.0.TV Steckdose.POWER => switch
        2019-12-30 08:47:36.075 - debug: lovelace.0 (18046) AUTO Device detected: tuya.0.17014830b4e62d5a02cc.1 => switch
        2019-12-30 08:47:36.075 - debug: lovelace.0 (18046) AUTO Device detected: daswetter.0.NextDays.Location_1 => weather
        2019-12-30 08:47:36.075 - debug: lovelace.0 (18046) AUTO Device detected: zigbee.0.ccccccfffe5c48af => light
        2019-12-30 08:47:36.124 - debug: lovelace.0 (18046) Create manual device: sensor.CPU_Temperatur - info.0.sysinfo.cpu.temperature.main
        2019-12-30 08:47:36.143 - debug: lovelace.0 (18046) Create manual device: input_select.tv_launch - lgtv.0.states.launch
        2019-12-30 08:47:36.146 - debug: lovelace.0 (18046) Create manual device: input_number.FernseherVolume - lgtv.0.states.volume
        2019-12-30 08:47:36.149 - debug: lovelace.0 (18046) Create manual device: media_player.tv_remote_rewind - lgtv.0.states.mediaRewind
        2019-12-30 08:47:36.151 - debug: lovelace.0 (18046) Create manual device: media_player.tv_remote_forward - lgtv.0.states.mediaFastForward
        2019-12-30 08:47:36.153 - debug: lovelace.0 (18046) Create manual device: media_player.tv_pause - lgtv.0.states.mediaPause
        2019-12-30 08:47:36.155 - debug: lovelace.0 (18046) Create manual device: media_player.tv_remote_play - lgtv.0.states.mediaPlay
        2019-12-30 08:47:36.158 - debug: lovelace.0 (18046) Create manual device: media_player.tv_channel_down - lgtv.0.states.channelDown
        2019-12-30 08:47:36.162 - debug: lovelace.0 (18046) Create manual device: media_player.tv_channel_up - lgtv.0.states.channelUp
        2019-12-30 08:47:36.164 - debug: lovelace.0 (18046) Create manual device: media_player.tv_volume_down - lgtv.0.states.volumeDown
        2019-12-30 08:47:36.166 - debug: lovelace.0 (18046) Create manual device: media_player.tv_volume_up - lgtv.0.states.volumeUp
        2019-12-30 08:47:36.168 - debug: lovelace.0 (18046) Create manual device: switch.tv_remote_mute - lgtv.0.states.mute
        2019-12-30 08:47:36.170 - debug: lovelace.0 (18046) Create manual device: light.Schlafzimmerlicht - shelly.0.SHSW-1#12C27E#1.Relay0.Switch
        2019-12-30 08:47:36.172 - debug: lovelace.0 (18046) Create manual device: light.Wohnzimmerlicht - shelly.0.SHSW-1#94147C#1.Relay0.Switch
        2019-12-30 08:47:36.174 - debug: lovelace.0 (18046) Create manual device: switch.Fernseher - javascript.0.scriptEnabled.Vis.Fernseher_Power
        2019-12-30 08:47:36.177 - debug: lovelace.0 (18046) Create manual device: light.Flurlicht - shelly.0.SHSW-1#943F39#1.Relay0.Switch
        2019-12-30 08:47:36.179 - debug: lovelace.0 (18046) Create manual device: sensor.pve_cpu_utilization - proxmox.0.node_pve.cpu
        2019-12-30 08:47:36.181 - debug: lovelace.0 (18046) Create manual device: sensor.server_ram_auslastung - proxmox.0.node_pve.memory.used_lev
        2019-12-30 08:47:36.183 - debug: lovelace.0 (18046) Create manual device: sensor.akku_bm_flur - zigbee.0.00158d000320258a.battery
        2019-12-30 08:47:36.186 - debug: lovelace.0 (18046) Create manual device: input_boolean.Schreibtisch - tuya.0.17014830b4e62d5a02cc.1
        2019-12-30 08:47:36.188 - debug: lovelace.0 (18046) Create manual device: sensor.Schreibtisch_Strom - tuya.0.17014830b4e62d5a02cc.4
        2019-12-30 08:47:36.190 - debug: lovelace.0 (18046) Create manual device: input_number.GHomeWohnzimmer - chromecast.0.WohnzimmerJBL.status.volume
        2019-12-30 08:47:36.193 - debug: lovelace.0 (18046) Create manual device: input_number.GHomeSchlafzimmer - chromecast.0.Schlafzimmer.status.volume
        2019-12-30 08:47:36.195 - debug: lovelace.0 (18046) Create manual device: input_number.GHomeKueche - chromecast.0.Küche.status.volume
        2019-12-30 08:47:36.198 - debug: lovelace.0 (18046) Create manual device: input_boolean.zuruck - broadlink2.0.RM:RMMINI-40-7c-2f.L.CODE_26001a000f07064d0c6a0c0001d009000265090002440f0006470a000d050000000000000000000000000000
        2019-12-30 08:47:36.200 - debug: lovelace.0 (18046) Create manual device: light.Schreibtischlampe - sonoff.0.Schreibtischlampe.POWER
        2019-12-30 08:47:36.202 - debug: lovelace.0 (18046) Create manual device: sensor.MaxDownstream - upnp.0.WANDevice_-_FRITZ!Box_6490_Cable.WANDevice.WANCommonInterfaceConfig.GetCommonLinkProperties.DownstreamMaxKbit
        2019-12-30 08:47:36.204 - debug: lovelace.0 (18046) Create manual device: sensor.MaxUpstream - upnp.0.WANDevice_-_FRITZ!Box_6490_Cable.WANDevice.WANCommonInterfaceConfig.GetCommonLinkProperties.UpstreamMaxKbit
        2019-12-30 08:47:36.206 - debug: lovelace.0 (18046) Create manual device: sensor.akku_dimmer - zigbee.0.000b57fffe897c9a.battery
        2019-12-30 08:47:36.208 - debug: lovelace.0 (18046) Create manual device: media_player.tv_remote_home - lgtv.0.remote.home
        2019-12-30 08:47:36.210 - debug: lovelace.0 (18046) Create manual device: media_player.tv_remote_menu - lgtv.0.remote.menu
        2019-12-30 08:47:36.212 - debug: lovelace.0 (18046) Create manual device: media_player.tv_remote_back - lgtv.0.remote.back
        2019-12-30 08:47:36.215 - debug: lovelace.0 (18046) Create manual device: media_player.tv_remote_up - lgtv.0.remote.up
        2019-12-30 08:47:36.216 - debug: lovelace.0 (18046) Create manual device: media_player.tv_remote_down - lgtv.0.remote.down
        2019-12-30 08:47:36.218 - debug: lovelace.0 (18046) Create manual device: media_player.tv_remote_left - lgtv.0.remote.left
        2019-12-30 08:47:36.221 - debug: lovelace.0 (18046) Create manual device: media_player.tv_remote_right - lgtv.0.remote.right
        2019-12-30 08:47:36.223 - debug: lovelace.0 (18046) Create manual device: media_player.tv_remote_enter - lgtv.0.remote.enter
        2019-12-30 08:47:36.225 - debug: lovelace.0 (18046) Create manual device: sensor.akku_switch_marcus - zigbee.0.00158d00026ebcbf.battery
        2019-12-30 08:47:36.227 - debug: lovelace.0 (18046) Create manual device: sensor.energie_gesamt - sonoff.0.Zähler Verteiler.ENERGY_Total
        2019-12-30 08:47:36.229 - debug: lovelace.0 (18046) Create manual device: sensor.energie_heute - sonoff.0.Zähler Verteiler.ENERGY_Today
        2019-12-30 08:47:36.231 - debug: lovelace.0 (18046) Create manual device: sensor.l1_leistung - sonoff.0.Zähler Verteiler.ENERGY_Power_0
        2019-12-30 08:47:36.233 - debug: lovelace.0 (18046) Create manual device: sensor.l2_leistung - sonoff.0.Zähler Verteiler.ENERGY_Power_1
        2019-12-30 08:47:36.239 - debug: lovelace.0 (18046) Create manual device: sensor.l3_leistung - sonoff.0.Zähler Verteiler.ENERGY_Power_2
        2019-12-30 08:47:36.241 - debug: lovelace.0 (18046) Create manual device: sensor.l1_spannung - sonoff.0.Zähler Verteiler.ENERGY_Voltage_0
        2019-12-30 08:47:36.243 - debug: lovelace.0 (18046) Create manual device: sensor.l2_spannung - sonoff.0.Zähler Verteiler.ENERGY_Voltage_1
        2019-12-30 08:47:36.245 - debug: lovelace.0 (18046) Create manual device: sensor.l3_spannung - sonoff.0.Zähler Verteiler.ENERGY_Voltage_2
        2019-12-30 08:47:36.247 - debug: lovelace.0 (18046) Create manual device: sensor.l1_strom - sonoff.0.Zähler Verteiler.ENERGY_Current_0
        2019-12-30 08:47:36.249 - debug: lovelace.0 (18046) Create manual device: sensor.l2_strom - sonoff.0.Zähler Verteiler.ENERGY_Current_1
        2019-12-30 08:47:36.250 - debug: lovelace.0 (18046) Create manual device: sensor.l3_strom - sonoff.0.Zähler Verteiler.ENERGY_Current_2
        2019-12-30 08:47:36.252 - debug: lovelace.0 (18046) Create manual device: sensor.akku_stehlampe_schalter - zigbee.0.ccccccfffe31ffb8.battery
        2019-12-30 08:47:36.254 - debug: lovelace.0 (18046) Create manual device: light.nachtlicht_flur - sonoff.0.Nachtlicht Flur.POWER
        2019-12-30 08:47:36.256 - debug: lovelace.0 (18046) Create manual device: sensor.akku_tür_sensor - zigbee.0.00158d0003d53cb8.battery
        2019-12-30 08:47:36.258 - debug: lovelace.0 (18046) Create manual device: switch.green - 0_userdata.0.Lovelace.Emulate.wohnzimmer_grün
        2019-12-30 08:47:36.260 - debug: lovelace.0 (18046) Create manual device: switch.blue - 0_userdata.0.Lovelace.Emulate.wohnzimmer_blau
        2019-12-30 08:47:36.262 - debug: lovelace.0 (18046) Create manual device: switch.red - 0_userdata.0.Lovelace.Emulate.wohnzimmer_red
        2019-12-30 08:47:36.264 - debug: lovelace.0 (18046) Create manual device: switch.turkis - 0_userdata.0.Lovelace.Emulate.wohnzimmer_turkis
        2019-12-30 08:47:36.266 - debug: lovelace.0 (18046) Create manual device: switch.violett - 0_userdata.0.Lovelace.Emulate.wohnzimmer_violtett
        2019-12-30 08:47:36.267 - debug: lovelace.0 (18046) Create manual device: switch.warmweiß - 0_userdata.0.Lovelace.Emulate.wohnzimmer_warmweiß
        2019-12-30 08:47:36.269 - debug: lovelace.0 (18046) Create manual device: switch.kaltweiß - 0_userdata.0.Lovelace.Emulate.wohnzimmer_kaltweiß
        2019-12-30 08:47:36.271 - debug: lovelace.0 (18046) Create manual device: switch.v_up_ghome_wohnzimmer - 0_userdata.0.Lovelace.Emulate.v_up_ghome_wohnzimmer
        2019-12-30 08:47:36.273 - debug: lovelace.0 (18046) Create manual device: switch.v_down_ghome_wohnzimmer - 0_userdata.0.Lovelace.Emulate.v_down_ghome_wohnzimmer
        2019-12-30 08:47:36.275 - debug: lovelace.0 (18046) Create manual device: switch.tv_remote_netflix - 0_userdata.0.Lovelace.Emulate.launch_netflix
        2019-12-30 08:47:36.276 - debug: lovelace.0 (18046) Create manual device: switch.tv_remote_amazon - 0_userdata.0.Lovelace.Emulate.launch_amazon
        2019-12-30 08:47:36.278 - debug: lovelace.0 (18046) Create manual device: switch.v_down_ghome_kueche - 0_userdata.0.Lovelace.Emulate.v_down_ghome_kueche
        2019-12-30 08:47:36.280 - debug: lovelace.0 (18046) Create manual device: switch.v_up_ghome_kueche - 0_userdata.0.Lovelace.Emulate.v_up_ghome_kueche
        2019-12-30 08:47:36.282 - debug: lovelace.0 (18046) Create manual device: switch.v_down_ghome_schlafzimmer - 0_userdata.0.Lovelace.Emulate.v_down_ghome_schlafzimmer
        2019-12-30 08:47:36.284 - debug: lovelace.0 (18046) Create manual device: switch.v_up_ghome_schlafzimmer - 0_userdata.0.Lovelace.Emulate.v_up_ghome_schlafzimmer
        2019-12-30 08:47:36.286 - debug: lovelace.0 (18046) Create manual device: switch.fernsehabend - scene.0.Fernsehabend
        2019-12-30 08:47:36.288 - debug: lovelace.0 (18046) Create manual device: switch.rgb_syncron - 0_userdata.0.Automation.rgb_syncron
        2019-12-30 08:47:36.289 - debug: lovelace.0 (18046) Create manual device: switch.schreibtischsteckdose_automatik - 0_userdata.0.Automation.schreibtischsteckdose_automatik_aus
        2019-12-30 08:47:36.291 - debug: lovelace.0 (18046) Create manual device: switch.flurlicht_automatik - 0_userdata.0.Automation.flurlicht_automatik
        2019-12-30 08:47:36.293 - debug: lovelace.0 (18046) Create manual device: switch.zentral_aus - 0_userdata.0.Zentral_Funktionen.zentral_aus
        2019-12-30 08:47:36.295 - debug: lovelace.0 (18046) Create manual device: switch.led_strips_automatik - 0_userdata.0.Automation.led_strips_automatik
        2019-12-30 08:47:36.297 - debug: lovelace.0 (18046) Create manual device: switch.bettfertig - scene.0.Bettfertig
        2019-12-30 08:47:36.299 - debug: lovelace.0 (18046) Create manual device: alarm_control_panel.defaultAlarm - lovelace.0.control.alarm
        2019-12-30 08:47:36.305 - debug: lovelace.0 (18046) light.LED_Strips_Wohnzimmer got [0,100,100] from Red 255 and {"r":255,"g":0,"b":0} and old hsv [0,100,100]
        2019-12-30 08:47:36.306 - debug: lovelace.0 (18046) light.LED_Strips_Wohnzimmer got [0,100,100] from Green 0 and {"r":255,"g":0,"b":0} and old hsv [0,100,100]
        2019-12-30 08:47:36.306 - debug: lovelace.0 (18046) light.LED_Strips_Wohnzimmer got [0,100,100] from Blue 0 and {"r":255,"g":0,"b":0} and old hsv [0,100,100]
        2019-12-30 08:47:36.526 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_1.iconURL
        2019-12-30 08:47:36.528 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_1.Maximale_Temperatur_value
        2019-12-30 08:47:36.529 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_2.iconURL
        2019-12-30 08:47:36.530 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_2.Maximale_Temperatur_value
        2019-12-30 08:47:36.531 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_2.Minimale_Temperatur_value
        2019-12-30 08:47:36.532 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_3.iconURL
        2019-12-30 08:47:36.533 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_3.Maximale_Temperatur_value
        2019-12-30 08:47:36.535 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_3.Minimale_Temperatur_value
        2019-12-30 08:47:36.536 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_4.iconURL
        2019-12-30 08:47:36.537 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_4.Maximale_Temperatur_value
        2019-12-30 08:47:36.538 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_4.Minimale_Temperatur_value
        2019-12-30 08:47:36.540 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_5.iconURL
        2019-12-30 08:47:36.541 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_5.Maximale_Temperatur_value
        2019-12-30 08:47:36.542 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_5.Minimale_Temperatur_value
        2019-12-30 08:47:36.543 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_6.iconURL
        2019-12-30 08:47:36.545 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_6.Maximale_Temperatur_value
        2019-12-30 08:47:36.546 - debug: lovelace.0 (18046) IoB Subscribe on daswetter.0.NextDays.Location_1.Day_6.Minimale_Temperatur_value
        2019-12-30 08:47:36.548 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Zentral_Funktionen.zentral_aus
        2019-12-30 08:47:36.549 - debug: lovelace.0 (18046) IoB Subscribe on scene.0.Bettfertig
        2019-12-30 08:47:36.550 - debug: lovelace.0 (18046) IoB Subscribe on scene.0.Fernsehabend
        2019-12-30 08:47:36.552 - debug: lovelace.0 (18046) IoB Subscribe on shelly.0.SHSW-1#943F39#1.Relay0.Switch
        2019-12-30 08:47:36.553 - debug: lovelace.0 (18046) IoB Subscribe on shelly.0.SHSW-1#12C27E#1.Relay0.Switch
        2019-12-30 08:47:36.554 - debug: lovelace.0 (18046) IoB Subscribe on sonoff.0.Nachtlicht Benchy.POWER
        2019-12-30 08:47:36.556 - debug: lovelace.0 (18046) IoB Subscribe on shelly.0.SHSW-1#94147C#1.Relay0.Switch
        2019-12-30 08:47:36.556 - debug: lovelace.0 (18046) IoB Subscribe on zigbee.0.ccccccfffe5c48af.state
        2019-12-30 08:47:36.557 - debug: lovelace.0 (18046) IoB Subscribe on zigbee.0.ccccccfffe5c48af.colortemp
        2019-12-30 08:47:36.559 - debug: lovelace.0 (18046) IoB Subscribe on zigbee.0.ccccccfffe5c48af.brightness
        2019-12-30 08:47:36.559 - debug: lovelace.0 (18046) IoB Subscribe on zigbee.0.ccccccfffe5c48af.color
        2019-12-30 08:47:36.560 - debug: lovelace.0 (18046) IoB Subscribe on shelly.0.SHRGBW2#5A38A7#1.color.white
        2019-12-30 08:47:36.561 - debug: lovelace.0 (18046) IoB Subscribe on sonoff.0.Nachtlicht Liah.POWER
        2019-12-30 08:47:36.562 - debug: lovelace.0 (18046) IoB Subscribe on sonoff.0.Küchenlicht.POWER
        2019-12-30 08:47:36.562 - debug: lovelace.0 (18046) IoB Subscribe on sonoff.0.Schreibtischlampe.POWER
        2019-12-30 08:47:36.563 - debug: lovelace.0 (18046) IoB Subscribe on sonoff.0.Nachtlicht Flur.POWER
        2019-12-30 08:47:36.564 - debug: lovelace.0 (18046) IoB Subscribe on sonoff.0.Weihnachtsbaum.POWER
        2019-12-30 08:47:36.565 - debug: lovelace.0 (18046) IoB Subscribe on sonoff.0.TV Steckdose.POWER
        2019-12-30 08:47:36.567 - debug: lovelace.0 (18046) IoB Subscribe on tuya.0.17014830b4e62d5a02cc.1
        2019-12-30 08:47:36.568 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Automation.schreibtischsteckdose_automatik_aus
        2019-12-30 08:47:36.569 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Automation.rgb_syncron
        2019-12-30 08:47:36.571 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Automation.led_strips_automatik
        2019-12-30 08:47:36.572 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_red
        2019-12-30 08:47:36.573 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_blau
        2019-12-30 08:47:36.574 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_grün
        2019-12-30 08:47:36.575 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_violtett
        2019-12-30 08:47:36.576 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_turkis
        2019-12-30 08:47:36.577 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_warmweiß
        2019-12-30 08:47:36.578 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.wohnzimmer_kaltweiß
        2019-12-30 08:47:36.579 - debug: lovelace.0 (18046) IoB Subscribe on sonoff.0.Nachtlicht Marcus.POWER
        2019-12-30 08:47:36.580 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Automation.flurlicht_automatik
        2019-12-30 08:47:36.582 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.states.power
        2019-12-30 08:47:36.586 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.remote.back
        2019-12-30 08:47:36.586 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.remote.menu
        2019-12-30 08:47:36.587 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.remote.home
        2019-12-30 08:47:36.588 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.launch_netflix
        2019-12-30 08:47:36.589 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.remote.up
        2019-12-30 08:47:36.589 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.launch_amazon
        2019-12-30 08:47:36.591 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.remote.left
        2019-12-30 08:47:36.592 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.remote.enter
        2019-12-30 08:47:36.592 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.remote.right
        2019-12-30 08:47:36.593 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.remote.down
        2019-12-30 08:47:36.594 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.states.channelUp
        2019-12-30 08:47:36.594 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.states.channelDown
        2019-12-30 08:47:36.596 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.states.mediaRewind
        2019-12-30 08:47:36.597 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.states.mediaPlay
        2019-12-30 08:47:36.598 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.states.mediaFastForward
        2019-12-30 08:47:36.600 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.states.volumeDown
        2019-12-30 08:47:36.601 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.states.mute
        2019-12-30 08:47:36.602 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.states.volumeUp
        2019-12-30 08:47:36.603 - debug: lovelace.0 (18046) IoB Subscribe on lgtv.0.states.launch
        2019-12-30 08:47:36.605 - debug: lovelace.0 (18046) IoB Subscribe on chromecast.0.WohnzimmerJBL.status.volume
        2019-12-30 08:47:36.605 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_down_ghome_wohnzimmer
        2019-12-30 08:47:36.606 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_up_ghome_wohnzimmer
        2019-12-30 08:47:36.607 - debug: lovelace.0 (18046) IoB Subscribe on chromecast.0.Küche.status.volume
        2019-12-30 08:47:36.608 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_down_ghome_kueche
        2019-12-30 08:47:36.609 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_up_ghome_kueche
        2019-12-30 08:47:36.609 - debug: lovelace.0 (18046) IoB Subscribe on chromecast.0.Schlafzimmer.status.volume
        2019-12-30 08:47:36.610 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_down_ghome_schlafzimmer
        2019-12-30 08:47:36.611 - debug: lovelace.0 (18046) IoB Subscribe on 0_userdata.0.Lovelace.Emulate.v_up_ghome_schlafzimmer
        2019-12-30 08:47:36.612 - debug: lovelace.0 (18046) IoB Subscribe on upnp.0.WANDevice_-_FRITZ!Box_6490_Cable.WANDevice.WANCommonInterfaceConfig.GetCommonLinkProperties.DownstreamMaxKbit
        2019-12-30 08:47:36.613 - debug: lovelace.0 (18046) IoB Subscribe on upnp.0.WANDevice_-_FRITZ!Box_6490_Cable.WANDevice.WANCommonInterfaceConfig.GetCommonLinkProperties.UpstreamMaxKbit
        2019-12-30 08:47:36.613 - debug: lovelace.0 (18046) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Current_0
        2019-12-30 08:47:36.614 - debug: lovelace.0 (18046) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Current_1
        2019-12-30 08:47:36.615 - debug: lovelace.0 (18046) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Current_2
        2019-12-30 08:47:36.616 - debug: lovelace.0 (18046) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Power_0
        2019-12-30 08:47:36.617 - debug: lovelace.0 (18046) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Power_1
        2019-12-30 08:47:36.618 - debug: lovelace.0 (18046) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Power_2
        2019-12-30 08:47:36.618 - debug: lovelace.0 (18046) IoB Subscribe on sonoff.0.Zähler Verteiler.ENERGY_Today
        2019-12-30 08:47:36.619 - debug: lovelace.0 (18046) IoB Subscribe on zigbee.0.00158d00026ebcbf.battery
        2019-12-30 08:47:36.620 - debug: lovelace.0 (18046) IoB Subscribe on zigbee.0.000b57fffe897c9a.battery
        2019-12-30 08:47:36.621 - debug: lovelace.0 (18046) IoB Subscribe on zigbee.0.00158d000320258a.battery
        2019-12-30 08:47:36.623 - debug: lovelace.0 (18046) IoB Subscribe on zigbee.0.ccccccfffe31ffb8.battery
        2019-12-30 08:47:36.624 - debug: lovelace.0 (18046) IoB Subscribe on zigbee.0.00158d0003d53cb8.battery
        2019-12-30 08:47:38.865 - debug: lovelace.0 (18046) HASS Auth: no_token
        2019-12-30 08:47:39.157 - debug: lovelace.0 (18046) HASS Subscribe: state_changed
        2019-12-30 08:47:39.159 - debug: lovelace.0 (18046) HASS Subscribe: component_loaded
        2019-12-30 08:47:39.160 - debug: lovelace.0 (18046) HASS Subscribe: core_config_updated
        2019-12-30 08:47:39.161 - debug: lovelace.0 (18046) HASS Subscribe: service_registered
        2019-12-30 08:47:39.162 - debug: lovelace.0 (18046) HASS Subscribe: service_removed
        2019-12-30 08:47:39.163 - debug: lovelace.0 (18046) HASS Subscribe: panels_updated
        2019-12-30 08:47:39.163 - debug: lovelace.0 (18046) HASS Subscribe: themes_updated
        2019-12-30 08:47:39.164 - debug: lovelace.0 (18046) HASS Subscribe: lovelace_updated
        2019-12-30 08:47:39.165 - debug: lovelace.0 (18046) HASS Subscribe: persistent_notifications_updated
        2019-12-30 08:47:39.193 - debug: lovelace.0 (18046) get config: false
        2019-12-30 08:47:39.194 - debug: lovelace.0 (18046) Get translations: de
        2019-12-30 08:47:39.522 - debug: lovelace.0 (18046) HASS UnSubscribe: {"type":"unsubscribe_events","subscription":10,"id":22}
        2019-12-30 08:47:39.524 - debug: lovelace.0 (18046) HASS Subscribe: persistent_notifications_updated
        2019-12-30 08:47:40.110 - debug: lovelace.0 (18046) Add custom cards: background.jpg as jpg
        2019-12-30 08:47:40.111 - debug: lovelace.0 (18046) Add custom cards: battery-entity.js as js
        2019-12-30 08:47:40.112 - debug: lovelace.0 (18046) Add custom cards: button-card.js as js
        2019-12-30 08:47:40.112 - debug: lovelace.0 (18046) Add custom cards: button-entity-row.js as js
        2019-12-30 08:47:40.112 - debug: lovelace.0 (18046) Add custom cards: compact-custom-header.js as js
        2019-12-30 08:47:40.113 - debug: lovelace.0 (18046) Add custom cards: dual-gauge-card.js as js
        2019-12-30 08:47:40.113 - debug: lovelace.0 (18046) Add custom cards: light-entity-card.js as js
        2019-12-30 08:47:40.113 - debug: lovelace.0 (18046) Add custom cards: mini-graph-card-bundle.js as js
        2019-12-30 08:47:40.113 - debug: lovelace.0 (18046) Add custom cards: remote-card.js as js
        2019-12-30 08:47:40.114 - debug: lovelace.0 (18046) Add custom cards: rgb-light-card.js as js
        2019-12-30 08:47:40.114 - debug: lovelace.0 (18046) Add custom cards: vertical-stack-in-card.js as js
        
        1 Reply Last reply Reply Quote 0
        • Garfonso
          Garfonso Developer @ecki945 last edited by

          @ecki945

          Ja, es geht bei dem, was ich gemacht hatte alles um diese Karte. 😉
          Also, wenn die Zuordnung Schalt + RM geht, dann braucht diese Karte die Schalt GA und Dimmwert GA. (Nach der Zuordnung sind für ioBroker die RM GAs nicht mehr relevant). Das Problem oder die Besonderheit ist, dass der lovelace Adapter die "selber" erkennen muss. Das geht über Raum + Funktion und eine Struktur der Objekten in Ordnern. Es wird im Grunde so etwas erwartet:
          Bad_Oben_Device.JPG

          Mein KNX Projekt sah da deutlich anders aus... daher habe ich mir die Devices so mit der Alias Funktion zusammen gebaut. Da kann man die Ordner anlegen und die States mit denen im KNX verknüpfen. Dazu müsste es im Forum schon etwas geben. Das geht, soweit ich weiß, bisher nur über Änderungen im RAW-Teil des Alias Objektes, da muss im Common-Part folgendes dazu:

          alias: { 
            id: ""
          }
          

          Bei Id müsstest du dann einmal für den "state" die Schalt GA eintragen und für Brightness die Dimm GA. Und die anderen Sachen müssen auch wie im Bild gesetzt sein, also Rolle und type für schalten auf boolean und für dimmen auf number. Dann kann er die Lampe erkennen und dann geht es auch mit Schalten + Dimmen über die Karte.

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

          Beim Shelly funktioniert garnichts, also net mal das einschalten.

          Hm.. die Controls sehen aber doch ok aus.. grübel. Noch ein paar Fragen:

          1. Wenn du im ioBroker schaltest bzw. dimmst oder Farbe änderst -> kommt das in lovelace an?
          2. Wenn du in Lovelace was machst, gibt es dann einen Fehler im Log? Oder überhaupt eine Meldung? Beim Anschalten müsste eigentlich sowas auftauchen:
          2019-12-30 13:13:03.854  - debug: lovelace.1 (17812) No additional data in service call -> only turn on.
          ...
          2019-12-30 13:12:55.988  - debug: lovelace.1 (17812) turn_off alias.0.lamps.Josephine_Decke.state
          

          Ich glaube ich guck mal, ob ich nicht auch ein manuelles konfigurieren der attribute einbauen kann... das scheint mir irgendwie weniger Ärger zu machen. grübel

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

            Schönen guten Tag,

            Ich bekomme meine Tado Thermostate nicht angezeigt in der Thermostat Card.

            Die Karte bekommt keine Werte und wird leer angezeigt.

            Jemand eine Idee wodran es liegen kann ?

            Als Entity nutze die Steuerbare Temperatur des Tado Thermostates ( zur Auswahl stehen gemessene Temperatur, Einstellbare Temperatur, Luftfeuchtigkeit )

            Wenn ich mir helfen könntest würde ich mich freuen

            Garfonso 1 Reply Last reply Reply Quote 0
            • A
              AhleWurscht75 last edited by

              Hallo liebe Community,
              bekomme seit kurzem folgende Fehlermeldung durch den Adapter. Kann mir jemand helfen?
              Danke...

              2019-12-30 14:27:27.387 - info: host.ioBroker instance system.adapter.lovelace.0 terminated with code 0 (NO_ERROR)
              2019-12-30 14:27:27.387 - info: host.ioBroker Restart adapter system.adapter.lovelace.0 because enabled
              2019-12-30 14:27:57.408 - info: host.ioBroker instance system.adapter.lovelace.0 started with pid 21446
              2019-12-30 14:28:03.281 - info: lovelace.0 (21446) starting. Version 1.0.7 in /opt/iobroker/node_modules/iobroker.lovelace, node: v8.12.0
              2019-12-30 14:28:03.361 - info: lovelace.0 (21446) http server listening on port 8099
              2019-12-30 14:28:04.588 - error: lovelace.0 (21446) uncaught exception: Cannot read property 'val' of null
              2019-12-30 14:28:04.589 - error: lovelace.0 (21446) TypeError: Cannot read property 'val' of null
              at adapter.getForeignState (/opt/iobroker/node_modules/iobroker.lovelace/lib/server.js:1638:88)
              at client.get (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:483:33)
              at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
              at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
              at
              at process._tickCallback (internal/process/next_tick.js:189:7)
              2019-12-30 14:28:04.591 - info: lovelace.0 (21446) cleaned everything up...
              2019-12-30 14:28:04.602 - error: lovelace.0 (21446) uncaught exception: Cannot read property 'val' of null
              2019-12-30 14:28:04.603 - error: lovelace.0 (21446) TypeError: Cannot read property 'val' of null
              at adapter.getForeignState (/opt/iobroker/node_modules/iobroker.lovelace/lib/server.js:1638:88)
              at client.get (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:483:33)
              at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
              at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
              at
              at process._tickCallback (internal/process/next_tick.js:189:7)
              2019-12-30 14:28:04.657 - info: lovelace.0 (21446) terminating
              2019-12-30 14:28:04.659 - info: lovelace.0 (21446) Terminated (NO_ERROR): Without reason
              2019-12-30 14:28:06.218 - error: host.ioBroker Caught by controller[0]: TypeError: Cannot read property 'val' of null
              2019-12-30 14:28:06.219 - error: host.ioBroker Caught by controller[0]: at adapter.getForeignState (/opt/iobroker/node_modules/iobroker.lovelace/lib/server.js:1638:88)
              2019-12-30 14:28:06.219 - error: host.ioBroker Caught by controller[0]: at client.get (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:483:33)
              2019-12-30 14:28:06.219 - error: host.ioBroker Caught by controller[0]: at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
              2019-12-30 14:28:06.219 - error: host.ioBroker Caught by controller[0]: at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
              2019-12-30 14:28:06.220 - error: host.ioBroker Caught by controller[0]: at
              2019-12-30 14:28:06.220 - error: host.ioBroker Caught by controller[0]: at process._tickCallback (internal/process/next_tick.js:189:7)
              2019-12-30 14:28:06.220 - error: host.ioBroker Caught by controller[1]: TypeError: Cannot read property 'val' of null
              2019-12-30 14:28:06.221 - error: host.ioBroker Caught by controller[1]: at adapter.getForeignState (/opt/iobroker/node_modules/iobroker.lovelace/lib/server.js:1638:88)
              2019-12-30 14:28:06.221 - error: host.ioBroker Caught by controller[1]: at client.get (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:483:33)
              2019-12-30 14:28:06.221 - error: host.ioBroker Caught by controller[1]: at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
              2019-12-30 14:28:06.221 - error: host.ioBroker Caught by controller[1]: at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
              2019-12-30 14:28:06.221 - error: host.ioBroker Caught by controller[1]: at
              2019-12-30 14:28:06.222 - error: host.ioBroker Caught by controller[1]: at process._tickCallback (internal/process/next_tick.js:189:7)
              2019-12-30 14:28:06.222 - info: host.ioBroker instance system.adapter.lovelace.0 terminated with code 0 (NO_ERROR)
              2019-12-30 14:28:06.222 - info: host.ioBroker Restart adapter system.adapter.lovelace.0 because enabled
              
              1 Reply Last reply Reply Quote 0
              • marcuskl
                marcuskl @Garfonso last edited by

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

                Hm.. die Controls sehen aber doch ok aus.. grübel. Noch ein paar Fragen:

                1. Wenn du im ioBroker schaltest bzw. dimmst oder Farbe änderst -> kommt das in lovelace an?

                Ja kommt alles an, Helligkeit, Farbe etc.

                1. Wenn du in Lovelace was machst, gibt es dann einen Fehler im Log? Oder überhaupt eine Meldung? Beim Anschalten müsste eigentlich sowas auftauchen:
                2019-12-30 13:13:03.854  - debug: lovelace.1 (17812) No additional data in service call -> only turn on.
                ...
                2019-12-30 13:12:55.988  - debug: lovelace.1 (17812) turn_off alias.0.lamps.Josephine_Decke.state
                

                Ich glaube ich guck mal, ob ich nicht auch ein manuelles konfigurieren der attribute einbauen kann... das scheint mir irgendwie weniger Ärger zu machen. grübel

                Es kommt dieser Fehler wenn ich Einschalte:

                shelly.0	2019-12-30 14:39:46.683	error	(1253) Datatype for SHRGBW2#5A38A7#1.color.white differs from expected, ignore state change! Please write correct datatype (number)
                

                Das hier habe ich alle paar Minuten im Log:

                lovelace.0	2019-12-30 14:31:50.049	warn	(1328) Duplicates found for light.Switch
                lovelace.0	2019-12-30 14:31:50.049	warn	(1328) Duplicates found for light.Switch
                lovelace.0	2019-12-30 14:31:50.048	warn	(1328) Duplicates found for light.LED_Strips_Wohnzimmer
                lovelace.0	2019-12-30 14:31:50.047	warn	(1328) 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 last edited by

                  @Garfonso Was mir auch aufgefallen ist, es wird beim Shelly der weiß Dimmwert, wie es aussieht als Schalter erkannt (setzt diesen auf true/false, obwohl es ein Wert 0-100 ist) und der level.color.red als Brightness erkannt:
                  lovelace_3.png

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

                    @marcuskl
                    ok, jetzt hab ich endlich verstanden, was das Problem ist... hatte das schonmal aber irgendwie ist der Fix etwas rausgeflogen...
                    Also, was passiert ist, dass der shelly zweimal erkannt wird, einmal mit richtigem an/aus, Farben und "gain" als Dimmer. Damit sind die States "verbraucht" für die Autoerkennung. Aber "white" ist noch übrig und wird nochmal als Dimmer erkannt, allerdings ohne an/aus und Farbe und da die ID dieselbe ist, wird das Gerät an einer Stelle überschrieben... das ist relativ anfällig für solche Fehler und das würde ich gerne reparieren, würde das aber gerne mit dem ursprünglichen Autor besprechen, da ich aktuell da noch nicht genug verstanden habe.

                    Egal, wenn du jetzt nochmal von dem tratschtante-Link installierst, dann sollte das so nicht mehr auftreten und das zweite Gerät ohne an/aus Schalter korrekt ignoriert werden. Wenn es dann der "falsche" Dimmer ist (also du lieber white zum dimmen hättest), dann müsstest du bei gain mal die Rolle ändern oder sowas... zwei Dimmer sind in lovelace nicht vorgesehen... wäre es sinnvoll beide zu setzen mit den %? Oder ist das schon richtig so? Vermutlich ist das aber ein Sonderfall, den der adapter automatisch nicht abdecken sollte..

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

                      @Moe
                      Hast du bei dem State manuell Einstellungen vor Lovelace vorgenommen? Dann wird das nicht besser gehen. Die Idee des Adapters ist aktuell, dass du für das ganze Gerät (also im Grunde den "Ordner" in dem die dazugehörigen States liegen) einen Raum und eine Funktion vergibst und der sich dann automatisch zusammenbastelt, wie das passen muss.

                      Dazu müssen die States allerdings "richtig" konfiguriert sein, besonders die "role" und der "type". Danach werden die erkannt: https://github.com/ioBroker/ioBroker.type-detector/blob/master/index.js#L299
                      Der lovelace adapter unterstützt dann an/aus, aktuelle Temperatur, Luftfeuchtigkeit und Zieltemperatur als Werte/Attribute.

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

                      bekomme seit kurzem folgende Fehlermeldung durch den Adapter. Kann mir jemand helfen?

                      Du hast anscheinend einen manuell angelegten entity vom Typ "input_boolean" der keinen state bzw. "null" als state zurück liefert. Da crasht der Adapter. Das müsste man bei den manuellen entities überall noch abfangen, wie es aussieht..
                      Aber vielleicht hilft dir das ja schon bei der Fehlersuche.

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

                        @Garfonso ja, perfekt - Danke, das isse's 👍

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

                          @Garfonso

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

                          @marcuskl
                          ok, jetzt hab ich endlich verstanden, was das Problem ist... hatte das schonmal aber irgendwie ist der Fix etwas rausgeflogen...
                          Also, was passiert ist, dass der shelly zweimal erkannt wird, einmal mit richtigem an/aus, Farben und "gain" als Dimmer. Damit sind die States "verbraucht" für die Autoerkennung. Aber "white" ist noch übrig und wird nochmal als Dimmer erkannt, allerdings ohne an/aus und Farbe und da die ID dieselbe ist, wird das Gerät an einer Stelle überschrieben... das ist relativ anfällig für solche Fehler und das würde ich gerne reparieren, würde das aber gerne mit dem ursprünglichen Autor besprechen, da ich aktuell da noch nicht genug verstanden habe.

                          In Ordnung, habe ich verstanden

                          Egal, wenn du jetzt nochmal von dem tratschtante-Link installierst, dann sollte das so nicht mehr auftreten und das zweite Gerät ohne an/aus Schalter korrekt ignoriert werden. Wenn es dann der "falsche" Dimmer ist (also du lieber white zum dimmen hättest), dann müsstest du bei gain mal die Rolle ändern oder sowas... zwei Dimmer sind in lovelace nicht vorgesehen... wäre es sinnvoll beide zu setzen mit den %? Oder ist das schon richtig so? Vermutlich ist das aber ein Sonderfall, den der adapter automatisch nicht abdecken sollte..

                          Ich habe von deinem Link nochmal installiert und es ist immer noch das Problem vorhanden.
                          Und es kommt jetzt noch dieser Error im Log:

                          lovelace.0	2019-12-30 18:01:30.710	error	at funcs.forEach.funcId (/opt/iobroker/node_modules/iobroker.lovelace/lib/server.js:2767:41)
                          lovelace.0	2019-12-30 18:01:30.710	error	at Array.forEach (<anonymous>)
                          lovelace.0	2019-12-30 18:01:30.710	error	at func.common.members.forEach.id (/opt/iobroker/node_modules/iobroker.lovelace/lib/server.js:2768:31)
                          lovelace.0	2019-12-30 18:01:30.710	error	at Array.forEach (<anonymous>)
                          lovelace.0	2019-12-30 18:01:30.710	error	at rooms.forEach.roomId (/opt/iobroker/node_modules/iobroker.lovelace/lib/server.js:2788:38)
                          lovelace.0	2019-12-30 18:01:30.710	error	at WebServer._processIobState (/opt/iobroker/node_modules/iobroker.lovelace/lib/server.js:2671:26)
                          lovelace.0	2019-12-30 18:01:30.710	error	at Array.forEach (<anonymous>)
                          lovelace.0	2019-12-30 18:01:30.710	error	at controls.forEach.control (/opt/iobroker/node_modules/iobroker.lovelace/lib/server.js:2673:70)
                          lovelace.0	2019-12-30 18:01:30.710	error	at WebServer._processLightAdvanced (/opt/iobroker/node_modules/iobroker.lovelace/lib/server.js:1867:28)
                          lovelace.0	2019-12-30 18:01:30.710	error	at WebServer._getLightStateControl (/opt/iobroker/node_modules/iobroker.lovelace/lib/server.js:1657:19)
                          lovelace.0	2019-12-30 18:01:30.710	error	(2964) [Type-Detector] Cannot process "shelly.0.SHRGBW2#5A38A7#1.color": TypeError: Cannot read property 'type' of undefined stack: TypeError: Cannot read property 'type' of undefined
                          
                          1 Reply Last reply Reply Quote 0
                          • marcuskl
                            marcuskl @Garfonso last edited by marcuskl

                            @Garfonso Jetzt geht meine ganze Lovelace Ui nicht mehr, kommt ein Error (Cannot get /)

                            Sind plötzlich alle Entitäten weg

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

                              @marcuskl
                              Ja, sorry, dummer Fehler... crasht leider beim Start... 😞
                              Nochmal neu installieren bitte.

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

                                Hallo liebe Leute,
                                ich habe mal zwei, wahrscheinlich doofe, Fragen, bzw. Fragen die für euch einfach zu beantworten sind.

                                Wo lege ich den Pictur im .png format ab um sie in den cards anzeigen zu lassen und wie kann ich mir einen gefilterten state (z.B. "true") in einer card mit einem anderen Text anzeigen lassen.

                                Thx for help und guten Rutsch euch allen!

                                1 Reply Last reply Reply Quote 0
                                • leszy l
                                  leszy l last edited by

                                  Hi als erstes muss ich sagen super das iobroker Lovelace unterstützt. ich habe gerade alle komplett neu auf und habe zu iobroker tendiert allerdings HA hatte den Vorteil Lovelace. Das vis ist zwar mächtiger fand es sehr kompliziert.

                                  Bis habe ich schon geschafft und mich hier durch das ganz auch durchgelesen allerdings scheitert ich an einer Rolläden Steuerung mit Shelly. Ich kriege zwar mit input_number ohne Problem ein Slider hin wurde allerdings gerne noch ein toggel haben um eben direkt hoch zu machen die Rolläden. Am schönsten wäre so eine Card
                                  1568561004825-bec5dacb-09b5-4976-9214-b6bd83dad236-grafik.png
                                  Die kriege ich allerdings nicht hin. Gibt zwar eine spanische Anleitung für HA die kriege ich aber irgendwie nicht auf iobroker umgesetzt https://hassiohelp.eu/2019/05/24/shelly25/
                                  Jemand eine Idee wie man es am besten hinkriegt?

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

                                    @Garfonso Kein Problem, hatte zum glück ein Snapshot gemacht 🙂

                                    Habe es neu installiert, aber es klappt immer noch nicht mit dem Shelly, der Gain weiß wird immernoch als Switch erkannt 😕

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      Ph4t0n last edited by

                                      Moin zusammen!
                                      erstmal vielen Dank für die tolle Arbeit!
                                      Ich habe gerade ein Problem beim einrichten meiner Sonos Boxen bzw. wollte diese in Lovelace über mini-media-player anzeigen lassen.
                                      Das Problem ist, dass mein Lovelace Adapter die Sonos nicht über autodetect gefunden hat.
                                      Ich weiß jetzt nicht welche ID aus dem Sonos-Adapter ich als "media_player" definieren muss, sodass ich diese Entity mit dem mini-media-player verwenden kann.
                                      Kann mir hier jemand helfen?

                                      Viele Grüße

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

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

                                        Moin zusammen!
                                        erstmal vielen Dank für die tolle Arbeit!
                                        Ich habe gerade ein Problem beim einrichten meiner Sonos Boxen bzw. wollte diese in Lovelace über mini-media-player anzeigen lassen.
                                        Das Problem ist, dass mein Lovelace Adapter die Sonos nicht über autodetect gefunden hat.
                                        Ich weiß jetzt nicht welche ID aus dem Sonos-Adapter ich als "media_player" definieren muss, sodass ich diese Entity mit dem mini-media-player verwenden kann.
                                        Kann mir hier jemand helfen?

                                        Viele Grüße

                                        Manuell wird das nicht gehen, soweit ich das im Code sehe... da wirst du vermutlich die Objekte entsprechend bearbeiten müssen (am besten dann als Aliase) um die Autoerkennung zu triggern. Raum & Funktion hast du aber vergeben?
                                        Wie die Types & Roles aussehen sollten, steht hier: https://github.com/ioBroker/ioBroker.type-detector/blob/master/index.js#L102

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

                                        @Garfonso Kein Problem, hatte zum glück ein Snapshot gemacht 🙂

                                        Habe es neu installiert, aber es klappt immer noch nicht mit dem Shelly, der Gain weiß wird immernoch als Switch erkannt 😕

                                        Aber er crasht nicht mehr? grübel Und es gibt nur das eine Entity?
                                        Versuch nochmal neu zu installieren, indem du als URL das hier eingibst (ohne http oder so davor):

                                        Garfonso/iobroker.lovelace#rgb
                                        

                                        Damit müsste die neueste Version auch direkt von Github gehen (ging bei mir, aber guck mal ob da bei der Installation Fehler kommen).

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

                                          @Garfonso hatte es gestern nochmal installiert, von deinem tratschtante link und jetzt funktioniert es mit dem Shelly 👍 👍
                                          Super Arbeit!
                                          Aber es kommt komischerweise immer noch dieser Warn im Log:

                                          lovelace.0	2020-01-05 10:23:12.857	warn	(32294) Duplicates found for light.Switch
                                          lovelace.0	2020-01-05 10:23:12.853	warn	(32294) Duplicates found for light.Switch
                                          lovelace.0	2020-01-05 10:23:12.839	warn	(32294) Could not add shelly.0.SHRGBW2#5A38A7#1.color of type dimmer -> no on/off control found.
                                          lovelace.0	2020-01-05 10:23:12.838	warn	(32294) Could not add shelly.0.SHRGBW2#5A38A7#1.color of type rgbSingle -> no on/off control found.
                                          

                                          Aber er crasht nicht mehr? grübel Und es gibt nur das eine Entity?

                                          Nein, crashen tut er nicht mehr.

                                          Versuch nochmal neu zu installieren, indem du als URL das hier eingibst (ohne http oder so davor):

                                          Garfonso/iobroker.lovelace#rgb
                                          

                                          Damit müsste die neueste Version auch direkt von Github gehen (ging bei mir, aber guck mal ob da bei der Installation Fehler kommen).

                                          Ja, über diesen Dateipfad lässt es sich installieren. 👍

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

                                            @marcuskl
                                            Super. 🙂
                                            Dann kann ich in meinen PR ja reinschreiben, dass es zwei erfolgreiche Tester gab.

                                            Ja, die Warnung kommt immer bei der Erkennung. Vielleicht nehme ich die raus oder mach die nur debug.

                                            Edit: Ok, hab's jetzt rausgenommen und das git etwas aufgeräumt (dabei allerdings auch ein paar Branches gelöscht). Neuer Installationurl ist:

                                            https://github.com/Garfonso/ioBroker.lovelace
                                            
                                            marcuskl 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            941
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

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