Ankündigung

Einklappen
Keine Ankündigung bisher.

- √ - Milight Verständnisfrage

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    - √ - Milight Verständnisfrage

    Hallo Leute,

    ich habe ein merkwürdiges Verhalten meiner Milight LED bulb.
    Folgende Komponenten habe ich mir gekauft:

    Milight Bridge - hierbei handelt es sich um die v3.0
    Link

    und eine entsprechende LED bulb e27 rgbw

    Link

    Anschließend habe ich mich an die Anleitung gehalten und habe die Bridge in mein WLAN integriert, das hat auch sauber funktioniert. Anleitung

    Nun kommt der Punkt der mich stutzig macht, nun wollte ich die LED bulb mit der Bridge verbinden. (Alles über die Milight iOS App)
    Ich bin der Auffassung das es sich um eine RGBW LED bulb handelt, somit wollte ich das binding über die Milight App machen, nur leider funktioniert es nicht. Die LED bulb wird nicht angelernt.

    Code:
    FOR Milight RGBW BULBS. Go to the section below.
    
    To sync the bulb simply switch the light off, switch it back on and press any of (the top I) of the buttons labelled 1,2,3 or 4 as indicated in the image.
    
    The number 1,2,3 and 4 buttons has two-buttons-in-one. On these buttons you will find the symbol I and O. I is above the numbers and O is below it. To sync you must press the I.
    
    The numbered buttons are for grouping so you can use the buttons to group the bulbs to your taste.
    
    Switching on The White Light
    
    To Switch on the White Light inside the RGBW bulb simply hold down the (ON) button for 3 seconds.
    Wenn ich jetzt der Anleitung folge um eine RGB bulb anzulernen funktioniert es....

    Code:
    FOR Milight RGB BULBS. Go to the section below.
    
    Switch your light off. Switch the light back on and immediately press the button as indicated (in purple) on the image above. You only need to press the button once. The bulb will blink 3 times to indicate it is synced. You are now fully in control of the bulb.
    Natürlich fehlt mir jetzt die Funktionalität einfach die LED bulb auf Weiß zu stellen :/ über Umwege kann ich das machen.(In dem Programm-Modus suchen)

    Im openhab kann ich das Binding nur durchführen wie es für eine RGB LED bulb gemacht wird... Also hier kann ich halt auch nicht den whiteMode benutzen.

    Ich bin ratlos :/ ??? jemand ne Idee ?? Oder funktioniert das anlernen nur sauber wenn man es mit der Fernbedienung macht ? (Die ich leider nicht habe)

    Danke Leute !

    #2
    Hallo too231

    Ich habe ebenfalls ein kleines milight Set.

    Und kann dir nur sagen ich besitze ebenfalls keine Fernbedienung und habe alles nur über das Android App gemacht.
    Dabei hatte ich auch erst etwas Probleme. Wenn ich mich recht erinnere ging es nicht exakt nach Anleitung sondern ich musste auf der Virtuellen Fernbedienung statt dem "Ein" Schalter auf den Szenen Tasten drücken. Damit ging es allerdings. Ich habe ebenfalls eine RGBW Bulb und diese ging dann automatisch auf Nummer 7, sowie ein RGBW Lichtband auf Nummer 8. Beide als Gruppe sind sie auf Nummer 6 anzusprechen.

    Anbei ein Auszug meiner Items:

    Code:
    Switch Milight_Alle				"Milight Alle An/Aus"   			<ihue>	(gMilight) {milight="milight1;6"}
    
    Switch Milight_1				"Milight Birne"   					<ihue>	(gMilight, gLicht)	{milight="milight1;7"}
    Dimmer Milight_1_1				"Milight Birne Helligkeit"   		<ihue>	(gMilight)			{milight="milight1;7;brightness"}
    Dimmer Milight_1_2				"Milight Birne Temperatur"   		<ihue>	(gMilight)			{milight="milight1;7;colorTemperature"}
    Dimmer Milight_1_3				"Milight Birne Helligkeit 27steps"  <ihue>	(gMilight)			{milight="milight1;7;brightness;27"}
    Color  Milight_1_4				"Milight Birne Farbwahl"   			<ihue>	(gMilight)			{milight="milight1;7;rgb"}
    Switch Milight_1_5				"Milight Birne Weiss"   			<ihue>	(gMilight)			{milight="milight1;7;whiteMode"}
    Dimmer Milight_1_DiscoMode		  "Milight Birne DiscoMode"     		<ihue>	(gMilight)			{milight="milight1;7;discoMode"}
    Dimmer Milight_1_DiscoSpeed		  "Milight Birne DiscoSpeed"     		<ihue>	(gMilight)			{milight="milight1;7;discoSpeed"}
    
    Switch Milight_2				"Garderobe LED Band"   				<ihue>	(gMilight, gLicht) 	{milight="milight1;8"}
    Dimmer Milight_2_1				"Milight Strip Helligkeit"   		<ihue>	(gMilight)			{milight="milight1;8;brightness"}
    ...

    Über openhab etc. habe ich nichts angelernt.

    Hoffe das hilft dir weiter!

    Gruß
    Chris

    Kommentar


      #3
      Dank dir, die rgbw Bull muss mit dem AN Knopf in der App angelernt werden, und nicht mit dem Svenen Taster wie es in der Anleitung steht !

      ...läuft

      Kommentar

      Lädt...
      X