Skip to content

Latest commit

 

History

History
1860 lines (1195 loc) · 99.8 KB

CHANGELOG.md

File metadata and controls

1860 lines (1195 loc) · 99.8 KB

Sample Node

Donate via PayPal


CHANGELOG

Version 3.3.9 - December 2024

  • CHRISTMAS FIX: issue on iterable interfaces error in raspberry pi.

Version 3.3.8 - December 2024

  • HOT FIX: fixed compilation problem in the knx engine, causing the node to stop working.

Version 3.3.7 - December 2024

  • DPT18.x: fixed scene validation 1 to 64.

Version 3.3.6 - December 2024

  • KNX Alerter Node: read status after deploy even of a single node.

Version 3.3.5 - December 2024

  • KNX Alerter Node: now the node works even if no ETS file has been imported.

Version 3.3.3 - November 2024

  • KNX Config Node: Automatic KNX Gateway discover in the gateway node config window.
  • KNX Engine: new: new telegram sequencer waiter, for more accurate timing in slow or sliggish computers.
  • KNX Engine: bunp 4.0.0-beta.7 .

Version 3.3.0 - November 2024

  • KNX Engine: explicitly set the local port of the unicast socket on 3671 and the local IP of the multicast to 0.0.0.0.
  • KNX Engine: many engine adaptation for the upcoming KNX-Secure implementation.

Version 3.2.17 - October 2024

  • Hue devices: globally check for boundary limits, when calculating brightness and colorYX from an RGB or HEX KNX input.

Version 3.2.16 - October 2024

  • Hue devices: fixed an issue with the ETS CSV file, when a HUE device's GA isn't contained in the CSV.
  • Hue Light: fixed an issue in setting RGB to 255,255,255, caused by an out of boundary of the calculater brightness value.

Version 3.2.15 - October 2024

  • Hue Light: fixed an issue with old lightstrip causing an error in setting mirek.

Version 3.2.14 - October 2024

  • Workarouded bug in node-red 4.0.x not selecting the default server's node.

Version 3.2.13 - October 2024

  • Revert back from gathering the debug log. It doesn't like me.

Version 3.2.12 - October 2024

  • Bump knxultimate engine to v. 3.0.4.

Version 3.2.11 - October 2024

  • Fixed help texts in various nodes.
  • When you open a node, the node red's site bar goes into the help panel. Then, it goes into the info panel once closed.
  • Gather debug infos + log to be pasted into a new gitHub Issue. See the "Utility" TAB of the KNX Gateway config node. See DISCUSSIONS on gitHub.

Version 3.2.10 - October 2024

  • Fixed a race condition happening whenever FULL DEPLOY is pressed in the node-red interface, preventing the HUE bridge node to gracefully disconnect from the HUE Bridge.

Version 3.2.9 - October 2024

  • Maintenance release: added some log to better identify problems.

Version 3.2.8 - October 2024

  • KNX Node: fixed "read status at startup" field not showing up in very old versions.

Version 3.2.7 - September 2024

  • KNX Node: added "echoed" property to the flow's msg output. See help for further infos.

Version 3.2.6 - September 2024

  • KNXViewer: fixed an issue with the PIN3.

Version 3.2.4 - September 2024

  • KNX engine: fix oldest invalid KNX queue interval, by defaulting it to 25ms.

Version 3.2.2 - September 2024

  • KNX engine: Bump to 3.0.2: fixed an issue with the KNX queue.

Version 3.2.1-beta.0 - September 2024

  • Rewrote the logger engine and fixed some issues in the KNXUltimate package.
  • KNX engine: implemented a new "limiter" package for better calculate the maximum numbers of telegrams accepted by the KNX BUS.

Version 3.2.0 - September 2024

  • Major Version.
  • HUE engine: implemented a new "limiter" package for better calculate the maximum numbers of telegrams accepted by the HUE Bridge.

Version 3.1.9 - September 2024

  • HUE Bridge: you can now register to a bridge with your own credentials.
  • HUE Bridge: you can reveal the encrypted bridge's credentials (there is a button for that).

Version 3.1.8 - September 2024

  • Wiki: completed the wiki for all nodes.
  • Node-Red help panel: completed the help for all nodes.
  • Logging: fixed the loglevel (was simply ignored before!).

Version 3.1.7 - August 2024

  • KNX Node: KNX Function: async/await caused some race condition issues, so the code is now sync.

Version 3.1.6 - August 2024

  • KNX Node: KNX Function: added "self", "toggle" and "setGAValue" function. See the help.
  • KNX Node: KNX Function: the code runs now in async/await mode.
  • The wiki has been revamped and will be implemented with HUE samples, in the upcoming release.

Version 3.1.5 - August 2024

  • KNX Node: fixed some UI glitches while switching from universal mode to 3-level group Group Address.
  • KNX Function code editor: exited BETA.

Version 3.1.4 - August 2024

  • KNX Node: added a group address search helper in the KNX Function TAB.
  • Updated documentation.

Version 3.1.3 - August 2024

  • KNX Node: now the property page opens directly on KNX Function tab, if js code is present. CAUTION, KNX FUNCTION IS STILL IN BETA AND SUBJECT TO CHANGES.
  • KNX Node: Universal mode is now selectable in the dropdown list of GA Types.
  • KNX Node: better UI controls placements.
  • Updated documentation.

Version 3.1.2 - August 2024

  • NEW: KNX Function code editor: minor fixes. CAUTION, KNX FUNCTION IS STILL IN BETA AND SUBJECT TO CHANGES.

Version 3.1.1 - August 2024

  • NEW: KNX Function code editor in the device node: you can now write you own script to handle inbound and outboud KNX messages. Added "node" and "RED" object to the function's context. CAUTION, KNX FUNCTION IS STILL IN BETA AND SUBJECT TO CHANGES.

Version 3.1.0 - August 2024

  • NEW: KNX Function code editor in the device node: you can now write you own script to handle inbound and outboud KNX messages.

Version 3.0.10 - August 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • KNX Auto Responder node (BETA): fixed issue with unused saved values. Please be aware that until the node exits beta, there can be breaking changes.

Version 3.0.9 - August 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • KNX Auto Responder node (BETA): fixed issue with malformed responses. Please be aware that until the node exits beta, there can be breaking changes.

Version 3.0.7 - August 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • KNX Auto Responder node (BETA): at start, it loads the last states saved in a persistent file. Please be aware that until the node exits beta, there can be breaking changes.

Version 3.0.6 - August 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • KNX Auto Responder node (BETA): fixed some issues when the ETS file has not been imported. Please be aware that until the node exits beta, there can be breaking changes.

Version 3.0.5 - August 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • KNX Auto Responder node (BETA): changed to JSON array instead of plain text and updated the help. Please be aware that until the node exits beta, there can be breaking changes.

Version 3.0.4 - August 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • NEW: KNX Auto Responder node (BETA): The node will respond to read request coming from the KNX BUS, with the current GA value. Please be aware that until the node exits beta, there can be breaking changes.

Version 3.0.3 - July 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • FIX: fix crash when no more KNX tunnels avaiable.

Version 3.0.2 - July 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • HUE BRIDGE: added the message to DEPLOY the flow prior to proceed, when you're creating a new HUE CONFIG node.

Version 3.0.1 - July 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • FEATURE: Due to multiple users not well knowing the KNX Protocol, by default new nodes have "Auto" in the protocol field. The node will automatically detect and apply the correct protocol. This is the real AI.

Version 3.0.0 - July 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • FEATURE CAUTION: rewrote the KNX engine in Typescript. If you encounter problems, please open a gitub issue. You can revert by installing the older version 2.5.1
  • FEATURE: KNX Ultimate node: you can now set the group address from a global, flow or $env variable, beside the standard 3-level format.
  • FEATURE: KNX Ultimate node: if you imported the ETS file, as soon as you click to any Group Address field selector, the list shows up immediately.
  • FEATURE: KNX Ultimate node: msg.setConfig passed to the node, now can read the group address name and datapoint automatically, based on the group address (require the ETS file to be imported).
  • FEATURE: KNX Ultimate node: the object property gainfo has been added to the msg output. Refer to the help panel for further infos.
  • Chore: "betterized" the description for some captions in the KNX Device node.
  • NEW: KNX Viewer node: added an output PIN (third) you can use to monitor the KNX BUS congestion.
  • Chore: HUEEngine: reduced waiting time from 200 to 150ms and "awaited" the async function to send the hue commands in the send's loop.
  • NEW: Hue Node Software Update Status for the HUE devices.

Version 3.0.0-beta3 - Juni 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • Chore: "betterized" the description for some captions in the KNX Device node.
  • NEW: KNX Viewer node: added an output PIN (third) you can use to monitor the KNX BUS congestion.
  • Chore: HUEEngine: reduced waiting time from 200 to 150ms and "awaited" the async function to send the hue commands in the send's loop.

Version 3.0.0-beta2 - Juni 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • NEW: Hue Node Software Update Status for the HUE devices.

Version 3.0.0-beta1 - Juni 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • FEATURE CAUTION: rewrote the KNX engine in Typescript. If you encounter problems, please open a gitub issue. You can revert by installing the older version 2.5.1
  • FEATURE: KNX Ultimate node: you can now set the group address from a global, flow or $env variable, beside the standard 3-level format.
  • FEATURE: KNX Ultimate node: if you imported the ETS file, as soon as you click to the Group Address field, the list shows up immediately.
  • FEATURE: KNX Ultimate node: msg.setConfig passed to the node, now can read the group address name and datapoint automatically, based on the group address (require the ETS file to be imported).
  • FEATURE: KNX Ultimate node: the object property gainfo has been added to the msg output. Refer to the help panel for further infos.

Version 2.5.1 - Mai 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • NEW: HUE light node: you can now override the day/night mode by setting the day mode temporary, whenever you fast toggles the light switch on then off within 10 seconds. There are multiple choiches to select from.

Version 2.5.0 - Mai 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • HUE light node: internally calculate the average color xy and temp in kelvin, for group_lights (not emitted by the HUE Bridge).
  • KNOW ISSUE: HUE light node: grouped_lights: the status group address is updated multiple times, equals to the lights contained in the grouped_light. To avoid repeating the same telegram multiple times, simply enable the RBE filter on the KNX node.

Version 2.4.27 - Mai 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • HUE light node: fixed status refresh of kelvin and brightness of a light belonging to a grouped_light.
  • KNOW ISSUE: HUE light node: grouped_lights: the status group address is updated multiple times, equals to the lights contained in the grouped_light. To avoid repeating the same telegram multiple times, simply enable the RBE filter on the KNX node.

Version 2.4.25 - Mai 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • HUE light node: fixed status sent to the KNX bus after issuing a read request for grouped_lights.
  • KNOW ISSUE: HUE light node: grouped_lights: the status group address is updated multiple times, equals to the lights contained in the grouped_light. To avoid repeating the same telegram multiple times, simply enable the RBE filter on the KNX node.

Version 2.4.24 - Mai 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • HUE light node: fixed kelvin temp status with datapoint 7.600, that sent wrong values to the bus.

Version 2.4.23 - Mai 2024

  • Warning: Node-Red version equals or major than 3.1.1 is needed to run this node.
  • HUE Scene node: fixed max scene count to 64.

Version 2.4.22 - April 2024

  • Warning: this version uses the Node-Red plugin system; the Node-Red version must be equals or major than 3.1.1
  • HUE button node: NEW: now you can select the value and the dim direction to be transmitted, when Toggle Status is set to unchecked. Thanks @cybersmart-eu for the suggestion.

Version 2.4.21 - April 2024

  • Warning: this version uses the Node-Red plugin system; the Node-Red version must be equals or major than 3.1.1
  • Home Assistant translator node: fixed an issue where user added translations does not work.

Version 2.4.20 - April 2024

  • Warning: this version uses the Node-Red plugin system; the Node-Red version must be equals or major than 3.1.1
  • DPT9: auto transform a string value, to a numeric value.

Version 2.4.19 - April 2024

  • Warning: this version uses the Node-Red plugin system; the Node-Red version must be equals or major than 3.1.1
  • Start adding youtube lessons and tutorials and linking it with the nodes.

Version 2.4.18 - April 2024

  • Warning: this version uses the Node-Red plugin system; the Node-Red version must be equals or major than 3.1.1
  • Fixed some backward compatibility glitches in the KNX-Device's UI.

Version 2.4.16 - April 2024

  • Warning: this version uses the Node-Red plugin system; the Node-Red version must be equals or major than 3.1.1
  • NEW: Home Assistant translator node: translates the HA input msg, to a KNX value. Comes with a built-in translation table, that's user editable.
  • NEW: HUE Contact Sensor node.
  • NEW: You can now get a list of all node's GA, to paste it into your KNX/IP routing table list. (See in the Gateway config window, TAB Utility.
  • Updated KNX-Ultimate device node help.
  • Minor KNX-Ultimate device node UI changes.
  • Fixed an issue with the RBE Filters.

Version 2.4.9 - March 2024

  • WARNING: this version uses the Node-Red plugin system; the Node-Red version must be equals or major than 3.1.1
  • Fixed this.

Version 2.4.6 - Feb 2024

  • WARNING: this version uses the Node-Red plugin system; the Node-Red version must be equals or major than 3.1.1
  • Changed the KNX Engine keep alive CONNECTIONSTATUS_REQUEST interval from 60 to 30 secs, to allow some KNX/IP interfaces (not strictly following the KNX standard) to work properly.

Version 2.4.5 - Feb 2024

  • WARNING: this version uses the Node-Red plugin system; the Node-Red version must be equals or major than 3.1.1
  • NEW: Added KNX Datapoint 275.100
  • HUE Light: fixed #317
  • HUE Light: corrected the 7.600 kelvin range #316
  • HUE Light: blinking effect and color cyle are now stopped, whenever an FALSE KNX telegram is received by the light switching group address.
  • HUE Light: when the light is off, the dim up sequence starts now with initial brightness = zero.
  • KNX Engine: moved all HTTP calls to a single js file plugin, loaded at startup, to avoid multi KNX gateway or multi HUE bridges issues.
  • HUE: Optimized color translation between xyBri and RGB.
  • NEW: HUE Light node: added the HSV controls.
  • HUE Light node: stopping the dim sequence, now clears also the HUE bridge queue commands, to allow stopping the dimmer quickly.
  • HUE Light node: smoother dimming.
  • Fix the listing of ethernet interfaces in the gateway config window.
  • HUE: Fixed "read at startup" option, not working for some HUE nodes.
  • NEW: HUE: added node Zigbee Connectivity.
  • PLEASE TRY THIS VERSION AND GIVE ME ANY FEEDBACK ABOUT ISSUES YOU FIND. THANKS.

Version 2.4.5-beta.4 PUBLIC BETA - Feb 2024

  • Maintenance release.

Version 2.4.5-beta.3 PUBLIC BETA - Feb 2024

  • HUE: Fixed "read at startup" option, not working for some HUE nodes.
  • NEW: HUE: added node Zigbee Connectivity.

Version 2.4.5-beta.2 PUBLIC BETA - Feb 2024

  • Fix the listing of ethernet interfaces in the gateway config window.

Version 2.4.5-beta.1 PUBLIC BETA - Feb 2024

  • WARNING: this version uses the Node-Red plugin system; the Node-Red version must be equals or major than 3.1.1
  • HUE: Optimized color translation between xyBri and RGB.
  • NEW: HUE Light node: added the HSV controls.
  • HUE Light node: stopping the dim sequence, now clears also the HUE bridge queue commands, to allow stopping the dimmer quickly.
  • HUE Light node: smoother dimming.
  • PLEASE TRY THIS VERSION AND GIVE ME ANY FEEDBACK ABOUT ISSUES YOU FIND. THANKS.

Version 2.4.5-beta.0 - Jan 2024

  • WARNING: this version uses the Node-Red plugin system; the Node-Red version must be equals or major than 3.1.1
  • NEW: Added KNX Datapoint 275.100
  • HUE Light: fixed #317
  • HUE Light: corrected the 7.600 kelvin range #316
  • HUE Light: blinking effect and color cyle are now stopped, whenever an FALSE KNX telegram is received by the light switching group address.
  • HUE Light: when the light is off, the dim up sequence starts now with initial brightness = zero.
  • KNX Engine: moved all HTTP calls to a single js file plugin, loaded at startup, to avoid multi KNX gateway or multi HUE bridges issues.

Version 2.4.4 - Jan 2024

  • Transitional version.

Version 2.4.0-beta.1 - Jan 2024

  • This is a public installable beta.
  • HUE Light: fixed #317
  • HUE Light: corrected the 7.600 kelvin range #316
  • HUE Light: blinking effect and color cyle are now stopped, whenever an FALSE KNX telegram is received by the light switching group address.
  • HUE Light: when the light is off, the dim up sequence starts now with initial brightness = zero.
  • KNX Engine: moved all HTTP calls to a single js file, loaded at startup, to avoid multi KNX gateway or multi HUE bridges issues.
  • Minor fixes.

Version 2.4.0-beta.0 - Jan 2024

  • THIS IS A BETA VERSION. INSTALL ONLY IF YOU HAVE MANY HUE BRIDGES.
  • HUE Light: fixed #317
  • HUE Light: corrected the 7.600 kelvin range #316
  • HUE Light: blinking effect and color cyle are now stopped, whenever an FALSE KNX telegram is received by the light switching group address.
  • HUE Light: when the light is off, the dim up sequence starts now with initial brightness = zero.
  • KNX Engine: moved all HTTP calls to a single js file, loaded at startup, to avoid multi KNX gateway or multi HUE bridges issues.

Version 2.3.5 - Jan 2024

  • HUE Light: fixed multi HUE Bridge GUI issue.

Version 2.3.4 - Jan 2024

  • HUE Light: fixex tab "DIM/Brightness" inaccessible, when "KNX Brightness Status" was set to use the default knx behaviour.

Version 2.3.3 - Jan 2024

  • HUE Light: added a warning if you double click a node, with the node still querying the HUE Bridge for the device.

Version 2.3.2 - Jan 2024

  • HUE Light: minor fixes.

Version 2.3.0 - Jan 2024

  • HUE Light: partially rewrote code to cloneDeep(oHUEDevice) not to duplicate the brightness status of a single ligh, at node-red restart. #312 (comment)

Version 2.2.40 - Jan 2024

  • HUE Light: fixed an issue with initial status read from HUE Bridge (on/off status was incorrectly set).

Version 2.2.39 - Jan 2024

  • Fixed DPT 9.001 issue when sending numbers having > 2 decimals.
  • HUE Light node: fixed an issue in dimming, when the minimum dim level is set to the minimum level defined by the HUE bridge.

Version 2.2.37 - December 2023

  • HUE Light Node: you can now set the DIM direction for tunable white lights. Fixed some issues as well.

Version 2.2.36 - December 2023

  • HUE Light Node: Ensure at least one liht belonging to a group was on before switching to nighttime. Otherwise turn all lights on at daytime.

Version 2.2.35 - December 2023

  • NEW: HUE Light Node: now it resumes the old status of all lights belonging to the selected group.

Version 2.2.34 - December 2023

  • NEW: HUE Light Node: there is a new tab that auto-generates the light entity for Home Assistant.
  • HUE Light: resuming the last daytime status after nighttime, if the switch on behaviour at daytime is set to None.
  • The new HUE Scene node has exited the BETA status and is now considered safe to be used.

Version 2.2.33 - December 2023

  • Quickfix: HUE Light: fixed an issue in the conversion of tunable white from Datapint 7.600 to mired and vice versa.
  • WARNING: the new HUE Scene node is to be considered BETA (= in testing with user feedback).

Version 2.2.32 - December 2023

  • Quickfix: HUE Light: fixed an issue in the conversion of tunable white from Datapoint 9.002 to mired and vice versa.
  • WARNING: the new HUE Scene node is to be considered BETA (= in testing with user feedback).

Version 2.2.31 - December 2023

  • NEW: HUE Scene node: added the status GA and Datapoint, for the scene to send true/false if active/not active. This currently works only for "Single mode".
  • WARNING: the new HUE Scene node is to be considered BETA (= in testing with user feedback).

Version 2.2.30 - December 2023

  • NEW: HUE Scene node: added a "Multi scene" section, more powerful.
  • HUE Scene: when selecting a group address for the scene, the scene number dropdown list doesn't show up.
  • WARNING: the new HUE Light node is to be considered RELEASED (= production ready, but please report anyway any issue).
  • WARNING: the new HUE Scene node is to be considered BETA (= in testing with user feedback).

Version 2.2.29 - November 2023
This is an interim version, to quick fix some issues. Please report any issue with HUE Nodes, on gitHub.

  • HUE Light: fixed an issue causing the node status to signal an error. Filtered the groupvalue_read from imbound KNX messages.
  • WARNING: the new HUE Light options are to be considered BETA (= in testing with user feedback).

Version 2.2.28 - November 2023
This is an interim version, to quick fix some issues. Please report any issue with HUE Nodes, on gitHub.

  • HUE Light: fixed an issue where dimming down with the light switched off, causes the brightness status to jump to 100%, thus the light remains off.
  • HUE Light: Fixed some errors, if all devices belonging to a group, have only the dimming capability.
  • WARNING: the new HUE Light options are to be considered BETA (= in testing with user feedback).

Version 2.2.27 - November 2023
This is an interim version, to quick fix some issues. Please report any issue with HUE Nodes, on gitHub.

  • HUE Light: the UI now changes, to adapt to lamp type.
  • HUE Light: "Get current" color button, now works for grouped light as well, by reading the first light belongin to the group.
  • WARNING: the new HUE Light options are to be considered BETA (= in testing with user feedback).

Version 2.2.26 - November 2023
This is an interim version, to quick fix some issues. Please report any issue with HUE Nodes, on gitHub.

  • HUE Light: fixed some spurious node status errors.
  • HUE Light: now the brightness status is ever transmitted over the KNX bus, whenever the light is switched on.
  • HUE Battery: the node can respond to KNX read request, by sending the stored value as response to the KNX bus.
  • HUE light level: the node can respond to KNX read request, by sending the stored value as response to the KNX bus.
  • HUE temperature sensor: the node can respond to KNX read request, by sending the stored value as response to the KNX bus.
  • WARNING: the new HUE Light options are to be considered BETA (= in testing with user feedback).

Version 2.2.25 - November 2023

  • HUE Light: fixed settings of some behaviour options.
  • You can now query the HUE Light node stati, via a "read" telegram sent to the KNX stati group address. ("Status" is Latin, not English, so the plural is "stati" and not "statuses" nor "status"). Other HUE nodes will follow asap.
  • Fixed some little bugs.
  • Fixed an issue where in some circumstances, the HUE Light turn off by itself.
  • WARNING: the new HUE Light options are to be considered BETA (= in testing with user feedback).

Version 2.2.24 - November 2023

  • HUE Light: added DPT 9.002 for direct kelvin selection, with HUE range (2000K-6535K). There is another DPT 7.600 with the KNX scale (0K-6553K) avaiable.
  • NEW: HUE Light: now you can choose the "switch on" behaviour between color and temperature (in Kelvin) + brightness.
  • The fontawesome JS is now locally referenced.
  • WARNING: the new HUE Light options are to be considered BETA (= in testing with user feedback).

Version 2.2.20 - November 2023

  • Fixed a cross site js script loading, affecting the node running under HomeAssistant.

Version 2.2.19 - November 2023

  • HUE Bugfix.

Version 2.2.18 - November 2023

  • HUE Bugfix.
  • New connection check for HUE bridge.

Version 2.2.16 - November 2023

  • NEW: Hue Light: you can now enable the input/output PINs and send/receive commands to/from the light, via the msg flow, like msg.on={"on":true}. The option is "Node Input/Output PINs".
  • NEW: Hue Scene: you can now enable the input/output PINs and send/receive commands to/from the light, via the msg flow. The option is "Node Input/Output PINs".

Version 2.2.9 - November 2023

  • Fixed errors in Iobroker.
  • HUE Light: NEW: color selection show now the temperature in kelvin.
  • HUE Light: NEW: Tunable White: added control and status in kelvin (DPT 7.600). This is in BETA testing.
  • Removed some options in button and scene nodes, because they are unnecessary.

Version 2.2.6 - October 2023

  • Fix: fixed HUE button sending a KNX telegram at startup. Fixed also other nodes.
  • HUE Nodes: added the option to inizialize at startup or not.

Version 2.2.5 - October 2023

  • Fix: fixed some HUE nodes not able to register to the event notification service.
  • Restyle GUI of KNX Device node.

Version 2.2.4 - October 2023

  • HUE Light: fixed some status hiccups and better handling of async hue bridge functions.

Version 2.2.3 - October 2023

  • HUE Light: Again, rewrite of the DIM function to get rid of the dimming_delta.

Version 2.2.2 - October 2023

  • NEW: HUE Motion: support HUE Camera motion events via the HUE Motion node.
  • HUE Light: some tweaking to the GUI.
    - HUE Grouped Light: Fixed relative dimming function.
    - KNK Alerter node: fixed the wiki sample page.
    - KNX Viewer: added the help pane in Node-Red.

Version 2.2.1 - October 2023

  • Massive rewrite of the DIM function, for brightness and for color temperature.
  • NEW: HUE Light: Added dimming speed, minimum dim value and maximum dim value.
  • NEW: HUE Light: Read of the lamp status at node-red start and after deploy of a new node.
  • Security fix: patched a vulnerability in crypto.js.

Version 2.1.63 - October 2023

  • HUE Light: optimized the GUI in select color TAB.

Version 2.1.62 - October 2023

  • HUE Light: FIX: a typo error could prevent the light to switch on, if the light was set to specified RGB color at switch on.

Version 2.1.61 - October 2023

  • HUE Light: NEW color picker. A Color picker is shown in the right TABS of node-red, as soon as you open the light node. You can choose the color you want, and paste the RGB color into the HUE light node.
  • HUE Light: the color getter is now not shown, whenever you select a grouped light. You can use the color picker instead.

Version 2.1.58 - October 2023

  • HUE Light: NEW color getter. Just click a button to automatically fill the node's "color" properties

Version 2.1.57 - October 2023

  • HUE Light: NEW Behaviour "KNX Brightness Status"
  • HUE Light: the light now remembers the last brightness value after switch off

Version 2.1.56 - October 2023

  • HUE Scene: removed non existant scene 0.

Version 2.1.54 - October 2023

  • HUE Scene: NEW: you can now use also the Datapoint 18.001, to recall a scene via a KNX scene pushbutton.

Version 2.1.52 - October 2023

  • HUE Light node: fixed another possible switch on brightness issue.

Version 2.1.51 - October 2023

  • HUE Light node: fixed a possible switch on brightness issue.

Version 2.1.50 - October 2023

  • KNXUltimateViewer node: fixed too large text in custom template..

Version 2.1.47 - September 2023

  • HUE BRIDGE: fixed multiple HUE bridge handling.

Version 2.1.46 - September 2023

  • HUE BRIDGE: In case of https problems (certificate expired, etc...), the node will try to connect to the HUE BRIDGE in insecure http mode.

Version 2.1.45 - August 2023

  • HUE Light: now it correctly sets the KNX brightness if you turn on/off the light via HUE app.
  • Fix a resource occupation while connecting to the HUE bridge and the bridge is not reachable for the first time.

Version 2.1.43 - August 2023

  • HUE Light: Moved some options to the "Behaviour" tab and fixed a race condition in the color setting, when some options are in conflict each other.

Version 2.1.42 - August 2023

  • Fixed some issues in getting the hue device's names, when using some non LTS versions of node.js.

Version 2.1.41 - August 2023

  • NEW: HUE Light: you can now control ALL GROUPED LIGHT together.
  • HUE Light: fixed an issue with the "Link brightness to on/off switch" option, when a json color is selected at daylight or nighttime
  • HUE Light: New: now you can use both DPT 5.001 and 3.007 in the color temperature, at the same time.

Version 2.1.40 - August 2023

  • HUE Light: Bugfix: color cycle continues to cycle color, even if a FALSE is sent from the group address.

Version 2.1.39 - August 2023

  • KNX-Ultimate Node: fixed an issue with the msg.topic sent to the flow.
  • NEW: HUE Light: now you can set the color temperature, using datapoint 5.001 as well.
  • NEW: HUE Light: the node will now disable parts of the UI, based on the capabilities of the HUE lamp.
  • HUE nodes now wait 15 seconds before getting status and updating KNX devices, after node-red restart.

Version 2.1.38 - August 2023

  • Strenghten HUE eventsource resiliency.
  • Implemented standard logging on all HUE nodes (there was temporary console.log statements).

Version 2.1.37 - July 2023

  • Load control: added msg.shedding to force shed/unshed.

Version 2.1.36 - July 2023

  • HUE Server bugfix: in some cases, the eventsource lost the connection while in idle for more than 15 minutes; fixed.

Version 2.1.35 - July 2023

  • Maintenance release. Added a youtube link with samples, into every HUE node configuration's window.

Version 2.1.34 - July 2023

  • NEW: Hue light node now supports the grouped lights.
  • Tap Dial node: fixed an issue with datapoint 5.001.
  • Full rewrite of the HUE engine, to reduce the http traffic with the HUE Bridge as much as possible.

Version 2.1.33 - July 2023

  • HUE Light: fix for lights not supporting GAMUT.

Version 2.1.32 - July 2023

  • NEW: Hue Battery Sensor: you can now get the battery level of all your battery powered HUE devices.
  • The sensors now read the value at startup.
  • Minor fixes.

Version 2.1.31 - July 2023

  • FIX: HUE Light: fixed wrong datapoint in the color cycle effect.

Version 2.1.29 - July 2023

  • FIX: HUE Light: fixed an issue involving brightness. The HUE HUB, randomly, sends a 0.39 dimming value as hue status. This cause an ON telegram to be sent to the KNX bus.

Version 2.1.28 - July 2023

  • HUE Light: fixed DIM behaviour.

Version 2.1.27 - July 2023

  • Trashed some old unuseful code and status options.
  • Keep moving help to the help box of node-red.

Version 2.1.26 - July 2023

  • Hue Light: fixed brightness states issue.

Version 2.1.25 - July 2023

  • Hue Light: added the option to update the KNX Brightness status when turn on/off the HUE light.

Version 2.1.24 - July 2023

  • Hue Light: fix brightness not sending true/false to the KNX switch status, if no brightness GA present. Set the RBE filter on that.

Version 2.1.23 - July 2023

  • Hue Light: Update KNX Switch Status on HUE brighness change, now is the default.

Version 2.1.22 - July 2023

  • NEW: Hue Light: UI optimization and allow to set the switch on light, even it Night Lighting is unselected.

Version 2.1.20 - July 2023

  • NEW: Hue Light: you can choose to enable/disable the day/night behaviour.
  • NEW: Hue Light: you can now choose some options in the new Behaviours configuration tab.

Version 2.1.19 - July 2023

  • Hue light and Hue button optimization.

Version 2.1.18 - July 2023

  • Quick fix for MDT and Wienzler interfaces.

Version 2.1.17 - July 2023

  • Revamped UI of KNX-Ultimate device node.
  • HUE light: added "invert" option to the Day/Night sensor.
  • More verbose status for all nodes.

Version 2.1.16 - June 2023

  • NEW: Hue scene. You can now call a HUE scene.
  • Bump dependencies versions.
  • Increased TTL of dgram socket, from 128 to 250.
  • Set max hop count in tunneling/broadcast, from 6 to 7.
  • Enabled compatibility with KNX Virtual (BETA).
  • Continue migrating the Help from gitHub to the standard Node-Red help box. You could find some discrepancies in help text. Sorry for that.
  • BREAKING CHANGE* removed the emulation capability, because it's a complicated thing to mantain. If you don't know what it is, just don't care about that.

Version 2.1.15 - June 2023

  • Fix an issue with auto discovery of not registered HUE bridges. Now you must first set the IP, then click CONNECT.

Version 2.1.14 - June 2023

  • Hue Light node: added day/night behaviour.

Version 2.1.13 - June 2023

  • Hue Light node: fixed inversion in the color temp state.
  • Hue Light node: switching on/off the light, now sets the DIM to 100%/0% as well.

Version 2.1.12 - June 2023

  • Hue Light node: added tunable white.

Version 2.1.11 - June 2023

  • KNX Global Context node: added the optional datastore to choose from.

Version 2.1.10 - June 2023

Version 2.1.9 - June 2023

  • Start migrating documentation to the standard node-red documentation box.

Version 2.1.8 - June 2023

  • HUE event stream reader revamped.

Version 2.1.7 - June 2023

  • KNX nodes not correctly show status of JSON objects (like dimming, color, etc.).

Version 2.1.6 - June 2023

  • Several fixes for reading the correct GAMUT color.

Version 2.1.4 - June 2023

  • NEW: Hue light node: added random color cycle effect group address.
  • Fixed destroying KNX nodes.
  • Fixed destroying HUE nodes.
  • Several HUE bugfixes.

Version 2.1.3 - June 2023

  • Bugfix.

Version 2.1.2 - June 2023

  • NEW: Hue Hue Light node, added BLINK option.

Version 2.1.1 - June 2023

  • NEW: Hue Tap Dial node: setting a color datapoint(232.600), the rotary dial will send a random color to the KNX group address.

Version 2.1.0 - June 2023

  • HUE nodes exited the BETA version. You can now start using HUE nodes.

Version 2.0.21 - June 2023

  • HUE: CAUTION POSSIBLE BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA
  • Revamped hue clipv2 push event client.
  • New service icons.

Version 2.0.20 - June 2023

  • HUE: CAUTION POSSIBLE BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA
  • Fixed API issue, when no HUE bridges present.

Version 2.0.19 - June 2023

  • HUE: CAUTION POSSIBLE BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA
  • Fixed reading initial state of hue lamps.

Version 2.0.18 - June 2023

  • HUE: CAUTION POSSIBLE BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA
  • Fixed HUE telegram speed, according to the HUE Api V2 recommendation.

Version 2.0.17 - June 2023

  • HUE: CAUTION POSSIBLE BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA
  • Fixed issues with async call to getlightstate aas soon as the light node is created.

Version 2.0.16 - June 2023

  • HUE: CAUTION POSSIBLE BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA
  • Fixed issues with dimming in the hue button and hue tap dial nodes.

Version 2.0.15 - June 2023

  • HUE: CAUTION POSSIBLE BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA
  • NEW: Temperature sensor.
  • Changes to HUE Light node, to mime the ISE KNX CONNECT HUE beavior.

Version 2.0.13 - June 2023

  • HUE: CAUTION POSSIBLE BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA
  • Hue Button node: fixed missing events in output msg.

Version 2.0.12 - June 2023

  • HUE: CAUTION BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA
  • NEW: Hue light sensor node.

Version 2.0.11 - June 2023

  • HUE: CAUTION BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA
  • Hotfix for Hue Button node, not retain property in config window.
  • Removed "Double Tap" event, because it doesn't exists yet.

Version 2.0.10 - June 2023

  • HUE: CAUTION BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA
  • Hue Button node redesign.
  • Other hue nodes fixes

Version 2.0.9 - June 2023

  • NEW: HUE Motion node
  • NEW: HUE Tap Dial node

Version 2.0.7 - June 2023

  • HUE Button node: added an output PIN
  • HUE Button node: added an option to emit a simplified msg

Version 2.0.6 - June 2023

  • NEW: HUE Button node. All HUE integrations are in BETA.
  • Slowly integrating the help in the node-red help section.

Version 2.0.1 - June 2023

  • NEW: more KNX group addresses in the HUE Light node

Version 2.0.0 - June 2023

  • NEW Added HUE Light node. More HUE nodes to come. Please feel free to try it.
  • Global context node: in the node name, only chas a-z are now allowed, to overcome syntax errors.
  • As i spend 50% of my time to translate all documentation and node texts to 4 languages, i'll leave only English as main language, so you will see the UI only in English.

Version 1.4.18 - Mai 2023

  • NEW: Gateway Config Node: Starting from version 1.4.18, you can also simply enter the path to the ETS exported file (e.g.: /home/pi/mycsv.csv), instead of pasting it's content.

Version 1.4.16 - Mai 2023

  • FIX: fixed an issue when you have more than one Global Variable node.

Version 1.4.15 - March 2023

  • FIX: fidex an issue with unicode chars in the ESF imported file.
  • NEW: Added Datapoint 235.001 Tariff. Please see the sample in the node window, appearing after you select the datapoint.

Version 1.4.14 - March 2023

  • NEW: Added Datapoint 29.xxx. Please see the sample in the node window, appearing after you select the datapoint.

Version 1.4.13 - January 2023

  • FIX: Fixed Datapoint 9. There was too many decimals.

Version 1.4.12 - January 2023

  • FIX: fixed scene controller issue.

Version 1.4.11 - January 2023

  • FIX: fixed RBE output filter, for those Datapoints (like PPM) that doesn't follow the KNX specifications. (#223) and when you use the "round, multiply, etc..." payload handling option in the node configuration.
  • NEW: Added DPT28.001 UTF-8 string. Thanks @twod-davydemaegt.
  • FIX: Fixed a mistake (old one) in the ESF file import. Thanks @twod-davydemaegt.

Version 1.4.10 - December 2022

  • Wellcome in: Company Can'nX from France is using KNX-Ultimate in his Kloud'nX product.
  • Minor fixes and WIKI update.

Version 1.4.9 - November 2022

  • NEW: GlobalContext node: If you import your ETS file, the global variable now contains ALL group addresses included in the ETS file.
  • Fixed incorrect links in the Node-Red's Help TAB for some nodes.

Version 1.4.8 - November 2022

  • NEW: added Datapoints 13.016, 13.1200, 13.1201.

Version 1.4.7 - November 2022

  • NEW: added "Griesser Object" Custom Datapoint 6001.001. Thanks @croghostrider

Version 1.4.6 - November 2022

  • NEW: added Airflow Datapoint 9.009.

Version 1.4.5 - October 2022

  • Now the Watchdog node sends same errors from other KNX-Ultimate nodes, only once. This avoids flooding node-red flow with unnecessary messages.

Version 1.4.4 - October 2022

  • FIX: fixed an issue accurring when you put a wrong IP/hostname in the configuration gateway. Leaving node-red running with such wrong configuration, after a month or so, all UDP channels remain occupied until reboot. Thanks to @tarag for reporting that.

Version 1.4.3 - October 2022

  • Changed view for JSON objects (will display the RAW value instead of the JSON) in the KNXUltimate Viewer node.
  • Added the measure unit near the payload value.

Version 1.4.2 - October 2022

  • Added DPT 21.001.

Version 1.4.1 - October 2022

Version 1.4.0 - September 2022

  • Cleaned code and standardize things, thanks @croghostrider.
  • Fixed DPT 13.002 description Flow Rate in m³/h

Version 1.3.49 - August 2022

  • Fixed name validation in the Viewer node.

Version 1.3.48 - August 2022

  • Fixed old "new Buffer" call. It's deprecated and may not work with new node.js versions.

Version 1.3.47 - August 2022

  • Temporary hide KNX Secure TAB from the config window. It will appear again when KNX Secure will be ready.

Version 1.3.46 - July 2022

  • NEW: Added hostname DNS resolution in Config Gateway IP. Now you can put an IP or an hostname in the IP gateway's field.
    - NEW: Added Datapoint 1.024 Day/Night.
    - Now the procol in the config node gateways is only suggested. You can choose the protocol by yourself.

Version 1.3.45 - June 2022

  • NEW: pass msg.resetRBE = true to a device node, to reset both input and output RBE filter on that particular node.

Version 1.3.43 - Mai 2022

  • NEW: Scene Controller: you can now specity the "wait" time also in seconds, minutes or hours.

Version 1.3.42 - Mai 2022

  • Fixed an issue in the gateway config node UI. Corrected some UI spacing issues in low resolution monitor.
    - Fixed an issue occurring in the detection of local IP in case of ETH interface without family property specified.

Version 1.3.41 - Mai 2022

  • Fixed an issue in the gateway config node UI, where you manually set the IP interface name.
    - Fixed an issue introduced by a breaking change in Node 18.
    - Added more "trace" log in the ipAddressHelper function, to better track the ethernet interface details.

Version 1.3.40 - Mai 2022

  • Fixed an issue in the GlobalContext node, preventing the node from searching for the DPT, if the CSV ETS file has been imported and you don't specify the DPT in the msg input. Thanks to @Sebastien-Posca for pointing me out that.

Version 1.3.39 - April 2022

  • Fixed an empty text in the KNX Alerter config node, about the Read States at start.
  • Fixed an improperly cleaned queue in the config node close function.
  • Fixed a possible issue in case of multiple disconnection from the KNX Bus in a short timeframe.
  • Fixed sending disconnection_request with a null connection_ID, in the KNX Engine.
  • Fixed re-sending per KNX Standards, of not ACKnowledged telegrams, not always working in some circumstances.
  • Protected some function with a try-catch.
  • Now the telegram handler function stops whenever the connection is lost and restart from fresh on connection.
    - Optimized the retain mechanism of the queue handling, in case of shorttimed disconnections.

Version 1.3.38 - April 2022

  • Memory footprint decreased.
  • Better handling of KNX nodes objects array, for flows with more than 250 nodes.

Version 1.3.37 - April 2022

  • Changed: the KNX Gateway Node don't care anymore for ROUTING_LOST_MESSAGE and ROUTING_BUSY. Previously, it was disconnecting. Now it only advises in LOG.
  • Updated and beautifullyfied the WIKI.
  • Totally rewrote the CIRCULAR REFERENCE PROTECTION and FLOOD PROTECTION wiki page, in all languages.

Version 1.3.36 - February 2022

  • Purged unused requires and bumped dependencies versions.

Version 1.3.35 - March 2022

  • Reset handlers by removing/adding every time the connection is set by "new" directive.
  • Fixed an issue causing glitches, when the disconnection is requested by the KNX interface instead of KNX-Ultimate.
  • Fixed an issue occurring when the disconnection is started from KNX-Ultimate by the DISCONNECT_REQUEST, but the KNX Interface fails to send the DISCONNECT_RESPONSE to confirm the disconnection.
  • Updated knxUltimate-config.js to actively disconnect and close the socket when the disconnection is requested by the KNX Interface. All other cases (disconnection by ethernet cable, disconnection by unreachable KNX Interface, disconnection by temporary out of access, disconnection by means of user intervention, disconnection by Watchdog node etc...) are not affected by this issue.
  • Optimized memory allocation to allow the garbage collector to get rid of unref variables.
  • Scene controller: fixed node status issues.
  • Load control: code revision.
  • Logger: code revision.
  • Watchdog: code revision.
  • Device node: code revision.
  • Global Context: code revision.
  • Wiki: merged Global Context node sample, into one single page for better readability.
  • FIX: fixed rounding of numbers in the device node.

Version 1.3.32 - February 2022

  • FIX Datapoint 16.001: fixed an issue with the ISO8859-1 encoding.

Version 1.3.31 - February 2022

  • KNX Viewer node: now the payload is formatted depending on value type.
  • KNX Viewer node: now the list is ordered by group address.
  • KNX Viewer node: added a second output pin, that emits an Array containing all group addresses.

Version 1.3.30 - February 2022

  • KNX Viewer node: changed the Datetime display to local time format.

Version 1.3.29 - February 2022

  • Load Control: the timer for shedding won't everytime obey to what you've set. Fixed.
  • Load Control: Added pre-shedding yellow warning message in the node status.

Version 1.3.28 - February 2022

Version 1.3.27 - February 2022

  • Load Control: minor fixes + issue a KNX read of Watt values, in case the GA doesn't automatically send a power value on change.

Version 1.3.26 - February 2022

  • FIX: fix a crash occurring it the KNX Gateway is set to "emulate" (that means, don't write to the bus).

Version 1.3.25 - February 2022

  • FIX: Load Control: measure unit was Wh. Corrected in W. Thank @Mauro of VivereSmart Facebook group https://www.facebook.com/groups/viveresmart
  • Load Control: Added more info to the output message. Updated the online help.

Version 1.3.24 - February 2022

  • NEW: Load Control node: switch off your device if you're exceeding the Watt limit of your house.
  • FIX: Alerter Node: fixed a KNX Address verification, in case you wrote your own string instead of a GA.
  • FIX: Alerter Node: the node was sending a "read" request to all group addresses at start. Fixed.

Version 1.3.22 - February 2022

  • FIX: WriteRaw: some values wasn't sent to the bus due to an hex conversion issue.

Version 1.3.21 - January 2022

  • FIX: Node Logger wasn't correclty logging the bus traffic. Fixed.

Version 1.3.20 - January 2022

  • NEW: Telegram out queue TTL: as soon as KNX-Ultimate detects a connection loss, it will retain the telegrams sent to the BUS during the disconnection. After the reconnection, KNX-Ultimate will send the retained queue.

Version 1.3.19 - January 2022

  • NEW: Added Datapoint 14.058 Pressure (Pa).
  • Added some more description while disconnecting from the BUS.

Version 1.3.18 - January 2022

  • FIX: Scene Controller: fixed an issue preventing the node to work if you haven't set the RECALL and SAVE group addresses.
  • WIKI: updated the samples in the scene controller node.

Version 1.3.16 - January 2022

  • KNXEngine: there are some weird KNX gateways out there, either sending malformed header or CEMI messages. Now KNX-Ultimate will simply ignore these bad messages. Prior, it was disconnecting.
  • KNXEngine: KNX-Secure packets are silently discarded for now, until KNX Secure will be ready.
  • KNXEngine: added more logs to for troubleshooting pourposes.

Version 1.3.15 - January 2022

  • KNXEngine: better handling of disconnection in UDP mode, allowing very old grandpa KNX/IP interfaces enough time to understand what's happening, avoiding it to go crazy.
  • KNXEngine: corrected Curve Crypto in KNX-Secure (KNX Secure is not enabled yet!).

Version 1.3.14 - 26 December 2021

  • KNXEngine: ACK management: the not acknowledged message will be re-transmitted once, then the connection will be dropped, as per KNX specs.
  • KNXEngine: ACK management: the telegram's queue to be sent to the KNX BUS will be paused during the ACK waiting.
  • KNXEngine: Routing: now the routing_busy and routing_lost_messages telegrams sent by the KNX/IP Router are handled.

Version 1.3.13 - 25 December 2021

  • KNXEngine: when in tunneling and suppress ACK request is disabled, the error is raised only after 3° failed ACK reception instead of 1°.
  • KNXEngine: at disconnection, delete all pending ACK requests timer.
  • Warning: if you've suppressed the ACK requests, in some cases the node cannot detect the disconnection. In this case, please use the KNX Watchdog to detect the disconnecitons and reconnect.

Version 1.3.12 - December 2021

  • KNX-Ultimate DEVICE node: added the validation of Group Address while deploy, with support for modern addressing up to 31/7/255.

Version 1.3.10 - December 2021

  • FIX: fixed a stupid "Disconnected by Message length mismatch 8/16" error due to a dumb find/replace error in the code.
  • Added some more log to help resolving issues.

Version 1.3.5 - REMOVED FROM REPO due to "Disconnected by Message length mismatch 8/16" error - December 2021

  • New KNX Engine has been enabled again, after fixing some glitches.

Version 1.3.4 - December 2021

  • Temporary reverted to old API, due to some little glitches.

Version 1.3.2 - December 2021

  • NEW: config node: you can now gather debug info (there is a button for that) to be sent to the developer to help resolving your issue. Then, please paste the debug infos in your gitHub issue.

Version 1.3.1 - December 2021
---- MAJOR VERSION WITH TOTALLY REWRITTEN KNX API, IN PURE JAVASCRIPT ----
---- IF YOU ENCOUNTER ISSUES, JUST INSTALL THE LAST OLD VERSION WITH: npm install [email protected] ----
---- PLEASE BE AWARE THAT ALL PREVIOULSY KNX SECURE OPTIONS HAVE BEEN HIDDEN UNTIL READY TO BE RELEASED, TO AVOID CONFUSIONS ----

  • KNX-Secure: not ready yet. I think not before the 1° quarter of 2022 because i'm learning the MANY cryptograhics algorithms of this Secure thing. Already done are the loading/checking against password of the ETS Keyring file, the new TCP stack (will come toghether with the already present UDP stack) and the first connection handshake between KNX-Ultimate and a KNX/IP Interface via TCP tunnel, using the DH Curve25519 algorythm. SOMEONE INTERESTED HELPING ME WITH THE DEVELOPMENT (FOR FREE)?
  • NEW: new KNX API developed in these months. This new API is more speedy, more mantainable (get rid of the old "machina" framework) and ready to accomodate the natively supports KNX-Secure.
  • NEW: ETS Logger: now the node logs the sent packets as well (previously, it was recording only the received ones).
  • NEW: KNX-Ultimate now supports TCP connection as well (for KNX Secure tunneling). All protocols are now supported (UDP Routing and Tunneling, TCP).
  • NEW: You can now choose the IP protocol to be used for the gateway.
  • NEW: WatchDog node: You can now set the communication protocol (TunnelingUDP, Multicast) using msg.setGatewayConfig.Protocol. Updated the Wiki as well to reflect the change.
  • FIX: Watchdog node's setConfig sat the wrong configuration in case of more than one node gateway simultaneously active on the same flow.
  • FIX: Manually setting interface in a gateway node set to multicast address, resulting in the gateway bond to all interfaces, causing some issues in receiving datagrams on systems having more than one ethernet interface active at the same time.
  • FIX: KNX-Device: if the node was set to react to "Read" requests and "Autorespond" was also enabled and "Autorespond with default value if no payload is present" was also active, in some circumstances the "response" telegram was sent to a wrong group address.
  • FIX: Config gateway: the custom delay between Telegrams sent to the KNX BUS was locked to the safe mimimum of 40ms, even if you sat a lower value. Now is 30ms, but proceed with caution if you set a low value. 50ms should be the safe-default.
  • FIX: Config gateway: suppress acknowledge telegram now work as expected, totally ignoring received Acknowledges and don't ask for any as well. Prior was only ignoring the received Acknowledges.

Version 1.2.57 - November 2021

  • Added following datapoints:
  • 12.100 counter timesec (s)
  • 12.101 counter timemin (min)
  • 12.102 counter timehrs (h)
  • 12.1200 volume liquid (l)

Version 1.2.56 - November 2021

  • FIX: hotfix echo in tunneling mode doesn't work since 1.2.55.

Version 1.2.55 - November 2021

  • Gateway servere node: recoding of some javascript parts, to increase speed to better accomodate the crypt/entrypt process of the upcoming KNX-Secure implementation.
  • KNX-Secure: succesfully read ETS Keyring file and decrypt of Devices keys, Group Address keys, Backbone Key, Management Key and Auth Key.
  • KNX-Secure: a shield icon near the Gateway name in the KNX Device node appears, if KNX-Secure gateway has been selected.
  • KNX-Secure: node-red log now logs wether the gateway is secure or not, ETS Keyring project name, created By and ETS version.

Version 1.2.54 - November 2021

  • THIS VERSION TOUCHES MANY CONNECTIVITY POINTS. It should handle all things better, but if you've trouble, you can always revert to the previous version by issuing npm install [email protected]
  • Tunneling/Routing connection optimization: standardized delay in CONNECT_RESPONSE timeout and cleaned some code to better handling installations with more than 500 group addresses.
  • In tunneling mode, the node now signal the disconnection after 3 KNX Interface's connection state response failed, as per KNX standard.
  • Increased the socket telegram TTL (Time to Live) for Multicast as well as for Unicast, from 16 to 128 for better handling of multirouted packets.
  • Added "[THE GATEWAY NODE HAS BEEN DISABLED]" node status message, if you've disabled the KNX Gateway.
  • NEW: you can now choose to delay the connection to the KNX BUS at start. In some circumstances it's advisable to delay the connection to the BUS to allow the ethernet cards to be lifted up by the sysop. Thi happens often in VM environments.
  • Changing the log level in the Gateway node doesn't require a node-red restart anymore.
  • Because i'm flooded by user's queries, i removed a warning from the node status, if the persitent file has not yet been created.
  • Wait for message acknowledge by the IP router: now waits for 5 failed message ACKs before firing the disconnection sequence.
  • FIX: fixed a false "disconnection" node status, due to a glitch in the KNX API (after a connection request, the API was sending a false "disconnection" status). Chiamati in causa anche tutti i Santi, prima.
  • Fixed some check-connection timers not stopping in time.
  • Speed up the first KNX connection after node-red start/restart/deploy.
  • Speed up the reconnection attempts in case of disconnections.

Version 1.2.53 - November 2021

  • Device node: as soon as you add a new node with "read from bus at start" option enabeld, it requests the value from the BUS also if you DEPLOY "modified nodes" only. Prior to that, you had to do a full DEPLOY.

Version 1.2.52 - October 2021

  • KNX Logger node: fixed some default fields.

Version 1.2.51 - October 2021

  • NEW: Logger node: you can now count telegrams per second (or any interval you want), for statistic pourposes. Thank @RicharddeCrep for proposing this ehnancement.
  • WIKI: Updated the wiki in Deutsch, English, Italano and Chinese.
  • Datapoint 10.001: fixed a little issue if the date of week is Sunday.
  • Added the milliseconds indication in all logs (things happen fast!).

Version 1.2.49 - October 2021

  • Gateway connection: added more checks for connection resilience, in case of KNX Interface of particular manufacturer.
  • Gateway connection: connection is now more speedy.
  • NEW: Gateway connection has a new option to enable/disable the automatic connection to the KNX BUS at start. You can now choose not to connect to the BUS on boot.- Watchdog node: fixed an issue in changing the configuration via setConfig parameter, when an ethernet interface was manually selected in the config window.

Version 1.2.48 - October 2021

  • Watchdog node: fixed a misleading status color during the first KNX test performed.

Version 1.2.47 - September 2021

  • Added Datapoint 14.057 Power Factor.

Version 1.2.46 - September 2021

  • GlobalContext Node: you can now correctly pass the value to a group address even without setting the datapoint, if you import the CSV file.

Version 1.2.45 - September 2021

  • NEW: Chinese translation. Many thanks @songzh96 for the BIG work done in traslating the entire WIKI and the node config windows in Chinese!

Version 1.2.44 - September 2021

  • NEW: Scene Node: you can now add a pause in the command rule list (example, turn on light, wait 4000 milliseconds, turn off light).
  • WIKI: better organization of help, with direct links "SEE ALSO" to other related pages. You find these links at the bottom of every each page.

Version 1.2.43 - September 2021

  • Watchdog Node: fixed the msg.connectGateway = true not actually reconnecting.

Version 1.2.42 - August 2021

  • FIX: if the config node is configured in EMULATION mode, knx-ultimate ouputs always the flow msg with the Group Address as topic, instead of a msg with the customized topic (if you have customizet it).

Version 1.2.41 - August 2021

  • Fixed a zero day bug: the loading of buffer value other than true/false from the peristent file (where all the values are persisted, stored and read upon restart if you selected that in the node config) fails. No error occurs nor other malfunctions, but the node emits a status error and the value is not read from this file.

Version 1.2.40 - August 2021

  • Great improvement of system resource.
  • Fixed too many reconnection attempts in a short timeframe. Now it's more relaxed thus more responsive.
  • I've successfully collected KNX Secure device to go ahead with the development. THANK YOU TO ALL PATREONS, SPECIALLY TO A COMPANY THAT WON'T BE MENTIONED HERE, HAVING SENT ME KNX SECURE DEVICES.

Version 1.2.39 - August 2021

  • I remember you that i'm still collecting money to buy a KNX Router for testing KNX-Secure. Should you help me, click "Donate via PayPal" above in this page.
  • Optimized the fix in 1.2.38 by adding more in-depth checks.

Version 1.2.38 - August 2021

  • I remember you that i'm still collecting money to buy a KNX Router for testing KNX-Secure. Should you help me, click "Donate via PayPal" above in this page.
  • Sometimes, with some KNX Interfaces, whenever you unplug the eth cable for a while, the gateway could'nt regain the connection. Fixed.
  • Added a slight random delay before connecting to KNX BUS, to allow lazy ehternet adapters to come up after a reboot.
  • Improvement: knx-ultimate nodes does have a persistent state after reboot (it saves the states to a json file). Now, if you have multiple gateways, it saves the states for each gateway in a different file.
  • FIX: currently, knx-ultimate set to "auto respond with current value" and "if value unknown, respond with", responds with value selected by the user, if the current value is "" or undefined. Now it does so even if the value is null.

Version 1.2.36 - July 2021

  • Fixed a wrong help link in the gateway configuration node, in the italian language.
  • Fix: on importing ETS Group Addresses file, the debug window won't show the import's warnings/error.
  • NEW: starting implementation of KNX Secure (ETA END DECEMBER 2021). For now, the only thing working is keyring import and verification of his Hash against the password you set on the file while exporting keyring from ETS and decyphering of the Backbone key.
  • Updated WIKI and help to reflect KNX Secure changes.

Version 1.2.34 - June 2021

Version 1.2.33 - May 2021

  • Gateway configuration -> Advanced Options -> Node list in all flows: added more infos to each node in the list, to allow more control on the nodes overview. The options are: "No Initial Read, React to Write, React to Response, No React to Read, No Autorespond to Read Requests, Telegram type write, No RBE on Output to Bus, No RBE on Input from Bus"

Version 1.2.32 - May 2021

  • NEW Dattpoint 14.074 (Time in secs) and 14.076 (Volume in m3).

Version 1.2.31 - May 2021

  • Fixed an issue happening if whenever you change a KNX node's datapoint, while the persistent value saved to file has already been saved using the old datapoint.

Version 1.2.30 - May 2021

  • Datapoint 14.x: fixed a possible issue if the inpur message coming from the flow, is'nt a valid datapoint 14.x value.

Version 1.2.29 - May 2021

  • KNX Device: if "read on connection/reconnection" is selected, the gateway node will now read all values of all nodes in 2 steps: first from file (for the nodes set in this way), then from BUS (for the nodes set in this way). This allow nodes that are setup as virtual devices, to get their values from file before being asked to send the value as response to the bus, by other nodes. It's all clear? No? Sorry for that, i'm unable to better explain that.
    - Watchdog node: NEW: you can force the selected gateway to disconnect from the KNX BUS and to STOP reconnection attempts. You can also force the selected gateway to connect to the KNX BUS and to ENABLE reconnection attempts. https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/-Sample---WatchDog

Version 1.2.28 - May 2021

  • KNX Device: if you send a boolean value to a node with datapoint 16.001 (Ascii string), all nodes goes to sleep and shows "Waiting" in the status. Fixed. Thanks to @Podler.

Version 1.2.27 - April 2021

  • Alerter node: fixed an issue related to the order of cycled msg output of alerted devices.- Alerter node: now you can read the value of all devices belonging to the list, on each connection/reconnection.
  • Alerter node: now you can read the value of all devices belonging to the list, by massing msg.readstatus = true to the node.
  • Updated Wiki, Help and SAMPLE to reflect this change.

Version 1.2.26 - April 2021

Version 1.2.25 - April 2021

Version 1.2.23 - April 2021

Version 1.2.22 - April 2021

Version 1.2.21 - April 2021

  • Increased the Multicast TTL from 1 to 16 (this should allow the multicast packet to be routed beyond the current subnet).

Version 1.2.20 - April 2021

  • The "Suppress ACK Request" in the gateway config window is now enabled by default on new installations. This prevent some issues with some IP Interfaces.

Version 1.2.19 - April 2021

  • NEW: Silent Mode for log. You can now chose to totally avoid logging, thanks to the new logging engine. This is useful for reducing I/O access to the disk. Thank to @Webbeh for the request.

Version 1.2.18 - April 2021

Version 1.2.14 - March 2021

  • NEW: KNX-Logger now logs telegrams sent by KNX-Ultimate nodes having an IP Interface as gateway. Previously, it worked only woth IP Routers.
  • Begin refractoring of code for KNX Secure compatibility.

Version 1.2.13 - March 2021

  • Global Context Node: added the option to set the interval to write to the KNX bus.
  • Global Context Node: fixed the help link, it was broken in italian language.
  • Global Context Node: optimized the JavaScript samples.
  • Global Context Node: fix the gateway description not showing in config window, in italian language.
  • Global Context Node: added the configuration help page in the wiki for all languages (https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/GlobalVariable).
  • NEW: Online node-red public test website: Point your browser here http://casacorte.myqnapcloud.com:2021 There is a node-red installation ready to be tested, with KNX-Ultimate fully set in "emulation" mode (you cannot do any damage, because the KNX backbone is simulated).
  • Added proKNX to the list of KNX device manufacturers using KNX-Ultimate (at bottom of the README page).

Version 1.2.11 - February 2021

  • NEW: Gateway Simulation node. Put "EMULATE" instead of IP Address in the gateway node. The gateway will not write to the KNX BUS. Useful for simulation and classroom's lessons.
  • NEW: Online node-red public test website... coming soon.

Version 1.2.10 - February 2021

  • Global Context Node: fixed translation issues and added a warning in the config window.

Version 1.2.9 - February 2021

Version 1.2.8 - January 2021

Version 1.2.7 - January 2021

Version 1.2.6 - January 2021

  • NEW: Datapoint 213.x has been added.
  • Added sample DPT 213.x in the Wiki

Version 1.2.5 - January 2021

  • FIX: nodes wasn't emitting a msg to the flow, when they've been set to respond to READ requests while the they haven't already received a value either from BUS or flow.
  • NEW: you can now update the node's payload without sending the KNX Telegram to the bus. See the node input messages in the wiki and the Virtual Device sample.
  • Updated the Help in various parts of the wiki.
  • Updated Virtual Device sample, in the samples section.

Version 1.2.4 - January 2021

  • REMOVED: removed compatibility with KNX Virtual because it brokes some dockerized/pluginized node-red KNX connections.

Version 1.2.3 - 31 December 2020

  • FIX: last 2 bytes of 249.600 were swapped.
  • FIX: last 2 bytes of 242.600 were swapped.

Version 1.2.2 - 31 December 2020

  • NEW: Datapoint 249.600 added msg.payload={transitionTime:100, colourTemperature:1000, absoluteBrightness:80, isTimePeriodValid:true, isAbsoluteColourTemperatureValid:true, isAbsoluteBrightnessValid:true};- FIX: validities bits of 242.600, that returns everytime true.

Version 1.2.1 - December 2020

  • FIX: fixed RBE filter not working for Datapoint 242.600
  • Change: payload 242.600 must now be passed with color and brighness valididy booleans: msg.payload={x:500, y:500, brightness:80, isColorValid:true, isBrightnessValid:true};

Version 1.2.0 - December 2020

  • NEW: added compatibility with ETS KNX VIRTUAL.
  • NEW: added node protection help in the german wiki.
  • Updated the circular reference protection to be more intelligent thus more tollerant. Thanks @Christian for raising the request.
  • Updated the circular reference sample in the wiki.
  • Updated the msg input help in the wiki for all languages..

Version 1.1.99 - December 2020

  • FIX: RBE filter (from BUS and from flow) doesn't work if the payload is an object.
  • Removed an unwanted debug log in dPT 242.600

Version 1.1.98 - December 2020

  • NEW: added Datapoint 242.600 Color xyY.

Version 1.1.97 - December 2020

  • NEW: added help links directly into the config windows and upon selection of datapoint as well.
  • Cleaning of UI.

Version 1.1.95 - December 2020

  • Enhancement: you can now send a raw buffer directly to the KNX bus. See the Wiki, "message to the node" page.
  • Updated the wiki accordingly.

Version 1.1.93 - December 2020

  • Enhancement: Check if the gateway's IP is a valid one, otherwise it avoids connection. Thanks @heleon for signaling this issue.
  • Replaced some deprecated buffer calls.

Version 1.1.92 - October 2020

  • BUGFIX: RGB Color wasn't working. Now it's fixed.

Version 1.1.91 - October 2020

Version 1.1.90 - October 2020

  • Connection and queue handling optimization for big installations where knxd is used and where there is a near maximum (allowed by knx standards) of datagram per seconds traffic on the BUS. Thanks @Songzh
  • FIX sample message not showing in the config window of knx-ultimate device, if the device is already presento on the flow.
  • Added sample for Datapoint 2.*, 1 bit with priority.
  • Added sample for Datapoint 6.x, value -128 to 127%.
  • Added sample for Datapoint 7.x.
  • Added sample for Datapoint 8.x.
  • Added sample for Datapoint 9.x.
  • Added sample for Datapoint 12.x.
  • Added sample for Datapoint 13.x.
  • Added sample for Datapoint 14.x.
  • Added sample for switching on/off a POE port of Unifi Switch (https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/-Sample---UnifiPOE)

Version 1.1.89 - September 2020

  • Fix an issue, where the node stops connecting to the bus if you're using knxd, in some particular scenario. Thanks @Songzh

Version 1.1.88 - September 2020

Version 1.1.86 - September 2020

Version 1.1.85 - September 2020

  • FIX: The buffer of the ETS Logger is now cleared after every sendout. Thanks @Mil.

Version 1.1.84 - September 2020

  • The knx API is now part of knx-ultimate. External dependency has been removed. This allow to a more tight integration between KNX Bus and node-red.
  • Update: Rewrite of all datapoint names, to adhere to ETS naming convenction. Updated some deprecated buffer initialization.
  • NEW: Added Datapoint 6.020 Status with mode.
  • NEW: Added Datapoint 8.012 Length in meter.
  • NEW: Added Datapoint 9.029 Wind speed (km/h).
  • NEW: Added Datapoint 9.030 Concentration (ug/m3).
  • NEW: many people simply don't care about WIKI in Github, so i need to find a simpler and more direct way to access the huge documentation, without being flooded by questions about samples, that are already in the WIKI. Now KNX-Ultimate node displays a text box with sample on how to format input payload and a link to the relative help page, directly in the config window.

Version 1.1.83 - September 2020

  • Update API to 2.3.24: Added Datapoint 222.100 and 222.201.
  • NEW: Added Sample DPT 222 (See in the Wiki).

Version 1.1.82 - August 2020

  • Update API to 2.3.23: Fixed a very old/why this?/odd issue with log in datapoints code, that instantiate a new instance of the logger instead of using the proper one. Thanks @heleon19 .

Version 1.1.81 - August 2020

  • Update API to 2.3.22: Changed the log datetime from ISO to Local UTC. Added the prefix "KnUltimate-API to the log, to better undestand form where the log comes.
    - NEW: ADDED Datapoint 5.100 Fan Stage

Version 1.1.80 - August 2020

  • Update API to 2.3.21: changing the debug level now is applied immediately without restarting node-red.

Version 1.1.79 - August 2020

Version 1.1.76 - August 2020

  • Fixed the ETS XML logger. Sometimes the files could contains an invalid CEMI telegram that was not properly discarded and that prevent ETS to load the log. Thanks @Namakemono93.
  • Fixed a visual glitch in the KNX-Node config window (Telegram value format) for nodered 1.1.0 and above.

Version 1.1.75 - June 2020

  • NEW: Added Datapont 7.xxx with 7.600 as well.
  • Adjusted italian node translation on "OUTPUT (invio datagrammi sul bus KNX)" selection properties. Adjusted the documentation consequently.

Version 1.1.73 - Mai 2020

  • FIX: fixed an issue in importing ETS file, preventing import if you have an improperly set knx-ultimate node, having no gateway selected. Thanks @enzensbs.

Version 1.1.72 - Mai 2020

  • Update knx api to 2.3.19
  • FIX: fixed a problem when issuing a gateway ip change to a watchdog node, if you've a tunneling KNX Interface and node-red v. 0.20 or below.
  • FIX: above related with connection status request if tunneling mode, sometime giving "timed out waiting for CONNECTIONSTATE_RESPONSE" errors.

Version 1.1.71 - Mai 2020

  • Update knx api to 2.3.18
  • NEW: added Datapoint 251.600 RGBW
  • State request to the BUS is now sent every 60 seconds instead of 10, for lowering the BUS traffic (see changelog for Version 1.1.68)
  • More relaxed handling of errors coming from an query to a KNX/IP interface not always reponding to connection status (in case, for example, of some implementations of knxd)
  • Watchdog: on "basic Ethernet check", switched to ping mode detection. With the introduction of "echo local telegrams" in unicast mode, since some versions ago, the watchdog must yet check for the KNX Interface using Ping, otherwise, the lost of connection is never trapped. Other than that, the "basic Ethernet check" works only with KNX Interfaces, because the router uses multicast and multicast is connectionless.

Version 1.1.70 - Mai 2020

  • NEW: Added the option to select the delay between each telegram and further delay multiplicator between only the read telegrams

Version 1.1.69 - Mai 2020

  • Update: knxultimate-api to 2.3.17.
  • NEW: Added Datapoint 12.001 and 12.1201.

Version 1.1.68 - April 2020

  • Update: knxultimate-api to 2.3.16.
  • FIX: fixed disconnection in tunneling mode by strictly adhere to KNX standard (sending state request to the BUS every 10 seconds). Thanks to Matthias of Timberwolf Server.
  • Introduced some internal changes in preparation to the introduction of the new dashboard compatible visualization nodeset "visu-ultimate".

Version 1.1.67 - April 2020

  • Re-introduced selectable option for local echo if tunneling.
  • Smarter restart maneuvering in case of Ethernet issues, while on tunneling connections.

Version 1.1.65 - April 2020

  • FIX: If the imported ETS file, contains a device name with a # character, strange things happens. Fixed.
  • Forced local Echo for IP interfaces.

Version 1.1.64 - April 2020

  • NEW: Added Telegram type "Read", to issue a read by simply pass a payload to the node. Thanks @waldbaer for the suggestion.

Version 1.1.63 - April 2020

  • Informational nitification when datapoint RGB is selected, on how to pass into the payload.
  • Removal selection of echoing the sent payload on all node, if the gateway is unicast. Now the echo is active everytime.

Version 1.1.62 - April 2020 in Italy, we're crying our dead people.

  • Better decriptive Multicast/Unicast gateway auto discovery.
  • Definitive use of heavily modified knx-ultimate.js API instead of knx.js.

Version 1.1.61 - April 2020 in Italy, deaths are increasing to 600 pro day.

  • Fix error in ESF file import, if you set more than one Group Address in a single device property.

Version 1.1.60 - April 2020 in Italy, deaths are decresing to 500 pro day.

  • Fix error in gateway node translation, that disappeared.

Version 1.1.59 - April 2020 in Italy, deaths are decresing to 500 pro day.

  • Adjusted translations.
  • NEW: added Datapoint 10 Bytes.

Version 1.1.58 - April 2020 in Italy, continue lock down Coronavirus.

  • Adjusted translations.
  • Small bugfixes.
  • Removed the deprecated setGatewayConfig from knx-ultimate. Use Watchdog node instead.

Version 1.1.57 - April 2020 in Italy, continue lock down Coronavirus, but situation is better now.

  • Datapoint 18.001 added. Now this datapoint for Scene is fully supported.
  • Sample controlling datapoint 18.001.
  • Scene node and knx-ultimate device node changed accordnlgy.

Version 1.1.55 - March 2020 in Italy, continue lock down Coronavirus, but situation is better now.

  • NEW: Added option to skip the import of the group address from the ETS file, if the datapoint is not set.

Version 1.1.54 - March 2020 in Italy, continue lock down Coronavirus, but situation is better now.

  • FIX: fixed status display of date/time. Yet if you uncheck the option not do display the date/time, it works.
  • ENHANCEMENT: search for all words in the group address fields. You can now search, for example, for "licht wohnzimmer".
  • Changed palette order to better view the service nodes, like Logger and Watchdog.
  • Ongoning Deutch translation.

Version 1.1.53 - March 2020 in Italy, continue lock down Coronavirus.

  • NEW: msg passthrough option.

Version 1.1.52 - March 2020 in Italy, continue lock down Coronavirus.

  • FIX: import ETS csv and ESF files may had problem with languages other that english. Fixed.
  • FIX: Scene Controller, fix trigger suggestion if datapoint trigger is set to DIM.
  • FIX: WatchDog, fix autostart timer if no Group Address monitor is selected.
  • NEW: Logger Node, a new node to hear all telegrams and to output an ETS bus monitor compatible file.
  • Update underlying KNX api to 2.3.10, to extract CEMI telegram for the Logger Node.
  • Minor bugfixes.
  • Other translation work has been done.

Version 1.1.50 - March 2020 in Italy, continue lock down Coronavirus. Cases 25.000

  • FIX: Scene controller, the "save scene" datapoint was override by "recall scene" datapoint on each open of the config window.
  • FIX: Scene Controller, without imported ETS file, the scene controller recall/save worked only with boolean values. Now it works correctly. Thanks @mthauth.
  • FIX: Scene Controller, correct handling of dim commands (example {decr_incr:1,data:5}).
  • Scene Controller now is called via javascript Promise to leverage the main thread.

Version 1.1.48 - March 2020 in Italy, continue lock down Coronavirus. Milan index down 8%, Down Jons as well. Panic selling everywhere.

  • FIX: When you copy/paste knx-ultimate or scene controller node, autofill of device names doesn't work.
  • Scene Controller devices cosmetics adjustments.

Version 1.1.47 - March 2020 in Italy, continue lock down. More people involved in Coronavirus

  • FIX: In gateway config-node, fixed the "List of your nodes in all flows" (under Advanced Options) list, sometime not populated.
  • ENHANCEMENT: Now knx-ultimate and scene controller display device list names for newly added nodes in the flow. Prior, you had to save the node first, to get the knx device list into the Group Address fields.

Version 1.1.45 - March 2020 in Italy, we're locked down for Coronavirus

  • Update knxultimate-api. Yet the nodes connected to an IP Interface, behaves like the nodes connected to an IP Router. See option Echo sent message to all node with same Group Address in the Gateway configuration wiki.
  • I'm internationalizing the node (Deutsch, Italiano, English) with the help of @svenflender, so please be patient if some parts are still only in english. Internationalization is working with node-red version 1.0.3 and above. Versions below, does have issues in the i18n module, so knx-ultimate falls back to english. Please upgrade node-red.

Version 1.1.43 - March 2020 in the middle of Coronavirus emergency in Italy

  • NEW: Scene Controller node (see the Wiki).

Version 1.1.40 - March 2020

  • Better handling of telegrams, giving priority to the "write" and "response" telegram in the queue. Thanks @heleon19 for the suggestion.

Version 1.1.39 - March 2020

  • Fix a very low priority issue: a possible crash if you set the knx-ultimate node's output as "respond", while passing an object as payload to the input.

Version 1.1.38 - March 2020

  • Yet, if you import an ETS CSV file without datapoints, a fake datapoint 1.001 will be used (if you selected to force import the group address)
  • Update help and wiki to reflect the change

Version 1.1.37 - Feb 2020

  • Fixed an issue where new knx-ultimate nodes, without a gateway config node, doesn't open the configuration window. Thanks @svenflender

Version 1.1.36 - Feb 2020

  • You can now import ESF group address format, beside CSV.
  • Updated the Wiki.

Version 1.1.34 - Feb 2020

  • Fix an issue with RGB values.
  • Added RGB sample in the Wiki.

Version 1.1.33 - Feb 2020

  • New: the Watchdog node now outputs a msg to the flow if you issued a setGatewayConfig
  • Patched and switched to knxultimate-api (v. 2.3.8) underlying API. This should fix a very rare issue causing node-red to crash giving ERR_SOCKET_DGRAM_NOT_RUNNING error.

Version 1.1.32 - Feb 2020

  • New: in the knx-ultimate, added the option to format the msg.payload value, if it's numeric.
  • Switched to knx.js API 2.3.7
  • Refractoring of some internal code to speed up things, whenever the node sends a "Read" request to the BUS.
  • Fix a message warning in the config page, if you not imported the ETS csv file.
  • Fix the "Universal Mode" setting wrongly reverting to false on newly added nodes, if you've not imported the ETS csv.
  • Devicename msg property is now populated with the node name, if the node is in Universal Mode and the ETS CSV file has not been imported (previoulsy was set to empty string).
  • Update the Wiki and node help, with the new "payload format" options.

Version 1.1.31 - Feb 2020

  • Rewritten the "Send a GrpValue read once on connection/reconnect" using the telegram queue.
  • New: new underlying API set to knxultimate-api (v. 2.3.7) and patched with last API fixes. From now onwards, knx-ultimate node will switch between underlying knx.js API and his own knxultimate-api, to allow a quicker fix of possible problems with the API.
  • Relocate nodes in a specific folder.

Version 1.1.30 - Feb 2020

Version 1.1.29 - Feb 2020

  • Changed Node KNX Icon, logo and colors, thanks @svenflender
  • New in config-node: copy/paste friendly text block, with a list of all KNX Nodes (for using, for example, in KNX Router line/zone filters).
  • New: added subtype decoded value payloadsubtypevalue ( for exampe, On/Off, Ramp/NoRamp, Start/Stop, Alarm/NoAlarm ). See here an example

Version 1.1.28 - Jan 2020

  • New: Added topic property
  • New: added page to wiki, explaining the node protection. Node Protections.
  • Updated Wiki to reflect the new changes.

Version 1.1.27 - Jan 2020

  • New: added payloadmeasureunit to the node's msg output (for example "W" or "%"), based on Datapoint type.
  • New: added knx.dptdesc to the node's msg output (for example "Power" or "Humidity").
  • New: added Loglevel option in config-node, for debugging pourpose only. Thanks Heleon19.

Version 1.1.26 - Jan 2020

  • New: Watchdog Node added. Please consult the Wiki.
  • Changed category (the node's list on left panel of node-red) to "KnxUltimate", to accomodate the Watchdog node.

Version 1.1.25 - Jan 2020

  • New: ability to programmatically change the KNX/IP interface or router's IP, Port, Physical Address and reset local ETH Interface Binding.

Version 1.1.24 - Jan 2020

  • FIX: If the message has no payload and no readstatus, throw an error. If you requests a readstatus, there's no need to pass a payload. Previously, the node has gone in stop mode if the payload was null, thus having readstatus.
  • Added Read Request sample in the Wiki.

Version 1.1.22

  • Added msg.previouspayload that stores the previous node value
  • Update Wiki accordlingy.

Version 1.1.21

  • Fixed a possible crash if the payload is an object and the node is set to send a "response" telegram instead of a "write" telegram.
  • Added an explanation about meaning of status colors, in the node info on the right panel and in the wiki.
  • Updated node info and wiki to reflect the new UI changes.

Version 1.1.20

  • Config node UI cleanup.
  • During the ETS CSV file import, if a datapoint is not set, you can now select whether to abort the import or to skip the affected group address and continue.
  • Added Homekit, Alexa and Google Assistant samples in the wiki.

Version 1.1.19

  • More UI cleanup.

Version 1.1.18

  • Removed the handling of the telegram queue's delay buffer from underlying KNX.js API, because it doesn't respect the telegram queue order.
  • Added own message queue buffer with delay of 50 millisecs. Now the telegrams order is respected.
  • In the node's configuration, added an advanced tab, that hides or shows the advanced options; now the configuration is much more clean. Advanced Options opens up automatically if the values have been changed from defaults.

Version 1.1.17

  • Fixed autorespond to a read request.

Version 1.1.16

  • Added a minimum delay of 60milliseconds between telegrams, when the node sends telegrams to the BUS, to avoid flooding the KNX BUS, causing a loss of telegrams. The KNX.org specs allows max 50 telegrams per seconds (max 1 telegram each 20milliseconds), but in real life, this is too much.

Version 1.1.15

  • Updated underlying API to 2.3.6 with some bugfixes.
  • Added FAQ and troubleshoot in the Wiki.

Version 1.1.14

  • Fix issue with RBE Output due to code cleanup.

Version 1.1.13

  • Code cleanup thanks @SystemKeeper

Version 1.1.12

  • Universal mode optimizations
  • Fix abnormal log iw universal mode receiver cannot find a suitable datapoint
  • Added automatic discover for datapoint 14.056
  • Added automatic discover for datapoint 16.001

Version 1.1.12

  • Fixed a little issue where the status message is not displayed if the node has not well wrote group address (for example 1/5 instead of 1/5/1). Thanks @arsiesis.
  • Cleaned up the layout of config window.
  • Changed option Listen to all Group Addresses to a more comprensible Universal mode (listen to all Group Addresses).
  • The node can now be used as universal KNX sender/receiver without the need of the ETS CSV File.

Version 1.1.10

  • Auto send node value as response to the KNX Bus. It works in conjunction with React to read telegrams. When checked, whenever the node receives a read request from bus, it sends a response to the KNX Bus with the stored payload value.
  • Fixed an issue where if you have a node set to Universal mode (listen to all Group Addresses) (with ETS CSV File set) and you create a new node having a Group Addr. not in the ETS CSV file, an exception is raised but not caught and the nodes may not receive the values from KNX BUS.

Version 1.1.9

  • Fixed visual glitch when create a new freshly Config Node.
  • Added 3 options in the config-node to select what to display in the node status, for a cleaner flow or for a clearer flow.
  • Fixed issue with IP Interfaces. On each deploy, the node doesn't lock tunnels anymore.

Version 1.1.8

  • For new nodes, the rbe output filter is enabled by default. You can always turn it off in the options. This helps novice users avoiding loops.
  • Fixed an issue where if the connection is in tunnel mode and the connection to the IP Interface or KNX Bus is lost, the node trows an unhandled exception. Thanks to User Maarten200.
  • Added the word "knxUltimate" before any log, to identify that the log comes from the knx-ultimate node.

Version 1.1.7

  • Fixed bind to ethernet. Now you can manually input the ethernet name as well. Thanks to user rotorman.

Version 1.1.6

  • Fixed inport CSV from ETS where there is return carriages and parenthesis in the Group Address description. Thanks to user xrk.

Version 1.1.4

  • Last changed status date/time shortened out

Version 1.1.3

  • In node status, added the last changed status date/time.

Version 1.1.2

  • When you asks for a read on a node having Listen All Group Addresses set to true, due to a low delay between each KNX telegram, some telegrams are discarded. Increased the delay between telegram to avoid that.
  • Added RBE filter for the INPUT from KNX bus as well.
  • Added the option to bind to local ethernet interface, in case you have more than one, for example, ethernet and wifi.
  • Fixed option suppress_ack_ldatareq not retain after restart.
  • In-Line help update to reflect new changes.

Version 1.1.1

  • Disambigued misinterpretation of the "disconnect" status.
  • In the autocomplete box of KNX device names, when you type in the group address or the device's name, it shows the main and subgroup name as well
  • Cosmetic adjustment
  • In-Line help additions

Version 1.1.0 LTS (Long term stable)

  • Once disabled for loop or circular reference protection, the node can be re-enabled by simply click on deploy "modified nodes"
  • When "Universal mode (listen to all Group Addresses)" is selected, the RBE filter is disabled.
  • Cosmetic adjustment

Version 1.0.19

  • Automatic loop protection

Version 1.0.18

  • Added gateway options:
    KNX Physical Address
    Suppress ACK request
    This option help compatibility with old Siemens SWG1 148-1AB22 IP Interface
  • Added RBE option to the input (Report by Exception node - only passes on data if the payload has changed)

Version 1.0.16

  • Input message format has been CHANGED! please see the wiki!!!.
  • Circular reference protection (when 2 nodes with same group address are link toghether, the protection avoids loops.).

Version 1.0.15

  • Device Node outputs the name when ETS csv is not set too.

Version 1.0.14

  • Fixed knx dependency

Version 1.0.7

  • Check for invalid node's Group Addr.

Version 1.0.5

  • Fixed the fix for the typo error causing a mess

Version 1.0.5

  • Fixed a typo error causing a mess

Version 1.0.4

  • Fixed possible issue with the csv ETS endpoint

Version 1.0.3

  • If ETS csv file is set, when typing a group address in the node, a list of KNX devices will be shown and when selected, it set the Datapoint and the Devicename automatically.

Version 1.0.2

  • Fixed minor glitches in node config ui

Version 1.0.1 FIRST PUBLIC RELEASE

  • Fixed minor glitches
  • Ended extensive testing
  • Enhanced Wiki and Youtube Video about ETS CSV File

Version 0.0.6 BETA

  • Fixed Telegram type unable to be set
  • Added node status for response (blue) and read (grey)

Version 0.0.5 BETA

  • Integration of Help documentation
  • Readstatus fix

Version 0.0.3 BETA

  • Added Help documentation
  • Added samples on the Readme.md
  • Better user's notifications handling of the ETS csv file checks.

Version 0.0.2 BETA

  • Added BETA warnings.

Version 0.0.1 BETA

  • Initial release