Replacing an ME-ARC with an Arduino

Started by earl, December 11, 2019, 02:21:53 PM

Previous topic - Next topic

earl


If anyone is interested, I have documented how I am progressing in replacing an ME-ARC remote to monitor my Magnum Inverter with an Arduino and an RS485 IC (lowest cost possible).

https://microcontrollerelectronics.com/solar-power-system-monitoring-with-an-arduino/




ClassicCrazy

I don't have a Magnum but thanks for sharing - you sure do an excellent job of documenting a project !
I will pass this on to a friend who has Magnum .

Larry
system 1
Classic 150 , 5s3p  Kyocera 135watt , 12s Soneil 2v 540amp lead crystal for 24v pack , Outback 3524 inverter
system 2
 5s 135w Kyocero , 3s3p 270w Kyocera  to Classic 150 ,   8s Kyocera 225w to Hawkes Bay Jakiper 48v 15kwh LiFePO4 , Outback VFX 3648 inverter
system 3
KID / Brat portable

boB


This is pretty nice, Earl !

So, you don't just happen to live within commuting distance to MidNite Solar, do you ??   :) ;)

K7IQ 🌛  He/She/Me

earl

Ah, boB.. when are you opening an office here in Belize? :)

boB

Quote from: earl on December 12, 2019, 01:41:09 AM
Ah, boB.. when are you opening an office here in Belize? :)

Oh NO !  That would be a long commute !

;)
K7IQ 🌛  He/She/Me

mike90045

Quote from: boB on December 12, 2019, 03:56:27 PM
Quote from: earl on December 12, 2019, 01:41:09 AM
Ah, boB.. when are you opening an office here in Belize? :)

Oh NO !  That would be a long commute !

;)

But that's a business expense !
http://tinyurl.com/LMR-Solar

Classic 200| 2Kw PV, 160Voc | Grundfos 10 SO5-9 with 3 wire Franklin Electric motor (1/2hp 240V 1ph )| Listeroid 6/1, st5 gen head | XW6048 inverter/chgr | midnight ePanel & 4 SPDs | 48V, 800A NiFe battery bank | MS-TS-MPPT60 w/3Kw PV

WillEert

Merry Christmas Earle.

Thank You for this information and code. This is like a Christmas present for me. I have been studying Python Code samples that reads the Magnum equipment with the goal of converting it to Arduino C. I have not made much progress on this however so this code answers a lot of questions for me. The code compiles well and the hardware does not look that hard. I am modifying your code to accept an I2C 4X20 LCD that I prefer and also to use a standard RS 485 shield. I usually use the Mega so have lots of serial ports I can use without having use Soft Serial or worry about an extra wire for the LCD. Assuming I get this work in the next while I will post the code here.

A question? Did you ever try to send commands to the ARC?

Once again thank you.

Will
(1)24 ET 185 mono, Classic 150,8x Surrette 6CS25p, 4x Magnum 4448, homecooked diversion system;(2)15 Heliene 330 mono,Classic 150;(3)2X6 Hansol345mono, 2 stand alone Hotspot ACDC12C Minisplit heat pumps.(4)15 Hanwha Q cell 400 1/2 cell, Classic 200: (5)1X6 HanwhaQcell 400 1 Hotspot minisplit ACDC18C

earl

Hi,

I have not yet tried to send anything to the inverter but plan on trying that. I had to have a means of doing that (keypad? did not like that idea) so I added/changed a few things from the original circuit.

I have an updated version and document it here.

https://microcontrollerelectronics.com/updated_solar_power_system_monitoring/

this has an OLED instead of an LCD and has an ESP8266 for accessing it wirelessly via a web interface. Also I switched to an STM32F103C8T6 so there are more serial ports (and it outputs 3 volts which i needed for the ESP8266)

Now with the WEB interface, I can get the commands via a browser and try sending something to the inverter.. at least off / on...

Earl