LLM Notifications body always "Tap to view." despite correct description in push payload ( Aqara Plugin cameras)
Hello!
Running Scrypted NVR with the OpenAI/LLM Notifications script from scripts.scrypted.app. LLM (Claude Haiku) is working; descriptions are generated, push notifications deliver to iPhone. But the notification body text always shows "Tap to view." instead of the description.
The push payload clearly has the right data:
"body": "Dark-colored dog moving in backyard near patio furniture."
"bodyWithSubtitle": "Tap to view."
iOS displays bodyWithSubtitle, not body. The NVR plugin appears to compute bodyWithSubtitle from server-side event data and overrides whatever value the script sets in options.bodyWithSubtitle. subtitle works correctly.
Setup: Scrypted NVR 0.12.61, Aqara Plugin cameras (nvr-98/99/100 after RTSP→Aqara migration), Claude Haiku via LLM plugin, Debian 13 / Docker.
Has anyone gotten the LLM description to actually appear as the notification body text? Is this specific to Aqara Plugin cameras vs RTSP? Any workaround appreciated.