Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Adapter LightControl 0.4.x Stable

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    6
    1
    84

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.2k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.2k

Adapter LightControl 0.4.x Stable

Scheduled Pinned Locked Moved Tester
lightlight controllightcontrolmotionmotion detection
117 Posts 18 Posters 22.2k Views 25 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M-A HuebM M-A Hueb

    Hallo,

    ich habe bei mir den Shelly RGBW2 Controller im Einsatz. An diesem hängt ein RGBWW (warmweiss) LED Streifen.
    Ich habe einen RGBW datenpunkt. Dieser bekommt auch einen Hexwert. Allerdings 8-Stellig
    Wäre es evtl mgl die Farbtemperatur auch über HUE-Wert zu realisieren?
    Da mein Büro im Keller ist und ich wenig Tageslicht habe würde ich gerne eine adaptive Beleuchtung realisieren.
    Geht das ohne einen Lux-Sensor? Falls nicht könnte man den Lux wert evtl auch anhand des Sonnenstandes berechnen?

    SchmakusS Offline
    SchmakusS Offline
    Schmakus
    Developer
    wrote on last edited by
    #56

    @m-a-hueb du solltest auch 8-Stellige HEX verwenden können. Die 7. und 8 Stelle sind der Weiß Anteil bei Shelly.
    Aber generell ist Shelly noch etwas speziell. Im Zweifel machst ein Issue auf.
    Für die Adaptive Farbtemperatur wird kein Lux Sensor benötigt. Das geht über Sonnenstand und/oder Uhrzeit.

    Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

    M-A HuebM 1 Reply Last reply
    0
    • SchmakusS Schmakus

      @m-a-hueb du solltest auch 8-Stellige HEX verwenden können. Die 7. und 8 Stelle sind der Weiß Anteil bei Shelly.
      Aber generell ist Shelly noch etwas speziell. Im Zweifel machst ein Issue auf.
      Für die Adaptive Farbtemperatur wird kein Lux Sensor benötigt. Das geht über Sonnenstand und/oder Uhrzeit.

      M-A HuebM Offline
      M-A HuebM Offline
      M-A Hueb
      wrote on last edited by
      #57

      @schmakus Trag ich dann einfach bei "Wert für Standardfarbe #FFFFFFFF ein ?

      iobroker unter Win10. NPM 10.9.3 Node.js v22.18.0 js-controller 7.0.7

      FredFF 1 Reply Last reply
      0
      • SchmakusS Schmakus

        Neue Beta 0.2.12 verfügbar.
        Nun ist auch das Putzlicht gefixt. Langsam gehts in Richtung „Stable“. Bitte testet fleißig und gebt Rückmeldung, Danke!

        FredFF Online
        FredFF Online
        FredF
        Most Active Forum Testing
        wrote on last edited by
        #58

        @schmakus Beim update von 0.1.3 auf 0.2.12 gab es einige Fehlermeldungen:

        2023-05-05 15:48:44.992 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
        2023-05-05 15:48:44.993 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
        2023-05-05 15:48:45.115 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
        2023-05-05 15:48:45.115 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
        2023-05-05 15:48:45.208 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp3.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
        2023-05-05 15:48:45.208 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
        2023-05-05 15:48:45.415 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.dimmUp (type=state) property native missing!
        2023-05-05 15:48:45.461 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.dimmDown (type=state) property native missing!
        2023-05-05 15:48:45.514 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.adaptiveCtMode (type=state) property native missing!
        2023-05-05 15:48:45.625 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnMotion.color (type=state) property native missing!
        2023-05-05 15:48:45.686 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnLux.color (type=state) property native missing!
        2023-05-05 15:48:45.736 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnLux.operator (type=state) property native missing!
        2023-05-05 15:48:45.790 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnPresenceIncrease.color (type=state) property native missing!
        2023-05-05 15:48:45.856 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.blink.frequency (type=state) property native missing!
        2023-05-05 15:48:45.910 - warn: lightcontrol.0 (12105) setObject Eingangslicht.dimmUp (type=state) property native missing!
        2023-05-05 15:48:45.956 - warn: lightcontrol.0 (12105) setObject Eingangslicht.dimmDown (type=state) property native missing!
        2023-05-05 15:48:46.008 - warn: lightcontrol.0 (12105) setObject Eingangslicht.adaptiveCtMode (type=state) property native missing!
        2023-05-05 15:48:46.081 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnMotion.color (type=state) property native missing!
        2023-05-05 15:48:46.137 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnLux.color (type=state) property native missing!
        2023-05-05 15:48:46.186 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnLux.operator (type=state) property native missing!
        2023-05-05 15:48:46.239 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnPresenceIncrease.color (type=state) property native missing!
        2023-05-05 15:48:46.325 - warn: lightcontrol.0 (12105) setObject Eingangslicht.blink.frequency (type=state) property native missing!
        2023-05-05 15:48:46.566 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri)
        2023-05-05 15:48:46.613 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat)
        2023-05-05 15:48:46.657 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct)
        2023-05-05 15:48:46.704 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX)
        2023-05-05 15:48:46.753 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch)
        2023-05-05 15:48:46.754 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
        2023-05-05 15:48:46.754 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
        2023-05-05 15:48:46.800 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power)
        2023-05-05 15:48:46.845 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri)
        2023-05-05 15:48:46.891 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat)
        2023-05-05 15:48:46.939 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct)
        2023-05-05 15:48:46.985 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch)
        2023-05-05 15:48:46.985 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
        2023-05-05 15:48:46.986 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
        


        Kann ich wahrscheinlich ignorieren, oder?

        SchmakusS 2 Replies Last reply
        0
        • M-A HuebM M-A Hueb

          @schmakus Trag ich dann einfach bei "Wert für Standardfarbe #FFFFFFFF ein ?

          FredFF Online
          FredFF Online
          FredF
          Most Active Forum Testing
          wrote on last edited by
          #59

          @m-a-hueb sagte in Adapter LightControl 0.2.x Latest:

          Wert für Standardfarbe

          Wo ist denn diese Eingabe?

          SchmakusS 1 Reply Last reply
          0
          • FredFF FredF

            @schmakus Beim update von 0.1.3 auf 0.2.12 gab es einige Fehlermeldungen:

            2023-05-05 15:48:44.992 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
            2023-05-05 15:48:44.993 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
            2023-05-05 15:48:45.115 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
            2023-05-05 15:48:45.115 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
            2023-05-05 15:48:45.208 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp3.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
            2023-05-05 15:48:45.208 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
            2023-05-05 15:48:45.415 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.dimmUp (type=state) property native missing!
            2023-05-05 15:48:45.461 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.dimmDown (type=state) property native missing!
            2023-05-05 15:48:45.514 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.adaptiveCtMode (type=state) property native missing!
            2023-05-05 15:48:45.625 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnMotion.color (type=state) property native missing!
            2023-05-05 15:48:45.686 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnLux.color (type=state) property native missing!
            2023-05-05 15:48:45.736 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnLux.operator (type=state) property native missing!
            2023-05-05 15:48:45.790 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnPresenceIncrease.color (type=state) property native missing!
            2023-05-05 15:48:45.856 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.blink.frequency (type=state) property native missing!
            2023-05-05 15:48:45.910 - warn: lightcontrol.0 (12105) setObject Eingangslicht.dimmUp (type=state) property native missing!
            2023-05-05 15:48:45.956 - warn: lightcontrol.0 (12105) setObject Eingangslicht.dimmDown (type=state) property native missing!
            2023-05-05 15:48:46.008 - warn: lightcontrol.0 (12105) setObject Eingangslicht.adaptiveCtMode (type=state) property native missing!
            2023-05-05 15:48:46.081 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnMotion.color (type=state) property native missing!
            2023-05-05 15:48:46.137 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnLux.color (type=state) property native missing!
            2023-05-05 15:48:46.186 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnLux.operator (type=state) property native missing!
            2023-05-05 15:48:46.239 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnPresenceIncrease.color (type=state) property native missing!
            2023-05-05 15:48:46.325 - warn: lightcontrol.0 (12105) setObject Eingangslicht.blink.frequency (type=state) property native missing!
            2023-05-05 15:48:46.566 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri)
            2023-05-05 15:48:46.613 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat)
            2023-05-05 15:48:46.657 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct)
            2023-05-05 15:48:46.704 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX)
            2023-05-05 15:48:46.753 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch)
            2023-05-05 15:48:46.754 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
            2023-05-05 15:48:46.754 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
            2023-05-05 15:48:46.800 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power)
            2023-05-05 15:48:46.845 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri)
            2023-05-05 15:48:46.891 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat)
            2023-05-05 15:48:46.939 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct)
            2023-05-05 15:48:46.985 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch)
            2023-05-05 15:48:46.985 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
            2023-05-05 15:48:46.986 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
            


            Kann ich wahrscheinlich ignorieren, oder?

            SchmakusS Offline
            SchmakusS Offline
            Schmakus
            Developer
            wrote on last edited by
            #60

            @fredf hi, hier ist noch der DEV Modus aktiv. Muss ich in der nächsten Version deaktivieren. 🙈

            Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

            1 Reply Last reply
            1
            • FredFF FredF

              @m-a-hueb sagte in Adapter LightControl 0.2.x Latest:

              Wert für Standardfarbe

              Wo ist denn diese Eingabe?

              SchmakusS Offline
              SchmakusS Offline
              Schmakus
              Developer
              wrote on last edited by
              #61

              @fredf sagte in Adapter LightControl 0.2.x Latest:

              @m-a-hueb sagte in Adapter LightControl 0.2.x Latest:

              Wert für Standardfarbe

              Wo ist denn diese Eingabe?

              Direkt in den Einstellungen des Datenpunkts „Color“

              Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

              FredFF 1 Reply Last reply
              0
              • SchmakusS Schmakus

                @fredf sagte in Adapter LightControl 0.2.x Latest:

                @m-a-hueb sagte in Adapter LightControl 0.2.x Latest:

                Wert für Standardfarbe

                Wo ist denn diese Eingabe?

                Direkt in den Einstellungen des Datenpunkts „Color“

                FredFF Online
                FredFF Online
                FredF
                Most Active Forum Testing
                wrote on last edited by
                #62

                @schmakus Ja schon, ich suchte diese Angabe

                @m-a-hueb sagte in Adapter LightControl 0.2.x Latest:

                Trag ich dann einfach bei "Wert für Standardfarbe

                1 Reply Last reply
                0
                • FredFF FredF

                  @schmakus Beim update von 0.1.3 auf 0.2.12 gab es einige Fehlermeldungen:

                  2023-05-05 15:48:44.992 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
                  2023-05-05 15:48:44.993 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
                  2023-05-05 15:48:45.115 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
                  2023-05-05 15:48:45.115 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
                  2023-05-05 15:48:45.208 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp3.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
                  2023-05-05 15:48:45.208 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
                  2023-05-05 15:48:45.415 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.dimmUp (type=state) property native missing!
                  2023-05-05 15:48:45.461 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.dimmDown (type=state) property native missing!
                  2023-05-05 15:48:45.514 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.adaptiveCtMode (type=state) property native missing!
                  2023-05-05 15:48:45.625 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnMotion.color (type=state) property native missing!
                  2023-05-05 15:48:45.686 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnLux.color (type=state) property native missing!
                  2023-05-05 15:48:45.736 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnLux.operator (type=state) property native missing!
                  2023-05-05 15:48:45.790 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnPresenceIncrease.color (type=state) property native missing!
                  2023-05-05 15:48:45.856 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.blink.frequency (type=state) property native missing!
                  2023-05-05 15:48:45.910 - warn: lightcontrol.0 (12105) setObject Eingangslicht.dimmUp (type=state) property native missing!
                  2023-05-05 15:48:45.956 - warn: lightcontrol.0 (12105) setObject Eingangslicht.dimmDown (type=state) property native missing!
                  2023-05-05 15:48:46.008 - warn: lightcontrol.0 (12105) setObject Eingangslicht.adaptiveCtMode (type=state) property native missing!
                  2023-05-05 15:48:46.081 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnMotion.color (type=state) property native missing!
                  2023-05-05 15:48:46.137 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnLux.color (type=state) property native missing!
                  2023-05-05 15:48:46.186 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnLux.operator (type=state) property native missing!
                  2023-05-05 15:48:46.239 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnPresenceIncrease.color (type=state) property native missing!
                  2023-05-05 15:48:46.325 - warn: lightcontrol.0 (12105) setObject Eingangslicht.blink.frequency (type=state) property native missing!
                  2023-05-05 15:48:46.566 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri)
                  2023-05-05 15:48:46.613 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat)
                  2023-05-05 15:48:46.657 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct)
                  2023-05-05 15:48:46.704 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX)
                  2023-05-05 15:48:46.753 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch)
                  2023-05-05 15:48:46.754 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
                  2023-05-05 15:48:46.754 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
                  2023-05-05 15:48:46.800 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power)
                  2023-05-05 15:48:46.845 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri)
                  2023-05-05 15:48:46.891 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat)
                  2023-05-05 15:48:46.939 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct)
                  2023-05-05 15:48:46.985 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch)
                  2023-05-05 15:48:46.985 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
                  2023-05-05 15:48:46.986 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
                  


                  Kann ich wahrscheinlich ignorieren, oder?

                  SchmakusS Offline
                  SchmakusS Offline
                  Schmakus
                  Developer
                  wrote on last edited by
                  #63

                  @fredf sagte in Adapter LightControl 0.2.x Latest:

                  @schmakus Beim update von 0.1.3 auf 0.2.12 gab es einige Fehlermeldungen:

                  2023-05-05 15:48:44.992 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
                  2023-05-05 15:48:44.993 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
                  2023-05-05 15:48:45.115 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
                  2023-05-05 15:48:45.115 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
                  2023-05-05 15:48:45.208 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp3.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
                  2023-05-05 15:48:45.208 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
                  2023-05-05 15:48:45.415 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.dimmUp (type=state) property native missing!
                  2023-05-05 15:48:45.461 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.dimmDown (type=state) property native missing!
                  2023-05-05 15:48:45.514 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.adaptiveCtMode (type=state) property native missing!
                  2023-05-05 15:48:45.625 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnMotion.color (type=state) property native missing!
                  2023-05-05 15:48:45.686 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnLux.color (type=state) property native missing!
                  2023-05-05 15:48:45.736 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnLux.operator (type=state) property native missing!
                  2023-05-05 15:48:45.790 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnPresenceIncrease.color (type=state) property native missing!
                  2023-05-05 15:48:45.856 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.blink.frequency (type=state) property native missing!
                  2023-05-05 15:48:45.910 - warn: lightcontrol.0 (12105) setObject Eingangslicht.dimmUp (type=state) property native missing!
                  2023-05-05 15:48:45.956 - warn: lightcontrol.0 (12105) setObject Eingangslicht.dimmDown (type=state) property native missing!
                  2023-05-05 15:48:46.008 - warn: lightcontrol.0 (12105) setObject Eingangslicht.adaptiveCtMode (type=state) property native missing!
                  2023-05-05 15:48:46.081 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnMotion.color (type=state) property native missing!
                  2023-05-05 15:48:46.137 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnLux.color (type=state) property native missing!
                  2023-05-05 15:48:46.186 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnLux.operator (type=state) property native missing!
                  2023-05-05 15:48:46.239 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnPresenceIncrease.color (type=state) property native missing!
                  2023-05-05 15:48:46.325 - warn: lightcontrol.0 (12105) setObject Eingangslicht.blink.frequency (type=state) property native missing!
                  2023-05-05 15:48:46.566 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri)
                  2023-05-05 15:48:46.613 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat)
                  2023-05-05 15:48:46.657 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct)
                  2023-05-05 15:48:46.704 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX)
                  2023-05-05 15:48:46.753 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch)
                  2023-05-05 15:48:46.754 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
                  2023-05-05 15:48:46.754 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
                  2023-05-05 15:48:46.800 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power)
                  2023-05-05 15:48:46.845 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri)
                  2023-05-05 15:48:46.891 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat)
                  2023-05-05 15:48:46.939 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct)
                  2023-05-05 15:48:46.985 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch)
                  2023-05-05 15:48:46.985 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
                  2023-05-05 15:48:46.986 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
                  


                  Kann ich wahrscheinlich ignorieren, oder?

                  Mit der Version v0.2.13 gefixt.

                  Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

                  K 1 Reply Last reply
                  1
                  • SchmakusS Schmakus

                    @fredf sagte in Adapter LightControl 0.2.x Latest:

                    @schmakus Beim update von 0.1.3 auf 0.2.12 gab es einige Fehlermeldungen:

                    2023-05-05 15:48:44.992 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
                    2023-05-05 15:48:44.993 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
                    2023-05-05 15:48:45.115 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
                    2023-05-05 15:48:45.115 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
                    2023-05-05 15:48:45.208 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp3.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
                    2023-05-05 15:48:45.208 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
                    2023-05-05 15:48:45.415 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.dimmUp (type=state) property native missing!
                    2023-05-05 15:48:45.461 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.dimmDown (type=state) property native missing!
                    2023-05-05 15:48:45.514 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.adaptiveCtMode (type=state) property native missing!
                    2023-05-05 15:48:45.625 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnMotion.color (type=state) property native missing!
                    2023-05-05 15:48:45.686 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnLux.color (type=state) property native missing!
                    2023-05-05 15:48:45.736 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnLux.operator (type=state) property native missing!
                    2023-05-05 15:48:45.790 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.autoOnPresenceIncrease.color (type=state) property native missing!
                    2023-05-05 15:48:45.856 - warn: lightcontrol.0 (12105) setObject KuecheSockelbeleuchtung.blink.frequency (type=state) property native missing!
                    2023-05-05 15:48:45.910 - warn: lightcontrol.0 (12105) setObject Eingangslicht.dimmUp (type=state) property native missing!
                    2023-05-05 15:48:45.956 - warn: lightcontrol.0 (12105) setObject Eingangslicht.dimmDown (type=state) property native missing!
                    2023-05-05 15:48:46.008 - warn: lightcontrol.0 (12105) setObject Eingangslicht.adaptiveCtMode (type=state) property native missing!
                    2023-05-05 15:48:46.081 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnMotion.color (type=state) property native missing!
                    2023-05-05 15:48:46.137 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnLux.color (type=state) property native missing!
                    2023-05-05 15:48:46.186 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnLux.operator (type=state) property native missing!
                    2023-05-05 15:48:46.239 - warn: lightcontrol.0 (12105) setObject Eingangslicht.autoOnPresenceIncrease.color (type=state) property native missing!
                    2023-05-05 15:48:46.325 - warn: lightcontrol.0 (12105) setObject Eingangslicht.blink.frequency (type=state) property native missing!
                    2023-05-05 15:48:46.566 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri)
                    2023-05-05 15:48:46.613 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat)
                    2023-05-05 15:48:46.657 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct)
                    2023-05-05 15:48:46.704 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX)
                    2023-05-05 15:48:46.753 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch)
                    2023-05-05 15:48:46.754 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
                    2023-05-05 15:48:46.754 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
                    2023-05-05 15:48:46.800 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power)
                    2023-05-05 15:48:46.845 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri)
                    2023-05-05 15:48:46.891 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat)
                    2023-05-05 15:48:46.939 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct)
                    2023-05-05 15:48:46.985 - warn: lightcontrol.0 (12105) [ buildStateDetailsArray ] Light group "Wohnzimmer" was deleted by the user in the instance settings! LightControl settings will be deactivated for this StateID: 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch)
                    2023-05-05 15:48:46.985 - warn: lightcontrol.0 (12105) Object 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch is invalid: Default value has to be type "boolean" but received type "string"
                    2023-05-05 15:48:46.986 - warn: lightcontrol.0 (12105) This object will not be created in future versions. Please report this to the developer.
                    


                    Kann ich wahrscheinlich ignorieren, oder?

                    Mit der Version v0.2.13 gefixt.

                    K Offline
                    K Offline
                    kukoratsch
                    wrote on last edited by
                    #64

                    @schmakus Bekomme Fehlermeldung bei ein und ausschalten Gruppe Wohnzimmer

                    lightcontrol.0
                    	2023-05-16 10:05:35.546	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "Decke vorn" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}}
                    lightcontrol.0
                    	2023-05-16 10:05:35.545	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "hinten" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                    lightcontrol.0
                    	2023-05-16 10:05:35.545	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "vorne" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                    
                    SchmakusS 1 Reply Last reply
                    0
                    • K kukoratsch

                      @schmakus Bekomme Fehlermeldung bei ein und ausschalten Gruppe Wohnzimmer

                      lightcontrol.0
                      	2023-05-16 10:05:35.546	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "Decke vorn" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}}
                      lightcontrol.0
                      	2023-05-16 10:05:35.545	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "hinten" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                      lightcontrol.0
                      	2023-05-16 10:05:35.545	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "vorne" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                      
                      SchmakusS Offline
                      SchmakusS Offline
                      Schmakus
                      Developer
                      wrote on last edited by
                      #65

                      @kukoratsch sagte in Adapter LightControl 0.2.x Latest:

                      @schmakus Bekomme Fehlermeldung bei ein und ausschalten Gruppe Wohnzimmer

                      lightcontrol.0
                      	2023-05-16 10:05:35.546	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "Decke vorn" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}}
                      lightcontrol.0
                      	2023-05-16 10:05:35.545	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "hinten" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                      lightcontrol.0
                      	2023-05-16 10:05:35.545	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "vorne" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                      

                      Ja es ist auch power oder brightness state definiert. so kann kein Licht geschaltet werden. ;-)

                      Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

                      K 1 Reply Last reply
                      0
                      • SchmakusS Schmakus

                        @kukoratsch sagte in Adapter LightControl 0.2.x Latest:

                        @schmakus Bekomme Fehlermeldung bei ein und ausschalten Gruppe Wohnzimmer

                        lightcontrol.0
                        	2023-05-16 10:05:35.546	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "Decke vorn" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}}
                        lightcontrol.0
                        	2023-05-16 10:05:35.545	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "hinten" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                        lightcontrol.0
                        	2023-05-16 10:05:35.545	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "vorne" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                        

                        Ja es ist auch power oder brightness state definiert. so kann kein Licht geschaltet werden. ;-)

                        K Offline
                        K Offline
                        kukoratsch
                        wrote on last edited by kukoratsch
                        #66

                        @schmakus Ja
                        1.png
                        2.png
                        3.png

                        SchmakusS 1 Reply Last reply
                        0
                        • K kukoratsch

                          @schmakus Ja
                          1.png
                          2.png
                          3.png

                          SchmakusS Offline
                          SchmakusS Offline
                          Schmakus
                          Developer
                          wrote on last edited by Schmakus
                          #67

                          @kukoratsch Und gehts nun? Ansonsten stell das Loglevel des Adapters auf "Debug" und poste das logging.

                          Was ich noch sehe: einmal heißt es "Decke vorne" und einmal "Decke vorn"....

                          Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

                          K 1 Reply Last reply
                          0
                          • SchmakusS Schmakus

                            @kukoratsch Und gehts nun? Ansonsten stell das Loglevel des Adapters auf "Debug" und poste das logging.

                            Was ich noch sehe: einmal heißt es "Decke vorne" und einmal "Decke vorn"....

                            K Offline
                            K Offline
                            kukoratsch
                            wrote on last edited by kukoratsch
                            #68
                            lightcontrol.0
                            	2023-05-16 11:11:59.707	debug	[ AdaptiveCt ] adaptiveCtLinear="5429" adaptiveCtSolar="5895"
                            lightcontrol.0
                            	2023-05-16 11:11:59.707	debug	[ AdaptiveCt ] minCT="2700", maxCt="6500", sunset="1684264539905", sunrise="1684208029297", solarNoon="1684236284601"
                            lightcontrol.0
                            	2023-05-16 11:11:59.707	debug	[ AdaptiveCt // getAstroDate] sunsetDate="Tue May 16 2023 21:15:39 GMT+0200 (Mitteleuropäische Sommerzeit)", sunriseDate="Tue May 16 2023 05:33:49 GMT+0200 (Mitteleuropäische Sommerzeit)", solarNoonDate="Tue May 16 2023 13:24:44 GMT+0200 (Mitteleuropäische Sommerzeit)"
                            lightcontrol.0
                            	2023-05-16 11:11:59.707	debug	[ getAstroDate ] getAstroDate(pattern=solarNoon, date=Tue May 16 2023 12:00:00 GMT+0200 (Mitteleuropäische Sommerzeit)) => Tue May 16 2023 13:24:44 GMT+0200 (Mitteleuropäische Sommerzeit)
                            lightcontrol.0
                            	2023-05-16 11:11:59.706	debug	[ getAstroDate ] getAstroDate(pattern=sunrise, date=Tue May 16 2023 12:00:00 GMT+0200 (Mitteleuropäische Sommerzeit)) => Tue May 16 2023 05:33:49 GMT+0200 (Mitteleuropäische Sommerzeit)
                            lightcontrol.0
                            	2023-05-16 11:11:59.706	debug	[ getAstroDate ] getAstroDate(pattern=sunset, date=Tue May 16 2023 12:00:00 GMT+0200 (Mitteleuropäische Sommerzeit)) => Tue May 16 2023 21:15:39 GMT+0200 (Mitteleuropäische Sommerzeit)
                            lightcontrol.0
                            	2023-05-16 11:11:59.706	debug	[ AdaptiveCt ] minCT="2700", maxCt="6500", CtRange="3800"
                            lightcontrol.0
                            	2023-05-16 11:11:30.905	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.ct changed: 3300 (ack = true)
                            lightcontrol.0
                            	2023-05-16 11:11:30.812	debug	Reaching SetCt, Group="Wohnzimmer" Ct="3300"
                            lightcontrol.0
                            	2023-05-16 11:11:30.812	info	[ SetColorMode ] Device="0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch" Val="false
                            lightcontrol.0
                            	2023-05-16 11:11:30.809	info	[ SetColorMode ] Device="0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch" Val="false
                            lightcontrol.0
                            	2023-05-16 11:11:30.802	info	[ SetColorMode ] Device="milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode" Val="false
                            lightcontrol.0
                            	2023-05-16 11:11:30.796	info	[ SetColorMode ] Device="milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode" Val="false
                            lightcontrol.0
                            	2023-05-16 11:11:30.747	info	[ SetColorMode ] Reaching for Group="Wohnzimmer"
                            lightcontrol.0
                            	2023-05-16 11:11:30.747	info	[ WhiteSubstituteColor ] Reaching for Group="Wohnzimmer" = "Wohnzimmer" LightGroups[Group].power="true" LightGroups[Group].color="#FFFFFF
                            lightcontrol.0
                            	2023-05-16 11:11:30.747	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.color changed: #FFFFFF (ack = true)
                            lightcontrol.0
                            	2023-05-16 11:11:30.717	info	[ SetColor ] Reaching for Group="Wohnzimmer" power="true" Color="#FFFFFF"
                            lightcontrol.0
                            	2023-05-16 11:11:30.717	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.bri changed: 0 (ack = true)
                            lightcontrol.0
                            	2023-05-16 11:11:30.622	debug	[ setDeviceBri ] Switching with Power State is activated. Min. Brightness is defined with 2%. Actual Brightness = "0"
                            lightcontrol.0
                            	2023-05-16 11:11:30.621	debug	[ setDeviceBri ] Switching with Brightness is activated. No min. Brightness needed. Actual Brightness = "0"
                            lightcontrol.0
                            	2023-05-16 11:11:30.621	debug	[ setDeviceBri ] Switching with Power State is activated. Min. Brightness is defined with 2%. Actual Brightness = "0"
                            lightcontrol.0
                            	2023-05-16 11:11:30.621	debug	[ setDeviceBri ] Switching with Power State is activated. Min. Brightness is defined with 2%. Actual Brightness = "0"
                            lightcontrol.0
                            	2023-05-16 11:11:30.621	debug	[ SetBrightness ] Reaching for Group="Wohnzimmer", Brightness="0, PowerState="true"
                            lightcontrol.0
                            	2023-05-16 11:11:30.620	info	[ PowerOnAfterCare ] Now setting bri to 0% for Group="Wohnzimmer"
                            lightcontrol.0
                            	2023-05-16 11:11:30.620	info	[ PowerOnAfterCare ] Reaching for Group="Wohnzimmer" bri="0" ct="3300" color="#FFFFFF"
                            lightcontrol.0
                            	2023-05-16 11:11:30.620	debug	[ SetLightState ] Set State "All.anyOn" to true from function="GroupPowerOnOff"
                            lightcontrol.0
                            	2023-05-16 11:11:30.619	debug	[ onStateChange ] state lightcontrol.0.All.power changed: true (ack = true)
                            lightcontrol.0
                            	2023-05-16 11:11:30.615	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.power changed: true (ack = true)
                            lightcontrol.0
                            	2023-05-16 11:11:30.605	info	[ SimpleGroupPowerOnOff ] Simple power on without ramping for Group="Wohnzimmer"
                            lightcontrol.0
                            	2023-05-16 11:11:30.502	debug	[ SimpleGroupPowerOnOff ] Switching on Decke (0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power) with power state
                            lightcontrol.0
                            	2023-05-16 11:11:30.502	debug	[ SimpleGroupPowerOnOff ] Switching on Spot (0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri) with brightness state
                            lightcontrol.0
                            	2023-05-16 11:11:30.501	debug	[ setDeviceBri ] Switching with Brightness is activated. No min. Brightness needed. Actual Brightness = "0"
                            lightcontrol.0
                            	2023-05-16 11:11:30.501	warn	[ SimpleGroupPowerOnOff ] Can't switching on for Light = "Decke vorn" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}}
                            lightcontrol.0
                            	2023-05-16 11:11:30.501	debug	[ SimpleGroupPowerOnOff ] Switching on Decke vorne (alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne) with power state
                            lightcontrol.0
                            	2023-05-16 11:11:30.501	debug	[ SimpleGroupPowerOnOff ] Switching on Decke hinten (alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten) with power state
                            lightcontrol.0
                            	2023-05-16 11:11:30.501	warn	[ SimpleGroupPowerOnOff ] Can't switching on for Light = "hinten" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                            lightcontrol.0
                            	2023-05-16 11:11:30.501	warn	[ SimpleGroupPowerOnOff ] Can't switching on for Light = "vorne" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                            lightcontrol.0
                            	2023-05-16 11:11:30.500	debug	[ GroupPowerOnOff ] Reaching for Group="Wohnzimmer", OnOff="true" rampOn="false" - {"enabled":false,"time":10,"switchOutletsLast":true} rampOff="false" - {"enabled":false,"time":10,"switchOutletsLast":false}
                            lightcontrol.0
                            	2023-05-16 11:11:30.500	info	[ Controller ] Reaching, Group="Wohnzimmer" Property="power" NewVal="true", OldVal=false"
                            lightcontrol.0
                            	2023-05-16 11:11:30.500	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.power changed: true (ack = false)
                            lightcontrol.0
                            	2023-05-16 11:11:26.485	debug	[ SetLightState ] Set State "All.anyOn" to false from function="GroupPowerOnOff"
                            lightcontrol.0
                            	2023-05-16 11:11:26.441	debug	[ onStateChange ] state lightcontrol.0.All.power changed: false (ack = true)
                            lightcontrol.0
                            	2023-05-16 11:11:26.439	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.power changed: false (ack = true)
                            lightcontrol.0
                            	2023-05-16 11:11:26.432	info	[ SimpleGroupPowerOnOff ] Simple power off without ramping for Group="Wohnzimmer"
                            lightcontrol.0
                            	2023-05-16 11:11:26.325	debug	[ SimpleGroupPowerOnOff ] Switching off Decke (0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power) with power state
                            lightcontrol.0
                            	2023-05-16 11:11:26.324	debug	[ SimpleGroupPowerOnOff ] Switching off Spot (0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri) with brightness state
                            lightcontrol.0
                            	2023-05-16 11:11:26.324	debug	[ setDeviceBri ] Switching with Brightness is activated. No min. Brightness needed. Actual Brightness = "0"
                            lightcontrol.0
                            	2023-05-16 11:11:26.324	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "Decke vorn" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}}
                            lightcontrol.0
                            	2023-05-16 11:11:26.324	debug	[ SimpleGroupPowerOnOff ] Switching off Decke vorne (alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne) with power state
                            lightcontrol.0
                            	2023-05-16 11:11:26.324	debug	[ SimpleGroupPowerOnOff ] Switching off Decke hinten (alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten) with power state
                            lightcontrol.0
                            	2023-05-16 11:11:26.323	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "hinten" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                            lightcontrol.0
                            	2023-05-16 11:11:26.323	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "vorne" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                            lightcontrol.0
                            	2023-05-16 11:11:26.323	debug	[ GroupPowerOnOff ] Reaching for Group="Wohnzimmer", OnOff="false" rampOn="false" - {"enabled":false,"time":10,"switchOutletsLast":true} rampOff="false" - {"enabled":false,"time":10,"switchOutletsLast":false}
                            lightcontrol.0
                            	2023-05-16 11:11:26.322	info	[ Controller ] Reaching, Group="Wohnzimmer" Property="power" NewVal="false", OldVal=true"
                            lightcontrol.0
                            	2023-05-16 11:11:26.322	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.power changed: false (ack = false)
                            lightcontrol.0
                            	2023-05-16 11:10:59.917	debug	[ SetLightState ] Set State "All.anyOn" to true from function="noFunction"
                            lightcontrol.0
                            	2023-05-16 11:10:59.874	debug	[ onStateChange ] state lightcontrol.0.All.power changed: true (ack = true)
                            lightcontrol.0
                            	2023-05-16 11:10:59.825	info	Successfully activated LightControl for 22 of 22 states, will do my Job until you stop me!
                            lightcontrol.0
                            	2023-05-16 11:10:59.825	debug	[ InitCustomStates ] subscribed all foreign objects to detect (de)activation of LightControl enabled states
                            lightcontrol.0
                            	2023-05-16 11:10:59.823	info	Initialization of 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch successfully
                            lightcontrol.0
                            	2023-05-16 11:10:59.823	debug	[ buildStateDetailsArray ] completed for 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch.
                            lightcontrol.0
                            	2023-05-16 11:10:59.822	debug	[ buildStateDetailsArray ] Type: Light, in Group: Wohnzimmer with Lights: [{"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke hinten","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_brightness_hinten","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_hinten","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Saturation_hinten","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_hinten","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorne","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Brightness_vorne","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Deche_Saturation_vorne","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_vorne","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}},{"description":"Spot","bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri","minVal":0,"maxVal":100,"defaultBri":100,"useBri":true},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct","minVal":0,"maxVal":100,"sendCt":true},"color":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke","power":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power","onVal":true,"offVal":false},"bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri","minVal":0,"maxVal":254,"defaultBri":254,"useBri":false},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct","minVal":2700,"maxVal":6500,"sendCt":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}] and Light: {"description":"Decke","power":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power","onVal":true,"offVal":false},"bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri","minVal":0,"maxVal":254,"defaultBri":254,"useBri":false},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct","minVal":2700,"maxVal":6500,"sendCt":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}} with Index: 6
                            lightcontrol.0
                            	2023-05-16 11:10:59.823	debug	[ buildStateDetailsArray ] Updated LightGroups: {"Wohnzimmer":{"description":"Wohnzimmer","LuxSensor":"","lights":[{"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke hinten","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_brightness_hinten","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_hinten","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Saturation_hinten","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_hinten","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorne","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Brightness_vorne","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Deche_Saturation_vorne","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_vorne","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}},{"description":"Spot","bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri","minVal":0,"maxVal":100,"defaultBri":100,"useBri":true},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct","minVal":0,"maxVal":100,"sendCt":true},"color":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke","power":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power","onVal":true,"offVal":false},"bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri","minVal":0,"maxVal":254,"defaultBri":254,"useBri":false},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct","minVal":2700,"maxVal":6500,"sendCt":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}],"sensors":[],"actualLux":0,"powerNewVal":true,"power":true,"dimmUp":false,"dimmDown":false,"dimmAmount":10,"bri":0,"ct":3300,"color":"#FFFFFF","adaptiveBri":false,"adaptiveCt":false,"adaptiveCtMode":"solar","adaptiveCtTime":"06:00","powerCleaningLight":false,"isMotion":false,"autoOffTimed":{"enabled":false,"autoOffTime":120,"noAutoOffWhenMotion":true,"noticeEnabled":false,"noticeBri":10,"noticeTime":10},"autoOffLux":{"enabled":false,"minLux":500,"dailyLock":false,"operator":">","dailyLockCounter":0},"autoOnMotion":{"enabled":false,"minLux":300,"bri":0,"color":"#FFFFFF"},"autoOnLux":{"enabled":false,"minLux":50,"bri":0,"color":"#FFFFFF","switchOnlyWhenPresence":true,"switchOnlyWhenNoPresence":false,"dailyLock":false,"operator":"<","dailyLockCounter":0},"autoOnPresenceIncrease":{"enabled":false,"minLux":50,"bri":0,"color":"#FFFFFF"},"rampOn":{"enabled":false,"time":10,"switchOutletsLast":true},"rampOff":{"enabled":false,"time":10,"switchOutletsLast":false},"blink":{"enabled":false,"start":false,"frequency":1,"blinks":3,"bri":100,"color":"#FF0000"}},"All":{"powerNewVal":true,"power":true,"anyOn":true}}
                            lightcontrol.0
                            	2023-05-16 11:10:59.822	debug	[ buildLightGroupParameter ] customData {"enabled":true,"CtReverse":false,"defaultBri":"100","whiteModeVal":"false","colorModeVal":"true","colorType":"hex","defaultColor":"#FFFFFF","sendCt":true,"sendSat":true,"sendColor":true,"sendModeswitch":true,"useBri":true,"type":"light","func":"modeswitch","onVal":1,"offVal":0,"minVal":0,"maxVal":100,"motionVal":"On","noMotionVal":"Off","group":"Wohnzimmer","description":"Decke"}
                            lightcontrol.0
                            	2023-05-16 11:10:59.820	debug	[ buildStateDetailsArray ] started for 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch
                            lightcontrol.0
                            	2023-05-16 11:10:59.820	info	Initialization of 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct successfully
                            lightcontrol.0
                            	2023-05-16 11:10:59.820	debug	[ buildStateDetailsArray ] Updated LightGroups: {"Wohnzimmer":{"description":"Wohnzimmer","LuxSensor":"","lights":[{"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke hinten","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_brightness_hinten","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_hinten","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Saturation_hinten","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_hinten","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorne","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Brightness_vorne","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Deche_Saturation_vorne","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_vorne","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}},{"description":"Spot","bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri","minVal":0,"maxVal":100,"defaultBri":100,"useBri":true},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct","minVal":0,"maxVal":100,"sendCt":true},"color":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke","power":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power","onVal":true,"offVal":false},"bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri","minVal":0,"maxVal":254,"defaultBri":254,"useBri":false},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct","minVal":2700,"maxVal":6500,"sendCt":true}}],"sensors":[],"actualLux":0,"powerNewVal":true,"power":true,"dimmUp":false,"dimmDown":false,"dimmAmount":10,"bri":0,"ct":3300,"color":"#FFFFFF","adaptiveBri":false,"adaptiveCt":false,"adaptiveCtMode":"solar","adaptiveCtTime":"06:00","powerCleaningLight":false,"isMotion":false,"autoOffTimed":{"enabled":false,"autoOffTime":120,"noAutoOffWhenMotion":true,"noticeEnabled":false,"noticeBri":10,"noticeTime":10},"autoOffLux":{"enabled":false,"minLux":500,"dailyLock":false,"operator":">","dailyLockCounter":0},"autoOnMotion":{"enabled":false,"minLux":300,"bri":0,"color":"#FFFFFF"},"autoOnLux":{"enabled":false,"minLux":50,"bri":0,"color":"#FFFFFF","switchOnlyWhenPresence":true,"switchOnlyWhenNoPresence":false,"dailyLock":false,"operator":"<","dailyLockCounter":0},"autoOnPresenceIncrease":{"enabled":false,"minLux":50,"bri":0,"color":"#FFFFFF"},"rampOn":{"enabled":false,"time":10,"switchOutletsLast":true},"rampOff":{"enabled":false,"time":10,"switchOutletsLast":false},"blink":{"enabled":false,"start":false,"frequency":1,"blinks":3,"bri":100,"color":"#FF0000"}},"All":{"powerNewVal":true,"power":true,"anyOn":true}}
                            lightcontrol.0
                            	2023-05-16 11:10:59.819	debug	[ buildStateDetailsArray ] Type: Light, in Group: Wohnzimmer with Lights: [{"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke hinten","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_brightness_hinten","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_hinten","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Saturation_hinten","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_hinten","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorne","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Brightness_vorne","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Deche_Saturation_vorne","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_vorne","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}},{"description":"Spot","bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri","minVal":0,"maxVal":100,"defaultBri":100,"useBri":true},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct","minVal":0,"maxVal":100,"sendCt":true},"color":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke","power":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power","onVal":true,"offVal":false},"bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri","minVal":0,"maxVal":254,"defaultBri":254,"useBri":false},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct","minVal":2700,"maxVal":6500,"sendCt":true}}] and Light: {"description":"Decke","power":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power","onVal":true,"offVal":false},"bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri","minVal":0,"maxVal":254,"defaultBri":254,"useBri":false},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct","minVal":2700,"maxVal":6500,"sendCt":true}} with Index: 6
                            lightcontrol.0
                            	2023-05-16 11:10:59.820	debug	[ InitCustomStates ] Initialising (22 of 22) "0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch"
                            lightcontrol.0
                            	2023-05-16 11:10:59.819	debug	[ buildLightGroupParameter ] customData {"enabled":true,"CtReverse":false,"defaultBri":"100","whiteModeVal":"false","colorModeVal":"true","colorType":"hex","defaultColor":"#FFFFFF","sendCt":true,"sendSat":true,"sendColor":true,"sendModeswitch":true,"useBri":true,"type":"light","func":"ct","onVal":1,"offVal":0,"minVal":2700,"maxVal":6500,"motionVal":"On","noMotionVal":"Off","group":"Wohnzimmer","description":"Decke"}
                            lightcontrol.0
                            	2023-05-16 11:10:59.819	debug	[ buildStateDetailsArray ] completed for 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct.
                            lightcontrol.0
                            	2023-05-16 11:10:59.817	debug	[ buildStateDetailsArray ] started for 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct
                            lightcontrol.0
                            	2023-05-16 11:10:59.817	debug	[ InitCustomStates ] Initialising (21 of 22) "0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct"
                            lightcontrol.0
                            	2023-05-16 11:11:59.707	debug	[ AdaptiveCt ] adaptiveCtLinear="5429" adaptiveCtSolar="5895"
                            lightcontrol.0
                            	2023-05-16 11:11:59.707	debug	[ AdaptiveCt ] minCT="2700", maxCt="6500", sunset="1684264539905", sunrise="1684208029297", solarNoon="1684236284601"
                            lightcontrol.0
                            	2023-05-16 11:11:59.707	debug	[ AdaptiveCt // getAstroDate] sunsetDate="Tue May 16 2023 21:15:39 GMT+0200 (Mitteleuropäische Sommerzeit)", sunriseDate="Tue May 16 2023 05:33:49 GMT+0200 (Mitteleuropäische Sommerzeit)", solarNoonDate="Tue May 16 2023 13:24:44 GMT+0200 (Mitteleuropäische Sommerzeit)"
                            lightcontrol.0
                            	2023-05-16 11:11:59.707	debug	[ getAstroDate ] getAstroDate(pattern=solarNoon, date=Tue May 16 2023 12:00:00 GMT+0200 (Mitteleuropäische Sommerzeit)) => Tue May 16 2023 13:24:44 GMT+0200 (Mitteleuropäische Sommerzeit)
                            lightcontrol.0
                            	2023-05-16 11:11:59.706	debug	[ getAstroDate ] getAstroDate(pattern=sunrise, date=Tue May 16 2023 12:00:00 GMT+0200 (Mitteleuropäische Sommerzeit)) => Tue May 16 2023 05:33:49 GMT+0200 (Mitteleuropäische Sommerzeit)
                            lightcontrol.0
                            	2023-05-16 11:11:59.706	debug	[ getAstroDate ] getAstroDate(pattern=sunset, date=Tue May 16 2023 12:00:00 GMT+0200 (Mitteleuropäische Sommerzeit)) => Tue May 16 2023 21:15:39 GMT+0200 (Mitteleuropäische Sommerzeit)
                            lightcontrol.0
                            	2023-05-16 11:11:59.706	debug	[ AdaptiveCt ] minCT="2700", maxCt="6500", CtRange="3800"
                            lightcontrol.0
                            	2023-05-16 11:11:30.905	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.ct changed: 3300 (ack = true)
                            lightcontrol.0
                            	2023-05-16 11:11:30.812	debug	Reaching SetCt, Group="Wohnzimmer" Ct="3300"
                            lightcontrol.0
                            	2023-05-16 11:11:30.812	info	[ SetColorMode ] Device="0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch" Val="false
                            lightcontrol.0
                            	2023-05-16 11:11:30.809	info	[ SetColorMode ] Device="0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch" Val="false
                            lightcontrol.0
                            	2023-05-16 11:11:30.802	info	[ SetColorMode ] Device="milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode" Val="false
                            lightcontrol.0
                            	2023-05-16 11:11:30.796	info	[ SetColorMode ] Device="milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode" Val="false
                            lightcontrol.0
                            	2023-05-16 11:11:30.747	info	[ SetColorMode ] Reaching for Group="Wohnzimmer"
                            lightcontrol.0
                            	2023-05-16 11:11:30.747	info	[ WhiteSubstituteColor ] Reaching for Group="Wohnzimmer" = "Wohnzimmer" LightGroups[Group].power="true" LightGroups[Group].color="#FFFFFF
                            lightcontrol.0
                            	2023-05-16 11:11:30.747	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.color changed: #FFFFFF (ack = true)
                            lightcontrol.0
                            	2023-05-16 11:11:30.717	info	[ SetColor ] Reaching for Group="Wohnzimmer" power="true" Color="#FFFFFF"
                            lightcontrol.0
                            	2023-05-16 11:11:30.717	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.bri changed: 0 (ack = true)
                            lightcontrol.0
                            	2023-05-16 11:11:30.622	debug	[ setDeviceBri ] Switching with Power State is activated. Min. Brightness is defined with 2%. Actual Brightness = "0"
                            lightcontrol.0
                            	2023-05-16 11:11:30.621	debug	[ setDeviceBri ] Switching with Brightness is activated. No min. Brightness needed. Actual Brightness = "0"
                            lightcontrol.0
                            	2023-05-16 11:11:30.621	debug	[ setDeviceBri ] Switching with Power State is activated. Min. Brightness is defined with 2%. Actual Brightness = "0"
                            lightcontrol.0
                            	2023-05-16 11:11:30.621	debug	[ setDeviceBri ] Switching with Power State is activated. Min. Brightness is defined with 2%. Actual Brightness = "0"
                            lightcontrol.0
                            	2023-05-16 11:11:30.621	debug	[ SetBrightness ] Reaching for Group="Wohnzimmer", Brightness="0, PowerState="true"
                            lightcontrol.0
                            	2023-05-16 11:11:30.620	info	[ PowerOnAfterCare ] Now setting bri to 0% for Group="Wohnzimmer"
                            lightcontrol.0
                            	2023-05-16 11:11:30.620	info	[ PowerOnAfterCare ] Reaching for Group="Wohnzimmer" bri="0" ct="3300" color="#FFFFFF"
                            lightcontrol.0
                            	2023-05-16 11:11:30.620	debug	[ SetLightState ] Set State "All.anyOn" to true from function="GroupPowerOnOff"
                            lightcontrol.0
                            	2023-05-16 11:11:30.619	debug	[ onStateChange ] state lightcontrol.0.All.power changed: true (ack = true)
                            lightcontrol.0
                            	2023-05-16 11:11:30.615	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.power changed: true (ack = true)
                            lightcontrol.0
                            	2023-05-16 11:11:30.605	info	[ SimpleGroupPowerOnOff ] Simple power on without ramping for Group="Wohnzimmer"
                            lightcontrol.0
                            	2023-05-16 11:11:30.502	debug	[ SimpleGroupPowerOnOff ] Switching on Decke (0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power) with power state
                            lightcontrol.0
                            	2023-05-16 11:11:30.502	debug	[ SimpleGroupPowerOnOff ] Switching on Spot (0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri) with brightness state
                            lightcontrol.0
                            	2023-05-16 11:11:30.501	debug	[ setDeviceBri ] Switching with Brightness is activated. No min. Brightness needed. Actual Brightness = "0"
                            lightcontrol.0
                            	2023-05-16 11:11:30.501	warn	[ SimpleGroupPowerOnOff ] Can't switching on for Light = "Decke vorn" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}}
                            lightcontrol.0
                            	2023-05-16 11:11:30.501	debug	[ SimpleGroupPowerOnOff ] Switching on Decke vorne (alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne) with power state
                            lightcontrol.0
                            	2023-05-16 11:11:30.501	debug	[ SimpleGroupPowerOnOff ] Switching on Decke hinten (alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten) with power state
                            lightcontrol.0
                            	2023-05-16 11:11:30.501	warn	[ SimpleGroupPowerOnOff ] Can't switching on for Light = "hinten" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                            lightcontrol.0
                            	2023-05-16 11:11:30.501	warn	[ SimpleGroupPowerOnOff ] Can't switching on for Light = "vorne" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                            lightcontrol.0
                            	2023-05-16 11:11:30.500	debug	[ GroupPowerOnOff ] Reaching for Group="Wohnzimmer", OnOff="true" rampOn="false" - {"enabled":false,"time":10,"switchOutletsLast":true} rampOff="false" - {"enabled":false,"time":10,"switchOutletsLast":false}
                            lightcontrol.0
                            	2023-05-16 11:11:30.500	info	[ Controller ] Reaching, Group="Wohnzimmer" Property="power" NewVal="true", OldVal=false"
                            lightcontrol.0
                            	2023-05-16 11:11:30.500	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.power changed: true (ack = false)
                            lightcontrol.0
                            	2023-05-16 11:11:26.485	debug	[ SetLightState ] Set State "All.anyOn" to false from function="GroupPowerOnOff"
                            lightcontrol.0
                            	2023-05-16 11:11:26.441	debug	[ onStateChange ] state lightcontrol.0.All.power changed: false (ack = true)
                            lightcontrol.0
                            	2023-05-16 11:11:26.439	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.power changed: false (ack = true)
                            lightcontrol.0
                            	2023-05-16 11:11:26.432	info	[ SimpleGroupPowerOnOff ] Simple power off without ramping for Group="Wohnzimmer"
                            lightcontrol.0
                            	2023-05-16 11:11:26.325	debug	[ SimpleGroupPowerOnOff ] Switching off Decke (0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power) with power state
                            lightcontrol.0
                            	2023-05-16 11:11:26.324	debug	[ SimpleGroupPowerOnOff ] Switching off Spot (0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri) with brightness state
                            lightcontrol.0
                            	2023-05-16 11:11:26.324	debug	[ setDeviceBri ] Switching with Brightness is activated. No min. Brightness needed. Actual Brightness = "0"
                            lightcontrol.0
                            	2023-05-16 11:11:26.324	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "Decke vorn" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}}
                            lightcontrol.0
                            	2023-05-16 11:11:26.324	debug	[ SimpleGroupPowerOnOff ] Switching off Decke vorne (alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne) with power state
                            lightcontrol.0
                            	2023-05-16 11:11:26.324	debug	[ SimpleGroupPowerOnOff ] Switching off Decke hinten (alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten) with power state
                            lightcontrol.0
                            	2023-05-16 11:11:26.323	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "hinten" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                            lightcontrol.0
                            	2023-05-16 11:11:26.323	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "vorne" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                            lightcontrol.0
                            	2023-05-16 11:11:26.323	debug	[ GroupPowerOnOff ] Reaching for Group="Wohnzimmer", OnOff="false" rampOn="false" - {"enabled":false,"time":10,"switchOutletsLast":true} rampOff="false" - {"enabled":false,"time":10,"switchOutletsLast":false}
                            lightcontrol.0
                            	2023-05-16 11:11:26.322	info	[ Controller ] Reaching, Group="Wohnzimmer" Property="power" NewVal="false", OldVal=true"
                            lightcontrol.0
                            	2023-05-16 11:11:26.322	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.power changed: false (ack = false)
                            lightcontrol.0
                            	2023-05-16 11:10:59.917	debug	[ SetLightState ] Set State "All.anyOn" to true from function="noFunction"
                            lightcontrol.0
                            	2023-05-16 11:10:59.874	debug	[ onStateChange ] state lightcontrol.0.All.power changed: true (ack = true)
                            lightcontrol.0
                            	2023-05-16 11:10:59.825	info	Successfully activated LightControl for 22 of 22 states, will do my Job until you stop me!
                            lightcontrol.0
                            	2023-05-16 11:10:59.825	debug	[ InitCustomStates ] subscribed all foreign objects to detect (de)activation of LightControl enabled states
                            lightcontrol.0
                            	2023-05-16 11:10:59.823	info	Initialization of 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch successfully
                            lightcontrol.0
                            	2023-05-16 11:10:59.823	debug	[ buildStateDetailsArray ] Updated LightGroups: {"Wohnzimmer":{"description":"Wohnzimmer","LuxSensor":"","lights":[{"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke hinten","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_brightness_hinten","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_hinten","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Saturation_hinten","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_hinten","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorne","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Brightness_vorne","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Deche_Saturation_vorne","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_vorne","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}},{"description":"Spot","bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri","minVal":0,"maxVal":100,"defaultBri":100,"useBri":true},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct","minVal":0,"maxVal":100,"sendCt":true},"color":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke","power":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power","onVal":true,"offVal":false},"bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri","minVal":0,"maxVal":254,"defaultBri":254,"useBri":false},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct","minVal":2700,"maxVal":6500,"sendCt":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}],"sensors":[],"actualLux":0,"powerNewVal":true,"power":true,"dimmUp":false,"dimmDown":false,"dimmAmount":10,"bri":0,"ct":3300,"color":"#FFFFFF","adaptiveBri":false,"adaptiveCt":false,"adaptiveCtMode":"solar","adaptiveCtTime":"06:00","powerCleaningLight":false,"isMotion":false,"autoOffTimed":{"enabled":false,"autoOffTime":120,"noAutoOffWhenMotion":true,"noticeEnabled":false,"noticeBri":10,"noticeTime":10},"autoOffLux":{"enabled":false,"minLux":500,"dailyLock":false,"operator":">","dailyLockCounter":0},"autoOnMotion":{"enabled":false,"minLux":300,"bri":0,"color":"#FFFFFF"},"autoOnLux":{"enabled":false,"minLux":50,"bri":0,"color":"#FFFFFF","switchOnlyWhenPresence":true,"switchOnlyWhenNoPresence":false,"dailyLock":false,"operator":"<","dailyLockCounter":0},"autoOnPresenceIncrease":{"enabled":false,"minLux":50,"bri":0,"color":"#FFFFFF"},"rampOn":{"enabled":false,"time":10,"switchOutletsLast":true},"rampOff":{"enabled":false,"time":10,"switchOutletsLast":false},"blink":{"enabled":false,"start":false,"frequency":1,"blinks":3,"bri":100,"color":"#FF0000"}},"All":{"powerNewVal":true,"power":true,"anyOn":true}}
                            lightcontrol.0
                            	2023-05-16 11:10:59.823	debug	[ buildStateDetailsArray ] completed for 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch.
                            
                            SchmakusS 1 Reply Last reply
                            0
                            • K kukoratsch
                              lightcontrol.0
                              	2023-05-16 11:11:59.707	debug	[ AdaptiveCt ] adaptiveCtLinear="5429" adaptiveCtSolar="5895"
                              lightcontrol.0
                              	2023-05-16 11:11:59.707	debug	[ AdaptiveCt ] minCT="2700", maxCt="6500", sunset="1684264539905", sunrise="1684208029297", solarNoon="1684236284601"
                              lightcontrol.0
                              	2023-05-16 11:11:59.707	debug	[ AdaptiveCt // getAstroDate] sunsetDate="Tue May 16 2023 21:15:39 GMT+0200 (Mitteleuropäische Sommerzeit)", sunriseDate="Tue May 16 2023 05:33:49 GMT+0200 (Mitteleuropäische Sommerzeit)", solarNoonDate="Tue May 16 2023 13:24:44 GMT+0200 (Mitteleuropäische Sommerzeit)"
                              lightcontrol.0
                              	2023-05-16 11:11:59.707	debug	[ getAstroDate ] getAstroDate(pattern=solarNoon, date=Tue May 16 2023 12:00:00 GMT+0200 (Mitteleuropäische Sommerzeit)) => Tue May 16 2023 13:24:44 GMT+0200 (Mitteleuropäische Sommerzeit)
                              lightcontrol.0
                              	2023-05-16 11:11:59.706	debug	[ getAstroDate ] getAstroDate(pattern=sunrise, date=Tue May 16 2023 12:00:00 GMT+0200 (Mitteleuropäische Sommerzeit)) => Tue May 16 2023 05:33:49 GMT+0200 (Mitteleuropäische Sommerzeit)
                              lightcontrol.0
                              	2023-05-16 11:11:59.706	debug	[ getAstroDate ] getAstroDate(pattern=sunset, date=Tue May 16 2023 12:00:00 GMT+0200 (Mitteleuropäische Sommerzeit)) => Tue May 16 2023 21:15:39 GMT+0200 (Mitteleuropäische Sommerzeit)
                              lightcontrol.0
                              	2023-05-16 11:11:59.706	debug	[ AdaptiveCt ] minCT="2700", maxCt="6500", CtRange="3800"
                              lightcontrol.0
                              	2023-05-16 11:11:30.905	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.ct changed: 3300 (ack = true)
                              lightcontrol.0
                              	2023-05-16 11:11:30.812	debug	Reaching SetCt, Group="Wohnzimmer" Ct="3300"
                              lightcontrol.0
                              	2023-05-16 11:11:30.812	info	[ SetColorMode ] Device="0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch" Val="false
                              lightcontrol.0
                              	2023-05-16 11:11:30.809	info	[ SetColorMode ] Device="0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch" Val="false
                              lightcontrol.0
                              	2023-05-16 11:11:30.802	info	[ SetColorMode ] Device="milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode" Val="false
                              lightcontrol.0
                              	2023-05-16 11:11:30.796	info	[ SetColorMode ] Device="milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode" Val="false
                              lightcontrol.0
                              	2023-05-16 11:11:30.747	info	[ SetColorMode ] Reaching for Group="Wohnzimmer"
                              lightcontrol.0
                              	2023-05-16 11:11:30.747	info	[ WhiteSubstituteColor ] Reaching for Group="Wohnzimmer" = "Wohnzimmer" LightGroups[Group].power="true" LightGroups[Group].color="#FFFFFF
                              lightcontrol.0
                              	2023-05-16 11:11:30.747	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.color changed: #FFFFFF (ack = true)
                              lightcontrol.0
                              	2023-05-16 11:11:30.717	info	[ SetColor ] Reaching for Group="Wohnzimmer" power="true" Color="#FFFFFF"
                              lightcontrol.0
                              	2023-05-16 11:11:30.717	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.bri changed: 0 (ack = true)
                              lightcontrol.0
                              	2023-05-16 11:11:30.622	debug	[ setDeviceBri ] Switching with Power State is activated. Min. Brightness is defined with 2%. Actual Brightness = "0"
                              lightcontrol.0
                              	2023-05-16 11:11:30.621	debug	[ setDeviceBri ] Switching with Brightness is activated. No min. Brightness needed. Actual Brightness = "0"
                              lightcontrol.0
                              	2023-05-16 11:11:30.621	debug	[ setDeviceBri ] Switching with Power State is activated. Min. Brightness is defined with 2%. Actual Brightness = "0"
                              lightcontrol.0
                              	2023-05-16 11:11:30.621	debug	[ setDeviceBri ] Switching with Power State is activated. Min. Brightness is defined with 2%. Actual Brightness = "0"
                              lightcontrol.0
                              	2023-05-16 11:11:30.621	debug	[ SetBrightness ] Reaching for Group="Wohnzimmer", Brightness="0, PowerState="true"
                              lightcontrol.0
                              	2023-05-16 11:11:30.620	info	[ PowerOnAfterCare ] Now setting bri to 0% for Group="Wohnzimmer"
                              lightcontrol.0
                              	2023-05-16 11:11:30.620	info	[ PowerOnAfterCare ] Reaching for Group="Wohnzimmer" bri="0" ct="3300" color="#FFFFFF"
                              lightcontrol.0
                              	2023-05-16 11:11:30.620	debug	[ SetLightState ] Set State "All.anyOn" to true from function="GroupPowerOnOff"
                              lightcontrol.0
                              	2023-05-16 11:11:30.619	debug	[ onStateChange ] state lightcontrol.0.All.power changed: true (ack = true)
                              lightcontrol.0
                              	2023-05-16 11:11:30.615	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.power changed: true (ack = true)
                              lightcontrol.0
                              	2023-05-16 11:11:30.605	info	[ SimpleGroupPowerOnOff ] Simple power on without ramping for Group="Wohnzimmer"
                              lightcontrol.0
                              	2023-05-16 11:11:30.502	debug	[ SimpleGroupPowerOnOff ] Switching on Decke (0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power) with power state
                              lightcontrol.0
                              	2023-05-16 11:11:30.502	debug	[ SimpleGroupPowerOnOff ] Switching on Spot (0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri) with brightness state
                              lightcontrol.0
                              	2023-05-16 11:11:30.501	debug	[ setDeviceBri ] Switching with Brightness is activated. No min. Brightness needed. Actual Brightness = "0"
                              lightcontrol.0
                              	2023-05-16 11:11:30.501	warn	[ SimpleGroupPowerOnOff ] Can't switching on for Light = "Decke vorn" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}}
                              lightcontrol.0
                              	2023-05-16 11:11:30.501	debug	[ SimpleGroupPowerOnOff ] Switching on Decke vorne (alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne) with power state
                              lightcontrol.0
                              	2023-05-16 11:11:30.501	debug	[ SimpleGroupPowerOnOff ] Switching on Decke hinten (alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten) with power state
                              lightcontrol.0
                              	2023-05-16 11:11:30.501	warn	[ SimpleGroupPowerOnOff ] Can't switching on for Light = "hinten" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                              lightcontrol.0
                              	2023-05-16 11:11:30.501	warn	[ SimpleGroupPowerOnOff ] Can't switching on for Light = "vorne" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                              lightcontrol.0
                              	2023-05-16 11:11:30.500	debug	[ GroupPowerOnOff ] Reaching for Group="Wohnzimmer", OnOff="true" rampOn="false" - {"enabled":false,"time":10,"switchOutletsLast":true} rampOff="false" - {"enabled":false,"time":10,"switchOutletsLast":false}
                              lightcontrol.0
                              	2023-05-16 11:11:30.500	info	[ Controller ] Reaching, Group="Wohnzimmer" Property="power" NewVal="true", OldVal=false"
                              lightcontrol.0
                              	2023-05-16 11:11:30.500	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.power changed: true (ack = false)
                              lightcontrol.0
                              	2023-05-16 11:11:26.485	debug	[ SetLightState ] Set State "All.anyOn" to false from function="GroupPowerOnOff"
                              lightcontrol.0
                              	2023-05-16 11:11:26.441	debug	[ onStateChange ] state lightcontrol.0.All.power changed: false (ack = true)
                              lightcontrol.0
                              	2023-05-16 11:11:26.439	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.power changed: false (ack = true)
                              lightcontrol.0
                              	2023-05-16 11:11:26.432	info	[ SimpleGroupPowerOnOff ] Simple power off without ramping for Group="Wohnzimmer"
                              lightcontrol.0
                              	2023-05-16 11:11:26.325	debug	[ SimpleGroupPowerOnOff ] Switching off Decke (0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power) with power state
                              lightcontrol.0
                              	2023-05-16 11:11:26.324	debug	[ SimpleGroupPowerOnOff ] Switching off Spot (0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri) with brightness state
                              lightcontrol.0
                              	2023-05-16 11:11:26.324	debug	[ setDeviceBri ] Switching with Brightness is activated. No min. Brightness needed. Actual Brightness = "0"
                              lightcontrol.0
                              	2023-05-16 11:11:26.324	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "Decke vorn" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}}
                              lightcontrol.0
                              	2023-05-16 11:11:26.324	debug	[ SimpleGroupPowerOnOff ] Switching off Decke vorne (alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne) with power state
                              lightcontrol.0
                              	2023-05-16 11:11:26.324	debug	[ SimpleGroupPowerOnOff ] Switching off Decke hinten (alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten) with power state
                              lightcontrol.0
                              	2023-05-16 11:11:26.323	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "hinten" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                              lightcontrol.0
                              	2023-05-16 11:11:26.323	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "vorne" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                              lightcontrol.0
                              	2023-05-16 11:11:26.323	debug	[ GroupPowerOnOff ] Reaching for Group="Wohnzimmer", OnOff="false" rampOn="false" - {"enabled":false,"time":10,"switchOutletsLast":true} rampOff="false" - {"enabled":false,"time":10,"switchOutletsLast":false}
                              lightcontrol.0
                              	2023-05-16 11:11:26.322	info	[ Controller ] Reaching, Group="Wohnzimmer" Property="power" NewVal="false", OldVal=true"
                              lightcontrol.0
                              	2023-05-16 11:11:26.322	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.power changed: false (ack = false)
                              lightcontrol.0
                              	2023-05-16 11:10:59.917	debug	[ SetLightState ] Set State "All.anyOn" to true from function="noFunction"
                              lightcontrol.0
                              	2023-05-16 11:10:59.874	debug	[ onStateChange ] state lightcontrol.0.All.power changed: true (ack = true)
                              lightcontrol.0
                              	2023-05-16 11:10:59.825	info	Successfully activated LightControl for 22 of 22 states, will do my Job until you stop me!
                              lightcontrol.0
                              	2023-05-16 11:10:59.825	debug	[ InitCustomStates ] subscribed all foreign objects to detect (de)activation of LightControl enabled states
                              lightcontrol.0
                              	2023-05-16 11:10:59.823	info	Initialization of 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch successfully
                              lightcontrol.0
                              	2023-05-16 11:10:59.823	debug	[ buildStateDetailsArray ] completed for 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch.
                              lightcontrol.0
                              	2023-05-16 11:10:59.822	debug	[ buildStateDetailsArray ] Type: Light, in Group: Wohnzimmer with Lights: [{"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke hinten","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_brightness_hinten","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_hinten","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Saturation_hinten","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_hinten","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorne","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Brightness_vorne","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Deche_Saturation_vorne","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_vorne","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}},{"description":"Spot","bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri","minVal":0,"maxVal":100,"defaultBri":100,"useBri":true},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct","minVal":0,"maxVal":100,"sendCt":true},"color":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke","power":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power","onVal":true,"offVal":false},"bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri","minVal":0,"maxVal":254,"defaultBri":254,"useBri":false},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct","minVal":2700,"maxVal":6500,"sendCt":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}] and Light: {"description":"Decke","power":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power","onVal":true,"offVal":false},"bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri","minVal":0,"maxVal":254,"defaultBri":254,"useBri":false},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct","minVal":2700,"maxVal":6500,"sendCt":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}} with Index: 6
                              lightcontrol.0
                              	2023-05-16 11:10:59.823	debug	[ buildStateDetailsArray ] Updated LightGroups: {"Wohnzimmer":{"description":"Wohnzimmer","LuxSensor":"","lights":[{"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke hinten","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_brightness_hinten","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_hinten","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Saturation_hinten","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_hinten","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorne","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Brightness_vorne","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Deche_Saturation_vorne","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_vorne","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}},{"description":"Spot","bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri","minVal":0,"maxVal":100,"defaultBri":100,"useBri":true},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct","minVal":0,"maxVal":100,"sendCt":true},"color":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke","power":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power","onVal":true,"offVal":false},"bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri","minVal":0,"maxVal":254,"defaultBri":254,"useBri":false},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct","minVal":2700,"maxVal":6500,"sendCt":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}],"sensors":[],"actualLux":0,"powerNewVal":true,"power":true,"dimmUp":false,"dimmDown":false,"dimmAmount":10,"bri":0,"ct":3300,"color":"#FFFFFF","adaptiveBri":false,"adaptiveCt":false,"adaptiveCtMode":"solar","adaptiveCtTime":"06:00","powerCleaningLight":false,"isMotion":false,"autoOffTimed":{"enabled":false,"autoOffTime":120,"noAutoOffWhenMotion":true,"noticeEnabled":false,"noticeBri":10,"noticeTime":10},"autoOffLux":{"enabled":false,"minLux":500,"dailyLock":false,"operator":">","dailyLockCounter":0},"autoOnMotion":{"enabled":false,"minLux":300,"bri":0,"color":"#FFFFFF"},"autoOnLux":{"enabled":false,"minLux":50,"bri":0,"color":"#FFFFFF","switchOnlyWhenPresence":true,"switchOnlyWhenNoPresence":false,"dailyLock":false,"operator":"<","dailyLockCounter":0},"autoOnPresenceIncrease":{"enabled":false,"minLux":50,"bri":0,"color":"#FFFFFF"},"rampOn":{"enabled":false,"time":10,"switchOutletsLast":true},"rampOff":{"enabled":false,"time":10,"switchOutletsLast":false},"blink":{"enabled":false,"start":false,"frequency":1,"blinks":3,"bri":100,"color":"#FF0000"}},"All":{"powerNewVal":true,"power":true,"anyOn":true}}
                              lightcontrol.0
                              	2023-05-16 11:10:59.822	debug	[ buildLightGroupParameter ] customData {"enabled":true,"CtReverse":false,"defaultBri":"100","whiteModeVal":"false","colorModeVal":"true","colorType":"hex","defaultColor":"#FFFFFF","sendCt":true,"sendSat":true,"sendColor":true,"sendModeswitch":true,"useBri":true,"type":"light","func":"modeswitch","onVal":1,"offVal":0,"minVal":0,"maxVal":100,"motionVal":"On","noMotionVal":"Off","group":"Wohnzimmer","description":"Decke"}
                              lightcontrol.0
                              	2023-05-16 11:10:59.820	debug	[ buildStateDetailsArray ] started for 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch
                              lightcontrol.0
                              	2023-05-16 11:10:59.820	info	Initialization of 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct successfully
                              lightcontrol.0
                              	2023-05-16 11:10:59.820	debug	[ buildStateDetailsArray ] Updated LightGroups: {"Wohnzimmer":{"description":"Wohnzimmer","LuxSensor":"","lights":[{"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke hinten","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_brightness_hinten","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_hinten","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Saturation_hinten","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_hinten","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorne","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Brightness_vorne","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Deche_Saturation_vorne","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_vorne","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}},{"description":"Spot","bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri","minVal":0,"maxVal":100,"defaultBri":100,"useBri":true},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct","minVal":0,"maxVal":100,"sendCt":true},"color":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke","power":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power","onVal":true,"offVal":false},"bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri","minVal":0,"maxVal":254,"defaultBri":254,"useBri":false},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct","minVal":2700,"maxVal":6500,"sendCt":true}}],"sensors":[],"actualLux":0,"powerNewVal":true,"power":true,"dimmUp":false,"dimmDown":false,"dimmAmount":10,"bri":0,"ct":3300,"color":"#FFFFFF","adaptiveBri":false,"adaptiveCt":false,"adaptiveCtMode":"solar","adaptiveCtTime":"06:00","powerCleaningLight":false,"isMotion":false,"autoOffTimed":{"enabled":false,"autoOffTime":120,"noAutoOffWhenMotion":true,"noticeEnabled":false,"noticeBri":10,"noticeTime":10},"autoOffLux":{"enabled":false,"minLux":500,"dailyLock":false,"operator":">","dailyLockCounter":0},"autoOnMotion":{"enabled":false,"minLux":300,"bri":0,"color":"#FFFFFF"},"autoOnLux":{"enabled":false,"minLux":50,"bri":0,"color":"#FFFFFF","switchOnlyWhenPresence":true,"switchOnlyWhenNoPresence":false,"dailyLock":false,"operator":"<","dailyLockCounter":0},"autoOnPresenceIncrease":{"enabled":false,"minLux":50,"bri":0,"color":"#FFFFFF"},"rampOn":{"enabled":false,"time":10,"switchOutletsLast":true},"rampOff":{"enabled":false,"time":10,"switchOutletsLast":false},"blink":{"enabled":false,"start":false,"frequency":1,"blinks":3,"bri":100,"color":"#FF0000"}},"All":{"powerNewVal":true,"power":true,"anyOn":true}}
                              lightcontrol.0
                              	2023-05-16 11:10:59.819	debug	[ buildStateDetailsArray ] Type: Light, in Group: Wohnzimmer with Lights: [{"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke hinten","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_brightness_hinten","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_hinten","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Saturation_hinten","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_hinten","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorne","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Brightness_vorne","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Deche_Saturation_vorne","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_vorne","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}},{"description":"Spot","bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri","minVal":0,"maxVal":100,"defaultBri":100,"useBri":true},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct","minVal":0,"maxVal":100,"sendCt":true},"color":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke","power":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power","onVal":true,"offVal":false},"bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri","minVal":0,"maxVal":254,"defaultBri":254,"useBri":false},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct","minVal":2700,"maxVal":6500,"sendCt":true}}] and Light: {"description":"Decke","power":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power","onVal":true,"offVal":false},"bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri","minVal":0,"maxVal":254,"defaultBri":254,"useBri":false},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct","minVal":2700,"maxVal":6500,"sendCt":true}} with Index: 6
                              lightcontrol.0
                              	2023-05-16 11:10:59.820	debug	[ InitCustomStates ] Initialising (22 of 22) "0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch"
                              lightcontrol.0
                              	2023-05-16 11:10:59.819	debug	[ buildLightGroupParameter ] customData {"enabled":true,"CtReverse":false,"defaultBri":"100","whiteModeVal":"false","colorModeVal":"true","colorType":"hex","defaultColor":"#FFFFFF","sendCt":true,"sendSat":true,"sendColor":true,"sendModeswitch":true,"useBri":true,"type":"light","func":"ct","onVal":1,"offVal":0,"minVal":2700,"maxVal":6500,"motionVal":"On","noMotionVal":"Off","group":"Wohnzimmer","description":"Decke"}
                              lightcontrol.0
                              	2023-05-16 11:10:59.819	debug	[ buildStateDetailsArray ] completed for 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct.
                              lightcontrol.0
                              	2023-05-16 11:10:59.817	debug	[ buildStateDetailsArray ] started for 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct
                              lightcontrol.0
                              	2023-05-16 11:10:59.817	debug	[ InitCustomStates ] Initialising (21 of 22) "0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct"
                              lightcontrol.0
                              	2023-05-16 11:11:59.707	debug	[ AdaptiveCt ] adaptiveCtLinear="5429" adaptiveCtSolar="5895"
                              lightcontrol.0
                              	2023-05-16 11:11:59.707	debug	[ AdaptiveCt ] minCT="2700", maxCt="6500", sunset="1684264539905", sunrise="1684208029297", solarNoon="1684236284601"
                              lightcontrol.0
                              	2023-05-16 11:11:59.707	debug	[ AdaptiveCt // getAstroDate] sunsetDate="Tue May 16 2023 21:15:39 GMT+0200 (Mitteleuropäische Sommerzeit)", sunriseDate="Tue May 16 2023 05:33:49 GMT+0200 (Mitteleuropäische Sommerzeit)", solarNoonDate="Tue May 16 2023 13:24:44 GMT+0200 (Mitteleuropäische Sommerzeit)"
                              lightcontrol.0
                              	2023-05-16 11:11:59.707	debug	[ getAstroDate ] getAstroDate(pattern=solarNoon, date=Tue May 16 2023 12:00:00 GMT+0200 (Mitteleuropäische Sommerzeit)) => Tue May 16 2023 13:24:44 GMT+0200 (Mitteleuropäische Sommerzeit)
                              lightcontrol.0
                              	2023-05-16 11:11:59.706	debug	[ getAstroDate ] getAstroDate(pattern=sunrise, date=Tue May 16 2023 12:00:00 GMT+0200 (Mitteleuropäische Sommerzeit)) => Tue May 16 2023 05:33:49 GMT+0200 (Mitteleuropäische Sommerzeit)
                              lightcontrol.0
                              	2023-05-16 11:11:59.706	debug	[ getAstroDate ] getAstroDate(pattern=sunset, date=Tue May 16 2023 12:00:00 GMT+0200 (Mitteleuropäische Sommerzeit)) => Tue May 16 2023 21:15:39 GMT+0200 (Mitteleuropäische Sommerzeit)
                              lightcontrol.0
                              	2023-05-16 11:11:59.706	debug	[ AdaptiveCt ] minCT="2700", maxCt="6500", CtRange="3800"
                              lightcontrol.0
                              	2023-05-16 11:11:30.905	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.ct changed: 3300 (ack = true)
                              lightcontrol.0
                              	2023-05-16 11:11:30.812	debug	Reaching SetCt, Group="Wohnzimmer" Ct="3300"
                              lightcontrol.0
                              	2023-05-16 11:11:30.812	info	[ SetColorMode ] Device="0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch" Val="false
                              lightcontrol.0
                              	2023-05-16 11:11:30.809	info	[ SetColorMode ] Device="0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch" Val="false
                              lightcontrol.0
                              	2023-05-16 11:11:30.802	info	[ SetColorMode ] Device="milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode" Val="false
                              lightcontrol.0
                              	2023-05-16 11:11:30.796	info	[ SetColorMode ] Device="milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode" Val="false
                              lightcontrol.0
                              	2023-05-16 11:11:30.747	info	[ SetColorMode ] Reaching for Group="Wohnzimmer"
                              lightcontrol.0
                              	2023-05-16 11:11:30.747	info	[ WhiteSubstituteColor ] Reaching for Group="Wohnzimmer" = "Wohnzimmer" LightGroups[Group].power="true" LightGroups[Group].color="#FFFFFF
                              lightcontrol.0
                              	2023-05-16 11:11:30.747	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.color changed: #FFFFFF (ack = true)
                              lightcontrol.0
                              	2023-05-16 11:11:30.717	info	[ SetColor ] Reaching for Group="Wohnzimmer" power="true" Color="#FFFFFF"
                              lightcontrol.0
                              	2023-05-16 11:11:30.717	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.bri changed: 0 (ack = true)
                              lightcontrol.0
                              	2023-05-16 11:11:30.622	debug	[ setDeviceBri ] Switching with Power State is activated. Min. Brightness is defined with 2%. Actual Brightness = "0"
                              lightcontrol.0
                              	2023-05-16 11:11:30.621	debug	[ setDeviceBri ] Switching with Brightness is activated. No min. Brightness needed. Actual Brightness = "0"
                              lightcontrol.0
                              	2023-05-16 11:11:30.621	debug	[ setDeviceBri ] Switching with Power State is activated. Min. Brightness is defined with 2%. Actual Brightness = "0"
                              lightcontrol.0
                              	2023-05-16 11:11:30.621	debug	[ setDeviceBri ] Switching with Power State is activated. Min. Brightness is defined with 2%. Actual Brightness = "0"
                              lightcontrol.0
                              	2023-05-16 11:11:30.621	debug	[ SetBrightness ] Reaching for Group="Wohnzimmer", Brightness="0, PowerState="true"
                              lightcontrol.0
                              	2023-05-16 11:11:30.620	info	[ PowerOnAfterCare ] Now setting bri to 0% for Group="Wohnzimmer"
                              lightcontrol.0
                              	2023-05-16 11:11:30.620	info	[ PowerOnAfterCare ] Reaching for Group="Wohnzimmer" bri="0" ct="3300" color="#FFFFFF"
                              lightcontrol.0
                              	2023-05-16 11:11:30.620	debug	[ SetLightState ] Set State "All.anyOn" to true from function="GroupPowerOnOff"
                              lightcontrol.0
                              	2023-05-16 11:11:30.619	debug	[ onStateChange ] state lightcontrol.0.All.power changed: true (ack = true)
                              lightcontrol.0
                              	2023-05-16 11:11:30.615	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.power changed: true (ack = true)
                              lightcontrol.0
                              	2023-05-16 11:11:30.605	info	[ SimpleGroupPowerOnOff ] Simple power on without ramping for Group="Wohnzimmer"
                              lightcontrol.0
                              	2023-05-16 11:11:30.502	debug	[ SimpleGroupPowerOnOff ] Switching on Decke (0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power) with power state
                              lightcontrol.0
                              	2023-05-16 11:11:30.502	debug	[ SimpleGroupPowerOnOff ] Switching on Spot (0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri) with brightness state
                              lightcontrol.0
                              	2023-05-16 11:11:30.501	debug	[ setDeviceBri ] Switching with Brightness is activated. No min. Brightness needed. Actual Brightness = "0"
                              lightcontrol.0
                              	2023-05-16 11:11:30.501	warn	[ SimpleGroupPowerOnOff ] Can't switching on for Light = "Decke vorn" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}}
                              lightcontrol.0
                              	2023-05-16 11:11:30.501	debug	[ SimpleGroupPowerOnOff ] Switching on Decke vorne (alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne) with power state
                              lightcontrol.0
                              	2023-05-16 11:11:30.501	debug	[ SimpleGroupPowerOnOff ] Switching on Decke hinten (alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten) with power state
                              lightcontrol.0
                              	2023-05-16 11:11:30.501	warn	[ SimpleGroupPowerOnOff ] Can't switching on for Light = "hinten" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                              lightcontrol.0
                              	2023-05-16 11:11:30.501	warn	[ SimpleGroupPowerOnOff ] Can't switching on for Light = "vorne" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                              lightcontrol.0
                              	2023-05-16 11:11:30.500	debug	[ GroupPowerOnOff ] Reaching for Group="Wohnzimmer", OnOff="true" rampOn="false" - {"enabled":false,"time":10,"switchOutletsLast":true} rampOff="false" - {"enabled":false,"time":10,"switchOutletsLast":false}
                              lightcontrol.0
                              	2023-05-16 11:11:30.500	info	[ Controller ] Reaching, Group="Wohnzimmer" Property="power" NewVal="true", OldVal=false"
                              lightcontrol.0
                              	2023-05-16 11:11:30.500	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.power changed: true (ack = false)
                              lightcontrol.0
                              	2023-05-16 11:11:26.485	debug	[ SetLightState ] Set State "All.anyOn" to false from function="GroupPowerOnOff"
                              lightcontrol.0
                              	2023-05-16 11:11:26.441	debug	[ onStateChange ] state lightcontrol.0.All.power changed: false (ack = true)
                              lightcontrol.0
                              	2023-05-16 11:11:26.439	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.power changed: false (ack = true)
                              lightcontrol.0
                              	2023-05-16 11:11:26.432	info	[ SimpleGroupPowerOnOff ] Simple power off without ramping for Group="Wohnzimmer"
                              lightcontrol.0
                              	2023-05-16 11:11:26.325	debug	[ SimpleGroupPowerOnOff ] Switching off Decke (0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power) with power state
                              lightcontrol.0
                              	2023-05-16 11:11:26.324	debug	[ SimpleGroupPowerOnOff ] Switching off Spot (0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri) with brightness state
                              lightcontrol.0
                              	2023-05-16 11:11:26.324	debug	[ setDeviceBri ] Switching with Brightness is activated. No min. Brightness needed. Actual Brightness = "0"
                              lightcontrol.0
                              	2023-05-16 11:11:26.324	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "Decke vorn" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}}
                              lightcontrol.0
                              	2023-05-16 11:11:26.324	debug	[ SimpleGroupPowerOnOff ] Switching off Decke vorne (alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne) with power state
                              lightcontrol.0
                              	2023-05-16 11:11:26.324	debug	[ SimpleGroupPowerOnOff ] Switching off Decke hinten (alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten) with power state
                              lightcontrol.0
                              	2023-05-16 11:11:26.323	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "hinten" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                              lightcontrol.0
                              	2023-05-16 11:11:26.323	warn	[ SimpleGroupPowerOnOff ] Can't switching off for Light = "vorne" in Group = "Wohnzimmer". No power or brightness state defined. Light: {"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}
                              lightcontrol.0
                              	2023-05-16 11:11:26.323	debug	[ GroupPowerOnOff ] Reaching for Group="Wohnzimmer", OnOff="false" rampOn="false" - {"enabled":false,"time":10,"switchOutletsLast":true} rampOff="false" - {"enabled":false,"time":10,"switchOutletsLast":false}
                              lightcontrol.0
                              	2023-05-16 11:11:26.322	info	[ Controller ] Reaching, Group="Wohnzimmer" Property="power" NewVal="false", OldVal=true"
                              lightcontrol.0
                              	2023-05-16 11:11:26.322	debug	[ onStateChange ] state lightcontrol.0.Wohnzimmer.power changed: false (ack = false)
                              lightcontrol.0
                              	2023-05-16 11:10:59.917	debug	[ SetLightState ] Set State "All.anyOn" to true from function="noFunction"
                              lightcontrol.0
                              	2023-05-16 11:10:59.874	debug	[ onStateChange ] state lightcontrol.0.All.power changed: true (ack = true)
                              lightcontrol.0
                              	2023-05-16 11:10:59.825	info	Successfully activated LightControl for 22 of 22 states, will do my Job until you stop me!
                              lightcontrol.0
                              	2023-05-16 11:10:59.825	debug	[ InitCustomStates ] subscribed all foreign objects to detect (de)activation of LightControl enabled states
                              lightcontrol.0
                              	2023-05-16 11:10:59.823	info	Initialization of 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch successfully
                              lightcontrol.0
                              	2023-05-16 11:10:59.823	debug	[ buildStateDetailsArray ] Updated LightGroups: {"Wohnzimmer":{"description":"Wohnzimmer","LuxSensor":"","lights":[{"description":"vorne","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"hinten","modeswitch":{"oid":"milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke hinten","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_brightness_hinten","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_hinten","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Saturation_hinten","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_hinten","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorne","bri":{"oid":"alias.0.Wohnzimmer.Licht.Decke_Brightness_vorne","minVal":0,"maxVal":100,"defaultBri":100,"useBri":false},"sat":{"oid":"alias.0.Wohnzimmer.Licht.Deche_Saturation_vorne","minVal":0,"maxVal":100,"sendCt":true},"power":{"oid":"alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne","onVal":true,"offVal":false},"ct":{"oid":"alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_vorne","minVal":0,"maxVal":100,"sendCt":true}},{"description":"Decke vorn","color":{"oid":"alias.0.Wohnzimmer.Licht.Decke_RGB_vorne","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true}},{"description":"Spot","bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri","minVal":0,"maxVal":100,"defaultBri":100,"useBri":true},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct","minVal":0,"maxVal":100,"sendCt":true},"color":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX","colorType":"hex","defaultColor":"#FFFFFF","sendColor":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}},{"description":"Decke","power":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power","onVal":true,"offVal":false},"bri":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri","minVal":0,"maxVal":254,"defaultBri":254,"useBri":false},"sat":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat","minVal":0,"maxVal":100,"sendCt":true},"ct":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct","minVal":2700,"maxVal":6500,"sendCt":true},"modeswitch":{"oid":"0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch","whiteModeVal":false,"colorModeVal":true,"sendModeswitch":true}}],"sensors":[],"actualLux":0,"powerNewVal":true,"power":true,"dimmUp":false,"dimmDown":false,"dimmAmount":10,"bri":0,"ct":3300,"color":"#FFFFFF","adaptiveBri":false,"adaptiveCt":false,"adaptiveCtMode":"solar","adaptiveCtTime":"06:00","powerCleaningLight":false,"isMotion":false,"autoOffTimed":{"enabled":false,"autoOffTime":120,"noAutoOffWhenMotion":true,"noticeEnabled":false,"noticeBri":10,"noticeTime":10},"autoOffLux":{"enabled":false,"minLux":500,"dailyLock":false,"operator":">","dailyLockCounter":0},"autoOnMotion":{"enabled":false,"minLux":300,"bri":0,"color":"#FFFFFF"},"autoOnLux":{"enabled":false,"minLux":50,"bri":0,"color":"#FFFFFF","switchOnlyWhenPresence":true,"switchOnlyWhenNoPresence":false,"dailyLock":false,"operator":"<","dailyLockCounter":0},"autoOnPresenceIncrease":{"enabled":false,"minLux":50,"bri":0,"color":"#FFFFFF"},"rampOn":{"enabled":false,"time":10,"switchOutletsLast":true},"rampOff":{"enabled":false,"time":10,"switchOutletsLast":false},"blink":{"enabled":false,"start":false,"frequency":1,"blinks":3,"bri":100,"color":"#FF0000"}},"All":{"powerNewVal":true,"power":true,"anyOn":true}}
                              lightcontrol.0
                              	2023-05-16 11:10:59.823	debug	[ buildStateDetailsArray ] completed for 0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch.
                              
                              SchmakusS Offline
                              SchmakusS Offline
                              Schmakus
                              Developer
                              wrote on last edited by
                              #69

                              @kukoratsch Das ist nicht das gesamte logging. bitte Adapter einmal neustarten. Welche Version ist installiert? bitte Namen der Lichter prüfen.

                              Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

                              K 2 Replies Last reply
                              0
                              • SchmakusS Schmakus

                                @kukoratsch Das ist nicht das gesamte logging. bitte Adapter einmal neustarten. Welche Version ist installiert? bitte Namen der Lichter prüfen.

                                K Offline
                                K Offline
                                kukoratsch
                                wrote on last edited by
                                #70

                                @schmakus Verision 1.2.16 Log ist zu gross
                                neu 2.txt

                                SchmakusS 1 Reply Last reply
                                0
                                • SchmakusS Schmakus

                                  @kukoratsch Das ist nicht das gesamte logging. bitte Adapter einmal neustarten. Welche Version ist installiert? bitte Namen der Lichter prüfen.

                                  K Offline
                                  K Offline
                                  kukoratsch
                                  wrote on last edited by
                                  #71

                                  @schmakus sagte in Adapter LightControl 0.2.x Latest:

                                  @kukoratsch bitte Namen der Lichter prüfen.

                                  Das wahr mein Fehler. Danke

                                  1 Reply Last reply
                                  0
                                  • K kukoratsch

                                    @schmakus Verision 1.2.16 Log ist zu gross
                                    neu 2.txt

                                    SchmakusS Offline
                                    SchmakusS Offline
                                    Schmakus
                                    Developer
                                    wrote on last edited by Schmakus
                                    #72

                                    @kukoratsch sagte in Adapter LightControl 0.2.x Latest:

                                    @schmakus Verision 1.2.16 Log ist zu gross
                                    neu 2.txt

                                    Also:
                                    Lampe "vorne" hat keinen power oder state Datenpunkt
                                    Lampe "hinten" hat keinen power oder state Datenpunkt
                                    Lampe "Decke vorne" hat keinen power oder state Datenpunkt

                                    Und bitte lösche den ganzen Baum 0_userdata.0.lightcontrol_DEV.Lamps. Aufgrund eines Fehlers meinerseits hat es Datenpunkte bei dir angelegt, wo keine sein dürften. ;-)

                                    Und zu guter Letzt: Bitte künftig bei den Logs auf LightControl filtern. Sonst suche ich mir einen Hirsch, wenn noch Logs von SourceAnalytix usw. dabei sind.

                                    {
                                    	"Wohnzimmer": {
                                    		"description": "Wohnzimmer",
                                    		"LuxSensor": "",
                                    		"lights": [{
                                    			"description": "vorne",
                                    			"modeswitch": {
                                    				"oid": "milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode",
                                    				"whiteModeVal": false,
                                    				"colorModeVal": true,
                                    				"sendModeswitch": true
                                    			}
                                    		}, {
                                    			"description": "hinten",
                                    			"modeswitch": {
                                    				"oid": "milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode",
                                    				"whiteModeVal": false,
                                    				"colorModeVal": true,
                                    				"sendModeswitch": true
                                    			}
                                    		}, {
                                    			"description": "Decke hinten",
                                    			"bri": {
                                    				"oid": "alias.0.Wohnzimmer.Licht.Decke_brightness_hinten",
                                    				"minVal": 0,
                                    				"maxVal": 100,
                                    				"defaultBri": 100,
                                    				"useBri": false
                                    			},
                                    			"color": {
                                    				"oid": "alias.0.Wohnzimmer.Licht.Decke_RGB_hinten",
                                    				"colorType": "hex",
                                    				"defaultColor": "#FFFFFF",
                                    				"sendColor": true
                                    			},
                                    			"sat": {
                                    				"oid": "alias.0.Wohnzimmer.Licht.Decke_Saturation_hinten",
                                    				"minVal": 0,
                                    				"maxVal": 100,
                                    				"sendCt": true
                                    			},
                                    			"power": {
                                    				"oid": "alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten",
                                    				"onVal": true,
                                    				"offVal": false
                                    			},
                                    			"ct": {
                                    				"oid": "alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_hinten",
                                    				"minVal": 0,
                                    				"maxVal": 100,
                                    				"sendCt": true
                                    			}
                                    		}, {
                                    			"description": "Decke vorne",
                                    			"bri": {
                                    				"oid": "alias.0.Wohnzimmer.Licht.Decke_Brightness_vorne",
                                    				"minVal": 0,
                                    				"maxVal": 100,
                                    				"defaultBri": 100,
                                    				"useBri": false
                                    			},
                                    			"sat": {
                                    				"oid": "alias.0.Wohnzimmer.Licht.Deche_Saturation_vorne",
                                    				"minVal": 0,
                                    				"maxVal": 100,
                                    				"sendCt": true
                                    			},
                                    			"power": {
                                    				"oid": "alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne",
                                    				"onVal": true,
                                    				"offVal": false
                                    			},
                                    			"ct": {
                                    				"oid": "alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_vorne",
                                    				"minVal": 0,
                                    				"maxVal": 100,
                                    				"sendCt": true
                                    			}
                                    		}, {
                                    			"description": "Decke vorn",
                                    			"color": {
                                    				"oid": "alias.0.Wohnzimmer.Licht.Decke_RGB_vorne",
                                    				"colorType": "hex",
                                    				"defaultColor": "#FFFFFF",
                                    				"sendColor": true
                                    			}
                                    		}, {
                                    			"description": "Spot",
                                    			"bri": {
                                    				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri",
                                    				"minVal": 0,
                                    				"maxVal": 100,
                                    				"defaultBri": 100,
                                    				"useBri": true
                                    			},
                                    			"sat": {
                                    				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat",
                                    				"minVal": 0,
                                    				"maxVal": 100,
                                    				"sendCt": true
                                    			},
                                    			"ct": {
                                    				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct",
                                    				"minVal": 0,
                                    				"maxVal": 100,
                                    				"sendCt": true
                                    			},
                                    			"color": {
                                    				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX",
                                    				"colorType": "hex",
                                    				"defaultColor": "#FFFFFF",
                                    				"sendColor": true
                                    			},
                                    			"modeswitch": {
                                    				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch",
                                    				"whiteModeVal": false,
                                    				"colorModeVal": true,
                                    				"sendModeswitch": true
                                    			}
                                    		}, {
                                    			"description": "Decke",
                                    			"power": {
                                    				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power",
                                    				"onVal": true,
                                    				"offVal": false
                                    			},
                                    			"bri": {
                                    				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri",
                                    				"minVal": 0,
                                    				"maxVal": 254,
                                    				"defaultBri": 254,
                                    				"useBri": false
                                    			},
                                    			"sat": {
                                    				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat",
                                    				"minVal": 0,
                                    				"maxVal": 100,
                                    				"sendCt": true
                                    			},
                                    			"ct": {
                                    				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct",
                                    				"minVal": 2700,
                                    				"maxVal": 6500,
                                    				"sendCt": true
                                    			},
                                    			"modeswitch": {
                                    				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch",
                                    				"whiteModeVal": false,
                                    				"colorModeVal": true,
                                    				"sendModeswitch": true
                                    			}
                                    		}],
                                    		"sensors": [],
                                    		"actualLux": 0,
                                    		"powerNewVal": false,
                                    		"power": false,
                                    		"dimmUp": false,
                                    		"dimmDown": false,
                                    		"dimmAmount": 10,
                                    		"bri": 100,
                                    		"ct": 3300,
                                    		"color": "#FFFFFF",
                                    		"adaptiveBri": false,
                                    		"adaptiveCt": false,
                                    		"adaptiveCtMode": "solar",
                                    		"adaptiveCtTime": "06:00",
                                    		"powerCleaningLight": false,
                                    		"isMotion": false,
                                    		"autoOffTimed": {
                                    			"enabled": false,
                                    			"autoOffTime": 120,
                                    			"noAutoOffWhenMotion": true,
                                    			"noticeEnabled": false,
                                    			"noticeBri": 10,
                                    			"noticeTime": 10
                                    		},
                                    		"autoOffLux": {
                                    			"enabled": false,
                                    			"minLux": 500,
                                    			"dailyLock": false,
                                    			"operator": ">",
                                    			"dailyLockCounter": 0
                                    		},
                                    		"autoOnMotion": {
                                    			"enabled": false,
                                    			"minLux": 300,
                                    			"bri": 0,
                                    			"color": "#FFFFFF"
                                    		},
                                    		"autoOnLux": {
                                    			"enabled": false,
                                    			"minLux": 50,
                                    			"bri": 0,
                                    			"color": "#FFFFFF",
                                    			"switchOnlyWhenPresence": true,
                                    			"switchOnlyWhenNoPresence": false,
                                    			"dailyLock": false,
                                    			"operator": "<",
                                    			"dailyLockCounter": 0
                                    		},
                                    		"autoOnPresenceIncrease": {
                                    			"enabled": false,
                                    			"minLux": 50,
                                    			"bri": 0,
                                    			"color": "#FFFFFF"
                                    		},
                                    		"rampOn": {
                                    			"enabled": false,
                                    			"time": 10,
                                    			"switchOutletsLast": true
                                    		},
                                    		"rampOff": {
                                    			"enabled": false,
                                    			"time": 10,
                                    			"switchOutletsLast": false
                                    		},
                                    		"blink": {
                                    			"enabled": false,
                                    			"start": false,
                                    			"frequency": 1,
                                    			"blinks": 3,
                                    			"bri": 100,
                                    			"color": "#FF0000"
                                    		}
                                    	},
                                    	"All": {
                                    		"powerNewVal": true,
                                    		"power": true,
                                    		"anyOn": true
                                    	}
                                    }
                                    

                                    Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

                                    K 1 Reply Last reply
                                    0
                                    • SchmakusS Schmakus

                                      @kukoratsch sagte in Adapter LightControl 0.2.x Latest:

                                      @schmakus Verision 1.2.16 Log ist zu gross
                                      neu 2.txt

                                      Also:
                                      Lampe "vorne" hat keinen power oder state Datenpunkt
                                      Lampe "hinten" hat keinen power oder state Datenpunkt
                                      Lampe "Decke vorne" hat keinen power oder state Datenpunkt

                                      Und bitte lösche den ganzen Baum 0_userdata.0.lightcontrol_DEV.Lamps. Aufgrund eines Fehlers meinerseits hat es Datenpunkte bei dir angelegt, wo keine sein dürften. ;-)

                                      Und zu guter Letzt: Bitte künftig bei den Logs auf LightControl filtern. Sonst suche ich mir einen Hirsch, wenn noch Logs von SourceAnalytix usw. dabei sind.

                                      {
                                      	"Wohnzimmer": {
                                      		"description": "Wohnzimmer",
                                      		"LuxSensor": "",
                                      		"lights": [{
                                      			"description": "vorne",
                                      			"modeswitch": {
                                      				"oid": "milight-smart-light.0.Wohnzimmer_vorne.fullColor8Zone-1.whiteMode",
                                      				"whiteModeVal": false,
                                      				"colorModeVal": true,
                                      				"sendModeswitch": true
                                      			}
                                      		}, {
                                      			"description": "hinten",
                                      			"modeswitch": {
                                      				"oid": "milight-smart-light.0.Wohnzimmer_hinten.fullColor8Zone-2.whiteMode",
                                      				"whiteModeVal": false,
                                      				"colorModeVal": true,
                                      				"sendModeswitch": true
                                      			}
                                      		}, {
                                      			"description": "Decke hinten",
                                      			"bri": {
                                      				"oid": "alias.0.Wohnzimmer.Licht.Decke_brightness_hinten",
                                      				"minVal": 0,
                                      				"maxVal": 100,
                                      				"defaultBri": 100,
                                      				"useBri": false
                                      			},
                                      			"color": {
                                      				"oid": "alias.0.Wohnzimmer.Licht.Decke_RGB_hinten",
                                      				"colorType": "hex",
                                      				"defaultColor": "#FFFFFF",
                                      				"sendColor": true
                                      			},
                                      			"sat": {
                                      				"oid": "alias.0.Wohnzimmer.Licht.Decke_Saturation_hinten",
                                      				"minVal": 0,
                                      				"maxVal": 100,
                                      				"sendCt": true
                                      			},
                                      			"power": {
                                      				"oid": "alias.0.Wohnzimmer.Licht.Deckenschalter_onoff_hinten",
                                      				"onVal": true,
                                      				"offVal": false
                                      			},
                                      			"ct": {
                                      				"oid": "alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_hinten",
                                      				"minVal": 0,
                                      				"maxVal": 100,
                                      				"sendCt": true
                                      			}
                                      		}, {
                                      			"description": "Decke vorne",
                                      			"bri": {
                                      				"oid": "alias.0.Wohnzimmer.Licht.Decke_Brightness_vorne",
                                      				"minVal": 0,
                                      				"maxVal": 100,
                                      				"defaultBri": 100,
                                      				"useBri": false
                                      			},
                                      			"sat": {
                                      				"oid": "alias.0.Wohnzimmer.Licht.Deche_Saturation_vorne",
                                      				"minVal": 0,
                                      				"maxVal": 100,
                                      				"sendCt": true
                                      			},
                                      			"power": {
                                      				"oid": "alias.0.Wohnzimmer.Licht.Deckeschalter_onoff_vorne",
                                      				"onVal": true,
                                      				"offVal": false
                                      			},
                                      			"ct": {
                                      				"oid": "alias.0.Wohnzimmer.Licht.Decke_whiteTemperature_vorne",
                                      				"minVal": 0,
                                      				"maxVal": 100,
                                      				"sendCt": true
                                      			}
                                      		}, {
                                      			"description": "Decke vorn",
                                      			"color": {
                                      				"oid": "alias.0.Wohnzimmer.Licht.Decke_RGB_vorne",
                                      				"colorType": "hex",
                                      				"defaultColor": "#FFFFFF",
                                      				"sendColor": true
                                      			}
                                      		}, {
                                      			"description": "Spot",
                                      			"bri": {
                                      				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.bri",
                                      				"minVal": 0,
                                      				"maxVal": 100,
                                      				"defaultBri": 100,
                                      				"useBri": true
                                      			},
                                      			"sat": {
                                      				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.sat",
                                      				"minVal": 0,
                                      				"maxVal": 100,
                                      				"sendCt": true
                                      			},
                                      			"ct": {
                                      				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.ct",
                                      				"minVal": 0,
                                      				"maxVal": 100,
                                      				"sendCt": true
                                      			},
                                      			"color": {
                                      				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorHEX",
                                      				"colorType": "hex",
                                      				"defaultColor": "#FFFFFF",
                                      				"sendColor": true
                                      			},
                                      			"modeswitch": {
                                      				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp1.colorModeSwitch",
                                      				"whiteModeVal": false,
                                      				"colorModeVal": true,
                                      				"sendModeswitch": true
                                      			}
                                      		}, {
                                      			"description": "Decke",
                                      			"power": {
                                      				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.power",
                                      				"onVal": true,
                                      				"offVal": false
                                      			},
                                      			"bri": {
                                      				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.bri",
                                      				"minVal": 0,
                                      				"maxVal": 254,
                                      				"defaultBri": 254,
                                      				"useBri": false
                                      			},
                                      			"sat": {
                                      				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.sat",
                                      				"minVal": 0,
                                      				"maxVal": 100,
                                      				"sendCt": true
                                      			},
                                      			"ct": {
                                      				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.ct",
                                      				"minVal": 2700,
                                      				"maxVal": 6500,
                                      				"sendCt": true
                                      			},
                                      			"modeswitch": {
                                      				"oid": "0_userdata.0.lightcontrol_DEV.Lamps.Lamp2.colorModeSwitch",
                                      				"whiteModeVal": false,
                                      				"colorModeVal": true,
                                      				"sendModeswitch": true
                                      			}
                                      		}],
                                      		"sensors": [],
                                      		"actualLux": 0,
                                      		"powerNewVal": false,
                                      		"power": false,
                                      		"dimmUp": false,
                                      		"dimmDown": false,
                                      		"dimmAmount": 10,
                                      		"bri": 100,
                                      		"ct": 3300,
                                      		"color": "#FFFFFF",
                                      		"adaptiveBri": false,
                                      		"adaptiveCt": false,
                                      		"adaptiveCtMode": "solar",
                                      		"adaptiveCtTime": "06:00",
                                      		"powerCleaningLight": false,
                                      		"isMotion": false,
                                      		"autoOffTimed": {
                                      			"enabled": false,
                                      			"autoOffTime": 120,
                                      			"noAutoOffWhenMotion": true,
                                      			"noticeEnabled": false,
                                      			"noticeBri": 10,
                                      			"noticeTime": 10
                                      		},
                                      		"autoOffLux": {
                                      			"enabled": false,
                                      			"minLux": 500,
                                      			"dailyLock": false,
                                      			"operator": ">",
                                      			"dailyLockCounter": 0
                                      		},
                                      		"autoOnMotion": {
                                      			"enabled": false,
                                      			"minLux": 300,
                                      			"bri": 0,
                                      			"color": "#FFFFFF"
                                      		},
                                      		"autoOnLux": {
                                      			"enabled": false,
                                      			"minLux": 50,
                                      			"bri": 0,
                                      			"color": "#FFFFFF",
                                      			"switchOnlyWhenPresence": true,
                                      			"switchOnlyWhenNoPresence": false,
                                      			"dailyLock": false,
                                      			"operator": "<",
                                      			"dailyLockCounter": 0
                                      		},
                                      		"autoOnPresenceIncrease": {
                                      			"enabled": false,
                                      			"minLux": 50,
                                      			"bri": 0,
                                      			"color": "#FFFFFF"
                                      		},
                                      		"rampOn": {
                                      			"enabled": false,
                                      			"time": 10,
                                      			"switchOutletsLast": true
                                      		},
                                      		"rampOff": {
                                      			"enabled": false,
                                      			"time": 10,
                                      			"switchOutletsLast": false
                                      		},
                                      		"blink": {
                                      			"enabled": false,
                                      			"start": false,
                                      			"frequency": 1,
                                      			"blinks": 3,
                                      			"bri": 100,
                                      			"color": "#FF0000"
                                      		}
                                      	},
                                      	"All": {
                                      		"powerNewVal": true,
                                      		"power": true,
                                      		"anyOn": true
                                      	}
                                      }
                                      
                                      K Offline
                                      K Offline
                                      kukoratsch
                                      wrote on last edited by
                                      #73

                                      @schmakus Dankeschön jetzt läuft alles.

                                      SchmakusS 1 Reply Last reply
                                      0
                                      • K kukoratsch

                                        @schmakus Dankeschön jetzt läuft alles.

                                        SchmakusS Offline
                                        SchmakusS Offline
                                        Schmakus
                                        Developer
                                        wrote on last edited by
                                        #74

                                        @kukoratsch sagte in Adapter LightControl 0.2.x Latest:

                                        @schmakus Dankeschön jetzt läuft alles.

                                        :+1: Perfekt. Wenn noch was sein sollte, einfach hier melden oder auf Github ein Issue aufmachen.
                                        Aktuell bin ich dran, die erste Stable zu veröffentlichen.

                                        Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

                                        1 Reply Last reply
                                        1
                                        • M-A HuebM Offline
                                          M-A HuebM Offline
                                          M-A Hueb
                                          wrote on last edited by
                                          #75

                                          Hat jemand diesen Adapter schon erfolgreich mit dem Shelly RGBW2 im Einsatz? Ich verwende den mit einem RGBWW-LED Streifen und würde gerne das im Tagesverlauf anpassende Licht verwenden.

                                          iobroker unter Win10. NPM 10.9.3 Node.js v22.18.0 js-controller 7.0.7

                                          ? SchmakusS 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          553

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe