Skip to content

Commit

Permalink
Split DSR power into accepted amount and charging
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianDAlessandro committed Nov 16, 2023
1 parent bc80e27 commit 0766757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datahub/opal.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ class OpalModel(BaseModel):
ev_idle: int = Field(alias="EV Status (Idle)")
sys_freq: float = Field(alias="System Frequency")
dsr_cost: float = Field(alias="DSR Cost")
dsr_power: float = Field(alias="DSR Power")
dsr_amount: float = Field(alias="Accepted DSR Amount")
dsr_charging: float = Field(alias="DSR Charging")
bm_cost_most: float = Field(alias="Balancing Market Cost (Most)")
bm_cost_more: float = Field(alias="Balancing Market Cost (More)")
bm_cost_current: float = Field(alias="Balancing Market Cost (Current)")
Expand Down

0 comments on commit 0766757

Please sign in to comment.