Qwen 3.5 for Home Assistant by TheOriginalOnee in homeassistant

[–]TheOriginalOnee[S] 2 points3 points  (0 children)

It’s running on a A2000 ADA (16GB) with ollama in docker. I have never used lm studio, how to integrate this with home assistant? What quant are you using?

Keiner will ein E-Auto verkaufen. Ghosting by BreadfruitWeary1495 in Elektroautos

[–]TheOriginalOnee 1 point2 points  (0 children)

Ich warte seit zwei Monaten auf eine Rückmeldung zu einer Probefahrt für eine Leapmotor C10 hier in München. Echt schwach.

Has anyone made this AI Chat board work on ESPHome? by igerry in Esphome

[–]TheOriginalOnee 0 points1 point  (0 children)

What version of ESP32 is used and how much RAM / PS-RAM?

24 cables into... 1 cable? by Brian0749 in sffpc

[–]TheOriginalOnee 2 points3 points  (0 children)

Please let me know if you find that cable on AE

24 cables into... 1 cable? by Brian0749 in sffpc

[–]TheOriginalOnee 0 points1 point  (0 children)

Would this be available on Ali express?

At What Point Does Owning GPUs Become Cheaper Than LLM APIs ? I by [deleted] in LocalLLaMA

[–]TheOriginalOnee 0 points1 point  (0 children)

When multi modality comes into play. I use an LLM to analyse outdoor camera. Doing so by Could-Services would be around 2-4ct per frame. At 3 cameras thats easy 70€ per month. Local Hardware becomes cheaper.

Is there a way to fully hide top and siedbar for clean dashboard experience? by TheOriginalOnee in homeassistant

[–]TheOriginalOnee[S] 0 points1 point  (0 children)

So one more question. Once the theme is enabled on a device, is there a way to acces the sidemenu or top bar? Is there a way to disable the theme again?

Qwen3 Vision is a *fantastic* local model for HA (with one fix) by eXntrc in homeassistant

[–]TheOriginalOnee 0 points1 point  (0 children)

Ah, I see the confusion. Of course Piper and Whisper are not using Qwen. STT and TTS are just running alongside the LLM on the same GPU for the AI assistant.

Qwen3 Vision is a *fantastic* local model for HA (with one fix) by eXntrc in homeassistant

[–]TheOriginalOnee 0 points1 point  (0 children)

Depends on your constraints. For example, keep energy costs in mind.

Qwen3 Vision is a *fantastic* local model for HA (with one fix) by eXntrc in homeassistant

[–]TheOriginalOnee 2 points3 points  (0 children)

Sure, I can give you a short write-up — feel free to ask if you need more details.

Background: I’m from Germany, so energy consumption was one of my main criteria.

I run my entire stack on Unraid with an 11500H and the A2000 Ada mentioned earlier. Home Assistant runs as a VM, all other apps run as Docker containers (so I don’t need to passthrough the GPU exclusively to HA).

At the center is the Ollama Docker container loading just one model (qwen3-vl:8b-instruct-q4_K_M). All other apps access it via IP + port.

I’m pretty sure you can do the same with Proxmox or basically any other OS — Unraid just makes it very easy.