- 
                Notifications
    You must be signed in to change notification settings 
- Fork 7
add maximum ac and dc charging limits to evtype #1005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add maximum ac and dc charging limits to evtype #1005
Conversation
-Add sRatedAC/DC in SystemParticipantTypeInputFactory.java -ReadTheDocs add sRatedAC/DC in ev.md -Changelog entry
| I was in EVInput.java all day and not EVTypeInput.java | 
-Maybe spelling mistakes corrected in EvTypeInput sRated Unit KW in KVA
-Updated ev_type_input.csv
-Updated ev_type_input.csv
-Updated ev_type_input.csv -Updated TypeTestData.groovy -Uptated InputEntityProcessorTest.groovy
-correct my mistakes kw=kva
…arging-limits-to-evtype' into pp/#876-add-maximum-ac-and-dc-charging-limits-to-evtype
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this. This looks already quite well, but there is one thing we might not described well in the based issue. In my opinion existing sRated should be split into AC and DC. Thus sRated needs to be changed and only fields for DC added (or sRated needs to removed, AC and DC added instead).
        
          
                src/main/java/edu/ie3/datamodel/io/factory/typeinput/SystemParticipantTypeInputFactory.java
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                src/main/java/edu/ie3/datamodel/io/factory/typeinput/SystemParticipantTypeInputFactory.java
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                src/main/java/edu/ie3/datamodel/models/input/system/type/EvTypeInput.java
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                src/main/java/edu/ie3/datamodel/models/input/system/type/EvTypeInput.java
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                src/main/java/edu/ie3/datamodel/utils/validation/SystemParticipantValidationUtils.java
          
            Show resolved
            Hide resolved
        
              
          
                src/main/java/edu/ie3/datamodel/models/input/system/type/EvTypeInput.java
              
                Outdated
          
            Show resolved
            Hide resolved
        
      Co-authored-by: Daniel Feismann <98817556+danielfeismann@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found some parts that could be improved.
        
          
                src/main/java/edu/ie3/datamodel/utils/validation/SystemParticipantValidationUtils.java
          
            Show resolved
            Hide resolved
        
              
          
                src/test/groovy/edu/ie3/datamodel/utils/validation/SystemParticipantValidationUtilsTest.groovy
          
            Show resolved
            Hide resolved
        
              
          
                src/test/resources/edu/ie3/datamodel/io/source/csv/_types/ev_type_input.csv
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                src/main/java/edu/ie3/datamodel/models/input/system/type/EvTypeInput.java
          
            Show resolved
            Hide resolved
        
              
          
                src/main/java/edu/ie3/datamodel/models/input/system/type/EvTypeInput.java
              
                Outdated
          
            Show resolved
            Hide resolved
        
      …-to-evtype # Conflicts: # CHANGELOG.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This already looks good, just some very minor things and we're done here :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. Thanks for improving the model :)
Edit DF: resolves #876
-Add sRatedAC/DC in EVTypeInput.java
-Add sRatedAC/DC in SystemParticipantTypeInputFactory.java
-ReadTheDocs add sRatedAC/DC in ev.md
-Changelog entry