diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1e4bb42f..16cfea03a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/input/samples/vn_simona/fullGrid/evcs_input.csv b/input/samples/vn_simona/fullGrid/evcs_input.csv index f4ccae2028..fbddc47be4 100644 --- a/input/samples/vn_simona/fullGrid/evcs_input.csv +++ b/input/samples/vn_simona/fullGrid/evcs_input.csv @@ -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 \ No newline at end of file +"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 \ No newline at end of file diff --git a/src/test/scala/edu/ie3/simona/test/common/input/EvcsInputTestData.scala b/src/test/scala/edu/ie3/simona/test/common/input/EvcsInputTestData.scala index a726e074b9..7fce8930c5 100644 --- a/src/test/scala/edu/ie3/simona/test/common/input/EvcsInputTestData.scala +++ b/src/test/scala/edu/ie3/simona/test/common/input/EvcsInputTestData.scala @@ -36,7 +36,8 @@ trait EvcsInputTestData extends DefaultTestData with NodeInputTestData { ChargingPointTypeUtils.ChargingStationType2, 2, 0.95, - EvcsLocationType.HOME + EvcsLocationType.HOME, + true ) protected val simonaConfig: SimonaConfig =