Merged
Conversation
This boolean was already added to the live asset meta data class. To prevent inconsistencies it has been removed from the GC canvas.
…argerprofile collection
- Moved the management functions from GCPublicCharger inside the J_EACharger. This allows other GCs such as GCHouse to also have chargers. - Seperated the capability of V1G and V2G with the act of smart charging. The capability is now determined in the loader based on probabilities. The amount of V1G and V2G can be changed with sliders.
- Added a new method to base J_EA: reRegisterEnergyAsset. - refactored f_getGridConnections to f_getActiveGridConnections - f_connectToJ_EA and f_removeTheJ_EA now add chargers to the collection of EV Assets for the resultsUI. - bugfix where the J_EACharger didn't register itself. - Added p_avgEVsPerPublicCharger to the avgc data, still has a dummy value. - removed v_isActiveCharger from GCPublicCharger, there is already a v_isActive boolean in the GC.
- heat unbalance is now allowed if your GC(House) has a building with heat buffers. - J_EAAirco is now registered correctly to fix energy unbalance - building asset powerfraction capped at 0 to prevent cooling. (Maybe hot water demand was too high?)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also requires interface-loader and resultsUI changes.