https://www.outbackpower.com/downloads/documents/charge_controllers/flexmax_6080/owner_manual.pdf
Most of the protocol and interface adapter information came from here.
https://github.com/jorticus/pymate
That software was written in Python so I re-implemented it using XC8 for the PIC18 series of controllers so I can pull important system data for logging to the local system without the expensive and limited Outback MATE remote display that has an ASCII port.
https://www.outbackpower.com/downlo...ment/mate/mate_serial_communicationsguide.pdf

A example data capture from the prototype.

You can see the MPPT moving the panel operating voltage to increase panel power as the sunsets.
The new monitoring system will use the original front-end board from another solar 24VDC monitor project and a newly designed PIC18F47Q84 processing board.

https://forum.allaboutcircuits.com/...c-controlled-battery-array.32879/post-1460084
They use a 9N1 proprietary interface protocol that's been reversed engineered several times.The FLEXmax Charge Controllers use continuous Maximum Power Point Tracking (MPPT), which seeks out the maximum power available from a PV array and uses it to recharge the batteries. Without this feature, the PV array does not operate at the ideal voltage and can only operate at the level of the battery voltage itself. (See page 97 for a description of MPPT.) Each charge controller continuously tracks the array’s maximum operating power.
Most of the protocol and interface adapter information came from here.
https://github.com/jorticus/pymate
That software was written in Python so I re-implemented it using XC8 for the PIC18 series of controllers so I can pull important system data for logging to the local system without the expensive and limited Outback MATE remote display that has an ASCII port.
https://www.outbackpower.com/downlo...ment/mate/mate_serial_communicationsguide.pdf
By connecting directly to the CC I have complete control and access to the device.The Mate controller is designed to report status and control the operating modes of OutBack Power Systems power conversion equipment. The Mate communicates with OutBack products through a proprietary serial communication link, and receives pre defined status pages from whatever type of OutBack product it is connected to. The Mate is also capable of issuing commands to OutBack products. At this point, commands are limited to controlling an FX inverter. The Mate can be directly connected to a single OutBack device, or to multiple devices using an OutBack HUB.

A example data capture from the prototype.

You can see the MPPT moving the panel operating voltage to increase panel power as the sunsets.
The new monitoring system will use the original front-end board from another solar 24VDC monitor project and a newly designed PIC18F47Q84 processing board.

https://forum.allaboutcircuits.com/...c-controlled-battery-array.32879/post-1460084
Attachments
-
37.8 KB Views: 4
-
42.1 KB Views: 3
Last edited: