I imagine not too hard if you have experience in C++ and the TCP stack. It would take adding a layer of abstraction in the Comm class, allowing for different implementations (serial and network) based upon a command line option. The network version would need to work out connection management and implement readBytes() and writeBytes().
Thanks! That is nice to hear. Our home system has been collecting data every 5 minutes during the daytime, for the past eight years or so.
Personally, I have only tested one actual system; mine: $ ./fslurp -r system Time...
It feels like you may be having reliability problems on the serial line. What happens...
Seems like you don't have a full C++ compiler installation. Does the following compile...
Seems like you don't have a full C++ compiler installation. Does the following compile...
Doing a make in the source directory builds fslurp and also the simulator targets....
I don't have a collection of binaries for fslurp. Users have all built their own...
The RS232 interface on the Fronius Interface Card Easy does not have hardware flow...
Google for "Fronius Interface Card Easy". I've got no clue about adding code to DD-WRT,...
fslurp talks to a serial port. There are examples on the web of people using an RS232/USB...
The link still loads a pdf file for me, albeit very slowly, it is large. Chrome on...
Well, I don't really know. I have support in fslurp for the RS422 interface, but...
Well, I don't really know. I have support in fslurp for the RS422 interface, but...
It depends upon your inverter type(s). Run the following command to see the header...
The data from the inverter is a 16 bit number and an exponent. The formatting for...
fslurp supports reporting in a CVS style output, so a bridge script should be easy....
Adds support for inverters connected via an RS-422 interface.