Skip to content

Understanding Autarky and Ratio #340

Closed Answered by slipx06
Idskov asked this question in Q&A
Discussion options

You must be logged in to vote

Hi. This is from the docs

Display autarky and ratio as a percentage using either realtime power or daily energy values. Set to no to hide (energy/power/no).
Autarky is the percentage of self sufficiency through Home Production. Ratio is the percentage of produced electricity used by the home.
It is calculated based on the formula below and borrowed from the Power Distribution Card

Autarky in Percent = Home Production / Home Consumption
Ratio in Percent = Home Consumption / Home Production

If using energy values

productionEnergy = stateDayPVEnergy.toNum() + stateDayBatteryDischarge.toNum();
consumptionEnergy = stateDayLoadEnergy.toNum() + stateDayBatteryCharge.toNum();

If using power values

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Idskov
Comment options

Answer selected by Idskov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants