Hi Dönke.
You asked me that in a very wrong time! I'm reworking the KNX engine, rewriting it near from scratch, to accomodate KNX Secure in a straight way.
I cannot do this change yet, but in the upcoming version i'll work on that.
I have an idea to help you in another way ... Do you know the Watchdog node? https://github.com/Supergiovane/node...ple---WatchDog
You can send a message like
to this node, to set a new IP and to force a reconnection to that new IP.
You can resolve your new hostname with a DNS resolver node (if that exist) or via other ways, then inject the IP into the Watchdog node using the above property.
You asked me that in a very wrong time! I'm reworking the KNX engine, rewriting it near from scratch, to accomodate KNX Secure in a straight way.
I cannot do this change yet, but in the upcoming version i'll work on that.
I have an idea to help you in another way ... Do you know the Watchdog node? https://github.com/Supergiovane/node...ple---WatchDog
You can send a message like
Code:
msg.setGatewayConfig={IP:"224.0.23.12"};
You can resolve your new hostname with a DNS resolver node (if that exist) or via other ways, then inject the IP into the Watchdog node using the above property.
Kommentar