Replies: 6 comments 10 replies
-
some inverters have commands for this information - what inverter model are you using |
Beta Was this translation helpful? Give feedback.
-
You could try with the PI30MAX protocol for the QED command
…On Fri, 29 Oct 2021, 5:45 am shanrahul, ***@***.***> wrote:
I'm using Easun
<https://www.easunpower.com/products/EASUN-POWER-Bluetooth-Inverter-3000W-500Vdc-PV-230Vac-24Vdc-80A-MPPT-Solar-Charger-Support-Mobile-Monitoring-USB-LCD-Control>
SMV3kw inverter and I had an option to see the generated energy stats in
the display of the inverter. My inverter is using the PI30 protocol and i
refer the document you attached here , "PI30_PIP-GK_MK-Protocol.pdf" ,
there it says like this,
1.15 QED: Inquiry total energy in the day
Computer: QED
Y is an Integer number 0 to 9, M is an Integer number 0 to 9, D is an
Integer number 0 to 9. nnn is the checksum for QEDYYYYMMDD and the decimal
number
towards lower 8 digits.
Device: (NNNNNN.
N is an Integer number 0 to 9. The unit is Wh.
For example:
Computer:QED20110701102
Device: (030123
Means: in 2010/09/26, the total energy is: 30123Wh
So is there any way to use this in the code ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#176 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVKNVZ6AQOQ2RLNZYAC6LUJF4Y5ANCNFSM5G2WXAPQ>
.
|
Beta Was this translation helpful? Give feedback.
-
I'm using the "ET" query under Protocol 18 for this on an LVX6048 which provides a value that should be an accumulator for total energy generated
However, while the number generally increases over time (as a meter/accumulator) should, sometimes it randomly shrinks between readings for reasons I can't explain. I don't believe the issue is inside mpp-solar because I would see sudden decreases in the value using the app as well. Anybody else experience these inverters suddenly reducing the metered energy generation? Find any fixes (settings, etc?)? this value seems reasonable until it randomly decreases over 100, or even over 1000 KWH between reads
|
Beta Was this translation helpful? Give feedback.
-
Yes. I saw it. It should be almost the same for all. |
Beta Was this translation helpful? Give feedback.
-
if you wait a few days I will make the changes
otherwise, a separate python venv is best start
…On Mon, 27 Mar 2023 at 15:30, wolf76man ***@***.***> wrote:
Yes. I saw it. It should be almost the same for all.
I am fluent in java. But i couldn't find a way to read the inverter USB. I
have code in x86 that work ok. But on arm is not working..
Ill set a python env to do some test before attempt this. I want to
understand how is the best way to go.
Thank John
—
Reply to this email directly, view it on GitHub
<#176 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVKNTQRTROFQHKAY3HSC3W6D3TVANCNFSM5G2WXAPQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Great to hear. Just documenting what you've done is a great help (docs
always get left behind)
…On Sun, 2 Apr 2023, 10:29 am wolf76man, ***@***.***> wrote:
Made it work with poetry.
If i add something to the code ill share with you.
Thanks.
—
Reply to this email directly, view it on GitHub
<#176 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVKNSAUZIP2KU74EJMLATW7CT3NANCNFSM5G2WXAPQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi , Is there any way to get the solar generated energy by day, month and year?
Beta Was this translation helpful? Give feedback.
All reactions