Skip to content
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

Update Tasmota FW to latest version #31

Open
kendallgoto opened this issue Aug 21, 2022 · 4 comments
Open

Update Tasmota FW to latest version #31

kendallgoto opened this issue Aug 21, 2022 · 4 comments
Labels
good first issue Good for newcomers

Comments

@kendallgoto
Copy link
Owner

Now that Tasmota officially supports the ESP32-C3 (#30), the currently installed Tasmota version https://github.com/arendst/Tasmota/releases/download/v11.1.0/tasmota32c3.factory.bin should get bumped to be the stable, official build http://ota.tasmota.com/tasmota32/release-12.1.0/tasmota32c3.factory.bin and tested.

We could also pull from tasmota32/latest/ directly, but this would require redesigning our MD5 verification system, as this requires knowing the FW MD5 dynamically. However, in the short term, it's likely safer to just default to 12.1.0 and allow for users to OTA upwards from there.

@kendallgoto kendallgoto added the good first issue Good for newcomers label Aug 21, 2022
@jamorin
Copy link

jamorin commented Aug 30, 2022

thanks for the awesome project. I've noticed a network reconnection issue with my plugs using the latest ota firmware, 12.1.1 at the time of writing. Actually, 12.1.0 and 12.0.2.4 have issue as well.

For example. If I reboot my home router, afterwards the plug will not reconnect to network indefinitely. I have to hard power cycle the plug to reconnect.

I have downgraded to version 12.0.1.2 which so far is working fine https://github.com/tasmota/install/blob/801bde23cc440594292ddb9da207388982cc6d36/firmware/unofficial/tasmota32c3-bluetooth.bin

@kendallgoto
Copy link
Owner Author

thanks for noting this & testing it out. i'm not personally in a big rush to push us to the "official" tasmota release since users can freely OTA, but long-term hopefully the esp32-c3 related quirks on the official release get worked out and we can move over.

@Cossid
Copy link
Contributor

Cossid commented Dec 4, 2022

Word of caution against this, Tasmota switched to a partition layout for factory images starting with 12.0 that is incompatible with ESPHome. See https://tasmota.github.io/docs/Safeboot/ for more information.

I would strongly recommend remaining at 11.x for the first flash. You can always upgrade to 12 afterwards OTA without any issue. But if you start with 12.x, ESPHome is no longer an option without a serial flash.

@kendallgoto
Copy link
Owner Author

also good to know! thank you for sharing... definitely not an edge use case i'd be aware of personally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants