maccoylton / esp-homekit-rgbw-strip

A homekit firmware for a magic home RGBW controller
Apache License 2.0
15 stars 3 forks source link

0.9 firmware "Couldn't add Led_Strip-RGBW" #27

Closed toshibochan closed 4 years ago

toshibochan commented 4 years ago

I just did clean install on one controller and I'm trying to add to HomeKit but have error.

Couldn't add Led_Strip-RGBW

Screen Shot 2020-08-08 at 7 56 00 PM IMG_4278

maccoylton commented 4 years ago

Sorry the new version of esp-homekit has fundamentally changed the way memory is managed, it preallocates a lot of stuff, leaving less memory for the accessory. In my case I just update, But in your case sine you reinitialized , and the paring process uses a lot of memory, then it is having an issue. Reverting to a previous version is the only option till we get to a fix.

Sent with GitHawk

toshibochan commented 4 years ago

how to install previous version?

toshibochan commented 4 years ago

0.9.1 is good to add to HomeKit. Was very fast to pair. Now I will test if will lose connection.