-
Notifications
You must be signed in to change notification settings - Fork 30
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
Make the AUTOPLAY by default. #30
Comments
Somebody know, how to use the autoplay by default? |
It is not possible at the moment, as this status is not saved, to neither spiffs nor eeprom. |
Many thanks! I will awaiting the result with a good news! :^) |
I will also wait for the result |
It is in development. "By default" will mean that the status "auto" is beeing saved. On reboot it will restart in "auto" mode. |
Is it possible to turn on auto mode by http request? |
Please read the API Doku before asking next time ;-) |
I read it and ask URI: /auto |
Ok. This seems to bee a bug. |
I checked it here and it is working. Which version do you use? |
I reloaded the sketch and everything became normal Tell me how to understand this? I can not figure out the color |
0xwwrrggbb in HEX |
How can I set timings correctly? And in [GET] / status it does not show which mode is currently working in the car. To track the timing
|
If you want you can try the development branch now. Autoplay is saved in this version. |
exit status 1 |
Hmm, that is weird, because I compiled on an NodeMCU, too. |
Arduino IDE 1.8.10 |
I use 1.8.10, too. Tried again. Compiled without errors. |
reinstalled Arduino IDE 1.8.10 and esp8266 2. 5.2 |
What adress do You paste for the esp resources? http, or https? I find the errors during compilation with the downloaded controller resources from https site - use the http. |
Everything was fine, it was necessary to install the library //https://github.com/pasko-zh/brzo_i2c |
And why not make the AUTOPLAY settings in the web config so that you can edit AUTOPLAY effects from the web page? |
You have to comment out #define ENABLE_BUTTON_GY33 12
now autoplay is a normal animation |
So are may plans for future versions, but you are free to contribute code. |
And now how to control speed and brightness? |
Read the Rest-API docu V3 |
Check if it works for you in version V3.0.0.BETA1 auto? |
Hello! The autoplay switch is excluded now from the web interface - only the ipadress/set?m=56 work? May be now I can to set the autoplay directly from a sketch? I want to send the lights to my systers and my mother on the christmass and want to make all presets before. Because it's difficult do describe them what to do after the powering the lights... |
Autoplay is now a "normal" animation (56). You can select it via GUI like all the other animations. |
Thank You! I use the development brunch. The version is V3.1.0.BETA3. After the first booting and making the wi-fi settings, the lights boot into static red definition. The auto switch on the web page is not present. Only after the string: ipadress/set?m=56 lights begin to autoswitching... If then the custom setting will be checked, the procedure with this string needed to repeat... |
Beta Brach is 3.1.0.BETA3 |
development and beta branch - the same files? I has downloaded from the development and write about that archive... |
Yes beta and Development is the same (for the moment). |
Hello!
I'm trying to enable the autoplay the effects automaticaly when the Led stripe powered on, but can not do it. Can You make this option by default, or make a key in definitions file to on or off this feature when somebody need? Or may be You can say how to do it in the sketch, if it's possible?
The text was updated successfully, but these errors were encountered: