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

One more channel added to Modbus slave table of Symmetric ESS #2257

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

tsicking
Copy link
Contributor

@tsicking tsicking commented Jul 7, 2023

The channels MAX_APPARENT_POWER and CAPACITY were added to the Modbus slave table of SymmetricEss.
Reason: MAX_APPARENT_POWER is needed for controlling an Edge2EdgeEss from remote (otherwise there may is an exception from the power component), and CAPACITY is needed for the controller "Grid optimized charge".

# Conflicts:
#	io.openems.edge.ess.api/src/io/openems/edge/ess/api/SymmetricEss.java
@tsicking tsicking changed the title Two more channels added to Modbus slave table One more channel added to Modbus slave table of Symmetric ESS Jan 23, 2025
@tsicking tsicking requested a review from clehne January 23, 2025 12:29
@tsicking
Copy link
Contributor Author

I've updated this PR. CAPACITY has already been added by now. With this PR, setting the maximum apparent power in Edge2EdgeEssImpl.java can be omitted.

Copy link

codecov bot commented Jan 23, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #2257      +/-   ##
=============================================
- Coverage      57.03%   57.02%   -0.01%     
+ Complexity      9810     9804       -6     
=============================================
  Files           2279     2279              
  Lines          97390    97390              
  Branches        7055     7055              
=============================================
- Hits           55538    55527      -11     
- Misses         39809    39821      +12     
+ Partials        2043     2042       -1     

@clehne
Copy link
Contributor

clehne commented Jan 24, 2025

@sfeilmeier Same here (see my comment on #2265). This PR is also old and it simply may have got lost in the crowd of PRs last year? Without this the Edge2EdgeEss will not work.

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.

2 participants