-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Hi!
When I'm trying to install the project on my Waveshare ESP32-C6-zero everything seems ok until the end of the update, then I get this error message:
"INFO Upload took 4.29 seconds, waiting for result...
ERROR Error Update end: Error: Finishing update failed. See the MQTT/USB logs for more information."
I've got no clue about what's wrong. But I have some questions in my head:
I changed the name of the vistaalarm.yaml, is that a problem?
I changed the three substitutions for name, friendlyName and panelID, can that disturb anything?
I commented away the accesscode row for now because I didn't want to put my code in to the secrets, at least not in the beginning, is that a proper way to turn that function off?
I commented away the autopoulate row because i got this error message: " [autopopulate] is an invalid option for [vista_alarm_panel]. Please check the indentation."
I choosed to set the board to esp32dev, is there any other option that is better? I used this on my standard setup to get the unit running on my wifi but that board doesn't work in this .yaml: "board: esp32-c6-devkitc-1
variant: esp32c6"
Is the mayor problem that I bought an ESP32-C6 instead of an ESP32-C3? Thinking of the fact that i'ts not fully supported by esphome yet. If so, is it possible to come around it with some modifications?
I'll attatch the log from the install attempt.