KaufHA / kauf-rgbww-bulbs

Files for the KAUF RGBWW Smart Bulbs
39 stars 18 forks source link

Can't update bulbs with ESPHome 2023.11.4 #48

Closed mccmax1395 closed 7 months ago

mccmax1395 commented 7 months ago

When I try to update my bulbs with ESPHome 2023.11.4, I get the following errror ERROR Error binary size: Error: ESP does not have enough space to store OTA file. Please try flashing a minimal firmware (remove everything except ota)

My configuration is pretty minimal expect for the kauf package. Here's an example:

substitutions:
  name: "bedroom-bulb-1"
packages:
  Kauf.RGBWW: github://KaufHA/kauf-rgbww-bulbs/kauf-bulb.yaml
esphome:
  name: ${name}
  name_add_mac_suffix: false
api:
  encryption:
    key: REDACTED

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password
mhump711 commented 7 months ago

I had the same problem.

If you change the package to the following it should work: packages: Kauf.RGBWW: github://KaufHA/kauf-rgbww-bulbs/kauf-bulb-lite.yaml

Note you will lose some features but the ones I care about still work

mccmax1395 commented 7 months ago

Thanks for the suggestion, that worked for me. I also updated back to packages: Kauf.RGBWW: github://KaufHA/kauf-rgbww-bulbs/kauf-bulb.yaml afterwards which sort of worked. Sometimes it would work and sometimes I would get the same error. I just went through the process a couple times and I eventually got all my bulbs updated.

I'll close this issue since I was able to update all my bulbs but I have a feeling this might become an issue again down the road.