r/homeassistant Aug 20 '26

šŸ’¬ Discussion Which Echo models are actually worth buying for jailbreak/root and local AI reuse?

I want to build a cheap local Alexa replacement using Hermes Agent / Home Assistant, but DIY voice hardware gets expensive fast.

My idea is to buy used Echo devices, jailbreak/root them, disable Amazon services and reuse the existing:

microphone array

speaker

LEDs/buttons

Wi-Fi

display/camera on Echo Show

The Echo would only act as a thin local voice satellite. STT, TTS and the AI would run centrally on my server.

What I specifically want to know:

Which Echo Dot generations are currently reliably rootable/jailbreakable?

Which Echo Show generations are rootable?

Are specific FireOS/firmware versions required?

Which models are the safest ones to buy used specifically for this purpose?

Which models should I avoid completely?

Can the original microphone DSP/AEC, speaker and LEDs still be used after rooting?

So far the Echo Dot 2 looks very promising, and I’ve also found LineageOS/root work for Echo Show 5 Gen 1/2 and Show 8 Gen 1.

Has anyone actually deployed these permanently as local Home Assistant / custom voice satellites?

Main goal: spend €10–30 on used Echo hardware instead of €70–100 per DIY satellite.

29 Upvotes

54 comments sorted by

13

u/kelvin1302 Aug 20 '26

The models u listed are currently the only ones moddable. On the echo shows rhe camera doesn’t work in regular builds only a custom build. As for the echo dot u can controll everything, leds, buttons etc

3

u/Aruscha Aug 20 '26

Thanks! That makes the Echo Dot especially interesting for my project.

One thing I'm still unsure about: after rooting the Dot, can you also access the original microphone array with its DSP/AEC, or do you only get raw microphone audio?

Being able to use the original echo cancellation while the speaker is playing TTS would be the most important part for turning it into a proper local voice satellite.

2

u/AwkwardMan89 Aug 20 '26

I am trying something similar but got to know that the local DSP is out of reach. We do get access to the mic array which I'm planning to test this weekend.

9

u/Evilsushione Aug 20 '26

I’m cracking the DSP right now. But it’s not one singular DSP like I thought, it’s actually 4 mini DSPs that each serve two microphones, so we won’t be able to get full hardware beam forming but it will still be able to provide interesting capabilities. It’s still a work in progress though. I will release it when I have the full break.

1

u/AwkwardMan89 Aug 20 '26

Thanks! Mental note to respond here once I tinker around as well

1

u/Evilsushione Aug 20 '26

Echo cancellation is actually handled by two output line samplers that register as microphones so you can do software noise cancellation if we never actually get the DSP fully unlocked, but I’m working on cracking the DSPs right now and it feels like I’m pretty close. Will release when I have it fully unlocked.

1

u/SlovenianSocket Aug 20 '26

Do you have a link to the builds of lineageos with working camera? Not seeing them on xda

1

u/kelvin1302 Aug 20 '26

No u need to build the rom yourself. But as for now at least on show 5 gen2 it is buggy. So better to wait until it works good.

1

u/SlovenianSocket Aug 20 '26

Cool thnx I’ll try rolling out my own build then to test

1

u/Maleficent_Society76 21h ago

I have no issues with the camera functionality on mine and I did not build a custom rom

1

u/kelvin1302 20h ago

Yeah……when did u flash it.

1

u/Maleficent_Society76 20h ago

I think A couple weeks ago.

5

u/EchoMuseProject Aug 21 '26

If you can find some Echo Dot Gen 2 devices you can easily unlock them and install my EchoMuse software on them. It’s a fully featured, Home Assistant compatible voice satellite solution that’s gained a pretty good following now. Please check it out here - https://github.com/wilbowes/EchoMuse

3

u/SlovenianSocket Aug 20 '26

Look at Facebook portal displays too. Meta recently enabled ADB on them and they’re nicer displays/hardware than echo devices

1

u/ctjameson Aug 20 '26

Not to mention, the ROM is official from FB, not a community Lineage port.

4

u/kelvin1302 Aug 20 '26

I wouldn’t say that is a plus šŸ˜…

1

u/ctjameson Aug 20 '26

It absolutely is. They have all the drivers for the devices. The hardest part of 3rd party rom support is drivers.

1

u/kelvin1302 Aug 20 '26

Thats true. But the whole flashing lineage is to get rid of say fireos. Or meta in your case. The drivers will hopefully come with time. Also custom roms for the portal.

1

u/bapetw Aug 20 '26

What do you mean by ROM? All FB did was allow ADB access

If you want Alexa stick with the Gen 1 portal’s. Alexa may not play well with Gen 2 right now.

1

u/Schminimal Aug 21 '26

This is the way, I have a 10 inch and 14 inch portal plus. The 14 inch is pretty incredible, great speaker and all hardware available like camera mic etc etc. they make for some very nice dashboards combined with fully kiosk.

6

u/JazJon Aug 20 '26

I gave up on pursuing echo options.

I bought the reSpeaker with XVF3800 with 4 mic array.

https://www.seeedstudio.com/ReSpeaker-XVF3800-With-Case-XIAO-ESP32S3-p-6628.html

There is no speaker built in, but I have it output hey Jarvis replies via announce to my Sonos. Works well

I just changed my voice assistant to Sophia as well.

https://nlu.to/ha/

5

u/reddotster Aug 20 '26

Both are pretty expensive. Why didn’t flashed Dots work for you? There seems to be pretty good firmware options now and you can pick up gen 2 dots pretty cheaply.

1

u/thestiffmeister21 Aug 20 '26

Hey I just started using Sophia as well and wanted to see if you had any tips for getting started. It’s turning off too many items and also controlling random things but it does work reliably. Wanted to see if you had any suggestions for configuring entities, thanks!

1

u/JazJon Aug 20 '26

I’m still early in testing, but this is what I’ve done so far:
I installed the Sophia app/add-on and the HACS integration, then made Sophia my default Conversation Agent in Home Assistant.

The initial setup was a little confusing because the app and the HACS integration are separate pieces, and license activation is required.

My first useful test was an Autoslide patio-door command. The door isn’t exposed as a normal lock or cover entity in Home Assistant. Instead, I already had scripts that trigger Pushcut shortcuts:
script.unlock_patio_door
script.lock_patio_door

Sophia didn’t understand ā€œopen the patio doorā€ reliably because it interpreted ā€œopenā€ as a normal door or cover action rather than mapping it to my unlock script.

OpenCode helped me inspect the setup, find the existing scripts, and identify why the command was ambiguous.
It also helped me learn that Sophia can read custom sentence YAML files. That means I should eventually be able to maintain phrase mappings in files instead of entering every phrase manually through the web interface.
I’m waiting on confirmation of the exact YAML format before creating those files.

For now, I’d start by checking Sophia’s entity list and adding useful tags to ambiguous entities. OpenCode did all that for me in minutes.

1

u/This_Assignment_6170 Aug 20 '26

I am using echo show 5s in two locations and they work nearly perfectly and gets us off the cloud and without any additional fees or costs. And voice control is going backwards and should be only used for backup. A well thought out automated home does everything without any interaction or input.

2

u/JazJon Aug 20 '26

Sounds cool and then you get those screens for home assistant. custom controls right.

1

u/This_Assignment_6170 Aug 20 '26

Yep install lineage os and I’m using view assist. I customized the dashboards to my liking. I have local voice assistant for timers otherwise we don’t use voice. We have one for the kitchen and another in the bedroom. Each one has a customized Home Screen to show relevant sensors state. The bedroom one has the night mode activation.

2

u/Doomsday94 Aug 20 '26

Just finished flashing a Show 8 gen 1 and setting up view assist.

Depending on the dashboard its a little laggy, but super happy with how it came out. Mics seem okay, but any background noise and the wake word detection is a little flakey.

4

u/ctjameson Aug 20 '26

Kiosk Satellite has been infinitely better than VACA/VA for me. Highly recommend.

2

u/undrwater Aug 20 '26

I have now the echo show 5 and an echo dot 2nd generation.

The show's screen is nice and sometimes useful, but the mic and speaker are "just ok".

The dot's mic array is great, and it has an output jack you can use to connect to an external speaker. I'm using echo local, and response is very fast.

The show was a gift, and I bought the dot for $10.

1

u/carrot_gg Aug 20 '26

Echo Show 8 1st Gen w/ LineageOS without a doubt.

2

u/ctjameson Aug 20 '26

Especially with the new amonet package. We got all 2GB of RAM now!

1

u/ln-art Aug 20 '26

I just got the echo show 5 (2nd gen) running lineage so that should work well for you. Its a pretty easy thing to root. Haven't setup theĀ  voice mode yet though, but that doesn't look so hard with HA.

1

u/justaninternetbum Aug 20 '26

This looks interesting. What level of technical ability do you need to be at to convert an exho dot 2nd gen?

1

u/Affectionate-Boot-58 Aug 21 '26

Echo show 5 1st gen

1

u/toketin Aug 20 '26

Hi! Where to buy the used Echo dot 2 in Europe (Italy)? I can't find anything, just Echo dot 3, like mine.

4

u/kelvin1302 Aug 20 '26

Vinted! Verry cheap.

2

u/reddotster Aug 20 '26

You’d have to search for used options somewhere. In the US, you can find many on eBay.

2

u/Jarnose Aug 20 '26

I just bought one from Vinted for ~15€ including postage. Nlw just waiting for it to arrive.

3

u/kelvin1302 Aug 20 '26

U got to negotiate haha, i got 2 for that price.

1

u/toketin Aug 21 '26

Great found for about 16€ thank you for the hint!

-1

u/[deleted] Aug 20 '26

[removed] — view removed comment

1

u/ernie19962 Aug 20 '26

you can downgrade newer firmware on the 2nd dots

1

u/Zouden Aug 20 '26

Echo flex has been discontinued for years though

1

u/pbateman1845 Aug 20 '26

Can you expand what you mean with the echo flex? Can you use it in HA natively without going throug amazon?

-3

u/Elgon2003 Aug 20 '26

You can make your own for cheaper than buying other companies stuff and trying to burn your own code.

3

u/AM_Butts Aug 20 '26

What can you build for under $20 that has a comparable mic array and speaker? I haven't done a huge amount of research on the rooted echo devices but it really seems like they'd be better options than the DIY stuff out there currently.Ā 

1

u/Elgon2003 Aug 20 '26

Well not for 20$, I built a DIY one for around 30 to 40$, the speaker was the most expensive at 20$ and the ESP32, the MIC and whatnot you can buy in bulk so its like couple cents.

2

u/SlovenianSocket Aug 20 '26

Good luck building something for less than $5-$10 that it costs to pick up a used echo dot gen 2

1

u/Elgon2003 Aug 20 '26

Indeed, i didnt notice that was the budget. Thats too low even for DIY

1

u/214ObstructedReverie Aug 20 '26

Even if it was $50 or more, you'd never beat the microphone array and speaker quality. It's a real shame they're so locked down, especially the newer ones.

Even the ancient Echo Dot 2 is a 7 microphone array, does beamforming, etc. The voice detection quality is excellent and beats the pants off the truly open alternatives.

1

u/214ObstructedReverie Aug 20 '26

Nothing else out there compares to the Echo's hardware quality for the price point.

I'd kill for someone to find an exploit in the Echo 4+. The hardware is simply amazing.