sam-4screen-desktop 2026-9-12:8:54:8

This commit is contained in:
2026-09-12 08:54:08 +10:00
parent 3aaa615f01
commit fdd5e7fdce
2 changed files with 20 additions and 21 deletions

View File

@@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "300 areas/360 Dev-Ops Network Computers/Home Voice Assistant System.md", "file": "200 projects/Tools Software WebUI/Family Home Lab.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "Home Voice Assistant System" "title": "Family Home Lab"
} }
} }
] ]
@@ -55,7 +55,7 @@
"state": { "state": {
"type": "search", "type": "search",
"state": { "state": {
"query": "whisper", "query": "family-home",
"matchingCase": false, "matchingCase": false,
"explainSearch": false, "explainSearch": false,
"collapseAll": false, "collapseAll": false,
@@ -76,8 +76,7 @@
"title": "Bookmarks" "title": "Bookmarks"
} }
} }
], ]
"currentTab": 1
} }
], ],
"direction": "horizontal", "direction": "horizontal",
@@ -184,7 +183,7 @@
"state": { "state": {
"type": "file-properties", "type": "file-properties",
"state": { "state": {
"file": "300 areas/360 Dev-Ops Network Computers/Home Voice Assistant System.md" "file": "200 projects/Tools Software WebUI/Family Home Lab.md"
}, },
"icon": "lucide-info", "icon": "lucide-info",
"title": "File properties" "title": "File properties"
@@ -212,8 +211,9 @@
}, },
"active": "8f0c8ae5063438f6", "active": "8f0c8ae5063438f6",
"lastOpenFiles": [ "lastOpenFiles": [
"doc/project-overview-genev9IHFT.md", "300 areas/360 Dev-Ops Network Computers/FAMILY CONSOLE.md",
"300 areas/360 Dev-Ops Network Computers/Home Voice Assistant System.md", "300 areas/360 Dev-Ops Network Computers/Home Voice Assistant System.md",
"doc/project-overview-genev9IHFT.md",
"doc", "doc",
"300 areas/310 Home Assistant/Front Door Cam.md", "300 areas/310 Home Assistant/Front Door Cam.md",
"200 projects/Tools Software WebUI/Paseo Pi GUI Tool.md", "200 projects/Tools Software WebUI/Paseo Pi GUI Tool.md",
@@ -239,7 +239,6 @@
"300 areas/350 AI/Pi Subagent Integration.md", "300 areas/350 AI/Pi Subagent Integration.md",
"200 projects/Tools Software WebUI/Pi Dashboard.md", "200 projects/Tools Software WebUI/Pi Dashboard.md",
"200 projects/Tools Software WebUI", "200 projects/Tools Software WebUI",
"200 projects/260 Build Create Make/Toyota Prado Kill switch chat.md",
"kontra_content/content/subjects/world", "kontra_content/content/subjects/world",
"kontra_content/content/subjects/tech", "kontra_content/content/subjects/tech",
"kontra_content/content/subjects/politics", "kontra_content/content/subjects/politics",

View File

@@ -39,19 +39,19 @@ ESP32 (wake word, mic) → MQTT voice/audio_stream
``` ```
## Components (host : port) ## Components (host : port)
| Component | Host | Port | Role | | Component | Host | Port | Role |
|---|---|---|---| | ------------------------------ | ------- | ----------------- | ------------------------------------- |
| ESP32-S3 (voice_assistant.ino) | devices | — | wake word "Hey Jervis", mic, LED | | ESP32-S3 (voice_assistant.ino) | devices | — | wake word "Hey Jervis", mic, LED |
| voice_bridge / voice_whisper | .13 | docker / :5000 | speech → text (faster-whisper) | | voice_bridge / voice_whisper | .13 | docker / :5000 | speech → text (faster-whisper) |
| **Jervis agent** | .13 | **:8501** | LLM tool-calling brain (systemd) | | **Jervis agent** | .13 | **:8501** | LLM tool-calling brain (systemd) |
| OmniRoute | .13 | :20129 | LLM gateway (voice-fast route) | | OmniRoute | .13 | :20129 | LLM gateway (voice-fast route) |
| Home Assistant | .30 | :8123 | control, timers, calendar, todo lists | | Home Assistant | .30 | :8123 | control, timers, calendar, todo lists |
| Mopidy + Spotify | .13 | :6600 / librespot | music | | Mopidy + Spotify | .13 | :6600 / librespot | music |
| piper_tts | .13 | :10200 | TTS → Snapcast | | piper_tts | .13 | :10200 | TTS → Snapcast |
| Snapcast | .13 | :1780 | multi-room audio | | Snapcast | .13 | :1780 | multi-room audio |
| Apprise | .35 | :8210 | notifications | | Apprise | .35 | :8210 | notifications |
| Vikunja | .35 | vikunja.lab | project tasks/stages (tracker) | | Vikunja | .35 | vikunja.lab | project tasks/stages (tracker) |
| Outline | .13 | :3000 | project documentation (AI) | | Outline | .13 | :3000 | project documentation (AI) |
## Status (2026-09-05) ## Status (2026-09-05)
- **Voice working end-to-end**: ESP32 wake word → whisper → agent → piper → Snapcast (fixed docker piper, HA→.13 SSH auth, resampler, MQTT client-id). - **Voice working end-to-end**: ESP32 wake word → whisper → agent → piper → Snapcast (fixed docker piper, HA→.13 SSH auth, resampler, MQTT client-id).