You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,17 @@ All notable changes to Smart (Components) Toolkit for Homey will be documented i
6
6
7
7
---
8
8
9
+
## [1.10.16] - July 2026
10
+
11
+
### Added
12
+
- Captures Homey device IDs and names in the app so Flow Doctor can resolve references to previously deleted devices.
13
+
- Flow Doctor now shows resolved device names, or `N/A (ID: ...)` when a deleted device was never captured.
14
+
15
+
---
16
+
9
17
## [1.10.0] - May 2026 (Test channel)
10
18
11
-
> Available only via [the test channel](https://homey.app/a/no.tiwas.booleantoolbox/test/). Stable channel still ships v1.9.2.
19
+
> Initial 1.10.x test-channel release.
12
20
13
21
### ✨ New Device: Circadian Light Group
14
22
A virtual light device that follows a circadian rhythm — adjusts dim and color temperature for a group of real lights based on time, sun position or ambient lux, with optional red mode at night.
@@ -29,7 +37,7 @@ A virtual light device that follows a circadian rhythm — adjusts dim and color
> **📚 Full Documentation:**https://tiwas.github.io/SmartComponentsToolkit/
11
11
@@ -15,12 +15,22 @@ Replace complex flow networks with powerful logic devices controlled by dynamic
15
15
16
16
---
17
17
18
+
## Changelog
19
+
20
+
### v1.10.16
21
+
22
+
- Captures Homey device IDs and names so Flow Doctor can resolve references to previously deleted devices.
23
+
- Flow Doctor now shows resolved device names, or `N/A (ID: ...)` when a deleted device was never captured by the app.
24
+
25
+
---
26
+
18
27
## ✨ Circadian Light Group — now on stable
19
28
20
-
A virtual **light device** that adjusts brightness and color temperature for a group of real lights — automatically following a circadian rhythm. As of v1.10.7 it ships on both the stable and test channels.
29
+
A virtual **light device** that adjusts brightness and color temperature for a group of real lights — automatically following a circadian rhythm. As of v1.10.16 it ships on both the stable and test channels.
21
30
22
31
### 🆕 What's new in 1.10.x
23
32
33
+
-**Device ID resolver (v1.10.16).** The app now captures Homey device IDs and names so Flow Doctor can resolve references to previously deleted devices.
24
34
-**Parallel device writes (v1.10.7).** Multi-device flow actions and the scheduler push to up to 5 lights at the same time instead of one-after-another. A 16-light "turn on all" goes from minute-scale to seconds.
25
35
-**Last-write-wins on conflicting commands (v1.10.7).** Trigger "all off" right after "all on" and the off command supersedes the in-flight on, instead of fighting it on every lamp. Each pass also verifies the on/off state afterwards and serially retries transient Z-Wave / Zigbee timeouts.
26
36
-**Group-level "Turn on / off all members" actions (v1.10.7).** Convenience cards that switch every enabled light in the group, respecting the current circadian dim/temperature when turning on.
@@ -66,7 +76,7 @@ Choose how the device knows how bright it is outside:
66
76
67
77
<ahref="https://tiwas.github.io/SmartComponentsToolkit/docs/circadian-light-group.html"target="_blank">→ Read full Circadian Light Group guide</a>
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@
6
6
7
7
Advanced logic and state management for your Homey automations. Create smart devices that react to multiple inputs with customizable formulas, and manage device states with powerful capture/restore functionality.
> **🧪 v1.10.0 in test channel** — adds the new **Circadian Light Group** virtual device with time/solar/lux anchors, red mode threshold, outdoor light providers and a wide set of new flow cards. Install via [test channel](https://homey.app/a/no.tiwas.booleantoolbox/test/). [Read the guide →](https://tiwas.github.io/SmartComponentsToolkit/docs/circadian-light-group.html)
13
+
> **v1.10.16** — captures Homey device IDs and names so Flow Doctor can resolve references to previously deleted devices. [Open Flow Doctor →](https://tiwas.github.io/SmartComponentsToolkit/tools/flow-doctor.html)
14
14
15
15
---
16
16
@@ -122,7 +122,7 @@ THEN: Pop state (restore previous)
122
122
123
123
---
124
124
125
-
### Circadian Light Group 🧪 *(test channel only — v1.10.0)*
125
+
### Circadian Light Group *(v1.10.16)*
126
126
127
127
Virtual light device that adjusts brightness and color temperature for a group of real lights based on time, sun position or ambient lux.
<pclass="text-gray-600 mb-8">A virtual light device that automatically adjusts brightness and color temperature throughout the day based on time, sun position or ambient light, with an optional red mode for night use.</p>
79
79
80
80
<divclass="card">
81
81
<h2class="text-xl font-semibold mb-2 text-purple-600">What's new in 1.10.x</h2>
<li><strong>1.10.16</strong> — Flow Doctor can now resolve previously captured Homey device IDs when deleted devices only appear by ID in broken flows.</li>
83
84
<li><strong>1.10.7</strong> — Multi-device flow cards and the scheduler now write to up to 5 lights in parallel and retry transient mesh timeouts. Conflicting commands (e.g. an "all off" arriving mid-"all on") supersede the running one instead of fighting it.</li>
84
85
<li><strong>1.10.7</strong> — Group-level actions <em>Turn on all members</em> and <em>Turn off all members</em>.</li>
85
86
<li><strong>1.10.6</strong> — On/off state is now respected correctly under all paths.</li>
<pclass="text-gray-700 mb-4">A virtual light device that automatically adjusts brightness and color temperature for a group of real lights based on time of day, sun position or ambient light, with optional red mode at night.</p>
0 commit comments