P1 values for capacity tariff in Belgium (#5081)

This commit is contained in:
bwynants
2023-07-17 00:42:49 +02:00
committed by GitHub
parent 899aa31df3
commit 1617eba764
2 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ async def to_code(config):
cg.add_build_flag("-DDSMR_WATER_MBUS_ID=" + str(config[CONF_WATER_MBUS_ID]))
# DSMR Parser
cg.add_library("glmnet/Dsmr", "0.7")
cg.add_library("glmnet/Dsmr", "0.8")
# Crypto
cg.add_library("rweather/Crypto", "0.4.0")