node-red-contrib-knx-ultimate 3.3.13 → 3.3.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/nodes/hue-config.html +3 -2
- package/nodes/knxUltimateWatchDog.html +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,12 @@
|
|
|
6
6
|
|
|
7
7
|
# CHANGELOG
|
|
8
8
|
|
|
9
|
+
**Version 3.3.15** - February 2025<br/>
|
|
10
|
+
- Housekeeping and added some warnings on Watchdog node and configuration nodes.<br/>
|
|
11
|
+
|
|
12
|
+
**Version 3.3.14** - January 2025<br/>
|
|
13
|
+
- NEW: Added all subtypes to KNX Datapoint 20.x.<br/>
|
|
14
|
+
|
|
9
15
|
**Version 3.3.13** - January 2025<br/>
|
|
10
16
|
- NEW: Hue light now handles Hue Outlets as well.<br/>
|
|
11
17
|
|
package/nodes/hue-config.html
CHANGED
|
@@ -175,9 +175,10 @@
|
|
|
175
175
|
<div class="form-row">
|
|
176
176
|
<b><span data-i18n="hue-config.properties.title"></span></b>  <span style="color:red" data-i18n="[html]hue-config.properties.helplink"></span>
|
|
177
177
|
|
|
178
|
-
<p align='center'> <img src='https://raw.githubusercontent.com/Supergiovane/node-red-contrib-knx-ultimate/master/img/huehub.jpg' width='
|
|
178
|
+
<p align='center'> <img src='https://raw.githubusercontent.com/Supergiovane/node-red-contrib-knx-ultimate/master/img/huehub.jpg' width='30%'></p>
|
|
179
|
+
<p><font color="red">CAUTION:</font> other coexisting third-party HUE nodes may cause problems and shall be uninstalled.</p>
|
|
180
|
+
|
|
179
181
|
</div>
|
|
180
|
-
|
|
181
182
|
<div class="form-row">
|
|
182
183
|
<label for="node-config-input-host">
|
|
183
184
|
<i class="fa fa-server"></i> IP</label>
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
</div>
|
|
79
79
|
<div class="form-row" id="divHost">
|
|
80
80
|
<label for="node-input-topic"><i class="fa fa-tasks"></i> <span data-i18n="knxUltimateWatchDog.properties.node-input-topic"></span></label>
|
|
81
|
-
<input type="text" id="node-input-topic" data-i18n="[placeholder]knxUltimateWatchDog.placeholder.monitor">
|
|
82
|
-
</div>
|
|
81
|
+
<input style="width:90px;" type="text" id="node-input-topic" data-i18n="[placeholder]knxUltimateWatchDog.placeholder.monitor"> the DPT must be DPT1.x (Boolean)
|
|
82
|
+
</div>
|
|
83
83
|
<div class="form-row">
|
|
84
84
|
<label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="knxUltimateWatchDog.properties.node-input-name"></span> </label>
|
|
85
85
|
<input type="text" id="node-input-name" data-i18n="[placeholder]knxUltimateWatchDog.properties.node-input-name">
|
|
@@ -134,7 +134,7 @@ You can send an Email to the KNX installer responsible to your Building, or you
|
|
|
134
134
|
| Property | Description |
|
|
135
135
|
| ----------------------------- | --------------------------------------------------------------------------------------------------- |
|
|
136
136
|
| Gateway | Selected KNX gateway. |
|
|
137
|
-
| Group Address to monitor | The node will send a telegram to this address and monitors the message flowing through the KNX BUS. |
|
|
137
|
+
| Group Address to monitor | The node will send a telegram to this address and monitors the message flowing through the KNX BUS. The Datapoint must be DPT 1.x (boolean). |
|
|
138
138
|
| Name | Node Name |
|
|
139
139
|
| Auto start the watchdog timer | The watchdog timer starts automatically on deploy or on node-red start. |
|
|
140
140
|
| Check level | See below |
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"engines": {
|
|
4
4
|
"node": ">=16.0.0"
|
|
5
5
|
},
|
|
6
|
-
"version": "3.3.
|
|
6
|
+
"version": "3.3.15",
|
|
7
7
|
"description": "Control your KNX intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control and ETS group address importer. Easy to use and highly configurable.",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"binary-parser": "2.2.1",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"dns-sync": "0.2.1",
|
|
12
12
|
"eventsource": "2.0.2",
|
|
13
13
|
"js-yaml": "4.1.0",
|
|
14
|
-
"knxultimate": "4.1.0-beta.
|
|
14
|
+
"knxultimate": "4.1.0-beta.8",
|
|
15
15
|
"lodash": "4.17.21",
|
|
16
16
|
"node-color-log": "12.0.1",
|
|
17
17
|
"mkdirp": "3.0.1",
|