Hi everyone, Have been puzzling for a while and can’t figure it out. What I would like is to add my Milight lamps to HA. This via an esp8266 board. It works perfectly via the ip address in the web browsers but cannot get it done in HA.
Can someone explain to me how I apply a REST API and what it looks like?
What I have done so far: added lamps with a Mi-Boxer, if I put this ip address in HA in light.yaml as below it works fine, I can control the lamp.
- platform: limitlessled
bridges:
- host: 192.168.1.113
groups:
- number: 1
type: rgbww
name: testlamp
but when I add the ip-address of the esp8266 to light.yaml then I cannot operate the lamp (other lamp of course) but via the web-ui
- platform: limitlessled
bridges:
- host: 192.168.1.118
groups:
- number: 0x5555
type: rgbww
name: Test werkkamer
fade: false
whatever I try, I can’t.
am almost tempted to replace all lamps with Zigbee lamps, but they do not have a nice wall switch like the
any help is appreciated!
Thanks
bas