Skip to content

Commit

Permalink
GSYE-805: Read the self_consumption_type scm property in the rq handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
spyrostz committed Oct 30, 2024
1 parent 6f90c70 commit 7119b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gsy_e/gsy_e_core/rq_job_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def _configure_constants_constsettings(
gsy_e.constants.SCM_DISABLE_HOME_SELF_CONSUMPTION = settings["scm"][
"disable_home_self_consumption"
]
ConstSettings.SCMSettings.SELF_CONSUMPTION_TYPE = settings["scm"]["self_consumption_type"]
else:
assert spot_market_type is not SpotMarketTypeEnum.COEFFICIENTS.value

Expand Down

0 comments on commit 7119b13

Please sign in to comment.