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

Power control gets overruled #232

Open
RedWheiler80 opened this issue Apr 29, 2024 · 11 comments
Open

Power control gets overruled #232

RedWheiler80 opened this issue Apr 29, 2024 · 11 comments

Comments

@RedWheiler80
Copy link

Thank you for your work.

I've connected my inverter with home assistant and everything works great except...

When I change the number for the 'power control' it does work, but gets overruled by the inverter itself after a couple of seconds back to 100%.

Seems like I'm overlooking some setting I think...

@Stievo9997
Copy link

I've got exact same issue. It worked before, but now for some reasons it's get overruled after a few seconds and is goes back to 100%

@knilessew
Copy link

Same over here. Even if I set the value on the inverter itself.. HA keeps it at 100%.

@gijsrrr
Copy link

gijsrrr commented May 1, 2024

Same over here, nothing in the debug logs from HA that it's "resetting" to 100.

@sk72
Copy link

sk72 commented May 1, 2024

Isn't this related to this remark in the documentation?
Power control is disabled by default. It can be enabled in the configuration of this integration by setting power_control to true. When power control is enabled number.solaredge_active_power_limit is available in Home Assistant for reading and writing. The actual value of the active power limit is read together with the other values of the inverter.

Now I only need to figure out where I can put this config line...

@gijsrrr
Copy link

gijsrrr commented May 1, 2024

Isn't this related to this remark in the documentation? Power control is disabled by default. It can be enabled in the configuration of this integration by setting power_control to true. When power control is enabled number.solaredge_active_power_limit is available in Home Assistant for reading and writing. The actual value of the active power limit is read together with the other values of the inverter.

Now I only need to figure out where I can put this config line...

You need to put it in
.storage\core.config_entries

Mine looks as such (I have power control set to TRUE)
{ "entry_id": "<REDACTED>", "version": 1, "minor_version": 1, "domain": "solaredge_modbus", "title": "solaredge", "data": { "name": "solaredge", "host": "<REDACTED>", "port": 1502, "modbus_address": 1, "read_meter_1": false, "read_meter_2": false, "read_meter_3": false, "read_battery_1": false, "read_battery_2": false, "power_control": true, "scan_interval": 30 },

I'm still not able to adjust the power control entry, this did work before.

@Stievo9997
Copy link

Stievo9997 commented May 2, 2024

I did followed : https://github.com/binsentsu/home-assistant-solaredge-modbus?tab=readme-ov-file#enabling-power-control-on-solaredge-inverter

So i enabled Reactive power mode to RRCR, but it is still not working.
The only thing which i couldn't find is Power Control to enable.

I also added the power control to true in .storage\core.config_entries, but also no difference.

But the strange thing is, that it worked before,

I found someone with the same issue: https://community.homey.app/t/app-pro-solaredge-growatt-tcp-modbus/45487/945 he enabled all the possible things in the inverter. After that it worked, but dont know what the specfic setting is to make this work again

@gijsrrr
Copy link

gijsrrr commented May 2, 2024

Also could not find power control in the SE SetApp but Reactive Power was already set to RRCR. Same as @Stievo9997 it has worked before on my end. It just stopped working one day.

@leroyraw
Copy link

leroyraw commented May 15, 2024

Got the same issue. It all worked as intended before, but it seems something has changed on the Solar Edge side, seen it briefly sets the Active Power Limit, for example to 0. I really quickly see the power going to 0 as well, and a second later it is back at 100%.

All worked perfect before, nothing has changed, except the option in the Solar Edge app to fill in your power supplier contract and shut the panels off based on ENTSO-E dynamic prices. I suspect the cause of this issue is in there somewhere, since they control the Active Power Limit via this setting.

In the provided link before I see the developer talking about a different setting that can be used for that now, which is called Power Reduce, that might be the way to solve this issue?

@mourmeer
Copy link

where do I find: .storage\core.config_entries ??

@biemond
Copy link

biemond commented May 25, 2024

looks like some settings are sticky or changed after something was done on the solaredge mobile app.

This user had success by doing a reset of the inverter.

biemond/solaredge.modbus#73 (comment)

Indeed, something seems to stick after using tariff optimization. And it seemingly is not in de modbus communication but in the power control. And seems to be an invisible setting, reset when reloading the default power control settings. Nice to know.

@infoedkok
Copy link

Hi, I am using solaredge modbus integration on a docker in Synology and it works fine with me!
I can change "solaredge (Active Power Limit)" manually from e.g 100%to 50%. And after some seconds, I see an actual decrase of sun energy production . Worked with different versions of HA and the integration.

ONE TIP: perhaps you should check your access rights to your SolarEdge installation. You can only change such inverter paramaters if you are the "system owner". If not, ask solar edge support or your SE dealer.

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

No branches or pull requests

9 participants