homebridge-milight
homebridge-milight copied to clipboard
Can't get IBOX2 work with Homebridge and this NPM
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 } ] }