You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/capacity-tariff.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,20 @@
2
2
3
3
```mrt_capacity_tariff
4
4
select
5
-
month_peak_value,
5
+
month_peak_value as month_peak_value_kwh3,
6
6
pct_change as pct_change_pct1,
7
7
month_name,
8
8
month_name_short,
9
-
month_peak_12month_avg,
9
+
month_peak_12month_avg as month_peak_12month_avg_kwh3,
10
10
month_start_date
11
11
from mrt_capacity_tariff
12
12
```
13
13
14
14
The capacity tariff is based on the 12-month rolling average of your monthly peak consumption. The higher your peak consumption, the higher your capacity tariff.
15
15
16
-
<Chartdata={mrt_capacity_tariff}x=month_start_datetitle="Month peak value evolution"yAxisTitle="kWh"xAxisTitle="month">
@@ -26,15 +26,15 @@ order by month_start_date desc
26
26
limit 4
27
27
```
28
28
29
-
The current (<Valuedata={mrt_capacity_tariff_last_months}column=month_name_short/>) monthly peak is **<Valuedata={mrt_capacity_tariff_last_months}column=month_peak_value/> kWh**. The change over last month (<Valuedata={mrt_capacity_tariff_last_months}column=month_name_shortrow=1/>) is **<Valuedata={mrt_capacity_tariff_last_months}column=pct_change_pct1/>** as we then had <Valuedata={mrt_capacity_tariff_last_months}column=month_peak_valuerow=1/> kWh.
29
+
The current (<Valuedata={mrt_capacity_tariff_last_months}column=month_name_short/>) monthly peak is **<Valuedata={mrt_capacity_tariff_last_months}column=month_peak_value_kwh3/>**. The change over last month (<Valuedata={mrt_capacity_tariff_last_months}column=month_name_shortrow=1/>) is **<Valuedata={mrt_capacity_tariff_last_months}column=pct_change_pct1/>** as we then had <Valuedata={mrt_capacity_tariff_last_months}column=month_peak_value_kwh3row=1/>.
30
30
31
-
The average monthly peak for the last 12 months is **<Valuedata={mrt_capacity_tariff_last_months}column=month_peak_12month_avg/> kWh**.
31
+
The average monthly peak for the last 12 months is **<Valuedata={mrt_capacity_tariff_last_months}column=month_peak_12month_avg_kwh3/>**.
32
32
33
33
Here are the monthly peaks for the last 4 months:
34
34
35
35
{#each mrt_capacity_tariff_last_months as month_row}
<BigValuedata={mrt_capacity_tariff_current}value=month_peak_12month_avg_kwh3comparison=pct_change_pct2downIsGood=truecomparisonTitle="current peak vs. last month"title="Average monthly peak" />
0 commit comments