chore: auto-commit uncommitted changes

This commit is contained in:
James 2026-02-16 12:01:04 -05:00
parent 5a063b83f9
commit 574413bfe3
4 changed files with 63 additions and 5 deletions

View File

@ -53,3 +53,28 @@
- Johan picked Adrian over Ethan, Andrew (Edge), Guy (Edge), Brian (Edge), Christopher (Edge) - 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 - 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 - 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=<mp3_url>&password=3005`
- **textToSpeech:** `http://192.168.0.186:2323/?cmd=textToSpeech&text=<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)

Binary file not shown.

View File

@ -1,9 +1,9 @@
{ {
"last_updated": "2026-02-16T11:00:04.103753Z", "last_updated": "2026-02-16T17:00:07.638345Z",
"source": "api", "source": "api",
"session_percent": 12, "session_percent": 15,
"session_resets": "2026-02-16T13:00:01.072322+00:00", "session_resets": "2026-02-16T18:00:00.590367+00:00",
"weekly_percent": 19, "weekly_percent": 22,
"weekly_resets": "2026-02-21T19:00:00.072342+00:00", "weekly_resets": "2026-02-21T19:00:00.590389+00:00",
"sonnet_percent": 7 "sonnet_percent": 7
} }

View File

@ -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
}