nebgor / sma-bluetooth

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

USB Sniff results - SB3000 HF30 #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have attached the USB sniff results from my SB3000 HF30 and would be grateful 
for some detail on where to identify the inverter code and archive code values 
to provide support for this device. (first file XML output, 2nd SnoopyPro 
format).

Many thanks in advance for help -

Simon

Original issue reported on code.google.com by simon.t....@googlemail.com on 22 Apr 2011 at 7:23

Attachments:

GoogleCodeExporter commented 8 years ago
Try version 0.12 I've included data from your sniff

Original comment by stephenb...@gmail.com on 1 May 2011 at 9:22

GoogleCodeExporter commented 8 years ago
OK got great output from slug (running debian) - many thanks for this.

I can't compile on main computer though - Fedora 14 x64
get
"smatool.c: In function ‘main’:
smatool.c:1966:87: warning: comparison between pointer and integer
/usr/bin/ld: cannot find -lmysqlclient
collect2: ld returned 1 exit status"

I have installed mysql-devel and stumped by this one.

Original comment by simon.t....@googlemail.com on 2 May 2011 at 9:13

GoogleCodeExporter commented 8 years ago
IIRC :
$ gcc -L/usr/lib/mysql -lbluetooth -lcurl -lmysqlclient -g -o smatool smatool.c

The "-L/usr/lib/mysql" is important here.

Original comment by Didier.M...@gmail.com on 3 May 2011 at 9:20

GoogleCodeExporter commented 8 years ago
SMA-tool connection resolved for this inverter -- many thanks

Original comment by simon.t....@googlemail.com on 18 May 2011 at 10:49

GoogleCodeExporter commented 8 years ago
I have a 2000HF30 and 2500HF30 and they also work when setting the script for 
the 3000.

Original comment by Blokker.1999@gmail.com on 24 Aug 2011 at 5:29

GoogleCodeExporter commented 8 years ago

Original comment by stephenb...@gmail.com on 27 Nov 2011 at 5:05