Connection via SSH FTP or secure FTP
Data can be sent in a csv file to the Enelyzer secure FTP.
FTP settings
Data can be sent over SSH FTP (SFTP) or secure FTP.
We will provide the ftp_host address and a specific ftp_cwd (path in the directory) to where the files need to be transferred.
Credentials (username and password) will be provided as well.
In case multiple systems would be connected via FTP, only the path can change.
Files must be in UTF-8 encoding
CSV schema
Below you can find an example of the CSV structure.
We work with a ; as a delimiter char.
This format allows for multiple readings of the same meter or multiple meters in the same file or even both.
Example:
timestamp;meter_name;value
1727265998013;meter_123;679106.23timestamp: in Epoch milliseconds UTC value to prevent any issues with timezone information, required 64bit integermeter_name: a unique technical name identifying where the readings are coming from. This could be a physical meter or a virtual data source. This code should only contain upper or lowercase letters, numbers and underscores. Any other character will be replaced by an underscore. Any diacritic will be stripped, required String 255 characters maximumvalue: the numeric value of the measurement, usingdot-notationto depicts precision (314.12, 314,12 is not correct), required IEEE double precision
Last updated
Was this helpful?