-
Notifications
You must be signed in to change notification settings - Fork 397
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
FEMS Backports #2509
Merged
Merged
FEMS Backports #2509
Conversation
This file contains 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
Contributor
sfeilmeier
commented
Feb 1, 2024
- KACO Battery Inverter: quicker control behaviour
- Max-Ever-Value: update config only once every 24 hours
- EmergencyController & TimeslotPeakshaving: Set PersistencePriority to…
- ToU: calculate essMaxChargePower from usable Capacity
- Time-of-Use: reset efficiency factor to 1.2
- Time-of-Use: set state machine BALANCING in OFF mode
- Zone selection config for Time-of-Use-Tariff Awattar - closes aWattar Country AUT - GER #2469
- Implement Camille Bauer APLUS meter
- UI: add TOTAL to history periods
- UI: Refactor Time-of-Use-Tariff widgets
- UI: Adjust Ion-Fab button in modal
- UI: Fix Evcs status not being updated
- UI: Adjust UserInformation to show companyname
I added the setting of the "WparamRmpTms" param to 100 ms. The WparamRmpTms parameter constrains performance changes using a PT1 behavior. By default, a 1-second (1000 ms) duration is stored here. This duration can be reduced to 0.1 seconds (100 ms) for quicker control behavior. While a complete reduction to 0 is technically possible, it may result in overcurrent or overvoltage events, especially in high-power changes and multiple devices. This feature benefits FFR use cases and aids in preventing battery derating. Reviewed-by: Hueseyin Sahutoglu <[email protected]> Co-authored-by: Pooran Chandrashekaraiah <[email protected]>
This avoids too many updates of the config, resulting in big load on Backend with EdgeConfig updates Reviewed-by: Michael Grill <[email protected]> Co-authored-by: Stefan Feilmeier <[email protected]>
… enable resending Set PersistencePriority to HIGH for * Emergency Controller ACTUAL_RESERVE_SOC * Timeslot Peakshaving STATE_MACHINE to enable resending. Reviewed-by: Hueseyin Sahutoglu <[email protected]> Co-authored-by: Michael Grill <[email protected]>
This improves the charging behaviour with small capacity batteries. Before the charge power was configurable (but in fact hard-coded to 5 kW) and mainly tested on a 22 kWh system (fems888). With this PR the power in CHARGE mode is calculated with a C-Rate of 0.25 i.e. power is 1/4 of the (usable) capacity. For a 22 kWh system it would still be 5.5 kW, but for a 8.8 kWh battery its 2.2 kW then. It should also scale better with Home 20 & 30, i.e. larger batteries.
The channel value was set to 'null' instead of default value. Now it has been changed to Balancing state. Co-authored-by: Sagar Venu <[email protected]> Reviewed-by: Stefan Feilmeier <[email protected]>
Time-of-use-Tariff Awattar currently only offers price information for Germany. However, for users in Austria, a separate URL needs to be incorporated. In this implementation the system is updated by introducing a country selection option in the configuration. Users can now choose between Germany and Austria, and the system will provide country-specific prices accordingly. Co-authored-by: Sagar Venu <[email protected]> Co-authored-by: Hueseyin Sahutoglu <[email protected]>
Co-authored-by: Bishal Ghimire <[email protected]> Co-authored-by: Pooran Chandrashekaraiah <[email protected]> Co-authored-by: Stefan Feilmeier <[email protected]> Reviewed-on: https://git.intranet.fenecon.de/FENECON/fems/pulls/933 Reviewed-by: Michael Grill <[email protected]> Reviewed-by: Hueseyin Sahutoglu <[email protected]>
* add total to pickdate options, only visible if ibn-date exists * adjust year-view to show full year -> filled up timestamps and data of energyPerPeriodResponse Co-authored-by: Michael Grill <[email protected]> Co-authored-by: Lukas Rieger <[email protected]> Reviewed-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Sagar Venu <[email protected]> Reviewed-by: Lukas Rieger <[email protected]>
* Fix Evcs status not being updated due to using controller config (that doesnt get updated) instead of the channel Co-authored-by: Sebastian Asen <[email protected]> Co-authored-by: Lukas Rieger <[email protected]> Reviewed-by: Sebastian Asen <[email protected]>
* Move ion-fab-button to be to not cut off by screen height Co-authored-by: Lukas Rieger <[email protected]> Reviewed-by: Sagar Venu <[email protected]>
* add company name, if existing, to userInformation * restrict company related users to be able to change only first and last name * fix not shown changelog version string on ios-devices Reviewed-by: Maximilian Lang <[email protected]> Co-authored-by: Lukas Rieger <[email protected]>
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.