Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional compatibility? #1

Open
jenshorn opened this issue Sep 1, 2021 · 5 comments
Open

Additional compatibility? #1

jenshorn opened this issue Sep 1, 2021 · 5 comments

Comments

@jenshorn
Copy link

jenshorn commented Sep 1, 2021

Any idea if this firmware might be compatible with Mi Computer Monitor Light Bar (MJGJD01YL)? They look rather similar but haven't found any details of the internals. How about Yeelight YLTD003?

Also, what is the current status of the firmware? Is all in working state except the remote? I'm mainly interested in a working Home Assistant integration.

Keep it up! :)

@jenshorn
Copy link
Author

jenshorn commented Sep 2, 2021

Just found that Xiaomi is based on "TLSR8516EP16", so not quite the same as Yeelight YLTD001.
https://www.chongdiantou.com/wp/archives/55542.html

@dckiller51
Copy link
Owner

@jenshorn
The version of Xiaomi is not connected seems to me. the TLSR8516EP16 chip serves as a 2.4ghz transmitter and receiver. This is the part that must be developed.
On the Telink site you can find the software to develop these drivers. Unfortunately I don't have this ability.
Yeelight YLTD003 and YLTD001 need to use the same card for wifi.
I did not advance on the project but under esphome I perfectly control the front light and the rear part. It really lacks the remote control.

@gabi1324
Copy link

gabi1324 commented Sep 5, 2023

How about Yeelight YLTD003?

Hi! I bought a Yeelight Light Bar Pro (YLTD003) and it has the same insides as YLTD001. It uses an ESP8266. The only differences are that it has a silver sticker covering the screws that are near the power connector and that on the esp chip, it says "LibraPRO" instead of "Libra".
I can also confirm that WLED is working fine on it.

@ghost
Copy link

ghost commented Oct 11, 2023

@gabi1324 Is it possible to flash WLED on the YLTD003? Does it work correctly? What does work and what does not work? I want to flash mine because the Xiaomi cloud is really slow...

Edit: And how did you flash it? Is there any OTA option or do I have to physically open the device, solder the jumpers and flash the chip?

@frostworx
Copy link

@jenshorn, you might be interested in this xiaomi-lightbar-nrf24 project, which allows you to control the MJGJD01YL lightbar using a rpi (with a nRF24)

(Raspberry Pi, or any other device running Linux with GPIOs and a SPI controller, and Python 3. nRF24L01(+) module.)

It works great and can be easily integrated into home assistant using mqtt (merged mqtt merge request)

discussions for an arduino/esp integration can be found here and here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants