KaufHA / kauf-rgbww-bulbs

Files for the KAUF RGBWW Smart Bulbs
42 stars 19 forks source link

Add support for esp-idf #68

Open Gamerayers opened 2 months ago

Gamerayers commented 2 months ago

I have a number of bulbs which I have an esp8685 chip in them to also provide bluetooth connectivity. I would love to use ddp with them but the methods are not able to be included that you have coded. So I simply have them as individual bulbs still. I would like to find a way to include ddp into these which use the esp-idf framework.

bkaufx commented 2 months ago

Are they ESP32 chips not ESP8685? I'll look into it. I think the issue is that I need to use sockets for the networking part but I couldn't get it to work before. I'll try again.