diy solar

diy solar

Victor Max 10.2 Kw rs-232 protocol

elproko

New Member
Joined
Apr 7, 2024
Messages
3
Location
PL
I did search here (and uncle Google) but with no luck...

I try to search for rs-232 protocol for this inverter. I successfully sniffed traffic between wifi dongle and inverter but I cannot find anything about data I received.

Maybe You discover something from it?

Partially it seems like modbus (05 at the beginning is my inverter's ID)

It is 2400 baud only, 8, N, 1:
from dongle to inverter:


Code:
14:11:20.038 | 95 C5 85 FE E5 22 14 5B FB 95 FF

14:11:30.591 | 0D 0A 

14:11:31.856 | 05 03 11 D3 00 02 31 4A

14:16:47.999 | 05 03 11 D3 00 02 31 4A

14:23:22.954 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
14:23:22.954 | 80

14:23:23.505 | 95 C5 85 FE E5 22 95 1A FC D4 FF

14:23:32.774 | 0D 0A

14:23:34.172 | 05 03 11 D3 00 02 31 4A   (4563)

14:23:34.857 | 05 03 11 95 00 2D 91 43   (4501)

14:23:35.866 | 05 03 11 C2 00 10 E1 42   (4546)

14:23:36.642 | 05 03 11 D3 00 02 31 4A

(in parentheses there are decimal modbus register numbers I recalculated)

And responses from inverter:

Code:
14:25:24.020 | 05 03 04 2D 0C 37 05 A0 AF  (1069)

14:25:24.699 | 05 03 5A 04 00 5D 09 F5 01 60 0C 6A 06 33 02 64 00 00 00 00 00 5D 09 F5 01 5E 03 35 02 08 00 08 00 00 00 B8   (23044)
               01 DF 1E 00 00 02 00 D8 27 D8 27 E6 00 2C 00 E0 01 E6 00 F4 01 2C 00 00 00 00 00 9F 15 9F 15 9F 15 37 00 7D

14:25:25.011 | 01 02 00 01 00 01 00 02 00 00 00 64 00 E6 00 0A 00 A4 01 1C 02 60 AE

14:30:38.314 | 05 03 04 F4 0B B6 07 CB A3         (1268)
               05 03 5A 04 00 99 09 F4 01 0C 0D   (23044)

14:30:39.066 | 3F 09 31 02 5F 00 00 00 00 00 99 09 F4 01 2A 03 7B 02 07 00 07 00 00 00 B8 01 DF 1E 00 00 02 00 D8 27 D8 27 E6 00 2C 00 E0 01
               E6 00 F4 01 2C 00 00 00 00 00 9F 15 9F 15 9F 15 37 00 7D 01 02 00 01 00 01 00 02 00 00 00 64 00 E6 00 0A 00 A4 01 1C 02 36 1E

14:30:40.004 | 05 03 20 38 02 1C 02 9A 01 4A 02 3C 00 78 00 1E 00 66 15 02 00 0D 00 0D 00 2A 00 BD 0F 01 00 0D 00 01 00 F4 D9  (8248)

14:30:40.787 | 05 03 04 FA 0B BA 07 CC 4B  (1274)

14:35:39.745 | 05 03 5A 04 00 76 09 F3 01 D7 0C 7C 08 31 02 5F 00 00 00 00 00 76 09 F3 01 D3 04 5A 04 0C 00 0C 00 00 00 B8 01 DF 1E 00 00 02 00 D8 27 D8 27 E6
               00 2C 00 E0 01 E6 00 F4 01 2C 00 00 00 00 00 9F 15 9F 15 9F 15 37 00 7D 01 02 00 01 00 01 00 02 00 00 00 64 00 E6 00 0A 00 A4 01 1C 02 3A 4B


First field is time stamp.
Note: queries and responses have different timestamps as I could only sniff one side at a time.
So these are two separate "sessions" initiated by powering up the WIFI dongle each time

Any help here?
 
Attached timely synchronised traffic (sniffed two ways) showing events after attaching wifi dongle. (dongle_turn_on.txt)

Also former de-synchronised files.
 

Attachments

  • dongle_turn_on.txt
    11.7 KB · Views: 2
  • Sent_by_dongle.txt
    10.7 KB · Views: 1
  • Sent_by_inverter.txt
    9.8 KB · Views: 4
Back
Top