dotsam / homebridge-milight

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

[30/12/2020, 12:19:59] [MiLight] [192.168.1.204] no response timeout #73

Closed bwalls closed 2 years ago

bwalls commented 3 years ago

I've started getting the above from a formerly-working v6 setup. I haven't made any changes to speak of, and the LED strips still work with the Mi-Light app. Thoughts?

Here's my config:

{ "platform": "MiLight", "name": "MiLight", "bridges": [ { "ip_address": "192.168.1.204", "version": "v6", "lights": { "rgbw": [ "test", "Deck Main", "Deck Side", "other" ], "bridge": [ "bridge" ] }, "repeat": 3, "delay": 100 } ] }

bwalls commented 2 years ago

Was able to fix it, finally, by adding: "port": "5987",

for a complete entry of: { "platform": "MiLight", "name": "MiLight", "bridges": [ { "ip_address": "192.168.1.204", "version": "v6", "port": "5987", "lights": { "rgbw": [ "test", "Deck Main", "Deck Side", "other" ], "bridge": [ "bridge" ] }, "repeat": 3, "delay": 100 } ] },

I'm using a Mi-Light WiFi Receiver Bridge 3.0 Controller Box. Did firmware change the default port, perhaps?