libretiny-eu/esphome-kickstart

Bad Magic Number when flashing firmware OTA

Closed this issue · 4 comments

Hi there! I flashed esphome kickstart on my Beca thermostat using cloudcutter, all works fine. I would now like to flash this custom firmware https://github.com/fashberg/WThermostatBeca/blob/master/Flashing.md#option-3-flashing-on-top-of-tasmota-or-other-free-firmware but the error i'm receiving is "Bad Magic Number".

Anything I need to do the bin file in order to prepare it for flashing OTA? Here is the direct link to the release: https://github.com/fashberg/WThermostatBeca/releases/tag/v1.22-fas

thanks!

This firmware only supports ESP8266 chips, your device has a BK7231 chip. They are not directly compatible.

Firmware such as ESPHome supports both chips.

@kuba2k2 ah ok! thanks for your quick reply. Would I be able to use kickstart to flash ESPHome over OTA?

Yes, it's specifically meant for that.

If you download ltchiptool, you may be able to generate a YAML that is mostly ready to use in your device.

Search for LibreTiny cloudcutter esphome guides - digiblurDIY has a nice video about the entire process.

Awesome will do! Closing this for now. Thanks for your work!