nebgor / sma-bluetooth

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

Inverter codes for the 3000HF are not correct (form me) #73

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. setting the Inverter setting to 3000HF in the smatool.conf 
2. running smatool
3.

What is the expected output? What do you see instead?
Power information from my inverter

What version of the product are you using? On what operating system?
sma-bluetooth-0.17b
Linux raspberrypi 3.1.9+ #84 Fri Apr 13 12:27:52 BST 2012 armv6l GNU/Linux

Please provide any additional information below.
I found the correct codes by sniffing USB communication on a Windows machine.

The codes are:
Inverter        3000HF
Code1           0x74
Code2           0xbc
Code3           0xdb
Code4           0x37
InvCode         0x83

Original issue reported on code.google.com by hubert.h...@gmail.com on 30 Apr 2012 at 9:28

GoogleCodeExporter commented 8 years ago
The new codes are only valid if you use the latest firmware (my inverter was 
sold with this firmware already installed).

SB3000HF
Pkg23006R
KP23002R
HP23005R

Maybe you can add like:
Inverter        3000HF23
Code1           0x74
Code2           0xbc
Code3           0xdb
Code4           0x37
InvCode         0x83

Thanks!

Original comment by hubert.h...@gmail.com on 11 Jun 2012 at 2:04