libretiny-eu / esphome-kickstart

Precompiled LibreTiny-ESPHome firmware allowing identification of device pins and OTA upgrading
40 stars 5 forks source link

Will the esp32.bin work for esp32-c3-devkitm-1? #16

Open tstack77 opened 4 days ago

tstack77 commented 4 days ago

I'm hesitant to try it due to this being a sealed plug (Switchbot Mini flashed with switchbota).

Cossid commented 4 days ago

No, it would not.

But you don't really need kickstart for a Switchbot Plug, the pinout for those is known; https://digiblur.com/wiki/devices/plugs/switchbot_15_amp_w1901400#esphome-yaml

But if you really want kickstart, you can compile one using the base https://github.com/libretiny-eu/esphome-kickstart/blob/master/yaml/kickstart-base.yaml and add your own board, but you'd have to set up the selects manually

tstack77 commented 4 days ago

Thank you. I'm using kickstart as a generic base for installing these plugs in different HA locations. It's been incredibly easy getting them imported into HA this way. Appreciate the info!

Cossid commented 4 days ago

You can build your own ESPHome firmware and use 'name_add_mac_suffix' flag, that is what makes one firmware work easily for multiple devices that will get updated later.