Skip to content

Commit

Permalink
3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fboundy committed Feb 11, 2024
1 parent ce6f591 commit ac1f826
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,12 +311,12 @@ These parameters will define how PV Opt estimates daily consumption:

| Parameter | Units | Entity | Default | Description |
|:--|:--:| :-- | :--:|:--|
| Use Consumption History|`on`/`off` | `switch.pvopt_use_consumption_history` | On | Toggles whether to use actual consumption history or an estimayted daily consumption
| Use Consumption History|`on`/`off` | `switch.pvopt_use_consumption_history` | On | Toggles whether to use actual <b>consumption history</b> or an estimated <b>daily consumption</b>
| <b>Consumption History Parameters
| Load History Days | days | `number.pvopt_consumption_history_days` | 7 | Number of daya of consumption history to use when predicting future load |
| Load History Days | days | `number.pvopt_consumption_history_days` | 7 | Number of days of consumption history to use when predicting future load |
| Load Margin | % | `number.pvopt_consumption_margin` | 10% | Margin to add to historic load for forecast (safety factor) |
| Weekday Weighting| fraction | `number.pvopt_day_of_week_weighting` | 0.5 | Defines how much weighting to give to the day of the week when averaging the load. 0.0 will use the simple average of the last `n` days based on `load_history_days` and 1.0 will just used the same day of the week within that window. Values inbetween will weight the estimate accordingly. If every day is the same use a low number. If your usage varies daily use a high number.
| <b>Daily Consumpion Parameters
| <b>Daily Consumption Parameters
| Daily Consumption | kWh | `number.pvopt_daily_consumption_kwh` | 17 | Estimated daily consumption to use when predicting future load |
| Shape Consumption Profile | `on`/`off` | `switch.pvopt_shape_consumption_profile` | On | Defines whether to shapoe the consumption to a typical daily profile (`on`) or to assume constant usage (`off`) |

Expand Down

0 comments on commit ac1f826

Please sign in to comment.