How did you assign those IP address to LED controller. My LED controller only gave me option to connect adhoc network. (LED controller had local wifi controller to which I can connect my phone). I was only able to connect led controller to my home wifi after creating an account.
I have a bunch of the Magic Home LED strip controllers.
In the Magic Home app, you can associate the device to your Wifi network. Once its on your home network, you can control it with HA by pointing the FLUX_LED component to the IP address of the device. You’ll also need to include the “RGB” or RGBW" option in the yaml file (if you are missing this, this may be while you are missing the color option.
Also, make sure that your home router is assigning your device the same IP address every time, otherwise you’ll lose connectivity from HA.
If this doesn’t fix it, you can try flashing it with tasmota, but if its a bulb and not a controller, it might be a lot of work tearing it down.
Thanks for the hints, but i guess I must not have explained myself properly. I will try again ;
The bulbs are of the kind that create a wifi AP named “LedenetXXXX” on startup.
After having configured them with the Magic Home app, and after configuring the Flux_Led component in HA, i have these issues :
sometimes the bulb doesn’t switch on or off.
the colorpicker does not allow me to change the color.
I would love to flash Espurna in the bulbs, unfortunately the rx, tx, and gnd pads are unreachable even after opening the bulb. The esp is glued solid into the housing, no way to reach it except with unreasonable force.
I’ve read in this forum that the Ledenet - type bulbs are using a newer protocol, which the HA component doesn’t properly understand. Could this be what is going on here ?
Yes, I understood you the first time (I think). The AP (access point) that these bulbs create are only suppose to be used temporarily, so that you can connect to the bulb using you app. Once connected to the bulb’s temporary access point, tap on the “+” mark on the top right in the Magic Home app. This will give you a menu. Select connect to wifi network and select the SSID of your home network, and it’s password.
Once the bulb is connected to your wifi network, it will get an IP address on your home network and then it can communicate with HA and you can control it.
I have a bit of a hassle right here…
My homeassistant instance is running in my private cloud.
I have a couple of Flux_Led’s at home. But when i try to map the devices to my Homeassistant, i can only map just 1… since it uses port 5577.
I forward port 5577 to a specific IP of the flux_led.
I thought i could add a port number behind the ip addres in the config but that just doesnt work at all…
Ant idea’s? I tried to add a piece of code in the “/homeassistant/components/flux_led/lights.py” (which didnt work). but to be honnest… PHP, C#, ASP, etc. is my thing… but Python is a language i still cant speak haha…
Has anyone had success getting the RGBCW MagicLight bulbs to work with Home Assistant?
I bought 4 of these a couple days ago:
Seems turning on/off is very finicky (only sometimes works) and setting color isn’t working at all. If I move the color temperature slider around it will change the bulb but it will also randomly turn off when I am changing it.
I tried rgb and rgbw as well as both of those with the protocol set to ledenet and it still isn’t working right. RGB got me the closest but I can only select colors and can’t get the bulb to go into bright white mode.
I have another magiclight bulb that works fine but it only supports rgb. The new bulb I bought shows the “CCT” option in the MagicLight app but the old bulb doesn’t have that option. I wonder if the integration needs to be updated to handle CCT for RGBCW bulbs? This CCT option just adjusts the bright white colors of the bulb.
Any help on figuring this out would be greatly appreciated.