jstrausd / homebridge-simple-wled

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

homebridge integration #51

Open FX-foto opened 1 year ago

FX-foto commented 1 year ago

Hello, I have added WLED to homebridge 1.6.0. /I have added the following effects via json

"platform": "WLED",
"wleds": [
    {
        "name": "Family Room",
        "host": "192.168.1.236",
        "effects": [
            "Rainbow Runner",
            "Circus",
            "Merry Christmas",
            "Fire Flicker"
        ],
        "log": true
    }
]

}

The problem I have is that all of the effects do the exact same thing. There is no change in the LED effect.