-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Save settings via web interface #146
Comments
Hi! Yes, I agree that it would be very useful to be able to backup and restore (parts of) the settings! I'll try and think of a way to achieve that :) About MQTT, I can easily add setting on/off with a boolean value. Adding more topics to publish (like a separate topic for brightness, effect, effect speed, each color...) is something I'm still hesistant about, because it might impact performance too much. Every value is changable via the Don't worry, your english is absolutely error free :) |
@cruunnerr You know that you get the XML response as MQTT Message on
I changed the arduino code to return a custom JSON-response on MQTT /v:
Also there are the json http-API-urls with @Aircoookie If you find a sane and performant way of customizing the mqtt-answer published on P.S.: Also while implementing my custom response, i found, your rgb to hex conversion: |
There is a way to back up everything, macros, presets and settings using esptool! See #479 Downloading them as .json files will be available in 0.10.0 :) |
Hi @Aircoookie , i recently came across WLED when building my own Ambilight, and i LOVE it! |
Resurrecting old thread. Is it possible to back these settings up now via JSON? I'd love to do it daily just in case. I don't want to lose my dozens of presets! |
@jangrewe @JakeShirley yes, this is now supported in 0.11.0 and up! Just go to the |
To expand after looking at the /edit page, here are the two files you can hit:
|
How do I restore from cfg/presets.json? |
@n0valis hi, just go to the [WLED-IP]/edit page and use the "Choose file" and then "Upload" buttons for both |
nice! |
Hi there,
first i want to say, that here i found the best way to power ws2812 stripes with ESP8266. Great software. Thank you for that :)
I wish to save the settings i made (like macros, default values etc.).
Is there a way to save my settings? When the ESP lost the configuration or crashes it would be nice to have a save file and i just need to upload on a fresh WLED-System :)
Thank you
Oh ehm.... and i want to ask, if it is possible, to publish the on/off state via Mqtt as boolean (true/false) and a separate brightness and effect value.
That would be great for the integration with iobroker.
Thank you again and sorry for my bad english :(
The text was updated successfully, but these errors were encountered: