I tried with type “rgbw”, “rgbww”, “white”, no effect. I even tried with version: 5 & port: 8899, nothings changes. The weird thing is I don’t event get any log outputs other than
INFO (MainThread) [homeassistant.loader] Loaded light.limitlessled from homeassistant.components.light.limitlessled
and INFO (MainThread) [homeassistant.components.light] Setting up light.limitlessled
Hopefully you didn’t change any settings in that web interface.
The remote should work as type: rgbw like you had so it looks like some network issue at your end. Do you have a firewall or other advanced setup that could have gone awry?
You can enable debugging logs with the below configuration but it will only tell you that messages are being sent, you are not able to see whether they are received by the bridge.
Did you get it to work?
I have the same Wifi bridge with the exact same software version and was also struggling with the Hass config.
Verified port and ip address.
A version 6 in the configuration.yaml kept resulting in “Connection Refused” message in the home-assistant.log
I had tried several other versions and enabled debugging.
The cause of my problem was the setting on the MiLight controller, it was set to UDP 8899 (homebridge can only use UDP) while the Home-Assistant tries to connect using TCP (and could not connect, causing the connection refused message)
I changed the Network Connection to: TCP-Server and the port back to 5987 and use RGBWW for the type of my lights.
Now everything works!