Die start.sh (alt) sieht wie folgt aus: ./solarview-fb -nodatexport -nocsvexport -i 192.168.178.222 -p 1024 -c 1 -a 1.0 -w 4500 ./busybox httpd -p 88 -h homepage ./smp -h 198.168.178.222 -p 1024 -d 2 -t 5 -c 1 -f smp.log -l 5000 # Vorschlag neu: Die start.sh (neu) sieht wie folgt aus: ./solarview-fb -nodatexport -nocsvexport -i 127.0.0.1 -p 5000 -c 1 -a 1.0 -w 4500 ./busybox httpd -p 88 -h homepage ./smp -h 198.168.178.222 -p 4660 -d 2 -t 5 -c 1 -f smp.log -l 5000 Hallo gurke13, schrittweise würde ich folgendermaßen vorgehen: FritzBox: - aktuelle Firmware aufspielen - DHCP-Server, entweder Konverter bekommt per DHCP eine IP zugewiesen, dann kannst du diese in der FB festnageln, bleibt also auch weiterhin unverändert, aber in Startroutine anpassen - IP-Adresse als statisch im Konverter vergeben, muss dann aber außerhalb des von der FB verwalteten DHCP-Bereiches liegen IP2Seriell-Konverter: - Network Speed auf 10Mbit fest einstellen (probeweise) - Socket Ports alle gleich - TCP-Server Mod auf serieller Seite (bei mir) - Packet Mode probieren - Report Device ID aus - Destination IP 0.0.0.0 Aber du hast schon die volle Anzeige von Solarview, nur ohne Kurven? Berichte mal über Erfolge! # sh ./start.sh Starte SolarView@Fritzbox V 2.04 Parameter: -i 127.0.0.1 -p 5000 -c 1 -a 1.0 -w 5000 ********************************************************** * SolarMax Proxy ( smp V0.21 2010-04-24 by acv ) * ********************************************************** watching 1 SUNWAYS at 198.168.178.222:4660 commandport: 5000 (debug=0,timeout=1s) (verkürzte Ausgabe) ./solarview-fb -i 127.0.0.1 -p 11200 -c 2 -a 1.0 ./busybox httpd -p 88 -h homepage ./smp 192.168.178.31 3497 2 11200 & Das sieht bei mir folgendermaßen aus (angepasst auf Deine Werte): ./smp -h 192.168.178.31 -p 3497 -c 2 -l 11200 <-- hier Buchstabe 'ell' :wink: /solarview-fb -i 127.0.0.1 -p 11200 -c 1 -a 1.0 -w 4100 ./busybox httpd -p 88 -h homepage ./smp -h 192.168.2.10 -d -p 10000 -c 1 -l 11200 -f /var/log/smp.log Hier noch mal meine Hinweise zum compilieren der Bibliothek bzw. des smp Moduls: - simple sockets library herunterladen und irgendwohin auf dem Raspberry Pi entpacken - angehängten patch herunterladen und in dasselbe Verzeichnis entpacken - mit 'make all' die Bibliothek compilieren - ein 'make clean' räumt (nach wegsichern der simpleskts.a) wieder auf. Ich habe die simpleskts.a in simpleskts-rpi.a umbenannt und hier angehängt. Danach funktioniert auch ein compilieren des smp Proxys. * v0.22 - by Peter Mühlbeyer * Program new structured, comments inserted, start options corrected, * NT protocol added partly in sw_func.c, replaced pin by pp (peak power), * added time for debugging after CheckCommand, renamed general.h to smp.h, * modified simulation mode w/ parabolic power/energy distribution and * reset of day's energy /kdy) after midnight, * changed some function's names (setInverterTime, getInverterValues, * sm_CheckCommand, sm_PrepareAnswer), moved comm_request to sw_func.c * and renamed to sw_commRequest. habe im Quelltext gefunden, dass die angegebene Zeile immer geloggt wird, anbei ein (für Raspberry Pi compiliertes) Binary, dass die Zeile nur loggt, wenn der Parameter debug gesetzt ist. Danke für den Hinweis. Das mit Deinem Workaround funktioniert, ist aber nicht Sinn der Sache. v0.22 - by Peter Mühlbeyer * Program new structured, comments inserted, start options corrected, * NT protocol added partly in sw_func.c, replaced pin by pp (peak power), * added time for debugging after CheckCommand, renamed general.h to smp.h, * modified simulation mode w/ parabolic power/energy distribution and * reset of day's energy /kdy) after midnight, * changed some function's names (sm_setInverterTime, sm_getInverterValues, * sm_CheckCommand, sm_PrepareAnswer), moved comm_request to sw_func.c * and renamed to sw_commRequest. Moved function prototypes from smp.c to * smp.h, added __DATE__ for date of compilation, at the end of sw_commRequest * implemented only logging of "bytes processed" if debug set. (9600, pariity 0, bit 8, flow control 0) 9600 Baud, 8 Bit, No Parity, 1 Stopbit