DSMR - monthly 15 minute peak values for Belgium

Starting on 1/1/2023, in Belgium, Flanders region users with a digital meter will be billed by an average monthly peak value. It is calculated like this:
For a 15 minute time frame the average consumption is used. The highest peak in a month is used to calculate a part of the electricity costs.
The 15 minute frame starts at (hh:mm:ss) ??:00:00, ??:15:00, ??:30:00, ??:45:00 and ends at ??:14:59 and so on.

See also:

I was wondering if DSMR could provide this feature?

@frenck @RobBie1221

I am also a user in Flanders, i would also need this update. (P1 cable connected with HA)
The monthly peak value is with the OBIS Code 1.6.0 (Current calculated peak of running month)
OBIS codes 1.6.0 is visual from firmware 1.99 (OBIS code 1.2.0), i did not find any OBIS code that is showing current 15 minute peak … and in favor of the electricity company they will use a " *moving average" , so turn of appliance for the last 5 minutes will less infect the 15 minute peak measurement …
So for the moment i think the DSMR P1 Kabel needs a update for showing the OBIS code 1.6.0 Current month peak

In the DSMR PARSER everything is ready:

3 Likes

In the docs:

2 Likes

When wil this be released or is this active already? If so where can we find this?

@knockaert . This is a feature request for the “DSMR Slimme meter” integration to read the new values used to calculate the capacity tariff, measured by the digital meter. The integration uses the DSMR Parser. In the parser, everything is ready to extract these new values from the telegram of the P1 port of the digital meter. Now this integration needs a few changes too, to have these values in Home Assistant.
This capacity tariff is used from now on (1/1/2023).

This would be nice if present in the next release

We need this one

+1 for thisone. Would be great to have this available in HA.

+1

Also might need to be added to ESPHome for the custom P1 readers:

1 Like

@frenck can you have a look at this feature request?
Can you implement this?
You would help a lot of people in Belgium/Flanders…

Thanks!

Got a pull request ready for it:

3 Likes

+1 . With the “capaciteitstarief” for Belgium already in place from Jan, 1st, it would be nice to see this implemented.

Any progress on this? Was this tested by anyone?

In the ‘telegram’ file it is already readable, together with the timestamp.
The time adjusts with every reload of the page.

http://your_P1_IPadress/api/v1/telegram

/FLU5\253770234_A

0-0:96.1.4(50217)
0-0:96.1.1(xx)
0-0:1.0.0(230129081407W)
1-0:1.8.1(001892.840*kWh)
1-0:1.8.2(002547.841*kWh)
1-0:2.8.1(005085.615*kWh)
1-0:2.8.2(002037.365*kWh)
0-0:96.14.0(0002)
1-0:1.4.0(00.381*kW)
1-0:1.6.0(230127074500W)(02.777*kW)
0-0:98.1.0(1)(1-0:1.6.0)(1-0:1.6.0)(230101000000W)(221231154500W)(03.713*kW)
1-0:1.7.0(00.037*kW)
1-0:2.7.0(00.000*kW)
1-0:21.7.0(00.037*kW)
1-0:22.7.0(00.000*kW)
1-0:32.7.0(232.6*V)
1-0:31.7.0(002.11*A)
0-0:96.3.10(1)
0-0:17.0.0(999.9*kW)
1-0:31.4.0(999*A)
0-0:96.13.0()
0-1:24.1.0(003)
0-1:96.1.1(37464C4F32313230313038393938)
0-1:24.4.0(1)
0-1:24.2.3(230129081005W)(04206.660*m3)
!4ECC
1 Like

Any hopes of seeing this being added to #ESPHome and Home Assistant any time soon? :crossed_fingers:

The new Capacity Tarrif in Belgium has quite an impact and monitoring peaks is an important part of energy consumption monitoring now.

+1 :upside_down_face: very useful!

2 Likes

+100. We all need this in Belgium. Please put this in the next release.
I need this to tell Google my wife each time she uses to much power at once :smile:
No, really, this would be a huge help to arm us against this unfair calculation from the federal goverment…

1 Like

Someone already did the work.

I compiled it and its working perfectly. I just had to create a custom sensor to extract the 13 month peak since the dsmr parser does not support this format.

Hi,
Any idea if it will be available in the following HA update 2033.3.2 update? :slight_smile:

If you have the Smart Gateways device you can already see the current peak:

https://www.connectix.nl/capaciteitsrarief-nu-ook-beschikbaar-in-home-assistant/?mc_cid=eaaee27069&mc_eid=ed317c6634

In the Rest Api you can also find this data:

PeakConsumptionRunningMonth":“2.73”,“PeakConsumptionLast13Months”:…

I will try to make a template sensor for it