Replies: 11 comments 8 replies
-
Probably you have seen this post, about the Power Used: But I assume you also want to know the battery in/out? So you can compute the self consumption? batteryPower= round(inverter_detail['batteryPower'] * 1000) And there is also bypassLoadPower. Just play around, to see if you can come up with the computation to get the above figures. |
Beta Was this translation helpful? Give feedback.
-
Also not the bypassLoadPower? |
Beta Was this translation helpful? Give feedback.
-
Maybe make a screenshot as before and at the same time run the adapted script to see the values: Add after line 248, just before "if SEND_TO_PVOUTPUT": Maybe we can figure out the pieces of the puzzle. |
Beta Was this translation helpful? Give feedback.
-
Ah, ok. Then let's try to just dump all inverter_detail values. [code] And also make a screenshot at the same time you dump the inverter_details. |
Beta Was this translation helpful? Give feedback.
-
Thanks, apparently the documentation of the API is wrong, it should be psum, without capital S.
|
Beta Was this translation helpful? Give feedback.
-
Yeah, I did wrongly reverse the values, solar is 2.122 and battery is 1.79. |
Beta Was this translation helpful? Give feedback.
-
think I got it.. |
Beta Was this translation helpful? Give feedback.
-
As stated in my previous post, battery and grid can be negative, so: home usage = grid + battery + solar |
Beta Was this translation helpful? Give feedback.
-
I am not sure if the grid value is psum or if this is familyLoadPower. |
Beta Was this translation helpful? Give feedback.
-
@cajsoft I am still puzzled about familyLoadPower. I asked here about the familyLoadPower:
This does not match with your example, where familyLoadPower is:
This does not match with your values, at least I do not see it. |
Beta Was this translation helpful? Give feedback.
-
@cajsoft the new version should now support your use case using configuration. Maybe you can test if this is working for you? Especially because I do not have a solis monitoring solution installation. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'd like to get the self consumption figure from the API but cant seem to find the correct one. I have solis hybrid inverter.
I tried [oneSelf] but it doesnt match the figure in the image below.
thanks
Craig.
Beta Was this translation helpful? Give feedback.
All reactions