Posts: 41
Threads: 12
Joined: Mar 2017
Reputation:
0
Hello:
I need to share values between group address from different logicMachine located in different buildings. Whats the best way or the best protocol, (the best secure) to get it??.
best regards
Posts: 3125
Threads: 18
Joined: Aug 2017
Reputation:
129
If they are located on same network you can use KNX IP secure. If they are not then you can use MQTT but you need broker somewhere. You can even use our cloud. If you add all LMs to the same cloud network then objects added to cloud will exchange data. Objects added to mosaic are the one exported to cloud or you can tag objects with tag 'lmcloud'
------------------------------
Ctrl+F5
Posts: 5344
Threads: 29
Joined: Jun 2015
Reputation:
270
You can use HTTPS for remote services.
Posts: 5344
Threads: 29
Joined: Jun 2015
Reputation:
270
If you are trying via browser you might see a security notification that a self-signed certificate is used. You have to accept it and it will work. No extra configuration is needed from LM, just change http to https in your script and it should work. There's no other way to pass credentials but to set them in the URL. But if you are using HTTPS it will be encrypted.