LogsOverReflector  

Developer: Simon's Plugins
Category: Notification & Messaging
Github: Github Repo
Assistance: Get help!    Check the online documentation
Plugin ID: com.simons-plugins.logs-over-reflector
Latest release: v2026.0.7 released on July 13, 2026
Release downloaded: 13 times
Requires: Indigo v2024.2.0 or higher
(Check the Releases tab below for older releases that may have different requirements)
  Download latest release

LogsOverReflector

Exposes the Indigo event log as a JSON API over Reflector, enabling remote log viewing with pagination, filtering, and historical date access.

Provides a REST API over the Indigo Reflector for accessing event log data remotely. Supports the current live log and historical dated log files with pagination, source filtering, and text search. Designed as a companion to the Home Remote for Indigo iOS app, but usable by any HTTP client.

Endpoints

Endpoint Description
log Current event log with pagination and filtering
sources Distinct log source names
history Historical entries from dated log files
dates List of available log dates

Usage

All endpoints are accessed via the Indigo Reflector message API:

GET /message/com.simons-plugins.logs-over-reflector/<endpoint>

Query Parameters

log and history: - lines — number of entries to return (default 500, max 5000) - offset — number of most-recent entries to skip (for pagination) - source — filter by source name - search — text search in message field

history additionally requires: - date — date in YYYY-MM-DD format

Examples

# Fetch latest 500 log entries
GET /message/com.simons-plugins.logs-over-reflector/log

# Fetch 100 entries, skipping the most recent 200
GET /message/com.simons-plugins.logs-over-reflector/log?lines=100&offset=200

# Search for entries from a specific source
GET /message/com.simons-plugins.logs-over-reflector/log?source=Z-Wave&search=error

# Fetch historical log for a specific date
GET /message/com.simons-plugins.logs-over-reflector/history?date=2026-02-15

# List available log dates
GET /message/com.simons-plugins.logs-over-reflector/dates

# List distinct log sources
GET /message/com.simons-plugins.logs-over-reflector/sources

Installation

Install from the Indigo Plugin Store, or copy LogsOverReflector.indigoPlugin to your Indigo plugins folder.

Requirements

  • Indigo 2023.2 or later
  • Reflector access enabled
Release details
Released on: July 13, 2026
Requires: Indigo v2024.2.0+
Downloaded: 13 times 
Changes in this release

What's Changed

  • fix: CFBundleVersion must be 1.0.0 (plugin-store validation) by @simons-plugins in https://github.com/simons-plugins/logs-over-reflector/pull/7

Full Changelog: https://github.com/simons-plugins/logs-over-reflector/compare/v2026.0.6...v2026.0.7

Release details
Released on: May 9, 2026
Requires: Indigo v2024.2.0+
Downloaded: 13 times 
Changes in this release

What's Changed

  • ci: replace workflows with canonical templates by @simons-plugins in https://github.com/simons-plugins/logs-over-reflector/pull/6

Full Changelog: https://github.com/simons-plugins/logs-over-reflector/compare/2026.0.4...v2026.0.6

Release details
Released on: March 26, 2026
Requires: Indigo v2024.2.0+
Downloaded: 27 times 
Changes in this release

What's Changed

  • docs: add CLAUDE.md with versioning and release workflow by @simons-plugins in https://github.com/simons-plugins/logs-over-reflector/pull/4

Full Changelog: https://github.com/simons-plugins/logs-over-reflector/compare/2026.0.3...2026.0.4

Release details
Released on: Feb. 24, 2026
Requires: Indigo v2024.2.0+
Downloaded: 18 times 
Changes in this release

What's Changed

  • Fix empty PluginConfig.xml causing dialog error by @simons-plugins in https://github.com/simons-plugins/logs-over-reflector/pull/3

Full Changelog: https://github.com/simons-plugins/logs-over-reflector/compare/2026.0.2...2026.0.3

Release details
Released on: Feb. 23, 2026
Requires: Indigo v2024.2.0+
Downloaded: 21 times 
Changes in this release

What's Changed

  • Raise history endpoint cap to 20k and hardcode defaults by @simons-plugins in https://github.com/simons-plugins/logs-over-reflector/pull/1
  • Add release workflows and bump to 2026.0.2 by @simons-plugins in https://github.com/simons-plugins/logs-over-reflector/pull/2

New Contributors

  • @simons-plugins made their first contribution in https://github.com/simons-plugins/logs-over-reflector/pull/1

Full Changelog: https://github.com/simons-plugins/logs-over-reflector/compare/2026.0.1...2026.0.2

Release details
Released on: Feb. 18, 2026
Requires: Indigo v2024.2.0+
Downloaded: 21 times 
Changes in this release

Full Changelog: https://github.com/simons-plugins/logs-over-reflector/commits/2026.0.1