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

[Bug]: Export Limit Setting Changes Other Entity Ranges #1030

Open
Xeudoron opened this issue Sep 1, 2024 · 0 comments
Open

[Bug]: Export Limit Setting Changes Other Entity Ranges #1030

Xeudoron opened this issue Sep 1, 2024 · 0 comments
Labels
bug Something isn't working solax

Comments

@Xeudoron
Copy link

Xeudoron commented Sep 1, 2024

Describe the bug

Hello,

I'm encountering an issue related to setting the export limit on my energy system. My setup has an inverter capacity of 10kW, but the distributor-imposed export limit is only 6kW. Setting the export limit requires adjusting the number.solax_config_max_export entity to 600 to represent 6kW, referencing a separate bug (#922). However, this setting unexpectedly links and alters the ranges of other entities: number.solax_remotecontrol_active_power changes to <-15000; 600> Watts and number.solax_remotecontrol_import_limit shifts to <0; 600> Watts. For comparison, under normal conditions with number.solax_config_max_export set to 15000, the ranges for number.solax_remotecontrol_active_power are <-15000;15000> and for number.solax_remotecontrol_import_limit <0;15000>.

It appears that the number.solax_config_max_export entity acts as an upper limit for the operational ranges of the number.solax_remotecontrol_active_power and number.solax_remotecontrol_import_limit entities within the integration.

Currently, my workaround involves setting number.solax_config_max_export to 15000 under normal conditions and reducing it to 600 only to comply with export limits and avoid fines.

Ideally, these entities should operate independently to allow for precise control. For example in "Enabled Battery Control" mode, I would like to set the "Active Power" and "Import Limit" to 10000 for rapid battery charging, and to -6000 for discharging, aligning with system capabilities without unintended restrictions.

Please feel free to reach out if you have any questions or need further clarification.

Integration Version

2024.08.14

Homeassistant core version

2024.8.3

Inverter brand

SolaX Power

Plugin used

plugin_solax.py

Serial prefix

H34A10

Inverter firmware versions

DSP v1.35 ARM v1.34

Connection Method

Waveshare adapter

Dongle firmware

Unknown

Detailed Error Log

No response

Additional context

No response

@Xeudoron Xeudoron added bug Something isn't working solax labels Sep 1, 2024
@Xeudoron Xeudoron changed the title [Bug]: Export Limit Setting Incorrectly Changes Other Entity Ranges [Bug]: Export Limit Setting Changes Other Entity Ranges Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working solax
Projects
None yet
Development

No branches or pull requests

1 participant