Help configuration

Hi,
i have a datalogger ES3000 Combo ethernet (http://www.dtechelectronic.com/faq-es-3000) produced by D-Tech Electronic.
The device uses Lantronix XPort ethernet interface to send data in the following format:

Log1 = 001m 2017/10/23 17:01 ON 01.1 01.1 01.0 01.0 01.0 00.8 01.0 01.0 01.0 00.9 00.9 00.9 00.8 00.8
Log2 = 001m 2017/10/23 17:01 ON 02.1 02.3 01.9 01.5 01.7 02.4 01.9 01.8 01.9 01.9 01.9 01.9 01.8 01.8
Log5 = 001m 2017/10/23 17:01 ON 245 244 245 248 247 244 241 243 241 242 240 238 240 241

Log1 is kw products; Log2 kw consumed; Log5 voltage.

My device also requires the following server data:

Server (max 65ch, space = delete, Enter = OK): ()
Port (max 9900, space = delete, Enter = OK): ()
Username (max 35ch, space = delete, Enter = OK): ()
Password (max 14CH, space = null, Enter = OK): ()
Transmission range (00 - 99m): ()

How can I setting my datalogger and pvoutput?

Waiting for your help,
thank you

Ivan

The format is unsupported, it would need to be converted into a CSV format with column headers which can be read by the PVOutput Integration Service and uploaded.

Can i use Raspberry PI3 to convert into a CSV format?

Yes - but you’ll need to write the script/program that will convert the ES3000 format to standard CSV.