Hi, my heartbeat is configured in openclaw.json but never sends any messages.
My setup:
- OpenClaw running on WSL2 (Windows)
- Telegram connected and working (can chat normally)
- Heartbeat config:
"heartbeat": {
"every": "30m",
"target": "last",
"activeHours": { "start": "08:00", "end": "23:00" }
}
Gateway log shows [heartbeat] started sometimes, but no messages ever sent to Telegram or dashboard.
Any idea how to debug this?