Skip to content

Commit c2f69b5

Browse files
Cliveclaude
andcommitted
docs: surface the 1.9.5 on/off toggles up front in README
Adds a paragraph to "What it does" pointing out that the two halves (change-logger and group triggers) can be disabled independently from the Plugins menu, and that the timestamp prefix is its own toggle. Backfills 1.9.1-1.9.5 rows in the changelog (1.9.5 is the toggles release). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent e0d1df9 commit c2f69b5

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

Device_Activity_Monitor.indigoPlugin/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ changes two complementary ways:
5252
2. **Fires custom triggers** when any device in a named **Group** changes state, with
5353
an optional direction filter (`any change` / `becomes ON/OPEN` / `becomes OFF/CLOSED`).
5454

55+
**The two halves are independent and can each be turned on or off at runtime** from the
56+
**Plugins → Device Activity Monitor** menu — use just the change-logger, just the group
57+
triggers, or both. The `[HH:MM:SS.mmm]` timestamp prefix on the logger's output is also
58+
its own toggle, so you can keep the logging on but rely on Indigo's column timestamp
59+
alone if the inline prefix is noise for you. All three toggles persist across plugin
60+
restarts. See [Plugin menu](#plugin-menu) below.
61+
5562
Groups are first-class Indigo devices managed via a rich two-list Add/Remove ConfigUI —
5663
no JSON editing required. The plugin replaces both:
5764

@@ -499,6 +506,11 @@ this section exists only for completeness if I ever do a clean reinstall.)
499506

500507
| Version | Date | Change |
501508
|---------|------|--------|
509+
| 1.9.5 | 2026-05-23 | Three runtime toggle menu items — Device Change Log, Group Change Triggers, Timestamps in Log. Each is independent, persists across restarts, defaults ON |
510+
| 1.9.4 | 2026-05-14 | Discovery correctly classifies multi-capability Aqara presence sensors (PS-S04D, FP1 etc.) using `pirDetection` / `presenceDetectionOptions` state names |
511+
| 1.9.3 | 2026-05-13 | Added `on_value` / `off_value` config keys for explicit value matching on string-typed states (e.g. presenceEvent `enter`/`leave`) |
512+
| 1.9.2 | 2026-05-13 | Trust Z2M `has_*` flags to exclude non-motion devices in discovery |
513+
| 1.9.1 | 2026-05-12 | Minor discovery and config fixes |
502514
| 1.9.0 | 2026-05-12 | **Renamed** Sensor Monitor → Device Activity Monitor (bundle ID, device type id, event id, config filename all changed; legacy migration code stripped) |
503515
| 1.8.1 | 2026-05-12 | Dropped JSON-groups backward-compat path; damGroup devices the sole source of truth |
504516
| 1.8.0 | 2026-05-12 | Groups are now first-class Indigo devices with Add/Remove ConfigUI |

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ changes two complementary ways:
5252
2. **Fires custom triggers** when any device in a named **Group** changes state, with
5353
an optional direction filter (`any change` / `becomes ON/OPEN` / `becomes OFF/CLOSED`).
5454

55+
**The two halves are independent and can each be turned on or off at runtime** from the
56+
**Plugins → Device Activity Monitor** menu — use just the change-logger, just the group
57+
triggers, or both. The `[HH:MM:SS.mmm]` timestamp prefix on the logger's output is also
58+
its own toggle, so you can keep the logging on but rely on Indigo's column timestamp
59+
alone if the inline prefix is noise for you. All three toggles persist across plugin
60+
restarts. See [Plugin menu](#plugin-menu) below.
61+
5562
Groups are first-class Indigo devices managed via a rich two-list Add/Remove ConfigUI —
5663
no JSON editing required. The plugin replaces both:
5764

@@ -499,6 +506,11 @@ this section exists only for completeness if I ever do a clean reinstall.)
499506

500507
| Version | Date | Change |
501508
|---------|------|--------|
509+
| 1.9.5 | 2026-05-23 | Three runtime toggle menu items — Device Change Log, Group Change Triggers, Timestamps in Log. Each is independent, persists across restarts, defaults ON |
510+
| 1.9.4 | 2026-05-14 | Discovery correctly classifies multi-capability Aqara presence sensors (PS-S04D, FP1 etc.) using `pirDetection` / `presenceDetectionOptions` state names |
511+
| 1.9.3 | 2026-05-13 | Added `on_value` / `off_value` config keys for explicit value matching on string-typed states (e.g. presenceEvent `enter`/`leave`) |
512+
| 1.9.2 | 2026-05-13 | Trust Z2M `has_*` flags to exclude non-motion devices in discovery |
513+
| 1.9.1 | 2026-05-12 | Minor discovery and config fixes |
502514
| 1.9.0 | 2026-05-12 | **Renamed** Sensor Monitor → Device Activity Monitor (bundle ID, device type id, event id, config filename all changed; legacy migration code stripped) |
503515
| 1.8.1 | 2026-05-12 | Dropped JSON-groups backward-compat path; damGroup devices the sole source of truth |
504516
| 1.8.0 | 2026-05-12 | Groups are now first-class Indigo devices with Add/Remove ConfigUI |

0 commit comments

Comments
 (0)