From a3e53c69d9ec307f11879b9f5a753cb7141ee44f Mon Sep 17 00:00:00 2001 From: aeroreyna Date: Thu, 16 Jul 2026 19:11:09 -0400 Subject: [PATCH] Document reMarkable Pi sidecar logger --- projects/remarkable_hermes_communication_app.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/remarkable_hermes_communication_app.md b/projects/remarkable_hermes_communication_app.md index 5356722..e201d9a 100644 --- a/projects/remarkable_hermes_communication_app.md +++ b/projects/remarkable_hermes_communication_app.md @@ -42,6 +42,7 @@ Initial SSH-based proof of concept works. - Pulled latest SVG from tablet, converted to PNG, and Hermes vision read the handwriting as: `Hey there Pal!` - App build `bd5b992d...` adds inbox polling: it checks `/home/root/hermes-chat/inbox/response.txt` every ~2s and updates the console when Hermes writes a response. - Remaining work: create the automatic bridge loop that watches/pulls `latest.txt`, sends the image to Hermes/OCR, and writes `/home/root/hermes-chat/inbox/response.txt`; current test response was written manually. +- Pi-side sidecar logger installed on `aeropi5` under `~/remarkable-logger/` with user systemd timer `remarkable-logger.timer` every 30s. It SSH-polls Paper Pro `192.168.68.128`, logs JSONL to `~/remarkable-logger/events.jsonl`, writes `latest.json`/`state.json`, tracks online/offline, `xochitl` active state, most-recent modified document as current-document guess, and watched terms `diary,dairy,journal` for quasi-live document updates. First run found 364 docs and watched docs including `Journal2026`, `Journal`, `Daily Journaling`, `Daily Journal`, and `DairyGpt`. Hermes can: - Connect to the reMarkable via SSH alias `remarkable`.