January 22Jan 22 Interested in running frigate on my server as well as home assistant with voice support. Can I accelerate these by adding a Jetson nano to the network? Trying to maintain low power consumption and avoid paying a ton for a graphics card I won't use otherwise. I apologize in advance if this question is out there. Thanks!
January 24Jan 24 Community Expert HA VM on unriad? Or HA dockers?*Recomend VM route due to chagnes....Can it be done yes... I don't sere why not...Executive SummaryFrigate: Yes, Jetson Nano works very well for Frigate object detection via NVIDIA hardware acceleration.Home Assistant Voice: Partially — Jetson can help, but it’s not a turnkey offload the way Frigate is.Unraid integration: The Jetson will not be part of Unraid itself; it runs as a separate network node.Power efficiency: Jetson Nano is far more power-efficient than a desktop GPU.Best overall low-power option (honestly): Google Coral TPU for Frigate + CPU for HA voice.Architecture Reality Check (Important)A Jetson Nano:❌ cannot be passed through to Unraid like a PCIe GPU❌ cannot be used as a remote CUDA device transparently✅ must run Frigate itself (or another inference service) and communicate over the network...Think of it as a smart coprocessor box, not an accelerator card.How it worksYou run Frigate directly on the Jetson Nano:Jetson OS (JetPack / Ubuntu)Frigate Docker using:NVIDIA NVDEC (video decode)TensorRT / CUDA (object detection)Your Unraid server:Hosts cameras / storageRuns Home AssistantTalks to Frigate via MQTT / RTSP / HTTPWhy this is a good ideaExcellent inference per wattNo $300–$600 GPU sitting mostly idleNano idles very low power (~5–10W)Handles multiple 1080p streams comfortably (model dependent)Practical noteYou will not run Frigate as an Unraid Docker in this setup!It runs on the Jetson, period.Home Assistant + Voice (This Is the Tricky Part )Core Home AssistantYou can run Home Assistant on Unraid either way:Option A — HA Docker (Recommended for Unraid users)LightweightEasy backupsWorks well with Frigate over MQTTOption B — HA VMRequired only if you need:Supervisor add-onsFull HA OS experienceMore overhead, more complexity*Docker is usually the right call unless you need add-ons.Voice Acceleration RealityVoice in HA usually involves:Wake word detectionSpeech-to-Text (STT)Text-to-Speech (TTS)Jetson Nano:❌ Not directly supported as a remote accelerator for HA voice⚠️ Can run Whisper / Piper / OpenWakeWord locally — but:Integration is manualNetworking adds latencyMaintenance burden increasesMost people find:CPU STT on a modern server is “good enough”Or use cloud STT selectivelyOr use ESP32-S3 voice satellitesPower-Efficient Alternatives (Strongly Consider These)Google Coral TPU (USB or M.2)Entity: Google CoralWhy it’s often better than Jetson:2–3W power drawDirectly supported by FrigatePlug-and-play with UnraidNo extra node to maintainThis is the sweet spot if your primary concern is:“I don’t want a GPU I won’t otherwise use”Intel iGPU (if available)If your Unraid CPU has:Intel iGPU + Quick SyncYou get:Hardware video decodeDecent inference (OpenVINO)Zero extra hardwareRecommended Setup (Low-Power, Low-Pain)Best balance for most people(as seen on the forum...):Unraid ├── Home Assistant (Docker) ├── MQTT ├── Storage └── Frigate (Docker) └── Google Coral TPU If you already have a Jetson Nano:Jetson Nano └── Frigate (Docker, TensorRT) Unraid ├── Home Assistant (Docker) ├── MQTT └── Media / Storage Final VerdictYes, Jetson Nano works great for FrigateNot ideal as a general HA voice acceleratorIt will never be “part of” UnraidCoral TPU is usually the better low-power answerHA Docker on Unraid is the sane default Edited January 24Jan 24 by bmartino1
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.