mborgerson / blynclight

Open-source control software for the Embrava Blynclight
https://mborgerson.com/hacking-the-blynclight
MIT License
38 stars 12 forks source link

Blynclight Mini. #2

Open insanemal opened 4 years ago

insanemal commented 4 years ago

Hey,

Just found this and its awesome. Noticed the Blynclight USB details were hardcoded. I've got a Blynclight mini. I changed the USB vendor and device ID and it just works.

I'll paste in the details, but figured it could be added as a --mini flag or something. Otherwise its probably just good to have the info here with the code.

Anyway some details:

[40004.438302] usb 3-1.1.2.2: USB disconnect, device number 30
[40004.676766] usb 3-1.1.2.2: new low-speed USB device number 31 using xhci_hcd
[40004.795881] usb 3-1.1.2.2: New USB device found, idVendor=2c0d, idProduct=000a, bcdDevice= 1.00
[40004.795888] usb 3-1.1.2.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[40004.795900] usb 3-1.1.2.2: Product: Blynclight Mini

And yeah it works great!

Thanks :D

dvereb commented 3 years ago

I noticed a different vendor/product combo, as well, but unfortunately mine does not "just work." It's 2c0d:000c. It is an "Embrava Blynclight Standard." I'd help troubleshoot if I knew how, but I don't have much experience with USB devices.