KaufHA/common

Cannot install Tasmota

Closed this issue · 2 comments

I just got a pack of 4 smart bulb, these are the specs:

Hostname	kauf-bulb-303089
MAC Address	C8:C9:A3:30:30:89
Hard-Coded SSID	initial_ap
Software-Configured SSID	
Free Space for OTA	499712 bytes
ESPHome Version	2023.9.1
Project Name	Kauf.RGBWW
Project Version	1.92(f)

When I try to replace the firmare with latest tasmota 14.1.0 (using tasmota-lite.bin.gz and tasmota.bin.gz)
I get the success upload page, but the device doesn't install tasmota and reboots in it's custom firmware.
I tried multiple times but no luck.
Please advice, I bought these bulbs only because it was supposed to be simpler to install tasmota on them.

It should just work. You might try the curl command, which some people have had better luck with.

curl -v -X POST -H "Content-Type: multipart/form-data" -F update=@firmware_filename.bin.gz "http://192.168.1.16/update"

this fixed my issue thanks!