-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Tasmota Lite not saving configuration #8167
Comments
Pls provide status 0 output |
how can I provide Status 0 output? and web-interface wise, I only have these options: |
To flash in <1MB do not use Tasmotizer as it uses a wrong memory model. Use another tool like esptool as documented. You may also hit the max image size as the configuration is saved at the end of your 0.5MB flash leaving only 462k for an image so tasmota-lite v8.2.0 is too large already. You'll have to compile a smaller one yourselves. |
I had tried with ESP Easy Flasher (which, in turn, uses Esptool in background) but flashing with it produced just a boot loop. As for compiling a version (which is beyond my skills anyways) what else could be removed that hasn'b been already from the Lite version? |
Tasmota is not supported on an old 512KB device. Sorry. Line 60 in e3503ab
And also you may need to modify Tasmota to use less flash for settings. The faster and easier way is to buy any inexpensive ESP01S (1MB flash) or a NODEMCU, or any of the 1000+ supported devices. |
My s setup is not supported from the releases, I'll try to build it. |
I managed to squeeze Tasmota Lite on the 512KB module following the advice by @ascillato2
[common]
board = esp01
board_build.ldscript = eagle.flash.512k.ld Also had to trim down the binary even further by disabling emulation and turning on Home Assistant in my case in the |
Thanks for sharing this information. |
thanks @suda ! |
I have no idea how many people are there with that exact need but I can imagine adding |
Hello @suda , i used your tasmota-9.2.0-ultralite.bin and it worked well for relays, thanks for the compilation. thanks anyways for sharing the ultralite build, that works. I did try compiling myself but did not get even running correctly with Platform.io hence asking around if it's possible for a DS18B20 driver inside. regards, |
PROBLEM DESCRIPTION
On some older 4Mbit (512Kbytes) device, using Tasmota Lite (the standard version won't fit) the configuration isn't saved.
I have read that Minimal is intended to behave this way, but Lite shouldn't as far as I know.
I do understand that 4Mbit devices are not supported anymore, but since Lite version fits so nicely, is there a reason why on such devices the configuration can't be saved in a lower memory location? (within the 4mbit memory)
I have tried both inputting Wifi by hand an by restoring a working config. Same result.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Can't issue commands as the module reboots in AP mode.
Phisical Serial console log:
TO REPRODUCE
Steps to reproduce the behavior:
Flash an ESP-12 4mbit with 8.2.0 lite using Tasmotizer 1.1 with Erase Flash option set.
Configure the Wifi credentials.
EXPECTED BEHAVIOUR
Configuration should be saved.
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: