Kobo: mode prod (refresh 5 min, frontlight eteint, WiFi cycle + suspend)

- monitorink.sh: MONITORINK_REFRESH 30 -> 300 (5 min)
- monitorinkloop.sh: frontlight_off() (ecrit 0 dans /sys/class/backlight/*),
  cycle WiFi (wifi_down: release-ip + disable-wifi) autour du fetch,
  sleep -> suspend_for (rtcwake mem) + repli sleep si la veille echoue (USB)
- README: documente les reglages prod
This commit is contained in:
jerem
2026-06-15 16:41:31 +02:00
parent ba7ea0af3f
commit 88569f533b
3 changed files with 37 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ cd "$BASE" || exit 1
# --- Configuration ---
export MONITORINK_URL="http://192.168.0.43:8899/image.png"
export MONITORINK_REFRESH=30 # DEV: refresh rapide (repasser à 300-600 en prod)
export MONITORINK_REFRESH=300 # PROD: refresh 5 min
echo "===== monitorink start $(date) =====" >> "$LOG"; sync