-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Power Used always at 250W #15
Comments
I misuse this "Power Used" PVOutput field for showing the AC voltage. So it is not Watt, but Voltage. The AC Voltage is important, because when it is too high, the Solis converter will switch off (At least in the Netherlands, I believe around the 254 Volt). If that is the same for you, than you are close with 250 Volt to the limit before the Solis converter switches off. But maybe for your region settings, this is different. I tried to explain in the README:
|
Ah thats the same for us here to in Aus. Is there a build where I can display the actual power consumed tho? Rather than the voltage? Me and a friend like to compare our solar each day but its saying my usage is really low each day. Im happy to edit the cfg file with the needed fixes, I just dont know the actual output of the API data. |
The Solis inverter does not have information about your "Power Used" AFAIK. Or do you have also battery storage attached and you have a Solis Hybrid Inverter? Anyway, currently there is no option in the script for getting "Power Used". How does your friend measure Power Used? And what inverter does he have? Or is it a another device which measure the Power Used and the combination is send to PVOutput? |
He has a different inverter that can send directly to PVoutput im pretty sure. He doesnt use Solis. My Solis Cloud app tells me my energy consumed from both the panels and what it also imports from the grid when the panels aren't generating power. |
Ah, thanks. I do not have a Solis Consumption Monitoring Solution, only a Solis Inverter.
I do not have this, so I can also not try it out. In the Solis API document I see something like this in /v1/api/inveterDetail
So probably "Power Used" can be computed with this. But as said, I do not have this monitor solution, so difficult to provide/change the SolisCloud2PVOutput script. |
Testing the following
and sending it to ouput
Will need to test to see if this power is just consumed via the grid or contains both from panels and grid when panels generate power |
@pnkllr And what did the test reveal? |
@pnkllr I am a bit confused, because someone with a hybrid solis inverter with battery is using psum. See this discussion: You are using familiyLoadPower? Maybe I can incorporate/support with a configuration setting both situations. |
Familyload is all power consumed from all sources |
And what is psum giving you?
Can you post a screenshot with your system, like in this post: And then give the values of familyLoadPower, psum and watt? |
There's a voltage field in PVOutput so why put it in power used? |
I do not have a Solis consumption monitor solution and AC voltage is important, if it is too high the inverter will stop. So I want to keep track of AC voltage too and no standard PVOutput field is available for this (Voltage is used for DC voltage). See this post: #15 (comment) |
I just modified my local version to send the value of AC volt to PV Output. I don't really care about the DC volt value. I don't think PV output specifies that is has to be DC volt, just like it doesn't specify what the temperature field is for. Some people put in their inverter internal temperature others the weather temperature (and there are probably other values too). @quimnut perhaps you can change it to send AC Volt that in your local copy, too. |
@pnkllr 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. |
Closed. |
Not sure if this by design however the Power Used is always displaying at 250W is there a way to show what my actual power used each time?
The text was updated successfully, but these errors were encountered: