Skip to content

Commit 9c97acf

Browse files
committed
Clarify 1.10.16 channel docs
1 parent 82e3bd7 commit 9c97acf

6 files changed

Lines changed: 23 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ All notable changes to Smart (Components) Toolkit for Homey will be documented i
66
77
---
88

9-
## [1.10.16] - July 2026
9+
## [1.10.16] - July 2026 (Test channel)
1010

1111
### 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.
12+
- Captures Homey device IDs and names in the app so [Flow Doctor](https://tiwas.github.io/SmartComponentsToolkit/tools/flow-doctor.html) can resolve references to previously deleted devices.
13+
- [Flow Doctor](https://tiwas.github.io/SmartComponentsToolkit/tools/flow-doctor.html) now shows resolved device names, or `N/A (ID: ...)` when a deleted device was never captured.
1414

1515
---
1616

HOMEY_COMMUNITY_LISTING.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
URL: https://community.homey.app/t/app-smart-components-toolkit-was-boolean-toolbox-create-advanced-logic-with-simple-formulas/143906
22

3-
Title: [APP] Smart (Components) Toolkit (was: Boolean Toolbox) - Create advanced logic with simple formulas [v1.10.16 - Device ID resolver for Flow Doctor]
3+
Title: [APP] Smart (Components) Toolkit (was: Boolean Toolbox) - Create advanced logic with simple formulas [v1.10.16 test - Device ID resolver for Flow Doctor]
44

55
Content:
66
![xlarge|690x483](upload://iSxhJPUltgcgPQ7gy4z5iisCv5F.jpeg)
77

8-
# Smart (Components) Toolkit — v1.10.16
8+
# Smart (Components) Toolkit — stable v1.10.9 / test v1.10.16
99

1010
> **📚 Full Documentation:** https://tiwas.github.io/SmartComponentsToolkit/
1111
@@ -17,20 +17,20 @@ Replace complex flow networks with powerful logic devices controlled by dynamic
1717

1818
## Changelog
1919

20-
### v1.10.16
20+
### v1.10.16 (test channel)
2121

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.
22+
- Captures Homey device IDs and names so <a href="https://tiwas.github.io/SmartComponentsToolkit/tools/flow-doctor.html" target="_blank">Flow Doctor</a> can resolve references to previously deleted devices.
23+
- <a href="https://tiwas.github.io/SmartComponentsToolkit/tools/flow-doctor.html" target="_blank">Flow Doctor</a> now shows resolved device names, or `N/A (ID: ...)` when a deleted device was never captured by the app.
2424

2525
---
2626

2727
## ✨ Circadian Light Group — now on stable
2828

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.
29+
A virtual **light device** that adjusts brightness and color temperature for a group of real lights — automatically following a circadian rhythm. Stable is currently v1.10.9; v1.10.16 is available on the test channel.
3030

3131
### 🆕 What's new in 1.10.x
3232

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.
33+
- **Device ID resolver (v1.10.16 test).** The app now captures Homey device IDs and names so <a href="https://tiwas.github.io/SmartComponentsToolkit/tools/flow-doctor.html" target="_blank">Flow Doctor</a> can resolve references to previously deleted devices.
3434
- **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.
3535
- **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.
3636
- **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.
@@ -76,7 +76,9 @@ Choose how the device knows how bright it is outside:
7676

7777
<a href="https://tiwas.github.io/SmartComponentsToolkit/docs/circadian-light-group.html" target="_blank">→ Read full Circadian Light Group guide</a>
7878

79-
<a href="https://homey.app/en-no/app/no.tiwas.booleantoolbox/" target="_blank">→ Install v1.10.16</a>
79+
<a href="https://homey.app/en-no/app/no.tiwas.booleantoolbox/" target="_blank">→ Install stable v1.10.9</a>
80+
<br>
81+
<a href="https://homey.app/a/no.tiwas.booleantoolbox/test/" target="_blank">→ Install test v1.10.16</a>
8082

8183
---
8284

@@ -144,8 +146,8 @@ THEN: Wait until coffee machine temperature ≥ 90°C (timeout 5 min)
144146

145147
## Installation and Links
146148

147-
* **Homey App Store (v1.10.16, stable):** <a href="https://homey.app/en-no/app/no.tiwas.booleantoolbox/" target="_blank">Install Smart (Components) Toolkit</a>
148-
* **Test channel (also v1.10.16):** <a href="https://homey.app/a/no.tiwas.booleantoolbox/test/" target="_blank">Install test version</a>
149+
* **Homey App Store (v1.10.9, stable):** <a href="https://homey.app/en-no/app/no.tiwas.booleantoolbox/" target="_blank">Install Smart (Components) Toolkit</a>
150+
* **Test channel (v1.10.16):** <a href="https://homey.app/a/no.tiwas.booleantoolbox/test/" target="_blank">Install test version</a>
149151
* **GitHub Repo:** <a href="https://github.com/tiwas/SmartComponentsToolkit" target="_blank">github.com/tiwas/SmartComponentsToolkit</a>
150152
* **Online Emulator:** <a href="https://tiwas.github.io/SmartComponentsToolkit/tools/emulator.html" target="_blank">Boolean Logic Emulator</a>
151153
* **Formula Builder:** <a href="https://tiwas.github.io/SmartComponentsToolkit/tools/formula-builder.html" target="_blank">Formula Builder</a>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
77
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.
88

9-
[![Stable](https://img.shields.io/badge/stable-1.10.16-blue.svg)](https://homey.app/en-no/app/no.tiwas.booleantoolbox/)
9+
[![Stable](https://img.shields.io/badge/stable-1.10.9-blue.svg)](https://homey.app/en-no/app/no.tiwas.booleantoolbox/)
1010
[![Test](https://img.shields.io/badge/test-1.10.16-orange.svg)](https://homey.app/a/no.tiwas.booleantoolbox/test/)
1111
[![Homey](https://img.shields.io/badge/Homey-5.0+-green.svg)](https://homey.app)
1212

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)
13+
> **v1.10.16 test** — captures Homey device IDs and names so [Flow Doctor](https://tiwas.github.io/SmartComponentsToolkit/tools/flow-doctor.html) can resolve references to previously deleted devices.
1414
1515
---
1616

@@ -122,7 +122,7 @@ THEN: Pop state (restore previous)
122122

123123
---
124124

125-
### Circadian Light Group *(v1.10.16)*
125+
### Circadian Light Group *(stable v1.10.9 / test v1.10.16)*
126126

127127
Virtual light device that adjusts brightness and color temperature for a group of real lights based on time, sun position or ambient lux.
128128

docs/docs/circadian-light-group.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@
7373
<main class="max-w-3xl mx-auto px-6 py-8 flex-grow">
7474
<div class="flex items-center gap-3 mb-2">
7575
<h1 class="text-4xl font-bold text-gray-900">Circadian Light Group</h1>
76-
<span class="bg-purple-100 text-purple-700 text-xs font-semibold px-2 py-1 rounded">v1.10.16</span>
76+
<span class="bg-purple-100 text-purple-700 text-xs font-semibold px-2 py-1 rounded">v1.10.16 test</span>
7777
</div>
7878
<p class="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>
7979

8080
<div class="card">
8181
<h2 class="text-xl font-semibold mb-2 text-purple-600">What's new in 1.10.x</h2>
8282
<ul class="list-disc ml-6 text-gray-700 space-y-1 text-sm">
83-
<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+
<li><strong>1.10.16 test</strong><a href="../tools/flow-doctor.html" class="text-purple-600 hover:text-purple-800">Flow Doctor</a> can now resolve previously captured Homey device IDs when deleted devices only appear by ID in broken flows.</li>
8484
<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>
8585
<li><strong>1.10.7</strong> — Group-level actions <em>Turn on all members</em> and <em>Turn off all members</em>.</li>
8686
<li><strong>1.10.6</strong> — On/off state is now respected correctly under all paths.</li>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h1 class="text-4xl md:text-5xl font-bold mb-4">Smart (Components) Toolkit for H
5656
</a>
5757
</div>
5858
<div class="flex justify-center gap-2 flex-wrap">
59-
<span class="bg-purple-800 text-white text-sm px-3 py-1 rounded">v1.10.16</span>
59+
<span class="bg-purple-800 text-white text-sm px-3 py-1 rounded">v1.10.9 stable</span>
6060
<a href="https://homey.app/a/no.tiwas.booleantoolbox/test/" class="bg-amber-500 hover:bg-amber-600 text-white text-sm px-3 py-1 rounded">v1.10.16 test</a>
6161
<span class="bg-green-600 text-white text-sm px-3 py-1 rounded">Homey 5.0+</span>
6262
</div>
@@ -267,7 +267,7 @@ <h3 class="text-xl font-semibold text-purple-600">Conditional Gates</h3>
267267
<div class="bg-white rounded-lg p-6 shadow-sm border border-gray-200 mb-6">
268268
<div class="flex items-center gap-3 mb-4">
269269
<h3 class="text-xl font-semibold text-purple-600">Circadian Light Group</h3>
270-
<span class="bg-purple-100 text-purple-700 text-xs font-semibold px-2 py-1 rounded">v1.10.16</span>
270+
<span class="bg-purple-100 text-purple-700 text-xs font-semibold px-2 py-1 rounded">v1.10.16 test</span>
271271
</div>
272272
<p class="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>
273273
<div class="overflow-x-auto mb-4">

no.tiwas.booleantoolbox/.homeychangelog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@
9696
"en": "Cleaned up the app store description (removed redundant intro)."
9797
},
9898
"1.10.16": {
99-
"en": "Captures Homey device IDs and names so Flow Doctor can resolve references to previously deleted devices."
99+
"en": "Captures Homey device IDs and names so Flow Doctor (https://tiwas.github.io/SmartComponentsToolkit/tools/flow-doctor.html) can resolve references to previously deleted devices."
100100
}
101101
}

0 commit comments

Comments
 (0)