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": {
"type": "markdown",
"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",
"source": false
},
"icon": "lucide-file",
"title": "Home Voice Assistant System"
"title": "Family Home Lab"
}
}
]
@@ -55,7 +55,7 @@
"state": {
"type": "search",
"state": {
"query": "whisper",
"query": "family-home",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
@@ -76,8 +76,7 @@
"title": "Bookmarks"
}
}
],
"currentTab": 1
]
}
],
"direction": "horizontal",
@@ -184,7 +183,7 @@
"state": {
"type": "file-properties",
"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",
"title": "File properties"
@@ -212,8 +211,9 @@
},
"active": "8f0c8ae5063438f6",
"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",
"doc/project-overview-genev9IHFT.md",
"doc",
"300 areas/310 Home Assistant/Front Door Cam.md",
"200 projects/Tools Software WebUI/Paseo Pi GUI Tool.md",
@@ -239,7 +239,6 @@
"300 areas/350 AI/Pi Subagent Integration.md",
"200 projects/Tools Software WebUI/Pi Dashboard.md",
"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/tech",
"kontra_content/content/subjects/politics",

View File

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