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

GoodWe ET write implementation #1077

Merged
merged 8 commits into from
Mar 13, 2020
Merged

Conversation

venu-sagar
Copy link
Contributor

Added apply power implementation
- adjusted according to different power modes based on the availability of PV.
Added Allowed charge/Discharge based on Max apparent power
Added Energy value registers (Production, consumption, grid buy and grid sell)
- a slight adjustment in the SUM implementation file (Energy values handler).

@sfeilmeier sfeilmeier changed the title Feature/goodwe write implementation GoodWe ET write implementation Mar 13, 2020
@sfeilmeier sfeilmeier merged commit 1aa2b88 into develop Mar 13, 2020
@sfeilmeier sfeilmeier deleted the feature/GoodweWriteImplementation branch March 13, 2020 14:03
@AttributeDefinition(name = "Modbus Unit-id", description = "Unit-id")
int unit_id() default GoodWeEtConstants.DEFAULT_UNIT_ID;

@AttributeDefinition(name = "Power Mode", description = "Mode of the power")
PowerModeEms Powermode() default PowerModeEms.AUTO;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@venu-sagar I see that this config setting is not used anywhere. Also from the description it is not clear what it is supposed to be. Can we remove it?

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