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]: number.solax_export_control_user_limit maximum in multiple inverters master slave setup #858

Closed
a1bert01 opened this issue Apr 11, 2024 · 2 comments
Labels
bug Something isn't working solax

Comments

@a1bert01
Copy link

Describe the bug

solax_export_control_user_limit maximum is 16500 (hardcoded) but as I have 3 invertors connected (in master - slave setup) real maximum should be 3x16500 = 49500

it can be set by original application (and is read corectly by integration) but it cannot be set by integration itself

Integration Version

2023.09.3

Homeassistant core version

2023.7.3

Inverter brand

Solax Power

Plugin used

plugin_solax.py

Serial prefix

H34A15

Inverter firmware versions

33

Connection Method

Dongle firmware

Detailed Error Log

No response

Additional context

No response

@a1bert01 a1bert01 added bug Something isn't working solax labels Apr 11, 2024
@romankysely
Copy link

romankysely commented Apr 11, 2024

I resolved the same trouble that way:
Look there first: https://homeassistant-solax-modbus.readthedocs.io/en/latest/solax-G4-operation-modes/
Then Enable SolaX Config Max Export at Integration (at my case is it max. 50kW). Be aware that enabled entity is showen at Diagnostic section! Setup power as you need it a than change slider SolaX Export Control User Limit to requested value (or automations...). Initial maximum ( in my case 2x X3-Gen4 12kW is set 15.000) because this https://github.com/wills106/homeassistant-solax-modbus/blob/main/custom_components/solax_modbus/plugin_solax.py#L329

I am very interesting of your experince with PM (Parallel Mode) because there is not so much instalations. I am going to open topic with sensor sensor.solax_pm_i2_battery_current_charge which has often shoots value to 6400Amper!! And other issues with PM mode...

@a1bert01
Copy link
Author

oops I have not noticed "SolaX Config Max Export", thanks!

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

2 participants