So simple beken7231 around a CB2L. seems like only two pin is used to SCL and SDA of the BP5758
i have submited the update on Cloud Cutter, but if someone need to flash them any device of oem-bk7231n-light-ty-1.2.16-sdk-2.3.1-40.00 will do the trick.
I will post some pic of the teardown later.
Code: json
Log in, to see the code
as promise heres teardown :
the process is destructive, so don't do it ... now that i done it you just had to flash it
Thanks, but please use syntax tag to post JSON code, it will make more readable. Some photos from inside would also be nice, but they are not 100% necessary.
So, maybe it's time to look into DDP protocol (it's already support, so xLights works for OBK) or maybe to do some kind of rainbow script or something with Hue command?
DDP protocol is already working. We have a very simple driver for that, but it correctly receives RGB values. There is nothing to do in that matter. I was just saying that's possible to use it if you want to create fancy light animations.
DDP protocol is already working. We have a very simple driver for that, but it correctly receives RGB values. There is nothing to do in that matter. I was just saying that's possible to use it if you want to create fancy light animations.
Could you give a configuration example for DDP receipt please?
Well, you must reboot to get autoexec.bat executed. If you don't want to reboot, then type those commands in console and you will get immediate effect.
You can do stopDriver/startDriver without reboot.
Is your bulb RGBCW? 5 PWMs? Then you should have both temperature and color controls on WWW panel. Do you? If not, please post a screenshot.
Hmm you are correct, there was two potential mistakes in the code. The Dimmer command for LED was always returning error because it was not updated with commands system revamp. It should be fixed now, please update and recheck.
Hmm you are correct, there was two potential mistakes in the code. The Dimmer command for LED was always returning error because it was not updated with commands system revamp. It should be fixed now, please update and recheck.
Info:CMD:CMD_StartScript: started /autoexec.bat at the beginning
Info:CMD:[WebApp Cmd 'backlog resetSVM; startScript /autoexec.bat' Result] OK
Error:CMD:cmd setButtonEnabled 0 1 NOT found (args )
Error:CMD:cmd setButtonLabel 0 "Warm NOT found (args White")
Error:CMD:cmd setButtonCommand 0 "backlog NOT found (args led_temperature 500; Dimmer 100; led_enableAll 1")
Let me check on that device:
Let me save that:
And reboot:
Hmm:
You might be getting errors because autoexec.bat may get run first before httpButtons is started. Please start httpButtons first before using them.
You might be also getting errors because of encoding/UTF problems on some browsers. Please try to retype the script by hand into the field. We've had such a problem report once, but we are unable to reproduce it.
Also post your complete autoexec.bat, I will double check later.
After I typed the contents manually on a notepad and then cut and pasted in to browser it worked (I am still puzzled as to why when I copied your script on to a notepad and then cut and pasted again in browser it did not work. Notepad++ does not do different UTF encoding at different times, it should all be same).