98 lines
3.0 KiB
Markdown
98 lines
3.0 KiB
Markdown
# System Overview
|
|
|
|
## Core Services
|
|
|
|
| Service | URL | Status | Purpose |
|
|
|---------|-----|--------|---------|
|
|
| Mission Control (Python) | http://localhost:5050 | ✅ Live | Flask dashboard |
|
|
| Mission Control (Next.js) | http://localhost:3000 | ✅ Complete | React dashboard (archived) |
|
|
| Home Assistant | http://192.168.0.39:8123 | 🔄 Active | Entity cleanup |
|
|
| OpenClaw Gateway | localhost:8787 | ✅ Active | Multi-channel bot |
|
|
| Discord Bot | Discord | ✅ Active | Chat + voice |
|
|
|
|
---
|
|
|
|
## Pi Infrastructure
|
|
|
|
| Device | IP | Purpose | Status |
|
|
|--------|-----|---------|--------|
|
|
| livingroom-pi | 192.168.0.95 | Room-assistant presence | ✅ Working |
|
|
| HA Server | 192.168.0.39 | Home Assistant core | ✅ Running |
|
|
| VPN Box | — | Downloads (qbit/sonarr/radarr) | ✅ Active |
|
|
|
|
---
|
|
|
|
## Automation (Cron Jobs)
|
|
|
|
| Job | Schedule | Last Status | Purpose |
|
|
|-----|----------|-------------|---------|
|
|
| Supermemory Backup | 2:00 AM | ✅ | Cloud backup |
|
|
| Daily Cron Cleanup | 3:00 AM | ✅ | Job maintenance |
|
|
| Memory Worker | 3:00 AM | ✅ | Extract to SQLite |
|
|
| News Brief | 8:00 AM | ✅ | Morning news |
|
|
| Job Verifier | 9:00 AM | ✅ | Check overnight jobs |
|
|
| Shipping Tracker | 6 AM/12 PM/6 PM | ✅ | Package alerts |
|
|
|
|
---
|
|
|
|
## Discord Channels
|
|
|
|
| Channel | ID | Purpose | Model |
|
|
|---------|-----|---------|-------|
|
|
| #home-assistant | 1466074219829006599 | HA, room-assistant | kimi |
|
|
| #coding | 1468627455656067074 | Code, projects | qwen3-coder |
|
|
| #projects | 1468257895152881796 | Experiments | kimi |
|
|
| #alerts | 1473701182076752135 | System alerts | kimi |
|
|
| #news-brief | 1471156195233628394 | Morning news | kimi |
|
|
| #calendar | 1474636036905631867 | Scheduling | kimi |
|
|
|
|
---
|
|
|
|
## Key Directories
|
|
|
|
### OpenClaw Workspace
|
|
```
|
|
~/.openclaw/workspace/
|
|
├── memory/ # Memory files + SQLite
|
|
│ ├── projects/ # Project detail files
|
|
│ ├── people/ # User profiles
|
|
│ └── decisions/ # Decision log
|
|
├── skills/ # Installed skills
|
|
├── tools/ # Custom scripts
|
|
└── scripts/ # Automation scripts
|
|
```
|
|
|
|
### Mission Control
|
|
```
|
|
C:\web\htdocs\
|
|
├── mission-control-py/ # Flask dashboard (live)
|
|
├── mission-control/ # Next.js dashboard (complete)
|
|
└── dashboard/ # Legacy PHP dashboard
|
|
```
|
|
|
|
### Other Important Paths
|
|
- **MySQL:** C:\web\mysql\ (MariaDB 10.4.32)
|
|
- **Frigate:** P:\frigate\ (NVR with 4 cameras)
|
|
- **Nextcloud:** http://aiagents:8081 (removed from startup - thermal issues)
|
|
- **HA:** 192.168.0.39:8123
|
|
|
|
---
|
|
|
|
## Projects Status Overview
|
|
|
|
### Active
|
|
- Home Assistant — Entity cleanup
|
|
- Mission Control Python — Dashboard live on :5050
|
|
- Coding Workflow — Git/controls-web
|
|
- Memory System — Daily extractions working
|
|
|
|
### Completed
|
|
- Discord Voice Bot — Always available in #coding
|
|
- Proton Mail Bridge — Tested and functional
|
|
- Mission Control Next.js — Archived
|
|
- Supermemory backup — Daily automation
|
|
- Room-Assistant — Presence tracking working
|
|
|
|
---
|
|
|
|
*Last Updated: 2026-02-22* |