pub enum CapRelief {
None,
ImsysWithControl,
DirektvermarktungFernsteuerbar,
}Expand description
What has taken a photovoltaic system out of the 60 % feed-in cap of § 9 Abs. 2 EEG.
A fact about the installation, not a rule — hems_grid::para9 turns it into
a ceiling. It lives here for the same reason LegacyStatus does: the guard
needs it on every tick, and the answer is in an installation record rather
than in a datasheet.
The cap is lifted by a technical fact, not by a commercial arrangement,
and the distinction is worth a type rather than a direktvermarktung
boolean: a system whose market contract is signed would otherwise lose its
cap whether or not the control path existed. Direktvermarktung requires
Fernsteuerbarkeit (§ 10b EEG), so the two normally travel together — but “the
contract is signed” and “the control path works” are different days, and on
the days between them the cap still applies.
Defaults to CapRelief::None on purpose: the cap staying on costs a
household some feed-in, lifting it wrongly means feeding in above a statutory
limit, and only one of those is the operator’s problem.
Variants§
None
Nothing. The cap applies if the system is otherwise in scope.
ImsysWithControl
An intelligent metering system with a control device is in operation — the lift § 9 Abs. 2 EEG names.
DirektvermarktungFernsteuerbar
The output is sold on the market and the Fernsteuerbarkeit § 10b EEG demands is working. The commercial arrangement alone is not enough.