Soul Spy?

Kia Soul EV Forum

Help Support Kia Soul EV Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
Status
Not open for further replies.
There is more info missing, in the app I can see battery info but there is no info in the Souldata file
 
-
Yes. I just tested v5. It is working. (Although it is set to connect automatically, yet I have to manually connect every-time.)
I saw zero for the 5 non existent battery cell values in index 97-100.

Might be best if you wrap an if statement around these 5. If the value is zero don't display it.
 
Usikker said:
There is more info missing, in the app I can see battery info but there is no info in the Souldata file

My first priority is to log the data to file, so I intend to look into this, when I have the time. I have not noticed this issue myself, but I haven't checked the files, so...

To help me reproduce it, it will be of great help if you can tell me the exact sequence of actions you do, from where you get into the car, until you see that there is a new SoulData file, without any content.

The sequence I usually use is:
- get into the car
- attach the dongle
- Kill the SoulEVSpy app by pressing the square button, and swipe it upwards
- Press down the brake pedal and turn on the car
- Start the SoulEVSpy app
- Connect to the dongle from the app
- Check that the dongle lights are flashing regularly
- Drive
- Park
- Turn off the car
- Disconnect the dongle from the app
- Turn off or unattach the dongle
- Exit the app using the "back" button
- Kill the SoulEVSpy app by pressing the square button, and swipe it upwards

I assume that my habit of killing the currently running instance saves me from encountering some bugs, e.g. in the "auto connect" feature...
 
langemand said:
Usikker said:
The sequence I usually use is:
- get into the car
- attach the dongle
- Kill the SoulEVSpy app by pressing the square button, and swipe it upwards
- Press down the brake pedal and turn on the car
- Start the SoulEVSpy app
- Connect to the dongle from the app
- Check that the dongle lights are flashing regularly
- Drive
- Park
- Turn off the car
- Disconnect the dongle from the app
- Turn off or unattach the dongle
- Exit the app using the "back" button
- Kill the SoulEVSpy app by pressing the square button, and swipe it upwards

I assume that my habit of killing the currently running instance saves me from encountering some bugs, e.g. in the "auto connect" feature...

:) this is exactly what I did and I have a soulspy.log201711181518.txt file with 1.3MB of data from the trip I made
I also have a SoulData.20171118_1518.csv with 327kB of data from the same trip, a few sample from this file is in my prev. post

I will make a new log later today
 
Usikker said:
Hi, had a small trip now, +20km, battery was down at 25% getting a "warning" that I need to find a charge station
Made a quick charge up to 94% (full) and then went home again

Below is some sample lines from this trip
The only thing that I can see is missing is Car info, it did work in version 3 with the exception of wrong year but this time there is noting

Code:
"VIN","ELM327.Voltage_V","system.scan_start_time_ms","system.scan_end_time_ms","route.time_s","route.lat_deg","route.lng_deg","route.elevation_m","route.speed_mps","car.speed_kph","car.odo_km","car.ambient_C","car.lights","car.wipers","ldc.is_enabled","ldc.out_DC_V","ldc.out_DC_A","ldc.temperature_C","range.estimate_km","range.estimate_for_climate_km","charging.power_kW","battery.is_charging","battery.SOC_display_pct","battery.SOC_pct","battery.SOC_decimal_pct","battery.SOC_precise_pct","battery.DC_V","battery.DC_current_A","battery.accumulative_operating_time_s","battery.accumulative_charge_power_kWh","battery.accumulative_discharge_power_kWh","battery.fan_feedback_signal","battery.inlet_temperature_C","battery.min_temperature_C","battery.max_temperature_C","battery.module_temperature0_C","battery.module_temperature1_C","battery.module_temperature2_C","battery.module_temperature3_C","battery.module_temperature4_C","battery.module_temperature5_C","battery.module_temperature6_C","battery.module_temperature7_C","battery.heat1_temperature_C","battery.heat2_temperature_C","battery.auxiliaryVoltage_V"
null,12.3,1511014698933,1511014702874,1511014703000,59.74180166666667,10.034046666666667,77.3,0.0,0.0,7051.9,null,"ON","OFF",null,null,null,null,44,2.6,0.0,null,null,null,31.5,0.0,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null
null,12.2,1511014703944,1511014706864,1511014708000,59.74190166666667,10.034113333333332,77.4,0.0,0.0,7051.9,1.5,"ON","OFF",true,12.7,37,6,44,2.6,0.0,false,31.5,31.5,31.5,33.0625,358.20000000000005,1.4000000000000001,2353427.0,1383.4,1362.5,0,6.0,6.0,5.0,6.0,5.0,6.0,6.0,6.0,6.0,6.0,7.0,6.0,6.0,12.200000000000001

You are missing all of the 101 individual voltage measures in the data file!

The VIN is null. It is collected by the command "09 02" which is sent one time only, as the first command after succeeding to connect the dongle via bluetooth.

I suspect that you may have connected the app at a time where the dongle was ready, but the car was not yet (fully) ready. The app needs some improvement in this area, but please answer the below, just to see if we can get any closer to the actual root cause of this:

1: What does your dongle report as version (first non-empty line in the soulspylogXXX.txt file?
My dongle says "ELM327 v1.5".

2: Do your soulspylogXXX.txt show some sort of error response to the "09 02" command, or do you see the normal 3 lines starting with "7EA"?

3: I am guessing that the first attempts of sending the commands "21 0x" after "AT SH 7E4" times out, or fails in some other way (and does not return a number of lines starting with "7EC")?
 
langemand said:
You are missing all of the 101 individual voltage measures in the data file!

The VIN is null. It is collected by the command "09 02" which is sent one time only, as the first command after succeeding to connect the dongle via bluetooth.

I suspect that you may have connected the app at a time where the dongle was ready, but the car was not yet (fully) ready. The app needs some improvement in this area, but please answer the below, just to see if we can get any closer to the actual root cause of this:

1: What does your dongle report as version (first non-empty line in the soulspylogXXX.txt file?
My dongle says "ELM327 v1.5".

AT I
ELM327 v1.5
langemand said:
2: Do your soulspylogXXX.txt show some sort of error response to the "09 02" command, or do you see the normal 3 lines starting with "7EA"?

>09 02
09 02
NO DATA

7EA Not found
langemand said:
3: I am guessing that the first attempts of sending the commands "21 0x" after "AT SH 7E4" times out, or fails in some other way (and does not return a number of lines starting with "7EC")?

>AT SH 7E4
OK

>21 01
NO DATA
 
More info
In the beginning of the log file I see this

Code:
>AT I
ELM327 v1.5

>AT Z


ELM327 v1.5

>AT E0
AT E0
OK

>AT L0
OK

>AT AR
OK

>AT AL
OK

>AT H1
OK

>AT D0
OK

>AT CAF1
OK

>09 02
NO DATA

>AT RV
12.3V

>AT SH 7E4
OK

>21 01
NO DATA


But then later in the file I see this

Code:
>AT RV
12.2V

>AT SH 7E4
OK

>21 01
7EC 10 3D 61 01 FF FF FF FF 
7EC 21 3F 23 28 23 28 03 00 
7EC 22 0E 0D FE 06 05 06 06 
7EC 23 06 06 06 00 07 B3 15 
7EC 24 B3 19 00 00 7A 00 00 
7EC 25 8C 95 00 00 8E 59 00 
7EC 26 00 36 0A 00 00 35 39 
7EC 27 00 23 E9 13 2D 01 65 
7EC 28 00 00 00 00 03 E8 00 

>21 02
7EC 10 26 61 02 FF FF FF FF 
7EC 21 B3 B3 B3 B3 B3 B3 B3 
7EC 22 B3 B3 B3 B3 B3 B3 B3 
7EC 23 B3 B3 B3 B3 B3 B3 B3 
7EC 24 B3 B3 B3 B2 B3 B2 B3 
7EC 25 B3 B3 B3 B3 00 00 00 

>21 03
7EC 10 26 61 03 FF FF FF FF 
7EC 21 B3 B3 B2 B3 B3 B3 B3 
7EC 22 B3 B3 B3 B3 B3 B3 B3 
7EC 23 B3 B3 B3 B3 B3 B3 B3 
7EC 24 B3 B3 B3 B3 B3 B3 B3 
7EC 25 B3 B3 B3 B3 00 00 00 

>21 04
7EC 10 26 61 04 FF FF FF FF 
7EC 21 B3 B3 B3 B3 B3 B3 B3 
7EC 22 B3 B3 B3 B3 B3 B3 B3 
7EC 23 B3 B3 B3 B3 B3 B3 B3 
7EC 24 B3 B3 B3 B3 B3 B3 B3 
7EC 25 B3 B3 B3 B3 00 00 00 

>21 05
7EC 10 2D 61 05 FF FF FF FF 
7EC 21 B3 B3 B3 B3 B3 06 06 
7EC 22 05 00 00 00 00 23 28 
7EC 23 23 28 00 01 50 06 06 
7EC 24 00 00 00 00 00 00 3F 
7EC 25 00 00 B3 B3 00 00 00 
7EC 26 00 00 00 00 00 00 00 

>AT SH 7C5
OK

>21 01
7CD 10 12 61 01 1F 00 00 00 
7CD 21 07 7F 25 B3 6A 00 00 
7CD 22 00 00 00 00 00 00 00 

>AT CRA 653
OK

>AT MA
653 53 06 00 00 00 53 00 00 <DATA ERROR
STOPPED

>AT AR
OK

>AT CRA 594
OK

>AT MA
594 28 23 28 23 C4 3F 00 00 
STOPPED

and this is from the last part of the file

Code:
>AT RV
13.9V

>AT SH 7E4
OK

>21 01
7EC 10 3D 61 01 FF FF FF FF 
7EC 21 B3 20 5E 23 28 03 00 
7EC 22 2E 0F D2 1A 17 1A 1A 
7EC 23 1A 1A 1A 00 14 CA 21 
7EC 24 CA 01 00 00 8C 00 00 
7EC 25 8E E4 00 00 8E AC 00 
7EC 26 00 36 F0 00 00 35 56 
7EC 27 00 23 F9 BC 2D 01 94 
7EC 28 00 00 00 00 03 E8 00 

>21 02
7EC 10 26 61 02 FF FF FF FF 
7EC 21 CA CA CA CA CA CA CA 
7EC 22 CA CA CA CA CA CA CA 
7EC 23 CA CA CA CA CA CA CA 
7EC 24 CA CA CA CA CA CA CA 
7EC 25 CA CA CA CA 00 00 00 

>21 03
7EC 10 26 61 03 FF FF FF FF 
7EC 21 CA CA CA CA CA CA CA 
7EC 22 CA CA CA CA CA CA CA 
7EC 23 CA CA CA CA CA CA CA 
7EC 24 CA CA CA CA CA CA CA 
7EC 25 CA CA CA CA 00 00 00 

>21 04
7EC 10 26 61 04 FF FF FF FF 
7EC 21 CA CA CA CA CA CA CA 
7EC 22 CA CA CA CA CA CA CA 
7EC 23 CA CA CA CA CA CA CA 
7EC 24 CA CA CA CA CA CA CA 
7EC 25 CA CA CA CA 00 00 00 

>21 05
7EC 10 2D 61 05 FF FF FF FF 
7EC 21 CA CA CA CA CA 1A 1A 
7EC 22 16 00 00 00 00 20 5E 
7EC 23 23 28 00 01 50 16 16 
7EC 24 00 00 00 00 00 00 BB 
7EC 25 00 00 CA CA 00 00 00 
7EC 26 00 00 00 00 00 00 00 

>AT SH 7C5
OK

>21 01
7CD 10 12 61 01 1F 00 00 00 
7CD 21 07 8F 19 CA 67 00 00 
7CD 22 00 00 00 00 00 00 00 

>AT CRA 653
OK

>AT MA
653 53 0E 00 00 00 4F 00 00 <DATA ERROR
STOPPED

>AT AR
OK

>AT CRA 594
OK

>AT MA
594 5E 20 28 23 C4 B3 00 00 <DATA ERROR
STOPPED

>AT AR
OK

>AT CRA 598
OK

>AT MA
598 00 00 00 00 76 6B 16 16 
STOPPED

>AT AR
OK

>AT CRA 4F2
OK

>AT MA
4F2 00 00 60 58 00 00 00 E1 
4F2 00 00 60 58 00 00 00 E2 
4F2 00 00 70 58 00 00 00 E3 
4F2 00 00 70 58 00 00 00 E4 
4F2 00 00 70 58 00 00 00 E5 
STOPPED

>AT AR
OK

>AT CRA 4F0
OK

>AT MA
4F0 00 00 DC 00 00 E7 13 01 
4F0 00 00 DE 00 00 E7 13 01 
4F0 00 00 E0 00 00 E7 13 01 
4F0 00 00 E2 00 00 E7 13 01 
4F0 00 00 E4 00 00 E7 13 01 
STOPPED

>AT AR
OK

>AT CRA 581
OK

>AT MA
581 00 00 00 00 00 00 00 00 
STOPPED

>AT AR
OK

>AT CRA 200
OK

>AT MA
200 66 00 48 10 00 3B 3C 39 <DATA ERROR
200 66 00 48 10 00 7B 3C 79 <DATA ERROR
200 66 00 48 10 00 BB 3C B9 <DATA ERROR
200 66 00 48 10 00 FB 3C F9 <DATA ERROR
200 66 00 48 10 00 3B 3C 39 <DATA ERROR
200 66 00 48 10 00 7B 3C 79 <DATA ERROR
200 66 00 48 10 00 BB 3C B9 <DATA ERROR
STOPPED

>AT AR
OK

>AT CRA 050
OK

>AT MA
050 00 82 00 00 
STOPPED

>AT AR
OK
 
Usikker said:
langemand said:
1: What does your dongle report as version (first non-empty line in the soulspylogXXX.txt file?
My dongle says "ELM327 v1.5".

AT I
ELM327 v1.5
langemand said:
2: Do your soulspylogXXX.txt show some sort of error response to the "09 02" command, or do you see the normal 3 lines starting with "7EA"?

>09 02
09 02
NO DATA

7EA Not found
langemand said:
3: I am guessing that the first attempts of sending the commands "21 0x" after "AT SH 7E4" times out, or fails in some other way (and does not return a number of lines starting with "7EC")?

>AT SH 7E4
OK

>21 01
NO DATA

Ok, this is clearly a timing issue; the car is not ready to respond, when the app first try to obtain the values.

I need to make the app detect this, and make the app "restart the communication", when it happens. Meanwhile, are you sure you follow the sequence I described exactly?

If so, there seem to be a difference in communication timing between the car models, or maybe you are simply faster than me, allowing less time between each step in the sequence.

Please note that the car has two different "ON" states that look similar in the display:
1: Turn on while holding brake pedal = car is ready to go if put in gear - in this state the app should connect and function fine
2: Turn on while not holding the brake pedal = only a few systems are on (notably: the DCDC charging the 12 Volt battery is not on!) - don't connect app in this state
 
Usikker said:
More info
In the beginning of the log file I see this

Code:
>AT RV
12.3V

and

Usikker said:
Code:
>AT RV
12.2V

The low voltage indicates that the DCDC is off (so the car is not ready to drive, and is not charging from type 1).

Usikker said:
Code:
>AT RV
13.9V

Indicates that the DCDC is on, charging the 12 Volt battery.

The "indexed" values (cell-voltages, module-temperatures) are not included in the data-file, because they were missing at the time the heading was created, right after the bluetooth connection succeeded. The VIN is null (and therefore the model data is not populated), because the VIN is attempted read once only.

Let me know if it still does not work correctly if you ensure that the car is fully on, when connecting bluetooth after killing the app. The sequence I described ought to ensure this.

I will put fixing this on my TODO-list.
 
langemand said:
I need to make the app detect this, and make the app "restart the communication", when it happens. Meanwhile, are you sure you follow the sequence I described exactly?

I will print the steps and make sure I do it 100% correct in my next test later today :)
 
A bit tricky.... the app stopped a few times when I wanted to see values so I desided last time not to touch the screen, only turn on logging and leave it there.
Below is the 20 first and last lines in the csv file

Code:
"VIN","ELM327.Voltage_V","system.scan_start_time_ms","system.scan_end_time_ms","route.time_s","route.lat_deg","route.lng_deg","route.elevation_m","route.speed_mps","car.speed_kph","car.odo_km","car.ambient_C","car.lights","car.wipers","ldc.is_enabled","ldc.out_DC_V","ldc.out_DC_A","ldc.temperature_C","range.estimate_km","range.estimate_for_climate_km","charging.power_kW","battery.is_charging","battery.SOC_display_pct","battery.SOC_pct","battery.SOC_decimal_pct","battery.SOC_precise_pct","battery.DC_V","battery.DC_current_A","battery.accumulative_operating_time_s","battery.accumulative_charge_power_kWh","battery.accumulative_discharge_power_kWh","battery.fan_feedback_signal","battery.inlet_temperature_C","battery.min_temperature_C","battery.max_temperature_C","battery.module_temperature0_C","battery.module_temperature1_C","battery.module_temperature2_C","battery.module_temperature3_C","battery.module_temperature4_C","battery.module_temperature5_C","battery.module_temperature6_C","battery.module_temperature7_C","battery.heat1_temperature_C","battery.heat2_temperature_C","battery.auxiliaryVoltage_V","battery.ChaDeMo_is_plugged","battery.J1772_is_plugged","battery.accumulative_charge_current_Ah","battery.accumulative_discharge_current_Ah","battery.airbag_hwire_duty","battery.available_charge_power_kW","battery.available_discharge_power_kW","battery.cell_voltage0_V","battery.cell_voltage100_V","battery.cell_voltage10_V","battery.cell_voltage11_V","battery.cell_voltage12_V","battery.cell_voltage13_V","battery.cell_voltage14_V","battery.cell_voltage15_V","battery.cell_voltage16_V","battery.cell_voltage17_V","battery.cell_voltage18_V","battery.cell_voltage19_V","battery.cell_voltage1_V","battery.cell_voltage20_V","battery.cell_voltage21_V","battery.cell_voltage22_V","battery.cell_voltage23_V","battery.cell_voltage24_V","battery.cell_voltage25_V","battery.cell_voltage26_V","battery.cell_voltage27_V","battery.cell_voltage28_V","battery.cell_voltage29_V","battery.cell_voltage2_V","battery.cell_voltage30_V","battery.cell_voltage31_V","battery.cell_voltage32_V","battery.cell_voltage33_V","battery.cell_voltage34_V","battery.cell_voltage35_V","battery.cell_voltage36_V","battery.cell_voltage37_V","battery.cell_voltage38_V","battery.cell_voltage39_V","battery.cell_voltage3_V","battery.cell_voltage40_V","battery.cell_voltage41_V","battery.cell_voltage42_V","battery.cell_voltage43_V","battery.cell_voltage44_V","battery.cell_voltage45_V","battery.cell_voltage46_V","battery.cell_voltage47_V","battery.cell_voltage48_V","battery.cell_voltage49_V","battery.cell_voltage4_V","battery.cell_voltage50_V","battery.cell_voltage51_V","battery.cell_voltage52_V","battery.cell_voltage53_V","battery.cell_voltage54_V","battery.cell_voltage55_V","battery.cell_voltage56_V","battery.cell_voltage57_V","battery.cell_voltage58_V","battery.cell_voltage59_V","battery.cell_voltage5_V","battery.cell_voltage60_V","battery.cell_voltage61_V","battery.cell_voltage62_V","battery.cell_voltage63_V","battery.cell_voltage64_V","battery.cell_voltage65_V","battery.cell_voltage66_V","battery.cell_voltage67_V","battery.cell_voltage68_V","battery.cell_voltage69_V","battery.cell_voltage6_V","battery.cell_voltage70_V","battery.cell_voltage71_V","battery.cell_voltage72_V","battery.cell_voltage73_V","battery.cell_voltage74_V","battery.cell_voltage75_V","battery.cell_voltage76_V","battery.cell_voltage77_V","battery.cell_voltage78_V","battery.cell_voltage79_V","battery.cell_voltage7_V","battery.cell_voltage80_V","battery.cell_voltage81_V","battery.cell_voltage82_V","battery.cell_voltage83_V","battery.cell_voltage84_V","battery.cell_voltage85_V","battery.cell_voltage86_V","battery.cell_voltage87_V","battery.cell_voltage88_V","battery.cell_voltage89_V","battery.cell_voltage8_V","battery.cell_voltage90_V","battery.cell_voltage91_V","battery.cell_voltage92_V","battery.cell_voltage93_V","battery.cell_voltage94_V","battery.cell_voltage95_V","battery.cell_voltage96_V","battery.cell_voltage97_V","battery.cell_voltage98_V","battery.cell_voltage99_V","battery.cell_voltage9_V","battery.drive_motor_speed_rpm","battery.fan_status","battery.max_cell_detoriation_n","battery.max_cell_detoriation_pct","battery.max_cell_voltage_V","battery.max_cell_voltage_n","battery.min_cell_detoriation_n","battery.min_cell_detoriation_pct","battery.min_cell_voltage_V","battery.min_cell_voltage_n","ldc.in_DC_V"
"KNAJX81EFJ70#####",28.3,1511092376583,1511092379550,1511020893000,59.741715000000006,10.033753333333333,82.0,0.0,0.0,7073.3,0.5,"ON","OFF",true,14.3,23,3,131,9.1,0.0,false,87.5,83.5,83.5,97.734375,397.1,7.5,2358651.0,1407.3000000000002,1367.7,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.6000000000004,3658.4,80,45.14,90.0,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,0.0,"FAN_STOP",0,0.0,3.96,33,0,0.0,3.96,1,396
"KNAJX81EFJ70#####",14.0,1511092381598,1511092384956,1511092383000,59.741640000000004,10.033998333333333,49.5,0.11941556,0.0,7073.3,0.5,"ON","OFF",true,14.3,23,3,131,9.1,0.0,false,87.5,83.5,83.5,97.92578125,397.0,8.1,2358656.0,1407.3000000000002,1367.7,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.6000000000004,3658.4,85,45.14,90.0,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.94,3.94,3.94,3.94,3.96,3.94,3.96,3.94,3.94,3.96,3.96,3.96,3.94,3.94,3.94,3.94,3.94,3.96,3.94,3.94,3.94,3.96,3.96,3.94,3.94,3.94,3.94,3.96,3.96,3.94,3.96,3.94,3.94,3.94,3.94,3.96,3.96,3.96,3.96,3.96,0.0,"FAN_STOP",0,0.0,3.96,12,0,0.0,3.96,1,396
"KNAJX81EFJ70#####",14.0,1511092386602,1511092389741,1511092383000,59.741640000000004,10.033998333333333,49.5,0.11941556,0.0,7073.3,0.5,"ON","OFF",true,14.3,25,3,131,9.1,0.0,false,87.5,83.5,83.5,97.92578125,396.5,8.4,2358661.0,1407.3000000000002,1367.7,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.6000000000004,3658.4,80,45.14,90.0,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.94,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.94,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.94,3.96,3.96,3.96,3.96,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,0.0,"FAN_STOP",0,0.0,3.96,12,0,0.0,3.96,1,396
"KNAJX81EFJ70#####",14.0,1511092391604,1511092394554,1511092383000,59.741640000000004,10.033998333333333,49.5,0.11941556,4.0,7073.3,0.5,"ON","OFF",true,14.3,24,3,131,9.2,0.0,false,87.0,83.0,83.4,97.76953125,396.5,12.5,2358666.0,1407.3000000000002,1367.7,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.6000000000004,3658.4,80,45.35,90.0,3.94,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.94,3.94,3.94,3.94,3.94,3.94,3.96,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.96,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.96,3.94,3.94,3.94,3.94,3.94,3.94,3.96,3.96,3.96,3.96,3.96,0.0,"FAN_STOP",0,0.0,3.96,33,0,0.0,3.96,1,396
"KNAJX81EFJ70#####",13.9,1511092396607,1511092399747,1511092383000,59.741640000000004,10.033998333333333,49.5,0.11941556,4.5,7073.3,0.5,"ON","OFF",true,14.3,26,3,131,9.2,0.0,false,87.0,83.0,83.4,97.76953125,394.70000000000005,11.200000000000001,2358671.0,1407.3000000000002,1367.7,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.6000000000004,3658.5,80,45.35,90.0,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,200.0,"FAN_STOP",0,0.0,3.94,3,0,0.0,3.94,1,398
"KNAJX81EFJ70#####",14.0,1511092401611,1511092404941,1511092403000,59.74170833333333,10.033786666666666,56.2,0.89149886,4.5,7073.3,0.5,"ON","OFF",true,14.3,27,3,131,9.2,0.0,false,87.0,83.0,83.4,97.76953125,394.70000000000005,12.700000000000001,2358676.0,1407.3000000000002,1367.7,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.6000000000004,3658.5,80,45.35,90.0,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,200.0,"FAN_STOP",0,0.0,3.94,3,0,0.0,3.94,1,394
"KNAJX81EFJ70#####",14.0,1511092406615,1511092409547,1511092403000,59.74170833333333,10.033786666666666,56.2,0.89149886,1.0,7073.3,0.5,"ON","OFF",true,14.3,36,3,131,9.2,0.0,false,87.0,83.0,83.4,97.76953125,394.70000000000005,12.600000000000001,2358681.0,1407.3000000000002,1367.7,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.6000000000004,3658.5,80,45.35,90.0,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,100.0,"FAN_STOP",0,0.0,3.94,12,0,0.0,3.94,1,394
"KNAJX81EFJ70#####",14.0,1511092411617,1511092414561,1511092403000,59.74170833333333,10.033786666666666,56.2,0.89149886,11.5,7073.3,0.5,"ON","OFF",true,14.3,25,3,131,9.2,0.0,false,87.0,83.0,83.4,97.76953125,395.8,15.200000000000001,2358686.0,1407.3000000000002,1367.7,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.6000000000004,3658.5,75,45.35,90.0,3.92,3.94,3.94,3.94,3.92,3.92,3.94,3.94,3.92,3.94,3.94,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.92,3.94,3.94,3.94,3.96,3.96,3.94,3.94,3.96,3.96,3.96,3.96,3.94,3.96,3.94,3.94,3.94,3.94,3.96,3.96,3.96,3.94,3.96,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,700.0,"FAN_STOP",0,0.0,3.96,27,0,0.0,3.94,1,396
"KNAJX81EFJ70#####",13.9,1511092416621,1511092419956,1511092418000,59.74176666666667,10.034123333333334,61.3,2.547875,9.5,7073.3,0.5,"ON","OFF",true,14.3,30,3,131,9.2,0.0,false,87.0,83.0,83.3,97.65234375,394.0,17.400000000000002,2358691.0,1407.3000000000002,1367.7,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.6000000000004,3658.5,80,45.550000000000004,90.0,3.92,3.94,3.94,3.94,3.92,3.92,3.94,3.94,3.92,3.94,3.94,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.96,3.94,3.96,3.96,3.96,3.96,3.92,3.94,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.92,3.96,3.96,3.94,3.96,3.96,3.96,3.94,3.96,3.94,3.96,3.92,3.96,3.96,3.94,3.94,3.96,3.94,3.94,3.94,3.94,3.94,3.92,700.0,"FAN_STOP",0,0.0,3.94,12,0,0.0,3.92,1,394
"KNAJX81EFJ70#####",13.9,1511092421625,1511092424749,1511092418000,59.74176666666667,10.034123333333334,61.3,2.547875,5.5,7073.3,0.5,"ON","OFF",true,14.3,32,2,131,9.2,0.0,false,87.0,83.0,83.3,97.65234375,394.20000000000005,13.700000000000001,2358696.0,1407.3000000000002,1367.7,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,13.9,false,false,3660.6000000000004,3658.5,80,45.550000000000004,90.0,3.92,3.92,3.92,3.94,3.92,3.92,3.92,3.92,3.92,3.94,3.92,3.92,3.92,3.94,3.92,3.92,3.94,3.94,3.94,3.94,3.94,3.92,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.92,3.94,3.94,3.94,3.94,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.92,3.94,3.94,3.94,3.92,3.94,3.94,3.92,3.92,3.94,3.94,3.92,3.92,3.92,3.92,3.92,0.0,"FAN_STOP",0,0.0,3.94,12,0,0.0,3.92,1,396
"KNAJX81EFJ70#####",13.9,1511092426629,1511092429547,1511092418000,59.74176666666667,10.034123333333334,61.3,2.547875,0.0,7073.3,0.5,"ON","OFF",true,14.3,33,2,131,9.2,0.0,false,87.0,83.0,83.3,97.65234375,394.1,13.100000000000001,2358701.0,1407.3000000000002,1367.7,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.6000000000004,3658.6000000000004,80,45.550000000000004,90.0,3.92,3.94,3.94,3.94,3.92,3.92,3.94,3.94,3.92,3.94,3.94,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,300.0,"FAN_STOP",0,0.0,3.94,12,0,0.0,3.92,1,394
"KNAJX81EFJ70#####",13.9,1511092431633,1511092434956,1511092433000,59.74179833333333,10.033854999999999,67.1,5.4648056,23.5,7073.3,0.5,"ON","OFF",true,14.3,30,2,131,9.2,0.0,false,87.0,83.0,83.3,97.65234375,393.40000000000003,30.700000000000003,2358706.0,1407.3000000000002,1367.7,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,13.9,false,false,3660.6000000000004,3658.6000000000004,85,45.550000000000004,90.0,3.9,3.9,3.9,3.92,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.92,3.92,3.9,3.9,3.9,3.9,3.9,3.9,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.9,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.9,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.9,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.9,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.9,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.9,3.92,3.92,3.92,3.92,3.92,3.92,3.9,3.9,3.9,3.9,3.9,1000.0,"FAN_STOP",0,0.0,3.92,27,0,0.0,3.92,94,394
"KNAJX81EFJ70#####",13.9,1511092436637,1511092439948,1511092438000,59.741746666666664,10.033286666666667,70.3,6.9955897,28.5,7073.4,0.5,"ON","OFF",true,14.3,29,2,131,9.2,0.0,false,87.0,83.0,83.2,97.49609375,394.5,17.400000000000002,2358711.0,1407.3000000000002,1367.8000000000002,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.6000000000004,3658.6000000000004,80,45.75,90.0,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.92,3.94,3.94,3.94,3.94,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,1600.0,"FAN_STOP",0,0.0,3.94,3,0,0.0,3.94,1,394
"KNAJX81EFJ70#####",14.0,1511092441641,1511092444767,1511092443000,59.74169333333332,10.03269,70.1,6.834996,27.5,7073.4,0.0,"ON","OFF",true,14.3,29,2,131,9.2,0.0,false,87.0,83.0,83.2,97.64453125,395.40000000000003,5.9,2358716.0,1407.3000000000002,1367.8000000000002,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.6000000000004,3658.6000000000004,80,45.75,90.0,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,1700.0,"FAN_STOP",0,0.0,3.94,3,0,0.0,3.94,1,394
"KNAJX81EFJ70#####",14.0,1511092446645,1511092449741,1511092448000,59.741634999999995,10.032103333333334,70.8,6.8715415,27.5,7073.4,0.0,"ON","OFF",true,14.3,30,1,131,9.2,0.0,false,87.0,83.0,83.2,97.64453125,396.40000000000003,-2.699999999999818,2358721.0,1407.3000000000002,1367.8000000000002,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.6000000000004,3658.6000000000004,80,45.75,90.0,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,1600.0,"FAN_STOP",0,0.0,3.96,33,0,0.0,3.96,1,396
"KNAJX81EFJ70#####",14.0,1511092451650,1511092454547,1511092453000,59.741638333333334,10.031523333333332,70.3,6.5627084,22.0,7073.5,0.0,"ON","OFF",true,14.3,32,1,131,9.2,0.0,false,87.0,83.0,83.2,97.64453125,398.40000000000003,-19.800000000000182,2358726.0,1407.4,1367.8000000000002,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.6000000000004,3658.6000000000004,80,45.75,90.0,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.96,3.96,3.96,3.96,3.98,3.96,3.98,3.96,3.98,3.98,3.98,3.98,3.98,3.96,3.96,3.96,3.96,3.98,3.96,3.98,3.96,3.98,3.96,3.98,3.96,3.96,3.96,3.96,3.98,3.96,3.98,3.96,3.96,3.96,3.96,3.98,3.98,3.98,3.98,3.98,1500.0,"FAN_STOP",0,0.0,3.98,12,0,0.0,3.98,1,400
"KNAJX81EFJ70#####",13.9,1511092456654,1511092459544,1511092458000,59.741760000000006,10.031281666666667,72.1,5.321713,19.5,7073.5,0.0,"ON","OFF",true,14.3,30,1,131,9.2,0.0,false,87.0,83.0,83.3,97.80078125,396.70000000000005,0.0,2358731.0,1407.4,1367.8000000000002,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.6000000000004,3658.6000000000004,75,45.550000000000004,90.0,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,1000.0,"FAN_STOP",0,0.0,3.96,12,0,0.0,3.96,1,396
"KNAJX81EFJ70#####",13.9,1511092461677,1511092464959,1511092463000,59.74207166666667,10.031718333333334,70.5,11.102558,45.5,7073.5,0.0,"ON","OFF",true,14.3,28,1,131,9.2,0.0,false,87.0,83.0,83.2,97.64453125,392.20000000000005,38.5,2358736.0,1407.4,1367.8000000000002,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.6000000000004,3658.7000000000003,80,45.75,90.0,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,2500.0,"FAN_STOP",0,0.0,3.92,33,0,0.0,3.9,43,394
"KNAJX81EFJ70#####",14.0,1511092466696,1511092469542,1511092468000,59.742403333333336,10.032553333333334,68.2,12.1891365,47.0,7073.6,0.0,"ON","OFF",true,14.3,29,0,131,9.2,0.0,false,87.0,83.0,83.2,97.64453125,398.5,-20.0,2358741.0,1407.4,1367.8000000000002,0,5.0,5.0,4.0,6.0,4.0,5.0,6.0,6.0,5.0,5.0,4.0,5.0,4.0,14.0,false,false,3660.7000000000003,3658.7000000000003,75,45.75,90.0,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,2900.0,"FAN_STOP",0,0.0,3.98,34,0,0.0,3.98,1,398
"KNAJX81EFJ70#####",13.9,1511092686862,1511092690205,1511092688000,59.735690000000005,10.0238,132.0,10.428272,43.5,7076.6,-0.5,"ON","OFF",true,14.3,28,0,125,9.1,0.0,false,84.0,80.0,80.4,93.5546875,392.3,-9.899999999999636,2358961.0,1407.5,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,5.0,5.0,4.0,14.0,false,false,3661.1000000000004,3661.7000000000003,80,54.36,90.0,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,2500.0,"FAN_STOP",0,0.0,3.92,12,0,0.0,3.9,1,392
"KNAJX81EFJ70#####",14.0,1511092691865,1511092694756,1511092693000,59.73614166666666,10.023456666666668,127.1,9.974287,39.0,7076.6,-0.5,"ON","OFF",true,14.3,27,0,125,9.1,0.0,false,84.0,80.0,80.4,93.5546875,393.0,-14.100000000000364,2358966.0,1407.5,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,5.0,5.0,4.0,14.0,false,false,3661.1000000000004,3661.7000000000003,80,54.36,90.0,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,2500.0,"FAN_STOP",0,0.0,3.92,33,0,0.0,3.92,1,392
"KNAJX81EFJ70#####",13.9,1511092696867,1511092699951,1511092698000,59.736565000000006,10.023525000000001,121.1,9.593907,39.0,7076.7,-0.5,"ON","OFF",true,14.3,27,0,125,9.1,0.0,false,84.0,80.0,80.4,93.5546875,394.20000000000005,-23.800000000000182,2358971.0,1407.6000000000001,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,5.0,5.0,5.0,14.0,false,false,3661.1000000000004,3661.7000000000003,75,54.36,90.0,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.92,3.92,3.92,3.92,3.92,3.92,3.94,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.94,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.94,3.92,3.92,3.92,3.92,3.92,3.92,3.94,3.94,3.94,3.94,3.94,2400.0,"FAN_STOP",0,0.0,3.94,6,0,0.0,3.92,1,392
"KNAJX81EFJ70#####",14.0,1511092701871,1511092705154,1511092703000,59.73687333333334,10.024188333333333,117.2,9.968625,39.5,7076.7,-0.5,"ON","OFF",true,14.3,26,0,125,9.2,0.0,false,84.0,80.0,80.4,93.671875,394.5,-23.800000000000182,2358976.0,1407.6000000000001,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,5.0,5.0,5.0,14.0,false,false,3661.1000000000004,3661.7000000000003,80,54.160000000000004,90.0,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,2400.0,"FAN_STOP",0,0.0,3.94,33,0,0.0,3.94,1,394
"KNAJX81EFJ70#####",14.0,1511092706874,1511092709952,1511092708000,59.73714833333334,10.024930000000001,113.3,10.138484,39.5,7076.8,-0.5,"ON","OFF",true,14.3,26,0,125,9.2,0.0,false,84.0,80.0,80.4,93.671875,394.8,-24.600000000000364,2358981.0,1407.6000000000001,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,5.0,5.0,5.0,14.0,false,false,3661.2000000000003,3661.7000000000003,85,54.160000000000004,90.0,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,2400.0,"FAN_STOP",0,0.0,3.94,34,0,0.0,3.94,1,394
"KNAJX81EFJ70#####",14.0,1511092711876,1511092714952,1511092713000,59.73747333333334,10.025596666666667,110.5,10.040687,40.0,7076.8,-0.5,"ON","OFF",true,14.3,24,0,125,9.2,0.0,false,84.0,80.0,80.4,93.671875,395.20000000000005,-25.300000000000182,2358986.0,1407.6000000000001,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,5.0,5.0,5.0,14.0,false,false,3661.2000000000003,3661.7000000000003,80,54.160000000000004,90.0,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,2500.0,"FAN_STOP",0,0.0,3.94,33,0,0.0,3.94,1,394
"KNAJX81EFJ70#####",14.0,1511092716878,1511092720146,1511092718000,59.73782500000001,10.026145000000001,107.3,9.907373,36.5,7076.9,-0.5,"ON","OFF",true,14.3,26,0,125,9.2,0.0,false,84.0,80.5,80.5,93.828125,395.40000000000003,-24.800000000000182,2358991.0,1407.6000000000001,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,5.0,5.0,5.0,14.0,false,false,3661.2000000000003,3661.7000000000003,80,53.96,90.0,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,2400.0,"FAN_STOP",0,0.0,3.94,33,0,0.0,3.94,1,396
"KNAJX81EFJ70#####",14.0,1511092721881,1511092724741,1511092723000,59.73810333333333,10.026533333333333,103.6,7.4907527,34.5,7076.9,-0.5,"ON","OFF",true,14.3,27,0,125,9.2,0.0,false,84.0,80.5,80.5,93.828125,394.20000000000005,-8.600000000000364,2358996.0,1407.6000000000001,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,5.0,5.0,5.0,14.0,false,false,3661.3,3661.7000000000003,80,53.96,90.0,3.92,3.9,3.92,3.94,3.92,3.92,3.92,3.92,3.92,3.94,3.92,3.92,3.92,3.92,3.92,3.92,3.94,3.92,3.94,3.94,3.94,3.94,3.92,3.94,3.94,3.94,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.94,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.94,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.9,3.9,3.9,3.9,3.92,1600.0,"FAN_STOP",0,0.0,3.94,31,0,0.0,3.92,1,390
"KNAJX81EFJ70#####",14.0,1511092726899,1511092729960,1511092728000,59.738479999999996,10.027191666666665,99.3,12.793936,48.0,7077.0,-0.5,"ON","OFF",true,14.3,25,0,125,9.2,0.0,false,84.0,80.5,80.5,93.828125,394.5,-17.699999999999818,2359001.0,1407.6000000000001,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,5.0,5.0,5.0,14.0,false,false,3661.3,3661.7000000000003,80,53.96,90.0,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3000.0,"FAN_STOP",0,0.0,3.94,33,0,0.0,3.94,1,396
"KNAJX81EFJ70#####",14.0,1511092731903,1511092735170,1511092733000,59.738863333333335,10.02795,94.1,11.813905,46.0,7077.0,-0.5,"ON","OFF",true,14.3,25,0,125,9.2,0.0,false,84.0,80.5,80.5,93.828125,394.90000000000003,-26.300000000000182,2359006.0,1407.6000000000001,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,5.0,5.0,5.0,14.0,false,false,3661.3,3661.7000000000003,85,53.96,90.0,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.96,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.96,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.96,3.94,3.94,3.94,3.94,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,2900.0,"FAN_STOP",0,0.0,3.94,43,0,0.0,3.94,1,396
"KNAJX81EFJ70#####",14.0,1511092736907,1511092739755,1511092738000,59.739234999999994,10.028635000000001,89.9,10.755635,40.5,7077.1,-0.5,"ON","OFF",true,14.3,26,0,125,9.2,0.0,false,84.0,80.5,80.6,93.9453125,396.5,-29.699999999999818,2359011.0,1407.6000000000001,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,5.0,5.0,5.0,14.0,false,false,3661.4,3661.7000000000003,80,53.76,90.0,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,2700.0,"FAN_STOP",0,0.0,3.96,29,0,0.0,3.96,1,396
"KNAJX81EFJ70#####",14.0,1511092741909,1511092744768,1511092743000,59.739635,10.028938333333334,86.6,10.171941,41.0,7077.1,-0.5,"ON","OFF",true,14.3,24,0,125,9.2,0.0,false,84.0,80.5,80.6,94.03125,390.90000000000003,16.5,2359016.0,1407.7,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,6.0,5.0,5.0,14.0,false,false,3661.4,3661.7000000000003,80,53.76,90.0,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.92,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.92,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.92,3.9,3.9,3.9,3.9,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,2400.0,"FAN_STOP",0,0.0,3.9,12,0,0.0,3.9,1,392
"KNAJX81EFJ70#####",14.0,1511092746913,1511092750167,1511092748000,59.74012833333333,10.028885,82.3,10.338711,41.5,7077.2,-0.5,"ON","OFF",true,14.3,25,0,125,9.2,0.0,false,84.0,80.5,80.6,94.03125,393.5,-10.699999999999818,2359021.0,1407.7,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,6.0,5.0,5.0,14.0,false,false,3661.4,3661.7000000000003,80,53.76,90.0,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.94,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.94,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.94,3.92,3.92,3.92,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,2600.0,"FAN_STOP",0,0.0,3.92,27,0,0.0,3.92,1,394
"KNAJX81EFJ70#####",14.0,1511092751916,1511092754944,1511092753000,59.740590000000005,10.02915,79.4,10.393271,41.0,7077.2,-0.5,"ON","OFF",true,14.3,25,0,125,9.2,0.0,false,84.0,80.5,80.6,94.03125,395.5,-19.199999999999818,2359026.0,1407.7,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,6.0,5.0,5.0,14.0,false,false,3661.4,3661.7000000000003,80,53.76,90.0,3.94,3.96,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.96,3.94,3.94,3.94,3.94,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.94,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.94,3.94,3.94,3.94,3.96,3.94,3.96,3.96,3.96,3.96,3.96,3.94,3.94,3.94,3.94,3.94,3.96,3.94,3.96,3.96,3.96,3.96,3.94,3.96,3.96,3.96,3.96,3.96,3.96,3.96,3.94,3.94,3.96,3.94,3.96,3.96,3.94,3.96,3.96,3.96,3.94,3.94,3.94,3.96,3.94,3.94,3.96,3.96,3.96,3.96,3.94,3.94,3.94,3.94,3.96,3.94,2600.0,"FAN_STOP",0,0.0,3.94,33,0,0.0,3.94,1,396
"KNAJX81EFJ70#####",13.9,1511092756919,1511092759946,1511092758000,59.74096333333333,10.029760000000001,76.1,10.895125,43.0,7077.3,-0.5,"ON","OFF",true,14.3,25,0,125,9.2,0.0,false,84.0,80.5,80.6,94.03125,393.1,-3.5,2359031.0,1407.7,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,6.0,5.0,5.0,14.0,false,false,3661.4,3661.7000000000003,80,53.76,90.0,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.94,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.94,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.92,3.94,3.92,3.92,3.92,3.92,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,2600.0,"FAN_STOP",0,0.0,3.92,32,0,0.0,3.92,1,394
"KNAJX81EFJ70#####",14.0,1511092761923,1511092764958,1511092763000,59.741229999999995,10.030603333333334,72.1,11.054689,42.0,7077.4,0.0,"ON","OFF",true,14.3,24,0,125,9.2,0.0,false,84.0,80.5,80.6,94.03125,394.20000000000005,-13.899999999999636,2359036.0,1407.7,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,6.0,5.0,5.0,14.0,false,false,3661.4,3661.7000000000003,75,53.76,90.0,3.94,3.96,3.94,3.96,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.96,3.94,3.94,3.96,3.96,3.96,3.96,3.96,3.96,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.96,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.96,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.96,3.94,3.94,3.96,3.96,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.96,3.94,3.94,3.94,3.96,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.94,3.96,3.94,2700.0,"FAN_STOP",0,0.0,3.94,33,0,0.0,3.92,1,396
"KNAJX81EFJ70#####",14.0,1511092766940,1511092769947,1511092768000,59.741575,10.031156666666668,68.7,7.5581813,23.0,7077.4,0.0,"ON","OFF",true,14.3,31,0,126,9.2,0.0,false,84.5,80.5,80.7,94.1875,398.40000000000003,-54.80000000000018,2359041.0,1407.7,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,6.0,5.0,5.0,14.0,false,false,3661.4,3661.7000000000003,80,53.56,90.0,3.98,3.98,3.98,4.0,3.98,4.0,4.0,3.98,3.98,4.0,4.0,4.0,3.98,4.0,3.98,3.98,4.0,4.0,3.98,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.98,3.98,4.0,3.98,4.0,3.98,3.98,4.0,4.0,4.0,4.0,3.98,3.98,3.98,3.98,3.98,4.0,4.0,3.98,3.98,3.98,3.98,3.98,3.98,3.98,4.0,4.0,3.98,4.0,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,4.0,3.98,4.0,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,4.0,3.98,4.0,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,3.98,4.0,3.98,3.98,3.98,3.98,3.98,3.98,3.98,2100.0,"FAN_STOP",0,0.0,3.98,43,0,0.0,3.98,1,400
"KNAJX81EFJ70#####",13.9,1511092771945,1511092774968,1511092773000,59.74165833333333,10.031481666666668,66.9,5.227004,23.0,7077.4,0.0,"ON","OFF",true,14.3,27,0,126,9.2,0.0,false,84.5,80.5,80.7,94.1875,391.40000000000003,27.1,2359046.0,1407.7,1368.9,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,6.0,5.0,5.0,14.0,false,false,3661.5,3661.7000000000003,80,53.56,90.0,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.88,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.88,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,1100.0,"FAN_STOP",0,0.0,3.9,12,0,0.0,3.9,59,390
"KNAJX81EFJ70#####",13.9,1511092776947,1511092780173,1511092778000,59.741591666666665,10.032056666666668,65.8,7.443913,29.5,7077.5,0.0,"ON","OFF",true,14.3,27,0,125,9.2,0.0,false,84.0,80.5,80.6,94.03125,387.90000000000003,54.0,2359051.0,1407.7,1369.0,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,6.0,5.0,5.0,14.0,false,false,3661.5,3661.8,80,53.76,90.0,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.86,3.88,3.88,3.88,3.88,3.88,3.88,3.86,3.86,3.86,3.86,3.86,3.88,3.88,3.88,3.88,3.88,3.88,3.86,3.86,3.88,3.86,3.86,3.88,3.86,3.86,3.86,3.86,3.88,3.86,3.86,3.86,3.86,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.88,3.86,3.88,3.88,3.88,3.88,3.88,3.88,3.88,1700.0,"FAN_STOP",0,0.0,3.88,33,0,0.0,3.86,43,388
"KNAJX81EFJ70#####",13.9,1511092781950,1511092784946,1511092783000,59.74165,10.032698333333334,66.7,7.316262,29.0,7077.5,0.0,"ON","OFF",true,14.3,27,0,125,9.1,0.0,false,84.0,80.5,80.5,93.9140625,390.70000000000005,22.5,2359056.0,1407.7,1369.0,0,6.0,6.0,5.0,7.0,5.0,6.0,7.0,7.0,6.0,6.0,6.0,5.0,5.0,14.0,false,false,3661.5,3661.9,80,53.96,90.0,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,1800.0,"FAN_STOP",0,0.0,3.9,27,0,0.0,3.9,1,392

and this is almost 500 lines from the txt file
Code:
>AT I
AT I
ELM327 v1.5

>AT Z
AT Z


ELM327 v1.5

>AT E0
AT E0
OK

>AT L0
OK

>AT AR
OK

>AT AL
OK

>AT H1
OK

>AT D0
OK

>AT CAF1
OK

>09 02
7EA 10 14 49 02 01 4B 4E 41 
7EA 21 4A 58 38 31 45 46 4A 
7EA 22 37 30 32 32 35 39 32 

>AT RV
28.3V

>AT SH 7E4
OK

>21 01
7EC 10 3D 61 01 FF FF FF FF 
7EC 21 A7 11 A2 23 28 03 00 
7EC 22 4B 0F 83 06 04 05 06 
7EC 23 06 05 05 00 04 C6 21 
7EC 24 C6 01 00 00 8C 00 00 
7EC 25 8E FE 00 00 8E E8 00 
7EC 26 00 36 F9 00 00 35 6D 
7EC 27 00 23 FD 7B 2D 01 8C 
7EC 28 00 00 00 00 03 E8 00 

>21 02
7EC 10 26 61 02 FF FF FF FF 
7EC 21 C6 C6 C6 C6 C6 C6 C6 
7EC 22 C6 C6 C6 C6 C6 C6 C6 
7EC 23 C6 C6 C6 C6 C6 C6 C6 
7EC 24 C6 C6 C6 C6 C6 C6 C6 
7EC 25 C6 C6 C6 C6 00 00 00 

>21 03
7EC 10 26 61 03 FF FF FF FF 
7EC 21 C6 C6 C6 C6 C6 C6 C6 
7EC 22 C6 C6 C6 C6 C6 C6 C6 
7EC 23 C6 C6 C6 C6 C6 C6 C6 
7EC 24 C6 C6 C6 C6 C6 C6 C6 
7EC 25 C6 C6 C6 C6 00 00 00 

>21 04
7EC 10 26 61 04 FF FF FF FF 
7EC 21 C6 C6 C6 C6 C6 C6 C6 
7EC 22 C6 C6 C6 C6 C6 C6 C6 
7EC 23 C6 C6 C6 C6 C6 C6 C6 
7EC 24 C6 C6 C6 C6 C6 C6 C6 
7EC 25 C6 C6 C6 C6 00 00 00 

>21 05
7EC 10 2D 61 05 FF FF FF FF 
7EC 21 C6 C6 C6 C6 C6 05 05 
7EC 22 04 00 00 00 00 11 A2 
7EC 23 23 28 00 01 50 05 04 
7EC 24 00 00 00 00 00 00 AF 
7EC 25 00 00 C6 C7 00 00 00 
7EC 26 00 00 00 00 00 00 00 

>AT SH 7C5
OK

>21 01
7CD 10 12 61 01 1F 00 00 00 
7CD 21 07 8F 17 C6 67 00 00 
7CD 22 00 00 00 00 00 00 00 

>AT CRA 653
OK

>AT MA
653 53 06 00 00 00 51 00 00 <DATA ERROR
STOPPED

>AT AR
OK

>AT CRA 594
OK

>AT MA
594 A2 11 28 23 C4 A7 00 00 <DATA ERROR
STOPPED

>AT AR
OK

>AT CRA 598
OK

>AT MA
598 00 00 00 00 BC 61 05 04 
STOPPED

>AT AR
OK

>AT CRA 4F2
OK

>AT MA
4F2 00 00 30 58 00 00 00 A2 
4F2 00 00 30 58 00 00 00 A3 
4F2 00 00 40 58 00 00 00 A4 
4F2 00 00 40 58 00 00 00 A5 
4F2 00 00 40 58 00 00 00 A6 
STOPPED

>AT AR
OK

>AT CRA 4F0
OK

>AT MA
4F0 00 00 58 00 00 4D 14 01 
4F0 00 00 5A 00 00 4D 14 01 
4F0 00 00 5C 00 00 4D 14 01 
4F0 00 00 5E 00 00 4D 14 01 
4F0 00 00 60 00 00 4D 14 01 
STOPPED

>AT AR
OK

>AT CRA 581
OK

>AT MA
581 00 00 00 00 00 00 00 00 
STOPPED

>AT AR
OK

>AT CRA 200
OK

>AT MA
200 5B 80 41 10 00 FB 3C 4D <DATA ERROR
200 5B 80 41 10 00 3B 3C 8D <DATA ERROR
200 5B 80 41 10 00 7B 3C CD <DATA ERROR
200 5B 80 41 10 00 BB 3C 0D <DATA ERROR
200 5B 80 41 10 00 FB 3C 4D <DATA ERROR
200 5B 80 41 10 00 3B 3C 8D <DATA ERROR
STOPPED

>AT AR
OK

>AT CRA 050
OK

>AT MA
050 00 82 00 00 
STOPPED

>AT AR
OK

>AT RV
14.0V

>AT SH 7E4
OK

>21 01
7EC 10 3D 61 01 FF FF FF FF 
7EC 21 A7 11 A2 23 28 03 00 
7EC 22 51 0F 82 06 04 05 06 
7EC 23 06 05 05 00 04 C6 0C 
7EC 24 C6 01 00 00 8C 00 00 
7EC 25 8E FE 00 00 8E E8 00 
7EC 26 00 36 F9 00 00 35 6D 
7EC 27 00 23 FD 80 2D 01 8C 
7EC 28 00 00 00 00 03 E8 00 

>21 02
7EC 10 26 61 02 FF FF FF FF 
7EC 21 C6 C6 C6 C6 C6 C6 C6 
7EC 22 C6 C6 C6 C6 C6 C6 C6 
7EC 23 C6 C6 C6 C6 C6 C6 C6 
7EC 24 C6 C6 C6 C6 C6 C6 C6 
7EC 25 C6 C6 C6 C6 00 00 00 

>21 03
7EC 10 26 61 03 FF FF FF FF 
7EC 21 C6 C6 C6 C6 C6 C6 C6 
7EC 22 C6 C6 C6 C6 C6 C6 C6 
7EC 23 C6 C6 C6 C6 C6 C6 C6 
7EC 24 C6 C6 C6 C6 C6 C6 C6 
7EC 25 C6 C6 C6 C6 00 00 00 

>21 04
7EC 10 26 61 04 FF FF FF FF 
7EC 21 C5 C5 C5 C5 C6 C5 C5 
7EC 22 C5 C6 C6 C6 C5 C5 C5 
7EC 23 C5 C5 C5 C5 C5 C6 C6 
7EC 24 C5 C5 C5 C5 C6 C5 C6 
7EC 25 C5 C5 C5 C5 00 00 00 

>21 05
7EC 10 2D 61 05 FF FF FF FF 
7EC 21 C6 C6 C6 C6 C6 05 05 
7EC 22 04 00 00 00 00 11 A2 
7EC 23 23 28 00 01 55 05 04 
7EC 24 00 00 00 00 00 00 AF 
7EC 25 00 00 C6 C6 00 00 00 
7EC 26 00 00 00 00 00 00 00 

>AT SH 7C5
OK

>21 01
7CD 10 12 61 01 1F 00 00 00 
7CD 21 07 8F 17 C6 67 00 00 
7CD 22 00 00 00 00 00 00 00 

>AT CRA 653
OK

>AT MA
653 53 06 00 00 00 51 00 00 <DATA ERROR
STOPPED

>AT AR
OK

>AT CRA 594
OK

>AT MA
594 A2 11 28 23 C4 A7 00 00 <DATA ERROR
STOPPED

>AT AR
OK

>AT CRA 598
OK

>AT MA
598 00 00 00 00 ED 61 05 04 
STOPPED

>AT AR
OK

>AT CRA 4F2
OK

>AT MA
4F2 00 00 90 58 00 00 00 AD 
4F2 00 00 90 58 00 00 00 AE 
4F2 00 00 90 58 00 00 00 AF 
4F2 00 00 90 58 00 00 00 B0 
4F2 00 00 90 58 00 00 00 B1 
STOPPED

>AT AR
OK

>AT CRA 4F0
OK

>AT MA
4F0 00 00 70 00 00 4D 14 01 
4F0 00 00 72 00 00 4D 14 01 
4F0 00 00 74 00 00 4D 14 01 
4F0 00 00 76 00 00 4D 14 01 
4F0 00 00 78 00 00 4D 14 01 
STOPPED

>AT AR
OK

>AT CRA 581
OK

>AT MA
581 00 00 00 00 00 00 00 00 
STOPPED

>AT AR
OK

>AT CRA 200
OK

>AT MA
200 5B 80 41 10 00 7B 3C CD <DATA ERROR
200 5B 80 41 10 00 BB 3C 0D <DATA ERROR
200 5B 80 41 10 00 FB 3C 4D <DATA ERROR
200 5B 80 41 10 00 3B 3C 8D <DATA ERROR
200 5B 80 41 10 00 7B 3C CD <DATA ERROR
200 5B 80 41 10 00 BB 3C 0D <DATA ERROR
200 5B 80 41 10 00 FB 3C 4D <DATA ERROR
200 5B 80 41 10 00 3B 3C 8D <DATA ERROR
200 5B 80 41 10 00 7B 3C CD <DATA ERROR
STOPPED

>AT AR
OK

>AT CRA 050
OK

>AT MA
050 00 82 00 00 
STOPPED

>AT AR
OK

>AT RV
14.0V

>AT SH 7E4
OK

>21 01
7EC 10 3D 61 01 FF FF FF FF 
7EC 21 A7 11 A2 23 28 03 00 
7EC 22 54 0F 7D 06 04 05 06 
7EC 23 06 05 05 00 04 C6 0C 
7EC 24 C6 01 00 00 8C 00 00 
7EC 25 8E FE 00 00 8E E8 00 
7EC 26 00 36 F9 00 00 35 6D 
7EC 27 00 23 FD 85 2D 01 8A 
7EC 28 00 00 00 00 03 E8 00 

>21 02
7EC 10 26 61 02 FF FF FF FF 
7EC 21 C5 C5 C5 C5 C5 C5 C5 
7EC 22 C5 C5 C5 C5 C5 C5 C5 
7EC 23 C5 C5 C5 C5 C5 C5 C5 
7EC 24 C5 C5 C5 C5 C5 C5 C5 
7EC 25 C5 C5 C5 C5 00 00 00 

>21 03
7EC 10 26 61 03 FF FF FF FF 
7EC 21 C6 C6 C6 C6 C6 C6 C6 
7EC 22 C6 C6 C6 C6 C6 C6 C6 
7EC 23 C6 C6 C6 C6 C6 C6 C6 
7EC 24 C6 C6 C6 C6 C6 C6 C6 
7EC 25 C6 C6 C6 C6 00 00 00 

>21 04
7EC 10 26 61 04 FF FF FF FF 
7EC 21 C5 C5 C5 C5 C5 C5 C5 
7EC 22 C5 C5 C5 C5 C5 C5 C5 
7EC 23 C5 C5 C5 C5 C5 C5 C5 
7EC 24 C5 C5 C5 C5 C5 C5 C5 
7EC 25 C5 C5 C5 C5 00 00 00 

>21 05
7EC 10 2D 61 05 FF FF FF FF 
7EC 21 C5 C5 C5 C5 C5 05 05 
7EC 22 04 00 00 00 00 11 A2 
7EC 23 23 28 00 01 50 05 04 
7EC 24 00 00 00 00 00 00 AF 
7EC 25 00 00 C5 C6 00 00 00 
7EC 26 00 00 00 00 00 00 00 

>AT SH 7C5
OK

>21 01
7CD 10 12 61 01 1F 00 00 00 
7CD 21 07 8F 19 C6 67 00 00 
7CD 22 00 00 00 00 00 00 00 

>AT CRA 653
OK

>AT MA
653 53 06 00 00 00 51 00 00 <DATA ERROR
STOPPED

>AT AR
OK

>AT CRA 594
OK

>AT MA
594 A2 11 28 23 C4 A7 00 00 <DATA ERROR
STOPPED

>AT AR
OK

>AT CRA 598
OK

>AT MA
598 00 00 00 00 ED 61 05 04 
STOPPED

>AT AR
OK

>AT CRA 4F2
OK

>AT MA
4F2 00 00 B0 58 00 00 00 A7 
4F2 00 00 B0 58 00 00 00 A8 
4F2 00 00 B0 58 00 00 00 A9 
4F2 00 00 B0 58 00 00 00 AA 
4F2 00 00 B0 58 00 00 00 AB 
STOPPED

>AT AR
OK

>AT CRA 4F0
OK

>AT MA
4F0 00 00 66 00 00 4D 14 01 
4F0 00 00 68 00 00 4D 14 01 
4F0 00 00 6A 00 00 4D 14 01 
4F0 00 00 6C 00 00 4D 14 01 
4F0 00 00 6E 00 00 4D 14 01 
STOPPED

>AT AR
OK

>AT CRA 581
OK

>AT MA
581 00 00 00 00 00 00 00 00 
STOPPED

>AT AR
OK

>AT CRA 200
OK

>AT MA
200 5B B8 41 10 00 FB 3C 75 <DATA ERROR
200 5B B8 41 10 00 3B 3C B5 <DATA ERROR
200 5B B8 41 10 00 7B 3C F5 <DATA ERROR
200 5B B8 41 10 00 BB 3C 35 <DATA ERROR
200 5B B8 41 10 00 FB 3C 75 <DATA ERROR
200 5B B8 41 10 00 3B 3C B5 <DATA ERROR
STOPPED

>AT AR
OK

>AT CRA 050
OK

>AT MA
050 00 82 00 00 
STOPPED

>AT AR
OK

>AT RV
14.0V
 
Usikker said:
A bit tricky.... the app stopped a few times when I wanted to see values

Hmmm... I have tried stressing it on my phone, by switching between the different pages, but it hasn't stopped unexpectedly.

Which phone model, and which version of Android are you using?

If you see a pattern, i.e. a number of user actions that often will make it stop unexpectedly, then please let me know, otherwise I have almost no chance of finding the cause.
 
I'm using av old Sony Z1 with Android 5, no updates for it and a lenovo tab with the same old version, no updates
The problem I have seen is when I enter the Advisor or DC-DC menu, not always but as you see I was able make a full log yesterday

Maybe I have to go out and buy me a new phone or a new tablet to test with :D
 
New tablet Android 6 something, no problem but... there is no data in Car info, I did see info there in version 3 but nothing with version 5
 
Made a new test today with a very short trip and it works ok, I can also see car info and it is correct with a 2018 model

Below is the beginning of the cvs but there is one thing I tested with no result in the logfile: "car.wipers"
I tested front and back but no result in the logfile

Code:
"VIN","ELM327.Voltage_V","system.scan_start_time_ms","system.scan_end_time_ms","route.time_s","route.lat_deg","route.lng_deg","route.elevation_m","route.speed_mps","car.speed_kph","car.odo_km","car.ambient_C","car.lights","car.wipers","ldc.is_enabled","ldc.out_DC_V","ldc.out_DC_A","ldc.temperature_C","range.estimate_km","range.estimate_for_climate_km","charging.power_kW","battery.is_charging","battery.SOC_display_pct","battery.SOC_pct","battery.SOC_decimal_pct","battery.SOC_precise_pct","battery.DC_V","battery.DC_current_A","battery.accumulative_operating_time_s","battery.accumulative_charge_power_kWh","battery.accumulative_discharge_power_kWh","battery.fan_feedback_signal","battery.inlet_temperature_C","battery.min_temperature_C","battery.max_temperature_C","battery.module_temperature0_C","battery.module_temperature1_C","battery.module_temperature2_C","battery.module_temperature3_C","battery.module_temperature4_C","battery.module_temperature5_C","battery.module_temperature6_C","battery.module_temperature7_C","battery.heat1_temperature_C","battery.heat2_temperature_C","battery.auxiliaryVoltage_V","battery.ChaDeMo_is_plugged","battery.J1772_is_plugged","battery.accumulative_charge_current_Ah","battery.accumulative_discharge_current_Ah","battery.airbag_hwire_duty","battery.available_charge_power_kW","battery.available_discharge_power_kW","battery.cell_voltage0_V","battery.cell_voltage100_V","battery.cell_voltage10_V","battery.cell_voltage11_V","battery.cell_voltage12_V","battery.cell_voltage13_V","battery.cell_voltage14_V","battery.cell_voltage15_V","battery.cell_voltage16_V","battery.cell_voltage17_V","battery.cell_voltage18_V","battery.cell_voltage19_V","battery.cell_voltage1_V","battery.cell_voltage20_V","battery.cell_voltage21_V","battery.cell_voltage22_V","battery.cell_voltage23_V","battery.cell_voltage24_V","battery.cell_voltage25_V","battery.cell_voltage26_V","battery.cell_voltage27_V","battery.cell_voltage28_V","battery.cell_voltage29_V","battery.cell_voltage2_V","battery.cell_voltage30_V","battery.cell_voltage31_V","battery.cell_voltage32_V","battery.cell_voltage33_V","battery.cell_voltage34_V","battery.cell_voltage35_V","battery.cell_voltage36_V","battery.cell_voltage37_V","battery.cell_voltage38_V","battery.cell_voltage39_V","battery.cell_voltage3_V","battery.cell_voltage40_V","battery.cell_voltage41_V","battery.cell_voltage42_V","battery.cell_voltage43_V","battery.cell_voltage44_V","battery.cell_voltage45_V","battery.cell_voltage46_V","battery.cell_voltage47_V","battery.cell_voltage48_V","battery.cell_voltage49_V","battery.cell_voltage4_V","battery.cell_voltage50_V","battery.cell_voltage51_V","battery.cell_voltage52_V","battery.cell_voltage53_V","battery.cell_voltage54_V","battery.cell_voltage55_V","battery.cell_voltage56_V","battery.cell_voltage57_V","battery.cell_voltage58_V","battery.cell_voltage59_V","battery.cell_voltage5_V","battery.cell_voltage60_V","battery.cell_voltage61_V","battery.cell_voltage62_V","battery.cell_voltage63_V","battery.cell_voltage64_V","battery.cell_voltage65_V","battery.cell_voltage66_V","battery.cell_voltage67_V","battery.cell_voltage68_V","battery.cell_voltage69_V","battery.cell_voltage6_V","battery.cell_voltage70_V","battery.cell_voltage71_V","battery.cell_voltage72_V","battery.cell_voltage73_V","battery.cell_voltage74_V","battery.cell_voltage75_V","battery.cell_voltage76_V","battery.cell_voltage77_V","battery.cell_voltage78_V","battery.cell_voltage79_V","battery.cell_voltage7_V","battery.cell_voltage80_V","battery.cell_voltage81_V","battery.cell_voltage82_V","battery.cell_voltage83_V","battery.cell_voltage84_V","battery.cell_voltage85_V","battery.cell_voltage86_V","battery.cell_voltage87_V","battery.cell_voltage88_V","battery.cell_voltage89_V","battery.cell_voltage8_V","battery.cell_voltage90_V","battery.cell_voltage91_V","battery.cell_voltage92_V","battery.cell_voltage93_V","battery.cell_voltage94_V","battery.cell_voltage95_V","battery.cell_voltage96_V","battery.cell_voltage97_V","battery.cell_voltage98_V","battery.cell_voltage99_V","battery.cell_voltage9_V","battery.drive_motor_speed_rpm","battery.fan_status","battery.max_cell_detoriation_n","battery.max_cell_detoriation_pct","battery.max_cell_voltage_V","battery.max_cell_voltage_n","battery.min_cell_detoriation_n","battery.min_cell_detoriation_pct","battery.min_cell_voltage_V","battery.min_cell_voltage_n","ldc.in_DC_V"
"KNAJX81EFJ70#####",28.3,1511284440649,1511284443283,1511284447000,59.742025,10.033958333333334,130.0,0.0,0.0,7230.2,3.0,"ON","OFF",true,14.3,31,5,89,4.3,0.0,false,60.5,58.5,58.5,65.46875,370.70000000000005,3.0,2401231.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.4,80,85.71000000000001,90.0,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,0.0,"FAN_STOP",0,0.0,3.7,21,0,0.0,3.7,1,370
"KNAJX81EFJ70#####",14.0,1511284445660,1511284449350,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,3.0,"ON","OFF",true,14.3,32,5,88,4.3,0.0,false,60.5,58.0,58.4,65.3515625,370.70000000000005,3.0,2401236.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.4,80,85.83,90.0,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.68,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,0.0,"FAN_STOP",0,0.0,3.7,24,0,0.0,3.7,1,370
"KNAJX81EFJ70#####",14.0,1511284450662,1511284453698,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,3.0,"ON","OFF",true,14.3,30,5,88,4.3,0.0,false,60.5,58.0,58.4,65.3515625,370.6,3.0,2401241.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.4,85,85.83,90.0,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,0.0,"FAN_STOP",0,0.0,3.7,23,0,0.0,3.7,1,370
"KNAJX81EFJ70#####",14.0,1511284455665,1511284458908,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,3.0,"ON","OFF",true,14.3,31,5,88,4.3,0.0,false,60.5,58.0,58.4,65.3515625,370.6,3.1,2401246.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.4,80,85.83,90.0,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,0.0,"FAN_STOP",0,0.0,3.7,21,0,0.0,3.7,1,370
"KNAJX81EFJ70#####",14.0,1511284460667,1511284464150,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,3.0,"ON","OFF",true,14.3,30,5,88,4.3,0.0,false,60.5,58.0,58.4,65.3515625,370.5,3.1,2401251.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.4,85,85.83,90.0,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,0.0,"FAN_STOP",0,0.0,3.7,21,0,0.0,3.7,35,370
"KNAJX81EFJ70#####",14.0,1511284465673,1511284468921,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,3.0,"ON","OFF",true,14.3,31,5,89,4.3,0.0,false,60.5,58.0,58.4,65.484375,370.5,3.2,2401256.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,14.0,false,false,3732.0,3751.4,80,85.83,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.7,5,0,0.0,3.7,43,370
"KNAJX81EFJ70#####",14.0,1511284470675,1511284473709,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,3.0,"ON","OFF",true,14.3,31,5,89,4.3,0.0,false,60.5,58.0,58.4,65.484375,370.40000000000003,3.1,2401261.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,14.0,false,false,3732.0,3751.4,85,85.83,90.0,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,0.0,"FAN_STOP",0,0.0,3.7,23,0,0.0,3.7,43,370
"KNAJX81EFJ70#####",14.0,1511284475677,1511284479158,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,3.0,"ON","OFF",true,14.3,31,5,89,4.3,0.0,false,60.5,58.0,58.4,65.484375,370.40000000000003,3.0,2401266.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,14.0,false,false,3732.0,3751.4,75,85.83,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.7,2,0,0.0,3.7,43,370
"KNAJX81EFJ70#####",14.0,1511284480681,1511284483902,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,3.0,"ON","OFF",true,14.3,30,5,89,4.3,0.0,false,60.5,58.0,58.4,65.484375,370.3,2.9000000000000004,2401271.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,14.0,false,false,3732.0,3751.4,80,85.83,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.7,3,0,0.0,3.7,43,370
"KNAJX81EFJ70#####",13.9,1511284485683,1511284488913,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,3.0,"PARKING","OFF",true,14.0,23,5,89,4.3,0.0,false,60.5,58.0,58.4,65.484375,368.6,12.8,2401276.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.4,80,85.83,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,2,0,0.0,3.68,43,370
"KNAJX81EFJ70#####",13.0,1511284490687,1511284494119,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,3.0,"PARKING","OFF",true,13.2,15,5,88,4.3,0.0,false,60.5,58.0,58.3,65.3671875,370.1,2.7,2401281.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,12.9,false,false,3732.0,3751.5,80,85.83,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.7,3,0,0.0,3.7,43,370
"KNAJX81EFJ70#####",12.9,1511284495691,1511284498697,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,3.0,"PARKING","OFF",true,13.2,20,5,88,4.3,0.0,false,60.5,58.0,58.3,65.3671875,368.20000000000005,15.600000000000001,2401286.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,12.9,false,false,3732.0,3751.5,80,85.95,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.7,3.7,3.68,3.7,3.68,3.7,3.7,3.7,3.68,3.7,3.7,3.68,3.68,3.7,3.68,3.7,3.7,3.68,3.7,3.68,3.68,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,2,0,0.0,3.68,43,370
"KNAJX81EFJ70#####",12.9,1511284500694,1511284503706,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,3.0,"PARKING","OFF",true,13.2,23,4,88,4.3,0.0,false,60.5,58.0,58.3,65.3671875,368.1,16.5,2401291.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,12.9,false,false,3732.0,3751.5,75,85.95,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.68,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.68,3.68,3.68,3.7,3.7,3.7,3.7,3.7,3.7,3.68,3.7,3.7,3.7,3.68,3.7,3.7,3.68,3.68,3.7,3.7,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,2,0,0.0,3.66,43,370
"KNAJX81EFJ70#####",12.9,1511284505696,1511284508925,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,3.0,"PARKING","OFF",true,13.2,26,4,88,4.3,0.0,false,60.5,58.0,58.3,65.3671875,369.8,4.9,2401296.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,12.9,false,false,3732.0,3751.5,80,85.95,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.7,3.68,3.68,3.68,3.68,3.7,3.7,3.68,3.7,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.7,3.68,3.7,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.7,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.7,2,0,0.0,3.68,43,370
"KNAJX81EFJ70#####",12.9,1511284510698,1511284513529,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,3.0,"PARKING","OFF",true,13.2,26,4,88,4.3,0.0,false,60.5,58.0,58.3,65.3671875,369.8,4.9,2401296.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,12.9,false,false,3732.0,3751.5,80,85.95,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.7,3.68,3.68,3.68,3.68,3.7,3.7,3.68,3.7,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.7,3.68,3.7,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.7,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.7,2,0,0.0,3.68,43,368
"KNAJX81EFJ70#####",12.9,1511284515700,1511284518901,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,3.0,"PARKING","OFF",true,13.2,27,4,88,4.3,0.0,false,60.5,58.0,58.3,65.3671875,367.70000000000005,17.5,2401306.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,12.9,false,false,3732.0,3751.5,75,85.95,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.68,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.68,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.68,3.66,3.66,3.66,3.66,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,2,0,0.0,3.66,43,370
"KNAJX81EFJ70#####",12.9,1511284520702,1511284523930,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,3.0,"ON","OFF",true,13.2,26,4,88,4.3,0.0,false,60.0,58.0,58.2,65.2109375,369.5,4.800000000000001,2401311.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,12.9,false,false,3732.0,3751.6000000000004,75,86.07000000000001,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,2,0,0.0,3.68,43,370
"KNAJX81EFJ70#####",13.6,1511284525722,1511284528709,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.5,"ON","OFF",true,14.1,37,4,88,4.3,0.0,false,60.0,58.0,58.2,65.3671875,367.6,16.5,2401316.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.600000000000001,false,false,3732.0,3751.6000000000004,80,86.07000000000001,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.68,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.68,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.68,3.66,3.66,3.66,3.66,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.66,21,0,0.0,3.66,1,370
"KNAJX81EFJ70#####",14.0,1511284530724,1511284533705,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.5,"ON","OFF",true,14.3,36,4,88,4.3,0.0,false,60.0,58.0,58.2,65.3671875,367.6,13.600000000000001,2401321.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,14.0,false,false,3732.0,3751.6000000000004,80,86.07000000000001,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.68,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.68,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.66,3.68,3.66,3.66,3.66,3.66,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.66,24,0,0.0,3.66,1,368
"KNAJX81EFJ70#####",14.0,1511284535728,1511284539129,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.5,"ON","OFF",true,14.3,35,3,88,4.3,0.0,false,60.0,58.0,58.2,65.3671875,367.5,13.8,2401326.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.6000000000004,80,86.07000000000001,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.66,6,0,0.0,3.66,1,370
"KNAJX81EFJ70#####",13.9,1511284540730,1511284543706,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.5,"ON","OFF",true,14.3,35,3,88,4.3,0.0,false,60.0,58.0,58.2,65.3671875,369.0,11.100000000000001,2401331.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.6000000000004,80,86.07000000000001,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,3,0,0.0,3.68,25,368
"KNAJX81EFJ70#####",14.0,1511284545733,1511284548713,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.5,"ON","OFF",true,14.3,36,3,88,4.3,0.0,false,60.0,58.0,58.2,65.3671875,369.0,11.0,2401336.0,1435.0,1402.2,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.6000000000004,75,86.07000000000001,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,21,0,0.0,3.68,1,370
"KNAJX81EFJ70#####",13.9,1511284550735,1511284554334,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.5,"ON","OFF",true,14.3,36,3,88,4.3,0.0,false,60.0,58.0,58.2,65.3671875,369.20000000000005,9.0,2401341.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.6000000000004,80,86.07000000000001,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,2,0,0.0,3.68,1,368
"KNAJX81EFJ70#####",13.9,1511284555736,1511284558898,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.5,"ON","OFF",true,14.3,36,2,88,4.3,0.0,false,60.0,58.0,58.1,65.25,369.20000000000005,9.0,2401346.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.6000000000004,80,86.2,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,3,0,0.0,3.68,1,368
"KNAJX81EFJ70#####",14.0,1511284560738,1511284563694,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.5,"ON","OFF",true,14.3,35,2,88,4.3,0.0,false,60.0,58.0,58.1,65.25,369.20000000000005,8.6,2401351.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,14.0,false,false,3732.0,3751.6000000000004,80,86.2,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,24,0,0.0,3.68,1,370
"KNAJX81EFJ70#####",14.0,1511284565740,1511284569327,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.0,"ON","OFF",true,14.3,37,2,88,4.5,0.0,false,60.0,58.0,58.1,65.25,369.20000000000005,8.6,2401356.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.7000000000003,80,86.2,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,5,0,0.0,3.68,1,368
"KNAJX81EFJ70#####",13.9,1511284570741,1511284573710,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.0,"ON","OFF",true,14.3,36,2,88,4.5,0.0,false,60.0,58.0,58.1,65.25,369.20000000000005,8.6,2401361.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.7000000000003,80,86.2,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,7,0,0.0,3.68,1,370
"KNAJX81EFJ70#####",14.0,1511284575745,1511284578931,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.0,"ON","OFF",true,14.3,36,2,88,4.5,0.0,false,60.0,58.0,58.1,65.25,369.1,8.5,2401366.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.7000000000003,80,86.2,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,21,0,0.0,3.68,1,368
"KNAJX81EFJ70#####",14.0,1511284580749,1511284584339,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.0,"ON","OFF",true,14.3,36,2,88,4.5,0.0,false,60.0,58.0,58.1,65.25,369.1,9.1,2401371.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.7000000000003,80,86.2,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,6,0,0.0,3.68,1,368
"KNAJX81EFJ70#####",14.0,1511284585751,1511284588908,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.0,"ON","OFF",true,14.3,36,2,88,4.5,0.0,false,60.0,58.0,58.1,65.36328125,369.1,9.1,2401376.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,14.0,false,false,3732.0,3751.7000000000003,75,86.2,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,23,0,0.0,3.68,1,368
"KNAJX81EFJ70#####",13.9,1511284590756,1511284593724,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.0,"ON","OFF",true,14.3,36,2,88,4.5,0.0,false,60.0,58.0,58.1,65.36328125,369.0,9.700000000000001,2401381.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.7000000000003,80,86.2,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,23,0,0.0,3.68,1,368
"KNAJX81EFJ70#####",13.9,1511284595760,1511284599157,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.0,"ON","OFF",true,14.3,35,1,88,4.5,0.0,false,60.0,58.0,58.1,65.36328125,368.90000000000003,9.700000000000001,2401386.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.7000000000003,80,86.2,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,7,0,0.0,3.68,1,368
"KNAJX81EFJ70#####",13.9,1511284600767,1511284603912,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.0,"ON","OFF",true,14.3,36,1,88,4.5,0.0,false,60.0,58.0,58.0,65.24609375,368.8,10.0,2401391.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.7000000000003,80,86.32000000000001,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,3,0,0.0,3.68,1,368
"KNAJX81EFJ70#####",13.9,1511284605771,1511284608915,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.0,"ON","OFF",true,14.3,35,1,88,4.5,0.0,false,60.0,58.0,58.0,65.24609375,368.8,10.0,2401396.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.7000000000003,80,86.32000000000001,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,2,0,0.0,3.68,1,368
"KNAJX81EFJ70#####",14.0,1511284610775,1511284614334,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.0,"ON","OFF",true,14.3,35,1,88,4.5,0.0,false,60.0,58.0,58.0,65.24609375,368.70000000000005,10.0,2401401.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.8,75,86.32000000000001,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,2,0,0.0,3.68,43,368
"KNAJX81EFJ70#####",14.0,1511284615780,1511284618711,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.0,"ON","OFF",true,14.3,36,1,88,4.5,0.0,false,60.0,58.0,58.0,65.24609375,368.70000000000005,10.0,2401406.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,14.0,false,false,3732.0,3751.8,75,86.32000000000001,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,23,0,0.0,3.68,1,368
"KNAJX81EFJ70#####",14.0,1511284620784,1511284623920,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,2.0,"ON","OFF",true,14.3,36,1,88,4.5,0.0,false,60.0,58.0,58.0,65.24609375,367.90000000000003,10.600000000000001,2401411.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.8,80,86.32000000000001,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.66,3.66,3.66,3.66,3.66,3.68,3.68,3.66,3.66,3.66,3.66,3.66,3.66,3.68,3.68,3.66,3.68,3.68,3.66,3.66,3.68,3.66,3.66,3.68,3.66,3.66,3.66,3.66,3.68,3.66,3.66,3.66,3.66,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,24,0,0.0,3.66,1,368
"KNAJX81EFJ70#####",13.9,1511284625788,1511284629343,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,1.5,"ON","OFF",true,14.3,36,1,88,4.5,0.0,false,60.0,58.0,58.0,65.24609375,367.90000000000003,10.5,2401416.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.8,80,86.32000000000001,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,3,0,0.0,3.66,43,370
"KNAJX81EFJ70#####",13.9,1511284630790,1511284633935,1511284452000,59.741928333333334,10.033873333333334,123.3,0.0,0.0,7230.2,1.5,"ON","OFF",true,14.3,36,1,88,4.5,0.0,false,60.0,58.0,58.0,65.24609375,369.0,10.0,2401421.0,1435.0,1402.3000000000002,0,2.0,2.0,2.0,3.0,2.0,3.0,3.0,2.0,2.0,2.0,3.0,3.0,3.0,13.9,false,false,3732.0,3751.8,80,86.32000000000001,90.0,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,3.68,0.0,"FAN_STOP",0,0.0,3.68,6,0,0.0,3.68,43,368

Code:
AT I
ELM327 v1.5

>AT Z
AT Z


ELM327 v1.5

>AT E0
AT E0
OK

>AT L0
OK

>AT AR
OK

>AT AL
OK

>AT H1
OK

>AT D0
OK

>AT CAF1
OK

>09 02
7EA 10 14 49 02 01 4B 4E 41 
7EA 21 4A 58 38 31 45 46 4A 
7EA 22 37 30 32 32 35 39 32 

>AT RV
28.3V

>AT SH 7E4
OK

>21 01
7EC 10 3D 61 01 FF FF FF FF 
7EC 21 75 21 7B 23 28 03 00 
7EC 22 1E 0E 7B 03 02 03 03 
7EC 23 02 02 02 00 03 B9 15 
7EC 24 B9 01 00 00 8B 00 00 
7EC 25 91 C8 00 00 92 8A 00 
7EC 26 00 38 0E 00 00 36 C6 
7EC 27 00 24 A3 CF 2D 01 72 
7EC 28 00 00 00 00 03 E8 00 

>21 02
7EC 10 26 61 02 FF FF FF FF 
7EC 21 B9 B9 B9 B9 B9 B9 B9 
7EC 22 B9 B9 B9 B9 B9 B9 B9 
7EC 23 B9 B9 B9 B9 B9 B9 B9 
7EC 24 B9 B9 B9 B9 B9 B9 B9 
7EC 25 B9 B9 B9 B9 00 00 00 

>21 03
7EC 10 26 61 03 FF FF FF FF 
7EC 21 B9 B9 B9 B9 B9 B9 B9 
7EC 22 B9 B9 B9 B8 B9 B9 B9 
7EC 23 B9 B9 B9 B9 B8 B9 B9 
7EC 24 B9 B9 B9 B9 B9 B9 B9 
7EC 25 B9 B9 B9 B9 00 00 00 

>21 04
7EC 10 26 61 04 FF FF FF FF 
7EC 21 B9 B9 B9 B9 B9 B9 B9 
7EC 22 B9 B9 B9 B9 B9 B9 B9 
7EC 23 B9 B9 B9 B9 B9 B9 B9 
7EC 24 B9 B9 B9 B9 B9 B9 B9 
7EC 25 B9 B9 B9 B9 00 00 00 

>21 05
7EC 10 2D 61 05 FF FF FF FF 
7EC 21 B9 B9 B9 B9 B9 02 02 
7EC 22 02 00 00 00 00 21 7B 
7EC 23 23 28 00 01 50 03 03 
7EC 24 00 00 00 00 00 00 79 
7EC 25 00 00 B9 B9 00 00 00 
7EC 26 00 00 00 00 00 00 00 

>AT SH 7C5
OK

>21 01
7CD 10 12 61 01 1F 00 00 00 
7CD 21 07 8F 1F B9 69 00 00 
7CD 22 00 00 00 00 00 00 00 

>AT CRA 653
OK

>AT MA
653 53 06 00 00 00 56 00 00 <DATA ERROR
STOPPED

>AT AR
OK

>AT CRA 594
OK

>AT MA
594 7B 21 28 23 C4 75 00 00 <DATA ERROR
STOPPED

>AT AR
OK

>AT CRA 598
OK

>AT MA
598 00 00 00 00 78 41 03 03 
STOPPED

>AT AR
OK

>AT CRA 4F2
OK

>AT MA
4F2 00 00 B0 58 00 00 00 CB 
4F2 00 00 C0 58 00 00 00 CC 
4F2 00 00 C0 58 00 00 00 CD 
4F2 00 00 C0 58 00 00 00 CE 
4F2 00 00 C0 58 00 00 00 CF 
STOPPED

>AT AR
OK

>AT CRA 4F0
OK

>AT MA
4F0 00 00 AA 00 00 6E 1A 01 
4F0 00 00 AC 00 00 6E 1A 01 
4F0 00 00 AE 00 00 6E 1A 01 
4F0 00 00 B0 00 00 6E 1A 01 
4F0 00 00 B2 00 00 6E 1A 01 
STOPPED

>AT AR
OK

>AT CRA 581
OK

>AT MA
581 00 00 00 00 00 00 00 00 
STOPPED

>AT AR
OK

>AT CRA 200
OK

>AT MA
200 2B 80 2C 10 00 7B 3C D0 
200 2B 80 2C 10 00 BB 3C 10 
200 2B 80 2C 10 00 FB 3C 50 
200 2B 80 2C 10 00 3B 3C 90 
200 2B 80 2C 10 00 7B 3C D0 
200 2B 80 2C 10 00 BB 3C 10 
STOPPED

>AT AR
OK

>AT CRA 050
OK

>AT MA
050 00 82 00 00 
STOPPED

>AT AR
OK

>AT RV
14.0V
 
I have attempted to increase the timeout setting for the CAN protocol in the ELM327, hopefully this will increase the chance of the "09 02" to succeed after connecting bluetooth.
I have also added some missing guards in the "Advisor" and "DC-DC 12 V converter" pages, hopefully that can prevent them from crashing.

My own Kia Soul EV is currently awaiting a new 12V battery (the old one has died completely now), so I haven't been able to test these changes. If you feel up to trying yet another untested release; let me know your findings: https://elbil.spjeldager.dk/app-debug-v6.apk

The wiper state is reported in the 050 message (see https://docs.google.com/spreadsheets/d/1YYlZ-IcTQlz-LzaYkHO-7a4SFM8QYs2BGNXiSU5_EwI/), so if you log while playing around with the front wipers, you should see changes from the last soulspy.log you showed:
Code:
>AT CRA 050
OK

>AT MA
050 00 82 00 00 
STOPPED
 
Hi, this is the value but I might have done it wrong because because I started the wipers when I used washer fluid and not only the wipers

This is defaut value
>AT MA
050 00 82 00 00
STOPPED


Thaen when I pulls the washer this show up a few times
>AT MA
050 00 81 00 00
STOPPED


and then this value a few times
>AT MA
050 00 80 00 00
STOPPED


and then back to this one many times
>AT MA
050 00 81 00 00
STOPPED


and then back to this
>AT MA
050 00 82 00 00
STOPPED


I will do the test again tomorrow and only do one thing at a time

And...the app works great this time, no shutdown, info in all windows Tump Up :)
 
Lights seems to be detected ok

Code:
"VIN","ELM327.Voltage_V","system.scan_start_time_ms","system.scan_end_time_ms","route.time_s","route.lat_deg","route.lng_deg","route.elevation_m","route.speed_mps","car.speed_kph","car.odo_km","car.ambient_C","car.lights","car.wipers","ldc.is_enabled","ldc.out_DC_V","ldc.out_DC_A","ldc.temperature_C","range.estimate_km","range.estimate_for_climate_km","charging.power_kW","battery.is_charging","battery.SOC_display_pct","battery.SOC_pct","battery.SOC_decimal_pct","battery.SOC_precise_pct","battery.DC_V","battery.DC_current_A","battery.accumulative_operating_time_s","battery.accumulative_charge_power_kWh","battery.accumulative_discharge_power_kWh","battery.fan_feedback_signal","battery.inlet_temperature_C","battery.min_temperature_C","battery.max_temperature_C","battery.module_temperature0_C","battery.module_temperature1_C","battery.module_temperature2_C","battery.module_temperature3_C","battery.module_temperature4_C","battery.module_temperature5_C","battery.module_temperature6_C","battery.module_temperature7_C","battery.heat1_temperature_C","battery.heat2_temperature_C","battery.auxiliaryVoltage_V","battery.ChaDeMo_is_plugged","battery.J1772_is_plugged","battery.accumulative_charge_current_Ah","battery.accumulative_discharge_current_Ah","battery.airbag_hwire_duty","battery.available_charge_power_kW","battery.available_discharge_power_kW","battery.cell_voltage0_V","battery.cell_voltage100_V","battery.cell_voltage10_V","battery.cell_voltage11_V","battery.cell_voltage12_V","battery.cell_voltage13_V","battery.cell_voltage14_V","battery.cell_voltage15_V","battery.cell_voltage16_V","battery.cell_voltage17_V","battery.cell_voltage18_V","battery.cell_voltage19_V","battery.cell_voltage1_V","battery.cell_voltage20_V","battery.cell_voltage21_V","battery.cell_voltage22_V","battery.cell_voltage23_V","battery.cell_voltage24_V","battery.cell_voltage25_V","battery.cell_voltage26_V","battery.cell_voltage27_V","battery.cell_voltage28_V","battery.cell_voltage29_V","battery.cell_voltage2_V","battery.cell_voltage30_V","battery.cell_voltage31_V","battery.cell_voltage32_V","battery.cell_voltage33_V","battery.cell_voltage34_V","battery.cell_voltage35_V","battery.cell_voltage36_V","battery.cell_voltage37_V","battery.cell_voltage38_V","battery.cell_voltage39_V","battery.cell_voltage3_V","battery.cell_voltage40_V","battery.cell_voltage41_V","battery.cell_voltage42_V","battery.cell_voltage43_V","battery.cell_voltage44_V","battery.cell_voltage45_V","battery.cell_voltage46_V","battery.cell_voltage47_V","battery.cell_voltage48_V","battery.cell_voltage49_V","battery.cell_voltage4_V","battery.cell_voltage50_V","battery.cell_voltage51_V","battery.cell_voltage52_V","battery.cell_voltage53_V","battery.cell_voltage54_V","battery.cell_voltage55_V","battery.cell_voltage56_V","battery.cell_voltage57_V","battery.cell_voltage58_V","battery.cell_voltage59_V","battery.cell_voltage5_V","battery.cell_voltage60_V","battery.cell_voltage61_V","battery.cell_voltage62_V","battery.cell_voltage63_V","battery.cell_voltage64_V","battery.cell_voltage65_V","battery.cell_voltage66_V","battery.cell_voltage67_V","battery.cell_voltage68_V","battery.cell_voltage69_V","battery.cell_voltage6_V","battery.cell_voltage70_V","battery.cell_voltage71_V","battery.cell_voltage72_V","battery.cell_voltage73_V","battery.cell_voltage74_V","battery.cell_voltage75_V","battery.cell_voltage76_V","battery.cell_voltage77_V","battery.cell_voltage78_V","battery.cell_voltage79_V","battery.cell_voltage7_V","battery.cell_voltage80_V","battery.cell_voltage81_V","battery.cell_voltage82_V","battery.cell_voltage83_V","battery.cell_voltage84_V","battery.cell_voltage85_V","battery.cell_voltage86_V","battery.cell_voltage87_V","battery.cell_voltage88_V","battery.cell_voltage89_V","battery.cell_voltage8_V","battery.cell_voltage90_V","battery.cell_voltage91_V","battery.cell_voltage92_V","battery.cell_voltage93_V","battery.cell_voltage94_V","battery.cell_voltage95_V","battery.cell_voltage96_V","battery.cell_voltage97_V","battery.cell_voltage98_V","battery.cell_voltage99_V","battery.cell_voltage9_V","battery.drive_motor_speed_rpm","battery.fan_status","battery.max_cell_detoriation_n","battery.max_cell_detoriation_pct","battery.max_cell_voltage_V","battery.max_cell_voltage_n","battery.min_cell_detoriation_n","battery.min_cell_detoriation_pct","battery.min_cell_voltage_V","battery.min_cell_voltage_n","ldc.in_DC_V"
"KNAJX81EFJ70#####",14.0,1511380135676,1511380138653,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"ON","OFF",true,14.3,22,1,148,11.0,0.0,false,100.0,95.0,95.2,113.171875,408.3,18.900000000000002,2421713.0,1450.7,1404.4,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,14.0,false,false,3772.7000000000003,3757.7000000000003,80,22.7,90.0,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.08,4.0600000000000005,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.1,4.1,4.1,4.1,0.0,"FAN_STOP",0,0.0,4.08,27,0,0.0,4.0600000000000005,1,408
"KNAJX81EFJ70#####",14.0,1511380138682,1511380142254,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"PARKING","OFF",true,14.3,25,1,148,11.0,0.0,false,100.0,95.0,95.2,113.171875,410.5,10.0,2421716.0,1450.7,1404.4,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,14.0,false,false,3772.7000000000003,3757.7000000000003,75,22.7,90.0,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.1,4.1,4.1,4.1,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.1,1,410
"KNAJX81EFJ70#####",13.8,1511380142293,1511380145449,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"PARKING","OFF",true,13.9,17,1,148,11.0,0.0,false,100.0,95.0,95.2,113.171875,408.5,11.100000000000001,2421720.0,1450.7,1404.4,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,13.8,false,false,3772.7000000000003,3757.7000000000003,80,22.7,90.0,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,0.0,"FAN_STOP",0,0.0,4.08,12,0,0.0,4.08,1,408
"KNAJX81EFJ70#####",13.2,1511380145502,1511380148446,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"OFF","OFF",true,13.2,5,1,148,11.0,0.0,false,100.0,95.0,95.2,113.171875,410.3,4.0,2421723.0,1450.7,1404.4,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,13.100000000000001,false,false,3772.7000000000003,3757.7000000000003,80,22.7,90.0,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.1,1,408
"KNAJX81EFJ70#####",12.9,1511380148509,1511380151457,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"OFF","OFF",true,13.2,9,1,148,11.0,0.0,false,100.0,95.0,95.2,113.171875,410.3,4.1000000000000005,2421726.0,1450.7,1404.4,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,12.9,false,false,3772.7000000000003,3757.7000000000003,80,22.7,90.0,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.08,1,408
"KNAJX81EFJ70#####",12.9,1511380151525,1511380154448,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"OFF","OFF",true,13.2,13,0,148,11.0,0.0,false,100.0,95.0,95.2,113.171875,410.3,3.8000000000000003,2421729.0,1450.7,1404.4,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,12.9,false,false,3772.7000000000003,3757.7000000000003,80,22.7,90.0,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.08,4.0600000000000005,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.0600000000000005,4.08,4.08,4.08,4.08,4.08,4.0600000000000005,4.08,4.08,4.08,4.08,4.08,4.08,4.08,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.08,1,408
"KNAJX81EFJ70#####",13.0,1511380154532,1511380157854,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"PARKING","OFF",true,13.2,15,0,148,11.0,0.0,false,100.0,95.0,95.2,113.171875,408.0,18.6,2421732.0,1450.7,1404.4,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,12.9,false,false,3772.7000000000003,3757.7000000000003,80,22.7,90.0,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.0600000000000005,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.0600000000000005,4.08,4.08,4.08,4.08,4.08,4.08,4.0600000000000005,4.0600000000000005,4.0600000000000005,4.0600000000000005,4.0600000000000005,4.08,4.08,4.08,4.0600000000000005,4.0600000000000005,4.08,4.0600000000000005,4.0600000000000005,4.0600000000000005,4.0600000000000005,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.08,4.08,4.08,4.08,0.0,"FAN_STOP",0,0.0,4.08,12,0,0.0,4.0600000000000005,1,408
"KNAJX81EFJ70#####",12.9,1511380157939,1511380161088,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"PARKING","OFF",true,13.2,15,0,148,11.0,0.0,false,100.0,95.0,95.2,113.171875,408.70000000000005,13.700000000000001,2421735.0,1450.7,1404.4,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,12.9,false,false,3772.7000000000003,3757.7000000000003,80,22.7,90.0,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.08,4.08,4.08,4.08,4.0600000000000005,4.0600000000000005,4.0600000000000005,4.08,4.08,4.08,4.1,4.0600000000000005,4.0600000000000005,4.08,4.08,4.08,4.0600000000000005,4.0600000000000005,4.0600000000000005,4.0600000000000005,4.08,4.1,4.08,4.0600000000000005,4.0600000000000005,4.08,4.08,4.08,4.0600000000000005,4.08,4.0600000000000005,4.08,4.1,4.0600000000000005,4.08,4.0600000000000005,4.0600000000000005,4.08,4.0600000000000005,4.1,4.1,4.1,4.1,4.1,0.0,"FAN_STOP",0,0.0,4.08,12,0,0.0,4.08,1,410
"KNAJX81EFJ70#####",12.9,1511380201890,1511380205055,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"ON","OFF",true,13.2,25,-2,149,10.8,0.0,false,100.0,95.0,95.1,113.1640625,409.20000000000005,4.2,2421779.0,1450.7,1404.5,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,12.9,false,false,3772.7000000000003,3757.8,75,23.17,90.0,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.08,4.08,4.08,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,0.0,"FAN_STOP",0,0.0,4.08,12,0,0.0,4.08,1,410
"KNAJX81EFJ70#####",13.3,1511380205100,1511380208054,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"OFF","OFF",true,13.9,28,-2,149,10.8,0.0,false,100.0,95.0,95.1,113.1640625,410.1,5.300000000000001,2421782.0,1450.7,1404.5,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,13.4,false,false,3772.7000000000003,3757.8,80,23.17,90.0,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.08,4.08,4.08,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.08,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.08,4.08,4.08,4.08,4.08,4.08,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.08,1,410
"KNAJX81EFJ70#####",13.3,1511380208106,1511380211074,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"OFF","OFF",true,13.4,17,-3,149,10.8,0.0,false,100.0,95.0,95.1,113.1640625,410.1,4.9,2421785.0,1450.7,1404.5,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,13.3,false,false,3772.7000000000003,3757.8,80,23.17,90.0,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.08,4.08,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.08,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.08,4.08,4.08,4.08,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.08,1,410
"KNAJX81EFJ70#####",12.9,1511380211114,1511380214049,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"ON","OFF",true,13.2,15,-3,149,10.8,0.0,false,100.0,95.0,95.1,113.1640625,410.20000000000005,3.4000000000000004,2421788.0,1450.7,1404.5,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,12.9,false,false,3772.7000000000003,3757.8,80,23.17,90.0,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.08,1,410
"KNAJX81EFJ70#####",12.9,1511380214122,1511380217494,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"AUTOMATIC","OFF",true,13.4,27,-3,149,10.8,0.0,false,100.0,95.0,95.1,113.1640625,410.20000000000005,3.7,2421791.0,1450.7,1404.5,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,12.9,false,false,3772.7000000000003,3757.8,80,23.17,90.0,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.08,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.08,1,410
"KNAJX81EFJ70#####",13.6,1511380217537,1511380220648,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"ON","OFF",true,14.1,27,-3,149,10.8,0.0,false,100.0,95.0,95.1,113.1640625,410.1,3.9000000000000004,2421795.0,1450.7,1404.5,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,13.600000000000001,false,false,3772.7000000000003,3757.8,80,23.17,90.0,4.08,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.08,1,410
"KNAJX81EFJ70#####",14.0,1511380220742,1511380223649,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"ON","OFF",true,14.3,27,-3,149,10.8,0.0,false,99.5,95.0,95.1,113.046875,410.1,3.9000000000000004,2421798.0,1450.7,1404.5,0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,14.0,false,false,3772.7000000000003,3757.8,80,23.64,90.0,4.08,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.08,1,410
"KNAJX81EFJ70#####",13.2,1511380258760,1511380262075,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"PARKING","OFF",true,13.3,10,-3,148,11.0,0.0,false,99.5,95.0,95.1,113.19921875,410.20000000000005,3.5,2421836.0,1450.7,1404.5,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,13.200000000000001,false,false,3772.7000000000003,3757.9,80,23.64,90.0,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.08,1,410
"KNAJX81EFJ70#####",12.9,1511380262169,1511380265249,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"PARKING","OFF",true,13.2,12,-3,148,11.0,0.0,false,99.5,95.0,95.1,113.19921875,410.20000000000005,3.1,2421839.0,1450.7,1404.5,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,12.9,false,false,3772.7000000000003,3757.9,75,23.64,90.0,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.08,1,410
"KNAJX81EFJ70#####",12.9,1511380265279,1511380268246,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"OFF","OFF",true,13.2,13,-4,148,11.0,0.0,false,99.5,95.0,95.1,113.19921875,410.20000000000005,3.1,2421843.0,1450.7,1404.5,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,12.9,false,false,3772.7000000000003,3757.9,80,23.64,90.0,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.08,1,410
"KNAJX81EFJ70#####",12.9,1511380268294,1511380271260,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"OFF","OFF",true,13.2,15,-4,148,11.0,0.0,false,99.5,95.0,95.1,113.19921875,410.20000000000005,3.1,2421846.0,1450.7,1404.5,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,12.9,false,false,3772.7000000000003,3757.9,75,23.64,90.0,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.08,1,410
"KNAJX81EFJ70#####",12.9,1511380271300,1511380274460,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"PARKING","OFF",true,13.2,17,-4,148,11.0,0.0,false,99.5,95.0,95.1,113.19921875,410.20000000000005,3.1,2421849.0,1450.7,1404.5,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,12.9,false,false,3772.7000000000003,3757.9,80,23.64,90.0,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.08,1,410
"KNAJX81EFJ70#####",12.9,1511380274507,1511380277865,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"ON","OFF",true,13.3,27,-4,148,11.0,0.0,false,99.5,95.0,95.1,113.19921875,410.20000000000005,3.1,2421852.0,1450.7,1404.5,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,12.9,false,false,3772.7000000000003,3757.9,80,23.64,90.0,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.08,1,410
"KNAJX81EFJ70#####",13.5,1511380277920,1511380281063,1511285033000,59.74162833333333,10.03378,83.4,0.0,0.0,7238.0,0.0,"ON","OFF",true,14.0,30,-4,148,11.0,0.0,false,99.5,95.0,95.1,113.19921875,410.20000000000005,3.6,2421855.0,1450.7,1404.5,0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,13.5,false,false,3772.7000000000003,3757.9,80,23.64,90.0,4.08,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.08,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,4.1,0.0,"FAN_STOP",0,0.0,4.1,12,0,0.0,4.08,1,410
 
Ref. the wiper and washer it seems to be detected ok with INTER_0 and NORMAL but it does not detect when you pull for both wash and wiper together

INTER_0
>AT MA
050 00 82 02 00
STOPPED


NORMAL
>AT MA
050 00 82 01 00
STOPPED


When you pull the handle you see a few of these probably the washer, you get "water" before the wiper start
>AT MA
050 00 80 00 00
STOPPED


and then you see many of this one, probably the timed interval for the wiper
>AT MA
050 00 81 00 00
STOPPED


before it goes back to this one
>AT MA
050 00 82 00 00
STOPPED
 
Status
Not open for further replies.
Back
Top