Home Intelligence  

Developer: Simon's Plugins
Category: Miscellaneous
Github: Github Repo
Assistance: Get help!   
Plugin ID: com.simons-plugins.home-intelligence
Latest release: v2026.1.3 released on May 6, 2026
Release downloaded: 0 times
Requires: Indigo v2024.2.0 or higher
(Check the Releases tab below for older releases that may have different requirements)
  Download latest release

Home Intelligence — Indigo plugin

A weekly house-wide digest + email-reply rule engine for Indigo, plus an MCP (Model Context Protocol) surface so Claude Desktop / Claude Code can interrogate your house on demand under a subscription — no API spend.

What it does

Weekly digest. Reads the SQL Logger database and Indigo event log, assembles the last 7 days of activity, asks a Claude model to produce a plain-English summary with statistical breakdowns (e.g. "hall lights 84% triggered vs 36% manual"), and emails it to you via SMTP.

Feedback loop. If the digest proposes an automation ("want me to turn the bedroom light off 30 min after 23:00 every night?") and you reply YES to the email, the plugin writes a rule to its own store and starts enforcing it.

Plugin-internal rule engine. Rules live in an Indigo variable as JSON. The plugin evaluates them against live device state every 60 seconds (configurable) and calls indigo.dimmer. / indigo.relay. directly. No native Indigo triggers are created — the Indigo API does not expose trigger.create(). This is the "Auto Lights" pattern.

Interactive MCP surface. Claude Desktop / Claude Code connect to the plugin over MCP to interrogate the house mid-week — same data the weekly digest reasons over, no API spend if you have a Claude subscription. Read-only in v1 (rules, observations, SQL Logger history, curated house context snapshot). See MCP surface below.

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

What's Changed

  • fix: add CFBundleURLTypes to silence Indigo Info.plist format error by @simons-plugins in https://github.com/simons-plugins/indigo-home-intelligence/pull/20

Full Changelog: https://github.com/simons-plugins/indigo-home-intelligence/compare/2026.1.2...2026.1.3

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

What's Changed

  • chore: declare email_reply_parser as an explicit requirement by @simons-plugins in https://github.com/simons-plugins/indigo-home-intelligence/pull/19

Full Changelog: https://github.com/simons-plugins/indigo-home-intelligence/compare/2026.1.1...2026.1.2

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

What's Changed

  • docs(adr): 0008 — cross-ref workspace ADR-0003 supersede by @simons-plugins in https://github.com/simons-plugins/indigo-home-intelligence/pull/18

Full Changelog: https://github.com/simons-plugins/indigo-home-intelligence/compare/2026.1.0...2026.1.1

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

What's Changed

  • Phase 1: read-only MCP surface (PRD-0002) by @simons-plugins in https://github.com/simons-plugins/indigo-home-intelligence/pull/16

Full Changelog: https://github.com/simons-plugins/indigo-home-intelligence/compare/2026.0.21...2026.1.0

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

What's Changed

  • docs: PRD-0002 + ADRs 0002-0007 for interactive MCP surface (2026.0.21) by @simons-plugins in https://github.com/simons-plugins/indigo-home-intelligence/pull/15

Full Changelog: https://github.com/simons-plugins/indigo-home-intelligence/compare/2026.0.20...2026.0.21

Release details
Released on: April 22, 2026
Requires: Indigo v2024.2.0+
Downloaded: 0 times 
Changes in this release

What's Changed

  • feat: hardening pass — rule auto-disable, safety gates, confirmation emails, observability (2026.0.20) by @simons-plugins in https://github.com/simons-plugins/indigo-home-intelligence/pull/14

Full Changelog: https://github.com/simons-plugins/indigo-home-intelligence/compare/2026.0.19...2026.0.20

Release details
Released on: April 22, 2026
Requires: Indigo v2024.2.0+
Downloaded: 0 times 
Changes in this release

What's Changed

  • feat: fleet health + energy week-over-week signals in digest (2026.0.19) by @simons-plugins in https://github.com/simons-plugins/indigo-home-intelligence/pull/13

Full Changelog: https://github.com/simons-plugins/indigo-home-intelligence/compare/2026.0.18...2026.0.19

Release details
Released on: April 22, 2026
Requires: Indigo v2024.2.0+
Downloaded: 0 times 
Changes in this release

What's Changed

  • feat: compact prompt format + cost-in-email + pinned narrative structure (2026.0.18) by @simons-plugins in https://github.com/simons-plugins/indigo-home-intelligence/pull/12

Full Changelog: https://github.com/simons-plugins/indigo-home-intelligence/compare/2026.0.17...2026.0.18

Release details
Released on: April 22, 2026
Requires: Indigo v2024.2.0+
Downloaded: 0 times 
Changes in this release

What's Changed

  • feat: house model filter — real devices only, strip enabled/folderId (2026.0.17) by @simons-plugins in https://github.com/simons-plugins/indigo-home-intelligence/pull/11

Full Changelog: https://github.com/simons-plugins/indigo-home-intelligence/compare/2026.0.16...2026.0.17

Release details
Released on: April 22, 2026
Requires: Indigo v2024.2.0+
Downloaded: 0 times 
Changes in this release

What's Changed

  • fix: clearer SQL Logger diagnostics on PG auth/connection failures (2026.0.16) by @simons-plugins in https://github.com/simons-plugins/indigo-home-intelligence/pull/10

Full Changelog: https://github.com/simons-plugins/indigo-home-intelligence/compare/2026.0.15...2026.0.16

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

What's Changed

  • feat: Integrate event log history into digest prompt (closes #3, 2026.0.14) by @simons-plugins in https://github.com/simons-plugins/indigo-home-intelligence/pull/9

Full Changelog: https://github.com/simons-plugins/indigo-home-intelligence/compare/2026.0.13...2026.0.15

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

What's Changed

  • feat: Hidden runDigest action for programmatic invocation (2026.0.13) by @simons-plugins in https://github.com/simons-plugins/indigo-home-intelligence/pull/8

Full Changelog: https://github.com/simons-plugins/indigo-home-intelligence/compare/2026.0.12...2026.0.13

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

What's Changed

  • feat: Enrich house model with schedule/trigger/action-group details (closes #2) by @simons-plugins in https://github.com/simons-plugins/indigo-home-intelligence/pull/7

Full Changelog: https://github.com/simons-plugins/indigo-home-intelligence/compare/2026.0.11...2026.0.12

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

What's Changed

  • test: Tier-A pytest suite for pure helpers (closes #4) by @simons-plugins in https://github.com/simons-plugins/indigo-home-intelligence/pull/5

Full Changelog: https://github.com/simons-plugins/indigo-home-intelligence/compare/2026.0.10...2026.0.11

Release details
Released on: April 20, 2026
Requires: Indigo v2024.2.0+
Downloaded: 1 times 
Changes in this release

What's Changed

  • feat: End-to-end digest pipeline (SMTP/IMAP, observation store, feedback loop) by @simons-plugins in https://github.com/simons-plugins/indigo-home-intelligence/pull/1

New Contributors

  • @simons-plugins made their first contribution in https://github.com/simons-plugins/indigo-home-intelligence/pull/1

Full Changelog: https://github.com/simons-plugins/indigo-home-intelligence/compare/2026.0.1...2026.0.10

Release details
Released on: April 19, 2026
Requires: Indigo v2024.2.0+
Downloaded: 1 times 
Changes in this release

Full Changelog: https://github.com/simons-plugins/indigo-home-intelligence/commits/2026.0.1