jstrausd / homebridge-simple-wled

Homebridge Plugin to control WLED LED-Strips
ISC License
63 stars 17 forks source link

only one wled from 2 was found #45

Open mpuff opened 2 years ago

mpuff commented 2 years ago

hello,

i have 2 wled in use, one is a esp8266 and one a esp32.

{ "platform": "WLED", "wleds": [ { "name": "LED-Küche", "host": "X.X.X.X", "effects": [ "Rainbow Runner", "Circus" ] }, { "name": "LED-Wohnzimmer-Wand", "host": "X.X.X.X", "effects": [ "Rainbow Runner", "Circus" ] } ] }

Only the LED-Küche (esp8266) is initialized in the logs and I added it with the code into homekit, nothing about LED-Wohnzimmer-Wand in the logs (esp32).

jstrausd commented 2 years ago

Hello, can you post your homebridge log in there? You can also try to rename your devices and restart the homebridge. Also check if the WLED-devices are accessable from the Homebridge-Instance and check if the WLED-Software is up-to-date.