Alright, I had to log into my other account to be able to post more than 2 links.
Picture is blurry, any chance you can upload a better copy? I can tell you where you need to land the communication wires.
Also, since you have the easygen 2000 controller panel you already 75% there, refer to this document, starting on page 47, which talks about the easygen 2000 modbus capability.
which also has the easygen 2000 modbus points, and look at the address table for the generator on page 77, look at all the points you can pickup via modbus communications. Also on Page 10 of the manual it explains what type of interfaces you need to connect to what device. IF you have the Easygen 2000 then you wull need a RS232 to a TCP converter, if you have the easygen 2500 then you can use RS485 to TCP converter.
Here is what you will need to accomplish this. Hardware/Software Required.
- Raspberry PI 3
- EmonCMS image file, burn this image to the sd-card of the raspberry pi.
- MODBUS RS485 to TCP Converter, which converts the 2-wire serial interface to be used over TCP/IP connection
I recommend this one, Modbus RS485 Adapter - NET485-MB – Grid Connect
or something similar, but it has to convert Modbus RS485 to TCP, maybe a google search in your area can shed some light on where to purchase this.
Grab a raspberry PI3, and download the emoncms raspberry pi image, which has “NODE-RED” installed by default, which has the which will poll the generator for the modbus points, and then you can use node-red to send the information to emoncms via the JSON API.
emonCMS Raspberry PI Image: emonSD pre built SD card Download & Change Log · openenergymonitor/emonpi Wiki · GitHub
After you download and burn the SD card image from the link above, you will have node-red access.
Then you will need to install this
node-red modbus TCP: node-red-contrib-modbustcp (node) - Node-RED
which you can use node-red to poll the genset modbus points, then use JSON API from emon CMS to publish the data to emonCMS for logging and trending.
How familiar are you with JSON?
I know this looks complicated, but it is not, and very easy.
Let me ask you this, what is this generator for? a big company? server farm? to be able to output 1MW means big power, reason I ask is if this is for a building, do you have a building automation system? perhaps a JACE, which then you can do away with the hardware and software above, and purchase the modbus license and its much easier then.