dotsam / homebridge-milight

MiLight/LimitlessLED/Easybulb Plugin for Homebridge
MIT License
63 stars 12 forks source link

Can't get IBOX2 work with Homebridge and this NPM #78

Open Bartruit opened 3 years ago

Bartruit commented 3 years ago

Hello everone, This is the config i use, but i can't get my head around it. When i load Homebridgde i'm not getting an error when i try v6 or v3 version. If tried it with the RGBWW on te place of white, but that doen't help. My Ip adress is correct, because i change the "Network Parameters setting Protocol" from TCP to UDP and the port is still 8899.

The only thing i have is 1 zone with some led panels (white with temperature) and the mi-light app is working fine, but i want to use it homekit instead with Homebridge. What's wrong? How can i see the debug option, because when i drop the command in node cmd "MILIGHT_DEBUG=true homebridge -D" i get an error also tried NPM and homebridge before it, that does't worked also.

{ "platform": "MiLight", "name": "MiLight", "bridges": [ { "ip_address": "{ip_adress}", "version": "v2", "lights": { "white": [ "Muziekruimte", null, null, null ] }, "repeat": 1, "delay": 100 } ] }