Hi,
I bought some of these bulbs from AliExpress:
https://www.aliexpress.com/item/E27-WiFi-Smart-Light-Bulb-Dimmable-Wake-Up-Lights-for-Alexa-Google-Assist/32961302761.html?spm=a2g0s.9042311.0.0.27424c4deqaV7E
From factory these bulbs is controlled by the Magic Home application:
https://itunes.apple.com/us/app/magic-home-wifi/id944574066?mt=8
I’ve been able to get them into Home Assistant using the Flux Led component, with this configuration in the configuration.yaml file:
- platform: flux_led
automatic_add: True
devices:
10.0.100.121:
name: Bedroom
mode: “rgbw”
protocol: ‘ledenet’
I’m able to turn the light on/off in HA, but I cannot control color or brightness. I’ve tried with different settings in the config file, like without “ledenet”, with “rgb” and so on.
Is there anybody out there that have the same bulbs and have a solution to my problem?