diff --git a/memory/2026-02-16.md b/memory/2026-02-16.md index 1df6085..81eee46 100644 --- a/memory/2026-02-16.md +++ b/memory/2026-02-16.md @@ -53,3 +53,28 @@ - Johan picked Adrian over Ethan, Andrew (Edge), Guy (Edge), Brian (Edge), Christopher (Edge) - Pipeline: Fish API → mp3 → python http server on :8199 → media_player.play_media - TODO: Make persistent TTS service (not ad-hoc python server), store key in Vaultwarden + +## Tablet Entity Mapping Correction +- `media_player.lenovo_tab_m8_6` = **pbed.tbl** (parent bedroom), NOT master bedroom +- `media_player.mbed_tbl` = **master bedroom tablet** (Fully Kiosk only, no HA Companion) +- mbed tablet has NO notify TTS entity — must use media_player.play_media route +- Fish Audio Adrian voice works on mbed_tbl but speaks too slowly — need speed adjustment + +## Network Note +- Home network is a /22 — 192.168.0.x and 192.168.1.x are on the same subnet, fully routable +- Tablets (192.168.0.x) can reach forge (192.168.1.16) directly + +## Master Bedroom Tablet (mbed.tbl) — Fully REST API +- IP: 192.168.0.186 +- Fully password: 3005 +- Fully version: 1.52 (PLUS licensed) +- Device ID: 41cc4036-3eb303c9 +- HA shows unavailable (Browser Mod issue) but Fully REST works fine +- **playSound:** `http://192.168.0.186:2323/?cmd=playSound&url=&password=3005` +- **textToSpeech:** `http://192.168.0.186:2323/?cmd=textToSpeech&text=&locale=en_US&password=3005` +- **screenOn:** `http://192.168.0.186:2323/?cmd=screenOn&password=3005` +- playSound may be unreliable — sometimes plays, sometimes doesn't. Needs investigation. + +## Fully Kiosk Integration +- Fire Tablet running Fully Kiosk: 192.168.2.243 +- Password: 3005 (assuming same as mbed) diff --git a/memory/claude-usage.db b/memory/claude-usage.db index e9ba2dc..bf8778c 100644 Binary files a/memory/claude-usage.db and b/memory/claude-usage.db differ diff --git a/memory/claude-usage.json b/memory/claude-usage.json index 90dcdc9..f137059 100644 --- a/memory/claude-usage.json +++ b/memory/claude-usage.json @@ -1,9 +1,9 @@ { - "last_updated": "2026-02-16T11:00:04.103753Z", + "last_updated": "2026-02-16T17:00:07.638345Z", "source": "api", - "session_percent": 12, - "session_resets": "2026-02-16T13:00:01.072322+00:00", - "weekly_percent": 19, - "weekly_resets": "2026-02-21T19:00:00.072342+00:00", + "session_percent": 15, + "session_resets": "2026-02-16T18:00:00.590367+00:00", + "weekly_percent": 22, + "weekly_resets": "2026-02-21T19:00:00.590389+00:00", "sonnet_percent": 7 } \ No newline at end of file diff --git a/memory/updates/2026-02-16.json b/memory/updates/2026-02-16.json new file mode 100644 index 0000000..dbe7e15 --- /dev/null +++ b/memory/updates/2026-02-16.json @@ -0,0 +1,33 @@ +{ + "date": "2026-02-16", + "timestamp": "2026-02-16T09:00:50-05:00", + "openclaw": { + "before": "2026.2.14", + "latest": "2026.2.15", + "after": "2026.2.15", + "updated": true + }, + "claude_code": { + "before": "2.1.42", + "latest": "2.1.42", + "updated": false + }, + "os": { + "available": 2, + "packages": [ + { + "name": "libexpat1-dev", + "from": "2.6.1-2ubuntu0.3", + "to": "2.6.1-2ubuntu0.4" + }, + { + "name": "libexpat1", + "from": "2.6.1-2ubuntu0.3", + "to": "2.6.1-2ubuntu0.4" + } + ], + "updated": true, + "reboot_required": true + }, + "gateway_restarted": true +} \ No newline at end of file