Skip to content
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 2024-09 #2788

Merged
merged 18 commits into from
Sep 10, 2024
Merged

FEMS Backports 2024-09 #2788

merged 18 commits into from
Sep 10, 2024

Conversation

sfeilmeier
Copy link
Contributor

@sfeilmeier sfeilmeier commented Sep 10, 2024

  • AppCenter: handle hardware specifics via hardware Apps
  • AppCenter: App for Phoenix Contact Meter EEM-MB370-24DC
  • AppCenter: App for PqPlus Meter UMD96 & UMD97
  • Channels: allow translatable Channel descriptions
  • Controller.Api.ModbusTcp.ReadWrite: UI live and historic view
  • GoodWe: fix StateRegisters
  • Simulated Predictor
  • UI: track connection State & add backend not accessible info

sfeilmeier and others added 18 commits September 10, 2024 12:49
UI part of ModbusTcpApi pull request

Co-authored-by: Lukas Rieger <73471197+lukasrgr@users.noreply.github.com>
Reviewed-by: Lukas Rieger <73471197+lukasrgr@users.noreply.github.com>
Co-authored-by: Fabian Brandtner <10850256+fabian94533@users.noreply.github.com>
Co-committed-by: Fabian Brandtner <10850256+fabian94533@users.noreply.github.com>
- Update Version string to next release version for modbus tcp api widget

Reviewed-by: Fabian Brandtner <10850256+fabian94533@users.noreply.github.com>
Reviewed-on: https://git.intranet.fenecon.de/FENECON/fems/pulls/1418
Reviewed-by: Sagar Venu <sagar.venu@fenecon.de>
- Set registers to channels (e.g. SetActivePowerEquals -> Channel modbusTcpApi0/Ess0SetActivePowerEquals)
- Set property WriteChannels for all overriden channels (Channels are created dynamically)
- Implemented logic for history

Reviewed-by: Sebastian Asen <47855186+sebastianasen@users.noreply.github.com>
Co-authored-by: Fabian Brandtner <10850256+fabian94533@users.noreply.github.com>
Co-committed-by: Fabian Brandtner <10850256+fabian94533@users.noreply.github.com>
Co-authored-by: Johann Kaufmann <165755282+johannk24@users.noreply.github.com>
Co-authored-by: Sebastian Asen <47855186+sebastianasen@users.noreply.github.com>
Reviewed-by: Hueseyin Sahutoglu <34771592+huseyinsaht@users.noreply.github.com>
Co-authored-by: Michael Grill <59126309+michaelgrill@users.noreply.github.com>
Co-committed-by: Michael Grill <59126309+michaelgrill@users.noreply.github.com>
- Allow translations for Channel descriptions
- Applied on AppManager for now
- Two new translationsfiles that are read in a new overloaded method tochannelrecord

Reviewed-by: Michael Grill <59126309+michaelgrill@users.noreply.github.com>
Co-authored-by: Johann Kaufmann <165755282+johannk24@users.noreply.github.com>
Co-committed-by: Johann Kaufmann <165755282+johannk24@users.noreply.github.com>
- added App for PqPlus Meter UMD96 & UMD97

Co-authored-by: Michael Grill <59126309+michaelgrill@users.noreply.github.com>
Reviewed-by: johann kaufmann <johann.kaufmann@fenecon.de>
Reviewed-by: Michael Grill <59126309+michaelgrill@users.noreply.github.com>
Co-authored-by: Fabian Brandtner <10850256+fabian94533@users.noreply.github.com>
Co-committed-by: Fabian Brandtner <10850256+fabian94533@users.noreply.github.com>
Reviewed-by: Stefan Feilmeier <3515268+sfeilmeier@users.noreply.github.com>
Co-authored-by: Sebastian Asen <47855186+sebastianasen@users.noreply.github.com>
Co-committed-by: Sebastian Asen <47855186+sebastianasen@users.noreply.github.com>
Reviewed-by: johann kaufmann <johann.kaufmann@fenecon.de>
Reviewed-by: Stefan Feilmeier <3515268+sfeilmeier@users.noreply.github.com>
Co-authored-by: Michael Grill <59126309+michaelgrill@users.noreply.github.com>
Co-committed-by: Michael Grill <59126309+michaelgrill@users.noreply.github.com>
Fixes translation problem on init and solving caching prob with additional translations

Reviewed-by: Sagar Venu <32655208+venu-sagar@users.noreply.github.com>
Reviewed-by: Stefan Feilmeier <3515268+sfeilmeier@users.noreply.github.com>
Co-authored-by: Lukas Rieger <73471197+lukasrgr@users.noreply.github.com>
Co-committed-by: Lukas Rieger <73471197+lukasrgr@users.noreply.github.com>
- Introduce app state tracking into application
- Enabling temporarily through applying `AppState: true` to localstorage
- FUTURE: Routing based on state

Reviewed-by: Stefan Feilmeier <3515268+sfeilmeier@users.noreply.github.com>
Co-authored-by: Lukas Rieger <73471197+lukasrgr@users.noreply.github.com>
Co-committed-by: Lukas Rieger <73471197+lukasrgr@users.noreply.github.com>
Reviewed-by: Lukas Rieger <73471197+lukasrgr@users.noreply.github.com>
Reviewed-by: Stefan Feilmeier <3515268+sfeilmeier@users.noreply.github.com>
Co-authored-by: Fabian Brandtner <10850256+fabian94533@users.noreply.github.com>
Co-committed-by: Fabian Brandtner <10850256+fabian94533@users.noreply.github.com>
Adding check for edge version to be at least `2024.9.1` to be able to see `modbusTcpApiWIdget`

Reviewed-by: Stefan Feilmeier <3515268+sfeilmeier@users.noreply.github.com>
Co-authored-by: Lukas Rieger <73471197+lukasrgr@users.noreply.github.com>
Co-committed-by: Lukas Rieger <73471197+lukasrgr@users.noreply.github.com>
- Created Limiter 14a App (supported by CM3 & CM4S)
- Created Gpio IO App
- Created Openems Hardware Categorie
- Added Limiter 14a App dependency to Home 10 / 20 / 30

Co-authored-by: Sebastian Asen <47855186+sebastianasen@users.noreply.github.com>
Co-authored-by: Fabian Brandtner <10850256+fabian94533@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <3515268+sfeilmeier@users.noreply.github.com>
Reviewed-by: Hueseyin Sahutoglu <34771592+huseyinsaht@users.noreply.github.com>
Reviewed-by: Stefan Feilmeier <3515268+sfeilmeier@users.noreply.github.com>
Co-authored-by: Michael Grill <59126309+michaelgrill@users.noreply.github.com>
Co-committed-by: Michael Grill <59126309+michaelgrill@users.noreply.github.com>
- Add `Simulator.Predictor` that uses a `Datasource` to provide a simulated prediction
- This implementation allows testing prediction-based features and can be used to fake Production or Consumption for a prediction-based Controller like Time-of-Use.

Reviewed-by: Sagar Venu <32655208+venu-sagar@users.noreply.github.com>
Copy link

codecov bot commented Sep 10, 2024

Codecov Report

Attention: Patch coverage is 59.96835% with 506 lines in your changes missing coverage. Please review.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #2788      +/-   ##
=============================================
+ Coverage      55.91%   56.12%   +0.21%     
- Complexity      8052     8200     +148     
=============================================
  Files           2079     2103      +24     
  Lines          87955    89017    +1062     
  Branches        6502     6560      +58     
=============================================
+ Hits           49170    49949     +779     
- Misses         37094    37411     +317     
+ Partials        1691     1657      -34     

@sfeilmeier sfeilmeier merged commit e5160e4 into develop Sep 10, 2024
4 checks passed
@sfeilmeier sfeilmeier deleted the feature/fems-backports branch September 10, 2024 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant