Help with addressing multiple inverters by esp32 and RS485... Current status of this project including/regarding new production hardware? #190
Unanswered
garylankford8
asked this question in
Q&A
Replies: 1 comment 3 replies
-
First of all: Which Soyosource model do you own exactly? The one with a display or a WiFi dongle? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just bought two of these inverters on AlliExpress after finding this project... If I had read more deeply, I would have known about the later production "silent" inverters and probably not bought them, lol!
The two I bought came with wifi dongles and limiters. If I could have found any that came with screens and wifi, I would have bought them; kinda sorry I gave up screen for wifi, but I was thinking home assistant...
I put together an esp32 with 2 RS485-ttl modules using the 'esp32 multiple inverter example' code and get the error (same as if the modbus plug isn't plugged in), obviously no communication.
[09:24:00][W][soyosource_inverter:113]: 'gtn_vm_l1': The inverter didn't respond to the last 15 status requests
Is there a path to addressing 'silent' inverters, not explored before?
More about my situation. I have a 9kw micro-inverter and grid-tied ground mount array and net metering. These panels are all arrayed due south and have a fairly open horizon, but do lose some sun late in the day. I also have a Magnum MS4448pae off-grid inverter and 3x SOK 100A 48V batteries that I switch on to at night, but are really intended for emergency/SHTF.
A separate system is 1200W PV charging a 60V 100Ah lead acid (LA) battery set through an Outback Power FLEXMax60, that I use to run my 48V well pump 15min twice a day... These panels can be rotated manually from due south to due west. There is a fair amount of potential power being wasted there...
My main purpose/use for these inverters is to tap that wasted power, making power from those LA batteries available to my grid (gtn battery mode), particularly by extending and increasing power production later in the day. That does not really require any limiter, virtual or physical, since I am grid tied, but I did like the idea of home assistant integration for monitoring battery and inverter parameters. The split phase line feeding the well house already has power monitoring as does my main (Emporia Vue 2 on esphome local custom firmware) which I configured to pos/neg. I also thought the limiter control might help with managing my AC coupled system off-grid later on.
First step was to get this project working... As you know, syssi, I'm not the brightest bulb, but I can follow instructions. Any help?
Beta Was this translation helpful? Give feedback.
All reactions