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@fosstodon.org
@homeassistant@a.gup.pe
@homeassistantinpills
@homeassistant@lemmy.world

10 Comments
spitfire@mastodon.social · 1 pts · 2y
@bazcurtis @homeassistant@fosstodon.org @homeassistant@a.gup.pe @homeassistantinpills @homeassistant@lemmy.world I’ve just copied the yaml, added my WiFi network to the configuration then compiled and flashed it
bazcurtis@mastodon.social · 1 pts · 2y
@spitfire @homeassistant@fosstodon.org @homeassistant@a.gup.pe @homeassistantinpills @homeassistant@lemmy.world 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.
spitfire@mastodon.social · 1 pts · 2y
@bazcurtis @homeassistant@fosstodon.org @homeassistant@a.gup.pe @homeassistantinpills @homeassistant@lemmy.world 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 ;)
spitfire@mastodon.social · 1 pts · 2y
@bazcurtis @homeassistant@fosstodon.org @homeassistant@a.gup.pe @homeassistantinpills @homeassistant@lemmy.world 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.
bazcurtis@mastodon.social · 1 pts · 2y
@spitfire @homeassistant@fosstodon.org @homeassistant@a.gup.pe @homeassistantinpills @homeassistant@lemmy.world I have an M5 Tough ready for my heat pump. It will be running ESPAltherma.
spitfire@mastodon.social · 1 pts · 2y
@bazcurtis @homeassistant@fosstodon.org @homeassistant@a.gup.pe @homeassistantinpills @homeassistant@lemmy.world I’m running all of my esp devices on ESPHome - controlling my heat pump, recuperator and solar inverter suing modbus, using stuff like ld2410 in a few others.
bazcurtis@mastodon.social · 1 pts · 2y
@spitfire @homeassistant@fosstodon.org @homeassistant@a.gup.pe @homeassistantinpills @homeassistant@lemmy.world I have been using Home Assistant for about a year and never used ESPHome before. I am not sure what I am missing out on. I can controller my batteries and inverter without it.
Saying that, always happy to have something else to play with 😀
spitfire@mastodon.social · 1 pts · 2y
@bazcurtis @homeassistant@fosstodon.org @homeassistant@a.gup.pe @homeassistantinpills @homeassistant@lemmy.world I wasn’t so lucky - Foxess cloud (for my inverter) sucks, and the modbus interface is a little bit better, and works locally. Still limited to refresh once every 2 minutes:/
spitfire@mastodon.social · 1 pts · 2y
@bazcurtis @homeassistant@fosstodon.org @homeassistant@a.gup.pe @homeassistantinpills @homeassistant@lemmy.world I highly recommend trying it. It opens a new world of possibilities. You can make both devices that are much cheaper than their counterparts available to buy, and ones that are not available at all (combine a few sensors/components in a mix that is not generally available). (1/2)
bazcurtis@mastodon.social · 1 pts · 2y
@spitfire @homeassistant@fosstodon.org @homeassistant@a.gup.pe @homeassistantinpills @homeassistant@lemmy.world The bit that confuses me is, I can flash it fine, but it won’t appear in Home Assistant at that point. I can add it via ESPHome and I assume it join the wifi, but then how do I get voice on it.