A bit of a frustrating day trying to get my ESP32 Atom Echo working with Home Assistant.

I used this page to flash it, it seems to work, but when it get to the wifi page it just spins looking for a network.

https://esphome.io/projects/index.html

Any ideas what I can do? I can add it via ESPHome, but I assume that I assume that has wipes the Voice Control firmware.

#HomeAssistant #ESP32AtomEcho #AtomEcho

@homeassistant
@[email protected]
@homeassistantinpills
@[email protected]

Ready-Made Projects

Install ready-made projects directly on your device.

ESPHome
@bazcurtis @homeassistant @[email protected] @homeassistantinpills @[email protected] I’ve just copied the yaml, added my WiFi network to the configuration then compiled and flashed it
@spitfire @homeassistant @[email protected] @homeassistantinpills @[email protected] Thanks for replying. I am not sure how to do that, but I think I will wait. This seems to be a known issue at the moment. An issue has been raised on GitHub.
@bazcurtis @homeassistant @[email protected] @homeassistantinpills @[email protected] I think it would be a valuable lesson if you’ve tried it. Once you do it the world of ESPHome supported stuff lies open to you ;)
@bazcurtis @homeassistant @[email protected] @homeassistantinpills @[email protected] You need to add the device (it should be auto discovered by HA and available in settings->devices->integrations), only after doing that it will be able to communicate with HA using its API. On the HA side you need to set up pipelines, it is described in the year of the voice blog post.