Page 12 of 12

Re: how to add APSystems ECU-3 solar inverter monitor

Posted: Monday 16 June 2025 22:33
by FireWizard
Hello @lsp242.

As it is about 5 to 6 years ago, that I created this flow with web-scraping for APSystems ECU-3 micro-inverters, there is a reasonable change, that there has been software updates since then. I do not have my original flow anymore, although I would be able to fetch the latest version from this thread. As you can see, @Benneton modified the flow for Home Assistant. So therefore I asked:
As I do not have that flow anymore (I think) can you send me your flow?
In this case I can advise you, where to connect "Debug" nodes, in order to find a possible cause of the failure.

Regards

Re: how to add APSystems ECU-3 solar inverter monitor

Posted: Tuesday 17 June 2025 10:03
by Benneton
Hi Firewizard,

I did only change the output part of the flow, did not change anything on the scraping part.
No changes to the software of the ECU-3, still version 4.1, I have not seen a newer version.

I have attached the last version I worked with in Domoticz. Replaced the IP addresses by 192.168.xxx.xxx and replaced the inverter ID by "your_inverter_id".

So to make it work this will need to be adjusted for the first 2 IP address to the IP of your ECU-3 and the third (last) IP address to your MQTT broker.
Next to this you will need to update your_inverter_id to the ID's you use.
Forgot to mention:
The IDX ID's will need to be updated to what you use.


As I only have 12 panels/6 inverters this flow will there fore only scrape 6 inverters!


Hope this helps.
Domoticz_AP_Systems_flows.rar
Node_Red_Flow
(2.3 KiB) Downloaded 206 times
Update (19/06/2025): added IDX info

Re: how to add APSystems ECU-3 solar inverter monitor

Posted: Saturday 29 November 2025 12:23
by lsp242
FireWizard wrote: Monday 16 June 2025 22:33 Hello @lsp242.

As it is about 5 to 6 years ago, that I created this flow with web-scraping for APSystems ECU-3 micro-inverters, there is a reasonable change, that there has been software updates since then. I do not have my original flow anymore, although I would be able to fetch the latest version from this thread. As you can see, @Benneton modified the flow for Home Assistant. So therefore I asked:
As I do not have that flow anymore (I think) can you send me your flow?
In this case I can advise you, where to connect "Debug" nodes, in order to find a possible cause of the failure.

Regards
hi can you check my Json from node red? I copied the jason in a tekst file @FireWizard

Re: how to add APSystems ECU-3 solar inverter monitor

Posted: Sunday 30 November 2025 15:02
by FireWizard
Hello @lsp242,

You wrote:
hi can you check my Json from node red? I copied the jason in a tekst file
I tried to load your txt file as a json file in my test system.
However the json file is invalid, so I cannot use it.

Can you re-transmit the file as a json file (and not a txt file)
Use the export function in Node RED.

And explain also what the issue is with your flow.

Regards

Re: how to add APSystems ECU-3 solar inverter monitor

Posted: Monday 01 December 2025 20:24
by lsp242
I can't add a Json file on the platform.. shows the file grayed out on my macbook

Re: how to add APSystems ECU-3 solar inverter monitor

Posted: Monday 01 December 2025 22:15
by FireWizard
Hi @lsp242,

In this case, I suggest to export the flow as a json file to the clipboard.
Paste then the clipboard contents on this forum, between </>, like

Code: Select all

Paste your code here
Regards