esphome-yeelight-ceiling-light icon indicating copy to clipboard operation
esphome-yeelight-ceiling-light copied to clipboard

Support for Jiaoyue 650

Open PsychoRS opened this issue 3 years ago • 6 comments

Hi,

Anyone got Jiaoyue 650 (white + RGB backlight), yeelink.light.ceiling4, YLXD02YL, work with ESPHome?

PsychoRS avatar Oct 04 '21 11:10 PsychoRS

i have those lights, but i think you need to replace the ESP32 board inside the lamp, as it only has a single core ESP32 cpu that does not work (or does not work well) with ESPhome

molnarti avatar Oct 04 '21 19:10 molnarti

All yeelight devices (with esp32 mcu) are single core versions. For me they are pretty stable if you don't use the bluetooth stack.

syssi avatar Oct 04 '21 20:10 syssi

So can you confirm that this light comes with an ESP32 and not a mediatek controller?

PsychoRS avatar Oct 04 '21 20:10 PsychoRS

If you don't want to open your device you could use python-miio to request the device info (miiocli info). In best case the hw_ver gives some info about the used microcontroller.

syssi avatar Nov 03 '21 20:11 syssi

Hi @syssi I have this light and this is the output of the info call:

Model: yeelink.light.ceiling4
Hardware version: MTK7697
Firmware version: 1.6.6_0056

Does this help? Is there any chance that this light will work with ESPHome?

TheZoker avatar Apr 25 '23 18:04 TheZoker

Hi @syssi I have this light and this is the output of the info call:

Model: yeelink.light.ceiling4
Hardware version: MTK7697
Firmware version: 1.6.6_0056

Does this help? Is there any chance that this light will work with ESPHome?

Its a Mediatek SoC, so no chance of running ESPHome unless you replace the Mediatek board with an ESP32 one.

PsychoRS avatar Apr 25 '23 18:04 PsychoRS