Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter milight-smart-light v0.3.0 GitHub/Latest

    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 milight-smart-light v0.3.0 GitHub/Latest

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

      @claus1993 sagte in Test Adapter milight-smart-light v0.3.0 GitHub/Latest:

      @carsten04
      habe noch mal geschaut und bin in der Pause auf 115 hoch jedoch ohne Erfolg.

      was mir aufgefallen ist das ich einen Farbe bei RGB eingeben kann und sich hier auch der Wert bei HUE ändert. Meine LEDs leuchten dann auch entsprechend.

      Wenn ich einen Wert bei HUE eingebe ändert sich jedoch der Wert bei RGB nicht sondern bleibt unverändert, siehe auch mein Logfile.

      milight-smart-light.0	2020-05-15 17:55:44.717	debug	(30160) mslcommandsV6 executed::435ms
      milight-smart-light.0	2020-05-15 17:55:44.331	debug	(30160) on:stateChange:mslStatestore.setState || 49ms
      milight-smart-light.0	2020-05-15 17:55:44.329	debug	(30160) _setVal->setStateAsync->::milight-smart-light.0.Schlafzimmer.fullColor-1.hue::120
      milight-smart-light.0	2020-05-15 17:55:44.282	debug	(30160) on:stateChange:ack=false->milight-smart-light.0.Schlafzimmer.fullColor-1.hue::state->{"val":120,"ack":false,"ts":1589558144277,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin",
      milight-smart-light.0	2020-05-15 17:55:35.373	debug	(30160) mslcommandsV6 executed::695ms
      milight-smart-light.0	2020-05-15 17:55:34.869	debug	(30160) _setVal->setStateAsync->::milight-smart-light.0.Schlafzimmer.fullColor-1.whiteMode::true
      milight-smart-light.0	2020-05-15 17:55:34.823	debug	(30160) on:stateChange:mslStatestore.setState || 145ms
      milight-smart-light.0	2020-05-15 17:55:34.822	debug	(30160) _setVal->setStateAsync->::milight-smart-light.0.Schlafzimmer.fullColor-1.brightness::100
      milight-smart-light.0	2020-05-15 17:55:34.813	debug	(30160) _setVal->setStateAsync->::milight-smart-light.0.Schlafzimmer.fullColor-1.saturation::0
      milight-smart-light.0	2020-05-15 17:55:34.769	debug	(30160) _setVal->setStateAsync->::milight-smart-light.0.Schlafzimmer.fullColor-1.hue::0
      milight-smart-light.0	2020-05-15 17:55:34.725	debug	(30160) _setVal->setStateAsync->::milight-smart-light.0.Schlafzimmer.fullColor-1.rgb::#ffffff
      milight-smart-light.0	2020-05-15 17:55:34.678	debug	(30160) on:stateChange:ack=false->milight-smart-light.0.Schlafzimmer.fullColor-1.rgb::state->{"val":"#ffffff","ack":false,"ts":1589558134672,"q"
      

      Das ist kein Fehler, sondern dem Zusammenhang zwischen hue, saturation, brightness und rgb geschuldet (s.a. Doku).
      Du hast bei Dir folgende Schaltsituation erzeugt:
      Ausgehend von rgb = #ffffff, bei Dir also brightness=100, hue=0 (könnte auch irgendein anderer Wert sein) und saturation=0 hast Du dann hue=120 gesetzt. Das ist dann immer noch weiß (#ffffff), weil die saturation weiterhin 0 ist.
      Um die Farbe grün zu erzeugen, hättest Du entweder rgb=#00ff00 (-> saturation=100, hue=120, brightness=100) , oder neben hue=120 noch zusätzlich saturation=100 setzen müssen.

      C 1 Reply Last reply Reply Quote 0
      • S
        Schimi @carsten04 last edited by

        @carsten04

        hi, ich hoffe es kann dir was helfen....

        Habe die Gruppe über einen schalter eingeschaltet (OnOff ID).

        ist sofort rot angegangen, habe dann mehrmals aus und an gemacht dann auf FFFFFF manell geändert und wieder aus gemacht... beim erneuten einschalten war es wieder Rot... (mit "dem anderen" milight Adapter, funzt das Script einwandfrei)

        undefined2020-05-16 20:32:15.911 - info: host.SmartHome(SmartHome) stopInstance system.adapter.milight-smart-light.0 (force=false, process=true)
        2020-05-16 20:32:15.911 - info: milight-smart-light.0 (2628) on:message:stopInstance->All command have been executed - closing MiLight!
        2020-05-16 20:32:16.927 - info: host.SmartHome(SmartHome) stopInstance timeout 1000 system.adapter.milight-smart-light.0 killing pid 2628
        2020-05-16 20:32:16.958 - warn: host.SmartHome(SmartHome) instance system.adapter.milight-smart-light.0 terminated due to SIGTERM
        2020-05-16 20:32:16.958 - info: host.SmartHome(SmartHome) instance system.adapter.milight-smart-light.0 terminated with code null ()
        2020-05-16 20:32:19.459 - info: host.SmartHome(SmartHome) instance system.adapter.milight-smart-light.0 started with pid 5628
        2020-05-16 20:32:20.116 - debug: milight-smart-light.0 (5628) Redis Objects: Use Redis connection: 127.0.0.1:9001
        2020-05-16 20:32:20.381 - debug: milight-smart-light.0 (5628) Objects client ready ... initialize now
        2020-05-16 20:32:20.381 - debug: milight-smart-light.0 (5628) Objects create System PubSub Client
        2020-05-16 20:32:20.381 - debug: milight-smart-light.0 (5628) Objects create User PubSub Client
        2020-05-16 20:32:20.381 - debug: milight-smart-light.0 (5628) Objects client initialize lua scripts
        2020-05-16 20:32:20.397 - debug: milight-smart-light.0 (5628) Objects connected to redis: 127.0.0.1:9001
        2020-05-16 20:32:20.397 - debug: milight-smart-light.0 (5628) objectDB connected
        2020-05-16 20:32:20.397 - debug: milight-smart-light.0 (5628) Redis States: Use Redis connection: 127.0.0.1:9000
        2020-05-16 20:32:20.412 - debug: milight-smart-light.0 (5628) States create User PubSub Client
        2020-05-16 20:32:20.412 - debug: milight-smart-light.0 (5628) States create System PubSub Client
        2020-05-16 20:32:20.412 - debug: milight-smart-light.0 (5628) States connected to redis: 127.0.0.1:9000
        2020-05-16 20:32:20.412 - debug: milight-smart-light.0 (5628) statesDB connected
        2020-05-16 20:32:20.506 - info: milight-smart-light.0 (5628) starting. Version 0.4.1 in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.milight-smart-light, node: v10.17.0
        2020-05-16 20:32:20.569 - info: milight-smart-light.0 (5628) main->::all MiLight zones and states were created!
        2020-05-16 20:32:20.569 - info: milight-smart-light.0 (5628) main->::all states were subscribed!
        2020-05-16 20:32:20.569 - info: milight-smart-light.0 (5628) main->::milight-smart-light adapter was started successfully!
        2020-05-16 20:32:24.350 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":true,"ack":false,"ts":1589653944350,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653944350}
        2020-05-16 20:32:24.366 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::true
        2020-05-16 20:32:24.366 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 16ms
        2020-05-16 20:32:24.366 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::true
        2020-05-16 20:32:24.381 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::false
        2020-05-16 20:32:24.381 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:32:24.381 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ff0000
        2020-05-16 20:32:24.678 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::328ms
        2020-05-16 20:32:27.366 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653947366,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653944381}
        2020-05-16 20:32:27.366 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653947366,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653944381}
        2020-05-16 20:32:27.366 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:32:27.366 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:32:27.381 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:32:27.381 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 15ms
        2020-05-16 20:32:27.553 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::187ms
        2020-05-16 20:32:27.725 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::359ms
        2020-05-16 20:32:30.366 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":false,"ack":false,"ts":1589653950366,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653950366}
        2020-05-16 20:32:30.366 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::false
        2020-05-16 20:32:30.366 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:32:30.366 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::true
        2020-05-16 20:32:30.381 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::false
        2020-05-16 20:32:30.381 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#000000
        2020-05-16 20:32:30.381 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::0
        2020-05-16 20:32:30.553 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::187ms
        2020-05-16 20:32:34.460 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":true,"ack":false,"ts":1589653954460,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653954460}
        2020-05-16 20:32:34.475 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::true
        2020-05-16 20:32:34.475 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 15ms
        2020-05-16 20:32:34.475 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::true
        2020-05-16 20:32:34.475 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::false
        2020-05-16 20:32:34.475 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:32:34.475 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ff0000
        2020-05-16 20:32:34.803 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::343ms
        2020-05-16 20:32:37.210 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":false,"ack":false,"ts":1589653957210,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653957210}
        2020-05-16 20:32:37.225 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::false
        2020-05-16 20:32:37.225 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 15ms
        2020-05-16 20:32:37.225 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::true
        2020-05-16 20:32:37.241 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::false
        2020-05-16 20:32:37.241 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#000000
        2020-05-16 20:32:37.241 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::0
        2020-05-16 20:32:37.319 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::109ms
        2020-05-16 20:32:37.475 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653957475,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653957475}
        2020-05-16 20:32:37.475 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653957475,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653957475}
        2020-05-16 20:32:37.475 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:32:37.475 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:32:37.491 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 16ms
        2020-05-16 20:32:37.491 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ff0000
        2020-05-16 20:32:37.491 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 16ms
        2020-05-16 20:32:37.491 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::true
        2020-05-16 20:32:37.491 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::false
        2020-05-16 20:32:37.491 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::true
        2020-05-16 20:32:37.678 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::203ms
        2020-05-16 20:32:37.866 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::391ms
        2020-05-16 20:32:40.511 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653960511,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653957475}
        2020-05-16 20:32:40.511 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:32:40.511 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:32:40.795 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::284ms
        2020-05-16 20:32:43.735 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":false,"ack":false,"ts":1589653963720,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653963720}
        2020-05-16 20:32:43.735 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::false
        2020-05-16 20:32:43.735 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:32:43.735 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::true
        2020-05-16 20:32:43.735 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::false
        2020-05-16 20:32:43.735 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#000000
        2020-05-16 20:32:43.751 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::0
        2020-05-16 20:32:43.876 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::141ms
        2020-05-16 20:32:47.007 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":true,"ack":false,"ts":1589653967007,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653967007}
        2020-05-16 20:32:47.007 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::true
        2020-05-16 20:32:47.007 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:32:47.022 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::true
        2020-05-16 20:32:47.022 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::false
        2020-05-16 20:32:47.022 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:32:47.022 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ff0000
        2020-05-16 20:32:47.312 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::305ms
        2020-05-16 20:32:48.850 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":false,"ack":false,"ts":1589653968850,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653968850}
        2020-05-16 20:32:48.865 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::false
        2020-05-16 20:32:48.865 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 15ms
        2020-05-16 20:32:48.865 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::true
        2020-05-16 20:32:48.865 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::false
        2020-05-16 20:32:48.865 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#000000
        2020-05-16 20:32:48.865 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::0
        2020-05-16 20:32:48.944 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::94ms
        2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653970016,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653970016}
        2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653970016,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653970016}
        2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ff0000
        2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::true
        2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::false
        2020-05-16 20:32:50.031 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::true
        2020-05-16 20:32:50.203 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::188ms
        2020-05-16 20:32:50.390 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::375ms
        2020-05-16 20:32:53.031 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653973031,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653970016}
        2020-05-16 20:32:53.031 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:32:53.031 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:32:53.289 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::258ms
        2020-05-16 20:32:54.471 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":false,"ack":false,"ts":1589653974471,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653974471}
        2020-05-16 20:32:54.471 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::false
        2020-05-16 20:32:54.471 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:32:54.482 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::true
        2020-05-16 20:32:54.482 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::false
        2020-05-16 20:32:54.482 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#000000
        2020-05-16 20:32:54.498 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::0
        2020-05-16 20:32:54.561 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::90ms
        2020-05-16 20:32:56.969 - debug: milight-smart-light.0 (5628) system.adapter.admin.0: logging false
        2020-05-16 20:33:09.732 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":true,"ack":false,"ts":1589653989732,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653989732}
        2020-05-16 20:33:09.732 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::true
        2020-05-16 20:33:09.732 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:33:09.732 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::true
        2020-05-16 20:33:09.747 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::false
        2020-05-16 20:33:09.747 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:33:09.747 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ff0000
        2020-05-16 20:33:10.064 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::332ms
        2020-05-16 20:33:12.728 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653992729,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653989747}
        2020-05-16 20:33:12.744 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653992729,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653989747}
        2020-05-16 20:33:12.744 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:33:12.744 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 16ms
        2020-05-16 20:33:12.744 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:33:12.744 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:33:12.931 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::203ms
        2020-05-16 20:33:13.082 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Garten.rgbw-3.rgb::state->{"val":"#000000","ack":false,"ts":1589653993081,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1589301872228}
        2020-05-16 20:33:13.097 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Garten.rgbw-3.rgb::#000000
        2020-05-16 20:33:13.097 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 15ms
        2020-05-16 20:33:13.113 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::369ms
        2020-05-16 20:33:13.175 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::93ms
        2020-05-16 20:33:15.731 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":false,"ack":false,"ts":1589653995731,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653995731}
        2020-05-16 20:33:15.731 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::false
        2020-05-16 20:33:15.731 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:33:15.746 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::true
        2020-05-16 20:33:15.746 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::false
        2020-05-16 20:33:15.746 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#000000
        2020-05-16 20:33:15.746 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::0
        2020-05-16 20:33:15.825 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::94ms
        2020-05-16 20:33:21.470 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":true,"ack":false,"ts":1589654001454,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589654001454}
        2020-05-16 20:33:21.470 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::true
        2020-05-16 20:33:21.470 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:33:21.470 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::true
        2020-05-16 20:33:21.470 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::false
        2020-05-16 20:33:21.470 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:33:21.486 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ff0000
        2020-05-16 20:33:21.736 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::266ms
        2020-05-16 20:33:24.474 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589654004473,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589654001470}
        2020-05-16 20:33:24.474 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589654004473,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589654001470}
        2020-05-16 20:33:24.474 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:33:24.474 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:33:24.474 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:33:24.490 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 16ms
        2020-05-16 20:33:24.709 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::235ms
        2020-05-16 20:33:24.884 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::410ms
        2020-05-16 20:33:27.772 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.rgb::state->{"val":"#ffFFFF","ack":false,"ts":1589654007770,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1589654007770}
        2020-05-16 20:33:27.772 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ffffff
        2020-05-16 20:33:27.772 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.saturation::0
        2020-05-16 20:33:27.772 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:33:27.772 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.whiteMode::true
        2020-05-16 20:33:28.053 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::281ms
        2020-05-16 20:33:32.231 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":false,"ack":false,"ts":1589654012230,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589654012230}
        2020-05-16 20:33:32.231 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::false
        2020-05-16 20:33:32.231 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:33:32.231 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::true
        2020-05-16 20:33:32.247 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::false
        2020-05-16 20:33:32.247 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#000000
        2020-05-16 20:33:32.247 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::0
        2020-05-16 20:33:32.247 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.whiteMode::false
        2020-05-16 20:33:32.402 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::171ms
        2020-05-16 20:33:36.344 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":true,"ack":false,"ts":1589654016343,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589654016343}
        2020-05-16 20:33:36.344 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::true
        2020-05-16 20:33:36.344 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:33:36.344 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::true
        2020-05-16 20:33:36.360 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::false
        2020-05-16 20:33:36.360 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:33:36.360 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ffffff
        2020-05-16 20:33:36.360 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.whiteMode::true
        2020-05-16 20:33:36.729 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::385ms
        2020-05-16 20:33:39.349 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589654019348,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589654016360}
        2020-05-16 20:33:39.349 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:33:39.349 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:33:39.349 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589654019348,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589654016360}
        2020-05-16 20:33:39.349 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
        2020-05-16 20:33:39.349 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
        2020-05-16 20:33:39.615 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::266ms
        2020-05-16 20:33:39.833 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::484ms
        2020-05-16 20:33:49.210 - info: host.SmartHome(SmartHome) stopInstance system.adapter.milight-smart-light.0 (force=false, process=true)
        2020-05-16 20:33:49.227 - info: milight-smart-light.0 (5628) on:message:stopInstance->All command have been executed - closing MiLight!
        2020-05-16 20:33:50.227 - info: host.SmartHome(SmartHome) stopInstance timeout 1000 system.adapter.milight-smart-light.0 killing pid 5628
        2020-05-16 20:33:50.242 - warn: host.SmartHome(SmartHome) instance system.adapter.milight-smart-light.0 terminated due to SIGTERM
        2020-05-16 20:33:50.242 - info: host.SmartHome(SmartHome) instance system.adapter.milight-smart-light.0 terminated with code null ()
        2020-05-16 20:33:52.744 - info: host.SmartHome(SmartHome) instance system.adapter.milight-smart-light.0 started with pid 4204
        2020-05-16 20:33:53.650 - info: milight-smart-light.0 (4204) starting. Version 0.4.1 in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.milight-smart-light, node: v10.17.0
        2020-05-16 20:33:53.697 - info: milight-smart-light.0 (4204) main->::all MiLight zones and states were created!
        2020-05-16 20:33:53.697 - info: milight-smart-light.0 (4204) main->::all states were subscribed!
        2020-05-16 20:33:53.697 - info: milight-smart-light.0 (4204) main->::milight-smart-light adapter was started successfully!
        
        carsten04 1 Reply Last reply Reply Quote 0
        • carsten04
          carsten04 Developer @Schimi last edited by carsten04

          @Schimi sagte in Test Adapter milight-smart-light v0.3.0 GitHub/Latest:

          @carsten04

          hi, ich hoffe es kann dir was helfen....

          Habe die Gruppe über einen schalter eingeschaltet (OnOff ID).

          ist sofort rot angegangen, habe dann mehrmals aus und an gemacht dann auf FFFFFF manell geändert und wieder aus gemacht... beim erneuten einschalten war es wieder Rot... (mit "dem anderen" milight Adapter, funzt das Script einwandfrei)

          undefined2020-05-16 20:32:15.911 - info: host.SmartHome(SmartHome) stopInstance system.adapter.milight-smart-light.0 (force=false, process=true)
          2020-05-16 20:32:15.911 - info: milight-smart-light.0 (2628) on:message:stopInstance->All command have been executed - closing MiLight!
          2020-05-16 20:32:16.927 - info: host.SmartHome(SmartHome) stopInstance timeout 1000 system.adapter.milight-smart-light.0 killing pid 2628
          2020-05-16 20:32:16.958 - warn: host.SmartHome(SmartHome) instance system.adapter.milight-smart-light.0 terminated due to SIGTERM
          2020-05-16 20:32:16.958 - info: host.SmartHome(SmartHome) instance system.adapter.milight-smart-light.0 terminated with code null ()
          2020-05-16 20:32:19.459 - info: host.SmartHome(SmartHome) instance system.adapter.milight-smart-light.0 started with pid 5628
          2020-05-16 20:32:20.116 - debug: milight-smart-light.0 (5628) Redis Objects: Use Redis connection: 127.0.0.1:9001
          2020-05-16 20:32:20.381 - debug: milight-smart-light.0 (5628) Objects client ready ... initialize now
          2020-05-16 20:32:20.381 - debug: milight-smart-light.0 (5628) Objects create System PubSub Client
          2020-05-16 20:32:20.381 - debug: milight-smart-light.0 (5628) Objects create User PubSub Client
          2020-05-16 20:32:20.381 - debug: milight-smart-light.0 (5628) Objects client initialize lua scripts
          2020-05-16 20:32:20.397 - debug: milight-smart-light.0 (5628) Objects connected to redis: 127.0.0.1:9001
          2020-05-16 20:32:20.397 - debug: milight-smart-light.0 (5628) objectDB connected
          2020-05-16 20:32:20.397 - debug: milight-smart-light.0 (5628) Redis States: Use Redis connection: 127.0.0.1:9000
          2020-05-16 20:32:20.412 - debug: milight-smart-light.0 (5628) States create User PubSub Client
          2020-05-16 20:32:20.412 - debug: milight-smart-light.0 (5628) States create System PubSub Client
          2020-05-16 20:32:20.412 - debug: milight-smart-light.0 (5628) States connected to redis: 127.0.0.1:9000
          2020-05-16 20:32:20.412 - debug: milight-smart-light.0 (5628) statesDB connected
          2020-05-16 20:32:20.506 - info: milight-smart-light.0 (5628) starting. Version 0.4.1 in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.milight-smart-light, node: v10.17.0
          2020-05-16 20:32:20.569 - info: milight-smart-light.0 (5628) main->::all MiLight zones and states were created!
          2020-05-16 20:32:20.569 - info: milight-smart-light.0 (5628) main->::all states were subscribed!
          2020-05-16 20:32:20.569 - info: milight-smart-light.0 (5628) main->::milight-smart-light adapter was started successfully!
          2020-05-16 20:32:24.350 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":true,"ack":false,"ts":1589653944350,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653944350}
          2020-05-16 20:32:24.366 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::true
          2020-05-16 20:32:24.366 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 16ms
          2020-05-16 20:32:24.366 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::true
          2020-05-16 20:32:24.381 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::false
          2020-05-16 20:32:24.381 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:32:24.381 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ff0000
          2020-05-16 20:32:24.678 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::328ms
          2020-05-16 20:32:27.366 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653947366,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653944381}
          2020-05-16 20:32:27.366 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653947366,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653944381}
          2020-05-16 20:32:27.366 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:32:27.366 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:32:27.381 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:32:27.381 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 15ms
          2020-05-16 20:32:27.553 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::187ms
          2020-05-16 20:32:27.725 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::359ms
          2020-05-16 20:32:30.366 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":false,"ack":false,"ts":1589653950366,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653950366}
          2020-05-16 20:32:30.366 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::false
          2020-05-16 20:32:30.366 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:32:30.366 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::true
          2020-05-16 20:32:30.381 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::false
          2020-05-16 20:32:30.381 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#000000
          2020-05-16 20:32:30.381 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::0
          2020-05-16 20:32:30.553 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::187ms
          2020-05-16 20:32:34.460 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":true,"ack":false,"ts":1589653954460,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653954460}
          2020-05-16 20:32:34.475 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::true
          2020-05-16 20:32:34.475 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 15ms
          2020-05-16 20:32:34.475 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::true
          2020-05-16 20:32:34.475 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::false
          2020-05-16 20:32:34.475 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:32:34.475 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ff0000
          2020-05-16 20:32:34.803 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::343ms
          2020-05-16 20:32:37.210 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":false,"ack":false,"ts":1589653957210,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653957210}
          2020-05-16 20:32:37.225 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::false
          2020-05-16 20:32:37.225 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 15ms
          2020-05-16 20:32:37.225 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::true
          2020-05-16 20:32:37.241 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::false
          2020-05-16 20:32:37.241 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#000000
          2020-05-16 20:32:37.241 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::0
          2020-05-16 20:32:37.319 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::109ms
          2020-05-16 20:32:37.475 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653957475,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653957475}
          2020-05-16 20:32:37.475 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653957475,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653957475}
          2020-05-16 20:32:37.475 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:32:37.475 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:32:37.491 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 16ms
          2020-05-16 20:32:37.491 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ff0000
          2020-05-16 20:32:37.491 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 16ms
          2020-05-16 20:32:37.491 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::true
          2020-05-16 20:32:37.491 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::false
          2020-05-16 20:32:37.491 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::true
          2020-05-16 20:32:37.678 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::203ms
          2020-05-16 20:32:37.866 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::391ms
          2020-05-16 20:32:40.511 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653960511,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653957475}
          2020-05-16 20:32:40.511 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:32:40.511 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:32:40.795 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::284ms
          2020-05-16 20:32:43.735 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":false,"ack":false,"ts":1589653963720,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653963720}
          2020-05-16 20:32:43.735 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::false
          2020-05-16 20:32:43.735 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:32:43.735 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::true
          2020-05-16 20:32:43.735 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::false
          2020-05-16 20:32:43.735 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#000000
          2020-05-16 20:32:43.751 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::0
          2020-05-16 20:32:43.876 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::141ms
          2020-05-16 20:32:47.007 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":true,"ack":false,"ts":1589653967007,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653967007}
          2020-05-16 20:32:47.007 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::true
          2020-05-16 20:32:47.007 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:32:47.022 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::true
          2020-05-16 20:32:47.022 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::false
          2020-05-16 20:32:47.022 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:32:47.022 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ff0000
          2020-05-16 20:32:47.312 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::305ms
          2020-05-16 20:32:48.850 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":false,"ack":false,"ts":1589653968850,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653968850}
          2020-05-16 20:32:48.865 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::false
          2020-05-16 20:32:48.865 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 15ms
          2020-05-16 20:32:48.865 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::true
          2020-05-16 20:32:48.865 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::false
          2020-05-16 20:32:48.865 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#000000
          2020-05-16 20:32:48.865 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::0
          2020-05-16 20:32:48.944 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::94ms
          2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653970016,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653970016}
          2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653970016,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653970016}
          2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ff0000
          2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::true
          2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:32:50.015 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::false
          2020-05-16 20:32:50.031 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::true
          2020-05-16 20:32:50.203 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::188ms
          2020-05-16 20:32:50.390 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::375ms
          2020-05-16 20:32:53.031 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653973031,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653970016}
          2020-05-16 20:32:53.031 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:32:53.031 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:32:53.289 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::258ms
          2020-05-16 20:32:54.471 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":false,"ack":false,"ts":1589653974471,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653974471}
          2020-05-16 20:32:54.471 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::false
          2020-05-16 20:32:54.471 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:32:54.482 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::true
          2020-05-16 20:32:54.482 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::false
          2020-05-16 20:32:54.482 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#000000
          2020-05-16 20:32:54.498 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::0
          2020-05-16 20:32:54.561 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::90ms
          2020-05-16 20:32:56.969 - debug: milight-smart-light.0 (5628) system.adapter.admin.0: logging false
          2020-05-16 20:33:09.732 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":true,"ack":false,"ts":1589653989732,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653989732}
          2020-05-16 20:33:09.732 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::true
          2020-05-16 20:33:09.732 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:33:09.732 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::true
          2020-05-16 20:33:09.747 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::false
          2020-05-16 20:33:09.747 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:33:09.747 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ff0000
          2020-05-16 20:33:10.064 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::332ms
          2020-05-16 20:33:12.728 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653992729,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653989747}
          2020-05-16 20:33:12.744 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589653992729,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653989747}
          2020-05-16 20:33:12.744 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:33:12.744 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 16ms
          2020-05-16 20:33:12.744 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:33:12.744 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:33:12.931 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::203ms
          2020-05-16 20:33:13.082 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Garten.rgbw-3.rgb::state->{"val":"#000000","ack":false,"ts":1589653993081,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1589301872228}
          2020-05-16 20:33:13.097 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Garten.rgbw-3.rgb::#000000
          2020-05-16 20:33:13.097 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 15ms
          2020-05-16 20:33:13.113 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::369ms
          2020-05-16 20:33:13.175 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::93ms
          2020-05-16 20:33:15.731 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":false,"ack":false,"ts":1589653995731,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589653995731}
          2020-05-16 20:33:15.731 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::false
          2020-05-16 20:33:15.731 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:33:15.746 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::true
          2020-05-16 20:33:15.746 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::false
          2020-05-16 20:33:15.746 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#000000
          2020-05-16 20:33:15.746 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::0
          2020-05-16 20:33:15.825 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::94ms
          2020-05-16 20:33:21.470 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":true,"ack":false,"ts":1589654001454,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589654001454}
          2020-05-16 20:33:21.470 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::true
          2020-05-16 20:33:21.470 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:33:21.470 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::true
          2020-05-16 20:33:21.470 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::false
          2020-05-16 20:33:21.470 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:33:21.486 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ff0000
          2020-05-16 20:33:21.736 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::266ms
          2020-05-16 20:33:24.474 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589654004473,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589654001470}
          2020-05-16 20:33:24.474 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589654004473,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589654001470}
          2020-05-16 20:33:24.474 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:33:24.474 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:33:24.474 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:33:24.490 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 16ms
          2020-05-16 20:33:24.709 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::235ms
          2020-05-16 20:33:24.884 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::410ms
          2020-05-16 20:33:27.772 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.rgb::state->{"val":"#ffFFFF","ack":false,"ts":1589654007770,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1589654007770}
          2020-05-16 20:33:27.772 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ffffff
          2020-05-16 20:33:27.772 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.saturation::0
          2020-05-16 20:33:27.772 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:33:27.772 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.whiteMode::true
          2020-05-16 20:33:28.053 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::281ms
          2020-05-16 20:33:32.231 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":false,"ack":false,"ts":1589654012230,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589654012230}
          2020-05-16 20:33:32.231 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::false
          2020-05-16 20:33:32.231 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:33:32.231 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::true
          2020-05-16 20:33:32.247 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::false
          2020-05-16 20:33:32.247 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#000000
          2020-05-16 20:33:32.247 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::0
          2020-05-16 20:33:32.247 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.whiteMode::false
          2020-05-16 20:33:32.402 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::171ms
          2020-05-16 20:33:36.344 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.onoff::state->{"val":true,"ack":false,"ts":1589654016343,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589654016343}
          2020-05-16 20:33:36.344 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.onoff::true
          2020-05-16 20:33:36.344 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:33:36.344 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.on::true
          2020-05-16 20:33:36.360 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.off::false
          2020-05-16 20:33:36.360 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:33:36.360 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.rgb::#ffffff
          2020-05-16 20:33:36.360 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.whiteMode::true
          2020-05-16 20:33:36.729 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::385ms
          2020-05-16 20:33:39.349 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589654019348,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589654016360}
          2020-05-16 20:33:39.349 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:33:39.349 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:33:39.349 - debug: milight-smart-light.0 (5628) on:stateChange:ack=false->milight-smart-light.0.Wonzimmer.rgbw-1.brightness::state->{"val":100,"ack":false,"ts":1589654019348,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1589654016360}
          2020-05-16 20:33:39.349 - debug: milight-smart-light.0 (5628) _setVal->setStateAsync->::milight-smart-light.0.Wonzimmer.rgbw-1.brightness::100
          2020-05-16 20:33:39.349 - debug: milight-smart-light.0 (5628) on:stateChange:mslStatestore.setState || 0ms
          2020-05-16 20:33:39.615 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::266ms
          2020-05-16 20:33:39.833 - debug: milight-smart-light.0 (5628) mslcommandsV6 executed::484ms
          2020-05-16 20:33:49.210 - info: host.SmartHome(SmartHome) stopInstance system.adapter.milight-smart-light.0 (force=false, process=true)
          2020-05-16 20:33:49.227 - info: milight-smart-light.0 (5628) on:message:stopInstance->All command have been executed - closing MiLight!
          2020-05-16 20:33:50.227 - info: host.SmartHome(SmartHome) stopInstance timeout 1000 system.adapter.milight-smart-light.0 killing pid 5628
          2020-05-16 20:33:50.242 - warn: host.SmartHome(SmartHome) instance system.adapter.milight-smart-light.0 terminated due to SIGTERM
          2020-05-16 20:33:50.242 - info: host.SmartHome(SmartHome) instance system.adapter.milight-smart-light.0 terminated with code null ()
          2020-05-16 20:33:52.744 - info: host.SmartHome(SmartHome) instance system.adapter.milight-smart-light.0 started with pid 4204
          2020-05-16 20:33:53.650 - info: milight-smart-light.0 (4204) starting. Version 0.4.1 in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.milight-smart-light, node: v10.17.0
          2020-05-16 20:33:53.697 - info: milight-smart-light.0 (4204) main->::all MiLight zones and states were created!
          2020-05-16 20:33:53.697 - info: milight-smart-light.0 (4204) main->::all states were subscribed!
          2020-05-16 20:33:53.697 - info: milight-smart-light.0 (4204) main->::milight-smart-light adapter was started successfully!
          

          Habe den Fehler gefunden. Es gibt Anfang der Woche auf GitHub eine neue Version, dann bitte noch einmal testen.

          S 1 Reply Last reply Reply Quote 1
          • C
            claus1993 @carsten04 last edited by

            Um die Farbe grün zu erzeugen, hättest Du entweder rgb=#00ff00 (-> saturation=100, hue=120, brightness=100) , oder neben hue=120 noch zusätzlich brightness=100 setzen müssen.

            Das war mein Problem...hatte bei der saturation keinen Wert hinterlegt. Wenn ich dort die 100 eingetragen habe kann ich auch die Farben über den HUE Wert steuern.

            Danke!!!

            1 Reply Last reply Reply Quote 0
            • S
              Schimi @carsten04 last edited by

              @carsten04 gibst du kurz bescheid? 🙂

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

                Es gibt eine neue Version 0.5.0 auf GitHub, die die hier beschriebenen Fehler beheben sollte. Bitte über Octocat-Symbol installieren und hier dann eine Rückmeldung posten. Danke euch.

                Hinweis: für die Installation müssen vorher keine States unter Objekte gelöscht werden, also einfach über die 0.4.1 drüberinstallieren!

                1 Reply Last reply Reply Quote 0
                • S
                  Schimi last edited by Schimi

                  Hi,

                  also die ersten tests* sehen gut aus...

                  Genaueres wird sich heute und spätestens morgen abend Zeigen, wenn die Scripte ohne mein fummeln von selbst "vom anfang bis ende" durchlaufen.
                  Bisher scheint es zu klappen...

                  Ich werde mich morgen Abend oder Samstag morgen/mittag melden (bei Fehlern vorher 😉 )

                  Danke für deine Arbeit!!!! 👍

                  *1. Einschalten ohne Farbänderung
                  *2. Ist mir auch aufgefallen.... Wenn ein z.B. Farbwechsel Modus an war auf langsamste geschwindigkeit.... Wurde beim wieder einschalten auch alles auf Rot gesetzt und beim Modus wechsel stimmte wieder die Speed nicht (vermutlich das gleiche "Problem" wie bei 1, deshalb habe ich das vorher nicht geschrieben)

                  1 Reply Last reply Reply Quote 0
                  • S
                    Schimi last edited by

                    Sooo Update 🙂

                    Licht schaltete jetzt immer "richtig" ohne Farbänderung ein.

                    Mir ist aber tatsächlich noch was aufgefallen....

                    Der "Fehler" "2"...
                    Wenn ich über die milight Remote oder "den Anderen Adapter" was eingestellt habe (z.B. Farbwechsel, Geschwindigkeit auf langsam und 60% Dimmen) und danach ausgeschaltet (egal ob über Remote oder Adapter).
                    War beim wieder einschalten (egal ob remote oder Adapter 😉 ), alles auf diesen Einstellungen verblieben.

                    Dein Adapter schaltet es immer in"weiß" ein... was für den einen fall gut aber für "Nr 2" wieder nicht...

                    J carsten04 2 Replies Last reply Reply Quote 0
                    • J
                      Jan1 @Schimi last edited by

                      @Schimi
                      Das mit den Farben hatte mich eh gewundert, ich habe 4 Zonen und bei 3 Zonen sind es die glichen Lampen, allerdings hat nur eine immer weiß oder eben die zuletzt geschaltete Farbe angeschaltet, alle anderen immer rot.
                      Jetzt sind alle weiß 😉

                      1 Reply Last reply Reply Quote 0
                      • carsten04
                        carsten04 Developer @Schimi last edited by carsten04

                        @Schimi Erstmal Danke fürs feedback. Kannst Du bei "Fehler 2" noch mal etwas präziser werden? Was machst Du wann mit welcher Fernbedienung oder App, was steht dann in den Adapter-States und was würdest Du erwarten? Am Besten hier noch einmal im Debug-Modus das Log posten. So ganz ist mir noch nicht klar, wo das Problem liegt.

                        +++++++++
                        Ergänzung: ich glaube ich habe verstanden was Du meinst 🙂. Das habe ich so programmiert, damit immer beim Einschalten via Adapter die Farbe des Leuchtmittels auch tatsächlich mit den Adapter-States übereinstimmt. Wenn Du zwischendurch mit der Original-App oder einer dier vielen Milight-Fernbedienungen schaltest bekommt das der Adapter ja nicht mit (System hat keinen Rückkanal). Deswegen habe ich ja auch eine eigene App geschrieben, damit man möglichst unabhängig von den original Milight-App's und Fernbedienungen ist und alles schön über den ioBroker geht.

                        1 Reply Last reply Reply Quote 0
                        • S
                          Schimi last edited by Schimi

                          Ich versuch es mal ausführicher.... 🙂

                          Ich habe im Garten 3 Leuchtmittel....
                          Die sind immer auf Farbwechsel, mit 60% und die Geschwindigkeit auf minimum (einfach solange auf "effectSpeedDown" klicken bis es nicht mehr langsamer wird).

                          Wenn ich sie nun über "onoff" ausschalte (egal ob Modus, etc vorher über Remote, App oder Adapter eingestellt) und wieder auf true setze....
                          Starten Sie "weiß".

                          wenn ich den debug richtig verstehe (habe da aber im Grunde keine Ahnung von 😉 )
                          Dann schickst du einen Farbwert beim einschalten immer mit (der wechselt aber nicht mit wenn ein Farbwechsel an war), was natürlich einen Farbverlauf "abschaltet".

                          Als workaround habe ich dann; eingeschaltet, Modus auf 1 geschickt aber bei der Geschwindigkeit bin ich raus, wie ich das (z.B. 10mal) geklicke auf Down umsetzen soll (Dieser workaround würde mir voll ausreichen).

                          Der "andere" milight adapter, hat anscheinend nur Ein bzw. Ausgeschaltet... somit lief es einfach "weiter".... Der wurde mir aber inzwischen zu instabil.... Deshalb bin ich super happy das du weiter entwickelst 🙂

                          2020-05-22 23:05:07.650 - debug: milight-smart-light.0 (6200) Redis Objects: Use Redis connection: 127.0.0.1:9001
                          2020-05-22 23:05:07.916 - debug: milight-smart-light.0 (6200) Objects client ready ... initialize now
                          2020-05-22 23:05:07.916 - debug: milight-smart-light.0 (6200) Objects create System PubSub Client
                          2020-05-22 23:05:07.916 - debug: milight-smart-light.0 (6200) Objects create User PubSub Client
                          2020-05-22 23:05:07.916 - debug: milight-smart-light.0 (6200) Objects client initialize lua scripts
                          2020-05-22 23:05:07.931 - debug: milight-smart-light.0 (6200) Objects connected to redis: 127.0.0.1:9001
                          2020-05-22 23:05:07.931 - debug: milight-smart-light.0 (6200) objectDB connected
                          2020-05-22 23:05:07.931 - debug: milight-smart-light.0 (6200) Redis States: Use Redis connection: 127.0.0.1:9000
                          2020-05-22 23:05:07.931 - debug: milight-smart-light.0 (6200) States create User PubSub Client
                          2020-05-22 23:05:07.931 - debug: milight-smart-light.0 (6200) States create System PubSub Client
                          2020-05-22 23:05:07.931 - debug: milight-smart-light.0 (6200) States connected to redis: 127.0.0.1:9000
                          2020-05-22 23:05:07.931 - debug: milight-smart-light.0 (6200) statesDB connected
                          2020-05-22 23:05:07.994 - info: milight-smart-light.0 (6200) starting. Version 0.5.0 in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.milight-smart-light, node: v10.17.0
                          2020-05-22 23:05:08.025 - info: milight-smart-light.0 (6200) main->::all MiLight zones and states were created!
                          2020-05-22 23:05:08.025 - info: milight-smart-light.0 (6200) main->::all states were subscribed!
                          2020-05-22 23:05:08.025 - info: milight-smart-light.0 (6200) main->::milight-smart-light adapter was started successfully!
                          2020-05-22 23:05:14.970 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectMode::state->{"val":5,"ack":false,"ts":1590181514970,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590181514970}
                          2020-05-22 23:05:14.970 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectMode::5
                          2020-05-22 23:05:14.970 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:15.111 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::141ms
                          2020-05-22 23:05:18.799 - debug: milight-smart-light.0 (6200) system.adapter.admin.0: logging false
                          2020-05-22 23:05:18.814 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectMode::state->{"val":2,"ack":false,"ts":1590181518814,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590181518814}
                          2020-05-22 23:05:18.830 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectMode::2
                          2020-05-22 23:05:18.830 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 16ms
                          2020-05-22 23:05:18.986 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::172ms
                          2020-05-22 23:05:21.189 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.brightnessOnly::state->{"val":100,"ack":false,"ts":1590181521189,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153085611}
                          2020-05-22 23:05:21.189 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.brightnessOnly::100
                          2020-05-22 23:05:21.189 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:21.252 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::63ms
                          2020-05-22 23:05:21.423 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.brightness::state->{"val":40,"ack":false,"ts":1590181521424,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admin","lc":1590181521424}
                          2020-05-22 23:05:21.423 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.brightness::40
                          2020-05-22 23:05:21.439 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.rgb::#666666
                          2020-05-22 23:05:21.439 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 16ms
                          2020-05-22 23:05:21.689 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::266ms
                          2020-05-22 23:05:22.283 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectMode::state->{"val":1,"ack":false,"ts":1590181522283,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590181522283}
                          2020-05-22 23:05:22.283 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectMode::1
                          2020-05-22 23:05:22.283 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:22.408 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::125ms
                          2020-05-22 23:05:25.677 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181525677,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:25.693 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:25.693 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 16ms
                          2020-05-22 23:05:25.787 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::110ms
                          2020-05-22 23:05:25.818 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181525818,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:25.818 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:25.818 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:25.880 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::62ms
                          2020-05-22 23:05:25.950 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181525949,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:25.950 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:25.950 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:26.012 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::62ms
                          2020-05-22 23:05:26.090 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181526090,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:26.090 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:26.090 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:26.169 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::79ms
                          2020-05-22 23:05:26.231 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181526231,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:26.231 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:26.231 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:26.308 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::77ms
                          2020-05-22 23:05:26.397 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181526397,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:26.397 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:26.397 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:26.460 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::63ms
                          2020-05-22 23:05:26.530 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181526530,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:26.530 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:26.530 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:26.593 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::63ms
                          2020-05-22 23:05:26.682 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181526681,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:26.682 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:26.682 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:26.760 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::78ms
                          2020-05-22 23:05:26.851 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181526850,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:26.851 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:26.851 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:26.913 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::62ms
                          2020-05-22 23:05:27.001 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181527001,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:27.001 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:27.001 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:27.079 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::78ms
                          2020-05-22 23:05:27.157 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181527157,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:27.157 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:27.157 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:27.235 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::78ms
                          2020-05-22 23:05:27.320 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181527320,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:27.320 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:27.320 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:27.383 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::63ms
                          2020-05-22 23:05:27.480 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181527479,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:27.480 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:27.480 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:27.542 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::62ms
                          2020-05-22 23:05:27.645 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181527644,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:27.645 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:27.645 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:27.707 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::62ms
                          2020-05-22 23:05:27.801 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181527801,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:27.801 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:27.801 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:27.864 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::63ms
                          2020-05-22 23:05:27.973 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181527973,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:27.973 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:27.973 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:28.051 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::78ms
                          2020-05-22 23:05:28.133 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181528133,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:28.133 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:28.133 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:28.211 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::78ms
                          2020-05-22 23:05:28.298 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181528298,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:28.298 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:28.298 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:28.361 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::63ms
                          2020-05-22 23:05:28.458 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181528457,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:28.458 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:28.458 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:28.520 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::62ms
                          2020-05-22 23:05:28.621 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181528621,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:28.621 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:28.621 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:28.715 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::94ms
                          2020-05-22 23:05:28.762 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181528762,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:28.777 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:28.777 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 15ms
                          2020-05-22 23:05:28.840 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::78ms
                          2020-05-22 23:05:28.916 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::state->{"val":true,"ack":false,"ts":1590181528916,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590153094656}
                          2020-05-22 23:05:28.931 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.effectSpeedDown::true
                          2020-05-22 23:05:28.931 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 15ms
                          2020-05-22 23:05:28.994 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::78ms
                          2020-05-22 23:05:35.427 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.onoff::state->{"val":false,"ack":false,"ts":1590181535427,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590181535427}
                          2020-05-22 23:05:35.427 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.onoff::false
                          2020-05-22 23:05:35.427 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:35.427 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.off::true
                          2020-05-22 23:05:35.427 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.on::false
                          2020-05-22 23:05:35.427 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.rgb::#000000
                          2020-05-22 23:05:35.427 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.brightness::0
                          2020-05-22 23:05:35.427 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.whiteMode::false
                          2020-05-22 23:05:35.608 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::181ms
                          2020-05-22 23:05:39.862 - debug: milight-smart-light.0 (6200) on:stateChange:ack=false->milight-smart-light.0.Wohnzimmer.rgbw-1.onoff::state->{"val":true,"ack":false,"ts":1590181539861,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1590181539861}
                          2020-05-22 23:05:39.862 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.onoff::true
                          2020-05-22 23:05:39.862 - debug: milight-smart-light.0 (6200) on:stateChange:mslStatestore.setState || 0ms
                          2020-05-22 23:05:39.862 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.on::true
                          2020-05-22 23:05:39.862 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.off::false
                          2020-05-22 23:05:39.877 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.brightness::40
                          2020-05-22 23:05:39.877 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.rgb::#666666
                          2020-05-22 23:05:39.877 - debug: milight-smart-light.0 (6200) _setVal->setStateAsync->::milight-smart-light.0.Wohnzimmer.rgbw-1.whiteMode::true
                          2020-05-22 23:05:40.221 - debug: milight-smart-light.0 (6200) mslcommandsV6 executed::359ms
                          2020-05-22 23:05:48.479 - debug: milight-smart-light.0 (6200) system.adapter.admin.0: logging true
                          

                          Ich hoffe es ist etwas verständlich was ich meine 🙂

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

                            @Schimi Es gibt eine neue Version 0.6.0 auf GitHub zum testen. Ich habe mir das Thema Effekte noch einmal angeschaut und das Ganze etwas erweitert.
                            Es gibt jetzt für iBox1 und iBox2 (bridge, rgbw, fullColor, fullColor8Zone) für das Thema Effekte drei neue und einen umbenannten State.

                            neu: effectOn, effectOff, effectOnOff
                            umbenannt: onlyBrightness nach effectBrightness

                            Was passiert:

                            1. effectOn=true: Schaltet den aktuellen Effekt mit der aktuellen effectBrightness ein, d.h.
                            • effectOn=true, effectOff=false, effectOnOff=true

                            • on=false, off=true, onoff=false, brightness=0, rgb=#000000

                            1. effectOff=true: Schaltet den aktuellen Effekt mit der aktuellen effectBrightness aus, d.h.
                            • effectOn=false, effectOff=true, effectOnOff=false

                            • on=false, off=true, onoff=false, brightness=0, rgb=#000000

                            1. effectMode=1..9: Schaltet den gewählten effectMode mit der aktuellen effectBrightness ein, d.h.
                            • effectOn=true, effectOff=false, effectOnOff=true

                            • on=false, off=true, onoff=false, brightness=0, rgb=#000000

                            Du kannst also den Effektmodus völlig unabhängig von der eigentlichen Farbwahl wählen, d.h. wenn ein Effektmodus aktiv ist kannst Du durch wahl von on direkt die alte Farbe wieder nutzen und umgekehrt (alle States die irgendwie gesetzt werden müssen, also effectOn, effectOff, effectOnOff, on, off, onoff, brightness, saturation, hue, rgb behalten immer ihre richtigen Abhängigkeiten). Am Besten Du schaust Dir das live im Objektbaum an, dann siehst Du sehr schnell wie es funktioniert.
                            Ich hoffe das hilft Dir bei Deinen Skripten.

                            J 1 Reply Last reply Reply Quote 1
                            • J
                              Jan1 @carsten04 last edited by

                              @carsten04
                              bringt diesen Fehler und nix läuft mehr:

                              	error	(821679) main->::TypeError: Cannot read property 'val' of null
                              
                              carsten04 1 Reply Last reply Reply Quote 0
                              • carsten04
                                carsten04 Developer @Jan1 last edited by carsten04

                                @Jan1 Noch ein Hinweis zur Installation:

                                Nach der Installation im Adapter-Admin alle Zonen deaktivieren, speichern, Zonen wieder aktivieren, dann wieder speichern (s. Doku). Dadurch werden die neuen States im Objektbaum angelegt, ohne das Du alle Instanzen löschen und wieder neu anlegen musst und der Fehler sollte verschwinden.

                                J 1 Reply Last reply Reply Quote 0
                                • J
                                  Jan1 @carsten04 last edited by

                                  @carsten04
                                  OK, hatte nur die Instanz neu gestartet wären der Halbzeit Pause 😉

                                  carsten04 1 Reply Last reply Reply Quote 0
                                  • carsten04
                                    carsten04 Developer @Jan1 last edited by

                                    @Jan1 Tja, Augen auf bei der Vereinswahl 😀

                                    J 2 Replies Last reply Reply Quote 0
                                    • J
                                      Jan1 @carsten04 last edited by

                                      @carsten04
                                      3:0 alles gut 🙂

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        Jan1 @carsten04 last edited by Jan1

                                        @carsten04
                                        So, Zonen ausgeschaltet und abgespeichert, wieder an und gespeichert. Ergebnis sieht so aus:
                                        8ab344a5-edf7-4e0a-9c49-3fd90353266b-grafik.png
                                        Wie bekomme ich die an, so das es an bleibt?

                                        Edit:
                                        habs geschafft. Im Firefox sie die grafische Darstellung der Schalter wohl nur Schall und Rauch. Wenn die aktiv, also blau sind, heißt das nichts. Ich hab jetzt mit der Maus geklickt und geschoben, dann noch mal auf die rechte Seite geklickt, so bleiben sie aktiv. Etwas nervig, kannst da nicht einfach ne Ckeckbox mit Haken verwenden?

                                        carsten04 1 Reply Last reply Reply Quote 0
                                        • carsten04
                                          carsten04 Developer @Jan1 last edited by carsten04

                                          @Jan1 Wenn das immer alles so einfach wäre 🙂 . Das ist noch ein Fehler in materializeCSS und tritt immer dann auf, wenn Checkboxes, oder Switches in Tabs verwendet werden. Du musst dann immer etwas links oder rechts neben den Switch klicken, dann gehts.

                                          J 1 Reply Last reply Reply Quote 0
                                          • J
                                            Jan1 @carsten04 last edited by Jan1

                                            @carsten04
                                            Wenn man es weiß ist es zwar immer noch nervig, man wundert sich aber deutlich weniger 😉

                                            Jetzt geht auch endlich das APP, denn das war nämlich auch immer nur pseudo-an und ich hab mich gewundert, dass es nicht geht.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            891
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            bulbs milight milight-smart-light
                                            11
                                            73
                                            4476
                                            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