Skip to main content

Sect14aModule

Enum Sect14aModule 

Source
pub enum Sect14aModule {
    Modul1,
    Modul2,
    Modul3,
}
Expand description

§14a EnWG module for steuerbare Verbrauchseinrichtungen (controllable loads).

Source: BNetzA BK6-22-300 (Beschluss 27.11.2023, in force 01.01.2024).

All three modules are mandatory for eligible controllable loads (heat pumps, EV chargers, battery storage ≥ 4.2 kW) registered with the NB. The LF/NB must offer at least Modul 1 to all eligible customers.

Variants§

§

Modul1

Modul 1 — pauschale Reduzierung (flat reduction).

The NB applies a fixed percentage reduction to the Arbeitspreis (or Arbeitspreis + Leistungspreis) for the entire billing period. Reduction factor = 85 % (i.e. customer pays 85 % of full rate) per BK6-22-300 Anlage 2. The NB may set a different approved rate in their tariff sheet.

Equivalent UTILTS segment: CCI+ZG6 CAV+Z28:::0.85 (multiplier).

§

Modul2

Modul 2 — variable Netzentgelte (time-variable, HT/NT split).

Two Arbeitspreis tiers: Hochlast (HT, higher price) and Niedertarif (NT, lower price). Periods are defined in the UTILTS Zählzeitdefinition published by the NB. Required for iMSys meters with quarter-hour metering.

§

Modul3

Modul 3 — Spotpreis-Netzentgelt (dynamic, spot-price linked).

NNE follows the intraday or day-ahead electricity spot price. The calculation basis is the PreisblattNetznutzung.spotpreisNetzentgelt formula defined by the NB. Requires smart meter (iMSys) with 15-min resolution.

Note: Modul 3 rates are not yet calculable from static inputs alone — populate regulatory_reduction_factor in the trace with the effective period-average rate when using this module.

Implementations§

Source§

impl Sect14aModule

Source

pub fn bnentza_reference(self) -> &'static str

Canonical BNetzA decision reference for this module.

Source

pub fn label(self) -> &'static str

Display label for the module.

Trait Implementations§

Source§

impl Clone for Sect14aModule

Source§

fn clone(&self) -> Sect14aModule

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for Sect14aModule

Source§

impl Debug for Sect14aModule

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Eq for Sect14aModule

Source§

impl PartialEq for Sect14aModule

Source§

fn eq(&self, other: &Sect14aModule) -> bool

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Inequality operator !=. Read more
Source§

impl Serialize for Sect14aModule

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl StructuralPartialEq for Sect14aModule

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.