I flashed a new Emporia Vue 3 via USB serial and the device is showing as online in HA>ESPHome (also responds to ping). When I view the logs for the device, it is showing a “InvalidEncryptionKeyAPIError”.
I thought I skipped the encryption step when flashing the Vue 3, but obviously not. Is opening it up and reflashing my only move or can re-flashing be done with the fallback/ad-hoc network shown in the .yaml?
I’m seeing 2 different encryption keys in ESPHome and Integrations. Can this be causing the issue?
yaml:
esphome:
name: main-panel
friendly_name: main-panel
esp32:
board: esp32dev
framework:
type: esp-idf
# Enable logging
logger:
# Enable Home Assistant API
api:
encryption:
key: "/iNsfEpGC+wRR+a87uzX2Cbv17IR7I/wOLNuhl8/xN8="
ota:
- platform: esphome
password: "d9f0c6b31d8b818b35a031599669194e"
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Main-Panel Fallback Hotspot"
password: "RHQgcocvypHt"
captive_portal:
Key shown in ESPhome, screenshot in the previous post is from integrations (new user, can’t add more than 1 screenshot to a post).
InvalidEncryptionKey error from logs: