node-red-contrib-knx-ultimate 2.1.17 → 2.1.18
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/KNXEngine/CHANGELOG.md +4 -0
- package/KNXEngine/package.json +1 -1
- package/KNXEngine/src/KNXClient.js +21 -21
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,12 @@
|
|
|
6
6
|
|
|
7
7
|
# CHANGELOG
|
|
8
8
|
|
|
9
|
+
<p>
|
|
10
|
+
<b>Version 2.1.18</b> - July 2023<br/>
|
|
11
|
+
- Quick fix for MDT and Wienzler interfaces.<br/>
|
|
12
|
+
- HUE light: added "invert" option to the Day/Night sensor.<br/>
|
|
13
|
+
- More verbose status for all nodes.<br/>
|
|
14
|
+
</p>
|
|
9
15
|
<p>
|
|
10
16
|
<b>Version 2.1.17</b> - July 2023<br/>
|
|
11
17
|
- Revamped UI of KNX-Ultimate device node.<br/>
|
package/KNXEngine/CHANGELOG.md
CHANGED
package/KNXEngine/package.json
CHANGED
|
@@ -1001,33 +1001,33 @@ class KNXClient extends EventEmitter {
|
|
|
1001
1001
|
}
|
|
1002
1002
|
|
|
1003
1003
|
_sendConnectRequestMessage(cri) {
|
|
1004
|
-
try {
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
} catch (error) {
|
|
1008
|
-
|
|
1009
|
-
}
|
|
1010
|
-
|
|
1004
|
+
// try {
|
|
1005
|
+
// const oHPAI = new HPAI.HPAI(this._options.localSocketAddress.address, this._options.localSocketAddress.port, this._options.hostProtocol === 'TunnelTCP' ? KNXConstants.KNX_CONSTANTS.IPV4_TCP : KNXConstants.KNX_CONSTANTS.IPV4_UDP)
|
|
1006
|
+
// this.send(KNXProtocol.KNXProtocol.newKNXConnectRequest(cri, oHPAI, oHPAI))
|
|
1007
|
+
// } catch (error) {
|
|
1008
|
+
// this.send(KNXProtocol.KNXProtocol.newKNXConnectRequest(cri))
|
|
1009
|
+
// }
|
|
1010
|
+
this.send(KNXProtocol.KNXProtocol.newKNXConnectRequest(cri))
|
|
1011
1011
|
}
|
|
1012
1012
|
|
|
1013
1013
|
_sendConnectionStateRequestMessage(channelID) {
|
|
1014
|
-
try {
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
} catch (error) {
|
|
1018
|
-
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1014
|
+
// try {
|
|
1015
|
+
// const oHPAI = new HPAI.HPAI(this._options.localSocketAddress.address, this._options.localSocketAddress.port, this._options.hostProtocol === 'TunnelTCP' ? KNXConstants.KNX_CONSTANTS.IPV4_TCP : KNXConstants.KNX_CONSTANTS.IPV4_UDP)
|
|
1016
|
+
// this.send(KNXProtocol.KNXProtocol.newKNXConnectionStateRequest(channelID, oHPAI))
|
|
1017
|
+
// } catch (error) {
|
|
1018
|
+
// this.send(KNXProtocol.KNXProtocol.newKNXConnectionStateRequest(channelID))
|
|
1019
|
+
// }
|
|
1020
|
+
this.send(KNXProtocol.KNXProtocol.newKNXConnectionStateRequest(channelID))
|
|
1021
1021
|
}
|
|
1022
1022
|
|
|
1023
1023
|
_sendDisconnectRequestMessage(channelID) {
|
|
1024
|
-
try {
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
} catch (error) {
|
|
1028
|
-
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1024
|
+
// try {
|
|
1025
|
+
// const oHPAI = new HPAI.HPAI(this._options.localSocketAddress.address, this._options.localSocketAddress.port, this._options.hostProtocol === 'TunnelTCP' ? KNXConstants.KNX_CONSTANTS.IPV4_TCP : KNXConstants.KNX_CONSTANTS.IPV4_UDP)
|
|
1026
|
+
// this.send(KNXProtocol.KNXProtocol.newKNXDisconnectRequest(channelID, oHPAI))
|
|
1027
|
+
// } catch (error) {
|
|
1028
|
+
// this.send(KNXProtocol.KNXProtocol.newKNXDisconnectRequest(channelID))
|
|
1029
|
+
// }
|
|
1030
|
+
this.send(KNXProtocol.KNXProtocol.newKNXDisconnectRequest(channelID))
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
1033
1033
|
_sendDisconnectResponseMessage(channelID, status = KNXConstants.ConnectionStatus.E_NO_ERROR) {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"engines": {
|
|
4
4
|
"node": ">=16.0.0"
|
|
5
5
|
},
|
|
6
|
-
"version": "2.1.
|
|
6
|
+
"version": "2.1.18",
|
|
7
7
|
"description": "Control your KNX intallation via Node-Red! Single Node KNX IN/OUT with optional ETS group address importer. Easy to use and highly configurable. With integrated Philips HUE devices handling.",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"mkdirp": "3.0.1",
|