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

Add extra settings fields #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

meee1
Copy link

@meee1 meee1 commented Apr 23, 2023

No description provided.

@@ -141,10 +141,19 @@ class ES(Inverter):
Integer("bp_pv_discharge", 38, "BP PV Discharge"),
Integer("bp_bms_protocol", 40, "BP BMS Protocol"),
Integer("power_factor", 42, "Power Factor"),
Integer("float_voltage", 44, "Float Voltage"),

Choose a reason for hiding this comment

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

Float voltage should be type Decimal with precision 10 (it's expressed in units of 0.1V)

Integer("grid_export_limit", 52, "Grid Export Limit", "W", Kind.GRID),
Integer("battery_soc_protection", 56, "Battery SoC Protection", "", Kind.BAT),
Integer("battery_soc_protection", 56, "Battery SoC Protection", "", Kind.BAT),
Integer("average_voltage", 60, "Average Voltage"),

Choose a reason for hiding this comment

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

Any idea what this represents? It shows on my inverter as 550, so too high to be PV or mains voltage, so I suspect it might be battery voltage, in which case it would represent 55.0V - i.e. in 0.1V units.

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