Logic Machine Forum
EXPORT DATA TO AN EXTERNAL SERVER - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: EXPORT DATA TO AN EXTERNAL SERVER (/showthread.php?tid=2583)



EXPORT DATA TO AN EXTERNAL SERVER - Hyxion14 - 15.04.2020

Hello, I am looking for the best way to record data from my KNX installation on a remote server with LM.

I want to record data on temperature, humidity, consumption, etc ...

I imagine there are several possibilities with LM:

One possibility is to record the data in text files and automatically upload it to an FTP every day.

Another would be to upload the data in real time to a mysql database.

Another, use Azure IoT HUB.

These are several ways I have thought, but having no experience with that with LM, I don't know what the best way is.

Which one do you recommend?

Thank you.


RE: EXPORT DATA TO AN EXTERNAL SERVER - admin - 15.04.2020

There are many different solutions possible. What do you plan to do with this data afterwards?


RE: EXPORT DATA TO AN EXTERNAL SERVER - Hyxion14 - 15.04.2020

(15.04.2020, 15:59)admin Wrote: There are many different solutions possible. What do you plan to do with this data afterwards?
The intention is to analyze the data with AI.

For this reason, we must be able to download the data to analyze it.

I see Azure as very interesting, but I'm a complete Azure rookie and unfortunately I don't have the Matrix ability to learn.