Navigation

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

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Adapter LightControl 0.4.x Stable

    This topic has been deleted. Only users with topic management privileges can see it.
    • Neuschwansteini
      Neuschwansteini @sit-in last edited by

      @sit-in Exit code 0 bedeutet, alles ok! Also einfach dann manuell eine Instanz hinzufuegen, wie Thomas schon geschrieben hat..

      1 Reply Last reply Reply Quote 0
      • S
        sit-in last edited by

        Super, hat alles geklappt, vielen Dank!

        Kann jetzt auch schon über einen Sensor eine schaltbare Steckdose mit Lampe steuern.

        Aber nun kommt die nächste Frage: Wenn ich die Steckdose/Lampe zuvor manuell eingeschaltet habe und sagen wir mal, sie ist schon 10 Minuten eingeschaltet ohne dass der Bewegungsmelder eine Bewegung erkennt, dann wird sie aber für die eingestellte Zeit nach Bewegungserkennung noch leuchten und dann ausgeschaltet. D.h. der Bewegungsmelder bzw. der Adapter Lightcontrol ist der Master.

        Gibt es eine Möglichkeit es so einzustellen, dass, wenn die Lampe schon vor der Bewegungserkennung eingeschaltet war, diese unabhängig von der Bewegungserkennung weiter eingeschaltet bleibt?
        Das wäre wirklich, wirklich klasse! Denn so könnte ich meinen Gartenweg beleuchten wenn ich dort lang gehe, aber auch wiederrum bei langen Sommerabenden die Beleuchtung auf Dauer eingeschaltet lassen...

        Schmakus 1 Reply Last reply Reply Quote 0
        • Schmakus
          Schmakus Developer @sit-in last edited by

          @sit-in Wie du schon geschrieben hast, soll der Adapter der Master sein. Bedeutet alle Schaltvorgänge soll er übernehmen. Folglich ist es dem Adapter egal, was mit der Lampe davor oder danach manuell gemacht wird. Das wird sich auch nicht ändern.
          AutoOff wirkt sich immer beim Einschalten einer Gruppe aus. Egal ob mit Sensor oder über Datenpunkt "power".
          Wenn du möchtest, dass bei manuellen einschalten kein AutoOff wirkt, dann musst du das selbst über ein Script lösen, indem du zuerst AutoOff deaktivierst und dann über power einschaltest. Gleiches umgekehrt, wenn du das Licht ausschaltest.

          S 1 Reply Last reply Reply Quote 0
          • S
            sit-in @Schmakus last edited by

            @schmakus Danke Dir für die Rückmeldung!

            Okay, dann versuche ich es mal in einem Script zu schreiben.. Bin da aber noch ein totaler Neuling.
            Falls hier schonmal jemand eine Lösung gefunden hat, gerne melden 🙂

            Schmakus 1 Reply Last reply Reply Quote 0
            • Schmakus
              Schmakus Developer @sit-in last edited by Schmakus

              @sit-in Hier ein kleinen Blockly Beispiel mit einem Taster und einem Schalter als Auslöser.
              Wenn du einen physikalischen Taster verwendest anstatt einen eigenen Datenpunkt, solltest du den Trigger auf "bestätigte Änderung" anstatt "egal" umstellen.

              Xnip2023-04-11_15-59-17.jpg

              S 1 Reply Last reply Reply Quote 2
              • S
                sit-in @Schmakus last edited by

                @schmakus Vielen Dank!!! Probiere ich aus 🙂

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

                  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!

                  FredF 1 Reply Last reply Reply Quote 0
                  • M-A Hueb
                    M-A Hueb last edited by 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?

                    Schmakus 1 Reply Last reply Reply Quote 0
                    • Schmakus
                      Schmakus Developer @M-A Hueb last edited by

                      @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 Hueb 1 Reply Last reply Reply Quote 0
                      • M-A Hueb
                        M-A Hueb @Schmakus last edited by

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

                        FredF 1 Reply Last reply Reply Quote 0
                        • FredF
                          FredF Most Active Forum Testing @Schmakus last edited by

                          @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?

                          Schmakus 2 Replies Last reply Reply Quote 0
                          • FredF
                            FredF Most Active Forum Testing @M-A Hueb last edited by

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

                            Wert für Standardfarbe

                            Wo ist denn diese Eingabe?

                            Schmakus 1 Reply Last reply Reply Quote 0
                            • Schmakus
                              Schmakus Developer @FredF last edited by

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

                              1 Reply Last reply Reply Quote 1
                              • Schmakus
                                Schmakus Developer @FredF last edited by

                                @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“

                                FredF 1 Reply Last reply Reply Quote 0
                                • FredF
                                  FredF Most Active Forum Testing @Schmakus last edited by

                                  @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 Reply Quote 0
                                  • Schmakus
                                    Schmakus Developer @FredF last edited by

                                    @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 1 Reply Last reply Reply Quote 1
                                    • K
                                      kukoratsch @Schmakus last edited by

                                      @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}}
                                      
                                      Schmakus 1 Reply Last reply Reply Quote 0
                                      • Schmakus
                                        Schmakus Developer @kukoratsch last edited by

                                        @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 1 Reply Last reply Reply Quote 0
                                        • K
                                          kukoratsch @Schmakus last edited by kukoratsch

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

                                          Schmakus 1 Reply Last reply Reply Quote 0
                                          • Schmakus
                                            Schmakus Developer @kukoratsch last edited by 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 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            524
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            light light control lightcontrol motion motion detection
                                            18
                                            117
                                            11128
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo