nmpinhole / sma-bluetooth

Automatically exported from code.google.com/p/sma-bluetooth
0 stars 0 forks source link

Inverter Codes for SB3000HF-30 and SB2500HF #82

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I got a system with 2xSB3000HF-30 and 1xSB2500HF.
All are NETID2.

Can you please provide me the codes to add the inverters.
Trace file attached

Thank you in advance

Original issue reported on code.google.com by wb...@telenet.be on 1 Jun 2012 at 7:20

Attachments:

GoogleCodeExporter commented 8 years ago
Try this:

Inverter SB3000HF30
Code1   0x8d
Code2   0xe5
Code3   0x51
Code4   0x36
InvCode 0x63

Original comment by janus44...@gmail.com on 1 Jun 2012 at 9:09

GoogleCodeExporter commented 8 years ago
Because I have 3 inverters all set to teh same net ID, the above won't work.
I'm doing a trace now and working my way trough the code to come up with the 
correct values.

Here's already the init part (addr=inverter1 (SB2500), addr2=own bluetooth mac, 
addr3=inverter2(sb3000hf-30), addr4=inverter3(sb3000hf-30)

R 7E 1F 00 61 $ADDR 00 00 00 00 00 00 02 00 00 04 70 00 02 $END;
E $INVCODE $END;
S 7E 1F 00 61 00 00 00 00 00 00 $ADDR 02 00 00 04 70 00 $INVCODE 00 00 00 00 01 
00 00 00 $END;
S 7E 1F 00 61 00 00 00 00 00 00 $ADDR 02 00 00 04 70 00 $INVCODE 00 00 00 00 01 
00 00 00 $END;
R 7E 1F 00 61 $ADDR 00 00 00 00 00 00 0A 00 $ADDR3 02 $ADDR2 $END;
R 7E 14 00 6A $ADDR 00 00 00 00 00 00 0C 00 02 00 $END;
R 7E 1A 00 64 $ADDR 00 00 00 00 00 00 05 00 $ADDR 01 01 $END;
R 7E 30 00 4E $ADDR4 00 00 00 00 00 00 01 10 $ADDR 00 00 $END;
S 7E 14 00 6A $ADDR2 $ADDR 03 00 05 00 $END;
S 7E 14 00 6A $ADDR2 $ADDR 03 00 05 00 $END;
R 7E 18 00 66 $ADDR $ADDR2 04 00 05 00 00 00 C0 A1 $END;
R 7E 2A 00 54 $ADDR3 00 00 00 00 00 00 05 00 $ADDR3 01 01 $ADDR4 01 01 $ADDR 01 
01 $END;
R 7E 12 00 6C $ADDR3 00 00 00 00 00 00 06 00 $END;
S 7E 14 00 6A $ADDR2 $ADDR 03 00 05 00 $END;
S 7E 14 00 6A $ADDR2 $ADDR 03 00 05 00 $END;
R 7E 30 00 4E $ADDR3 00 00 00 00 00 00 01 10 $ADDR4 00 00 $END;
R 7E 1A 00 64 $ADDR3 00 00 00 00 00 00 05 00 $ADDR2 03 01 $END;
R 7E 18 00 66 $ADDR $ADDR2 04 00 05 00 00 00 $END;
S 7E 14 00 6A $ADDR2 $ADDR 03 00 05 00 $END;
S 7E 14 00 6A $ADDR2 $ADDR 03 00 05 00 $END;
R 7E 18 00 66 $ADDR $ADDR2 04 00 05 00 00 00 $END;

I'll be working more during the week and update regulary.

Regards,

Wouter

Original comment by wb...@telenet.be on 2 Jun 2012 at 10:30