t-ober
t-ober
First of all thanks for this very helpful Workflow 🙂 Can somebody help me out in setting `iTerm` as the Terminal app to use? Do I have to manually adjust...
I can not quit figure out why there is no syntax highlighting going on for changed / deleted / updated lines. That makes the corresponding code quite hard to read....
"Maximum permissible depth of discharge. 80 % dod is equivalent to a state of charge of 20 %." We use this value differently in SIMONA : `private val minEnergy =...
Currently we get a division by zero error later down the road when not receiving any weather values from the weather Source. We should throw an exception before explicitly stating...
We have a lot of `ValidationUtils` that check assets and participants for validity of attributes (can be called by `ValidationUtils.check()` for any entity and delegates to the respective method). It...
Within the hierarchic naming strategy we create a folder with the grid name in the base directory so the actual base directory is different as when dealing with a flat...
Resolves #766
Currently the to string persistence outputs time strings with the [UTC] postfix which we can't easily parse. Use the default time pattern instead.
Currently we have ThermalUnits and ThermalGrids which both represent collection of ThermalHouses and ThermalStorages. Afaik we only use and need the grids so we should discuss getting rid of the...
Resolves #768