Skip to content

Commit

Permalink
Merge pull request #377 from ie3-institute/sp/#376-fix-evcs-input
Browse files Browse the repository at this point in the history
Adapting to changed EvcsInput
  • Loading branch information
danielfeismann authored Oct 14, 2022
2 parents 437115d + b945585 commit 0f62cae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Await and send responses for distinct pairs of sender reference and target node
- Removed deprecations from `CsvGridSource` and added `TestGridFactory` [#304](https://github.com/ie3-institute/simona/issues/304)
- Fixed config of vn_146_lv_small [#290](https://github.com/ie3-institute/simona/issues/290)
- Adapted to changes of EvcsInput in PSDM [#377](https://github.com/ie3-institute/simona/pull/377)

### Removed
- Remove workaround for tscfg tmp directory [#178](https://github.com/ie3-institute/simona/issues/178)
Expand Down
6 changes: 3 additions & 3 deletions input/samples/vn_simona/fullGrid/evcs_input.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"uuid","cos_phi_rated","id","node","operates_from","operates_until","operator","q_characteristics","chargingpoints","type","location_type"
06a14909-366e-4e94-a593-1016e1455b30,0.9,test_evcs_1,5f1c776c-6935-40f7-ba9e-60646e08992b,,,,cosPhiFixed:{(0.00,1.0)},4,ChargingStationType1,HOME
104acdaa-5dc5-4197-aed2-2fddb3c4f237,0.9,test_evcs_2,ed4697fd-016c-40c2-a66b-e793878dadea,,,,cosPhiFixed:{(0.00,1.0)},4,ChargingStationType1,HOME
"uuid","cos_phi_rated","id","node","operates_from","operates_until","operator","q_characteristics","chargingpoints","type","location_type","v2gsupport"
06a14909-366e-4e94-a593-1016e1455b30,0.9,test_evcs_1,5f1c776c-6935-40f7-ba9e-60646e08992b,,,,cosPhiFixed:{(0.00,1.0)},4,ChargingStationType1,HOME,true
104acdaa-5dc5-4197-aed2-2fddb3c4f237,0.9,test_evcs_2,ed4697fd-016c-40c2-a66b-e793878dadea,,,,cosPhiFixed:{(0.00,1.0)},4,ChargingStationType1,HOME,true
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ trait EvcsInputTestData extends DefaultTestData with NodeInputTestData {
ChargingPointTypeUtils.ChargingStationType2,
2,
0.95,
EvcsLocationType.HOME
EvcsLocationType.HOME,
true
)

protected val simonaConfig: SimonaConfig =
Expand Down

0 comments on commit 0f62cae

Please sign in to comment.