-
Notifications
You must be signed in to change notification settings - Fork 42
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
active_power_limit #48
Comments
If you set for example this F001 parameter to 1%, actually power drops to 1% of nominal photovoltaic power value. |
I wouldn't recommend to adjust the power setting, but to instead adjust the export limit via modbus instead. Adjusting the export control limit option is more accurate in terms of wattage and the inverters do their magic. Changing the active power percentage, will adjust the output of the inverter to whatever you set it to, which can cause your household to begin pulling from the grid if you set it too low. |
Agree with herbi3 that it's better to let the inverter do this work but then the inverter should have some metering. |
@PeterVermaas apologies, I didn't see your reply. once the inverter is set, you can use I recommend keeping the export_control_mode set to 1 or 4. and when an export limit is needed, then to lower the value from 11400 to your choosing, then after reset it back to 11400. currently, with inverter.write for these specific settings only, there is an endian issue for these registers, try modifying the then use |
Does anybody understand how to use/interpret the value "active_power_limit" field that is returned in the json data? It is an integer between 1 and 100. It seems to be related to setting an Export Limit. eg I have a 10kw inverter, and the export limit is set to 5kw. If it is (probably) generating 10kw and exporting 5kw, it will have a value of 50, if it is generating under 5kw, it will have a value of 100. If it is between 5 and 10kw, but it is all being used, ie none is being curtailed, then it will also show 100. I would have thought dividing the AC Power value by this number would show the uncurtailed value, but it doesnt seem to quite work that way. It isnt in the Sunspec documentation either.
The text was updated successfully, but these errors were encountered: