mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Update tariff filter for NOE Net (#16283)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
a3a57c9c77
commit
d8aa8bf468
@ -124,7 +124,8 @@ public class DatahubTariffFilterFactory {
|
||||
return new DatahubTariffFilter(Set.of(ChargeTypeCode.of("TAC")), Set.of(NOTE_NET_TARIFF_C),
|
||||
DateQueryParameter.of(DateQueryParameterType.START_OF_DAY));
|
||||
case GLN_NORDVESTJYSK_ELFORSYNING_NOE_NET:
|
||||
return new DatahubTariffFilter(Set.of(ChargeTypeCode.of("Net C")), Set.of(NOTE_NET_TARIFF_C));
|
||||
return new DatahubTariffFilter(Set.of(ChargeTypeCode.of("30030")), Set.of(NOTE_NET_TARIFF_C),
|
||||
DateQueryParameter.of(DateQueryParameterType.START_OF_DAY));
|
||||
case GLN_RADIUS:
|
||||
return new DatahubTariffFilter(Set.of(ChargeTypeCode.of("DT_C_01")), Set.of(NOTE_NET_TARIFF_C_HOUR),
|
||||
DateQueryParameter.of(RADIUS_CUTOFF_DATE));
|
||||
|
Loading…
Reference in New Issue
Block a user