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

Change power supply mode #5

Closed
MhlTheOne opened this issue Apr 21, 2024 · 4 comments
Closed

Change power supply mode #5

MhlTheOne opened this issue Apr 21, 2024 · 4 comments

Comments

@MhlTheOne
Copy link

It would be very nice if you could switch the power supply mode between power supply and power storage.

@MhlTheOne
Copy link
Author

I use the following workaround: I set the automation on false. But here is some stupid behavior from Ecostream:
If solar input more than 600W, it will be throttled, because the it's limited to battery.

For this case i decided to set and increase an fix PermanentWatts value. For this i use automation false with value and change the following lines:
if not Automation:
NewPermanentWatts= 0
in:
if not Automation:
NewPermanentWatts = TotalPower * 10

@svenerbe
Copy link
Owner

i'm not sure if this is a good idea todo this in this script - in my case i run the script every 5 sec. changing of supply mode must be done outside of this script. maybe you can use this script and create a new one to change supply mode.

you can do that with the following SetCmdRequest:
{"sn": "HW513000SF767194","cmdCode": "WN511_SET_SUPPLY_PRIORITY_PACK","params": {"supplyPriority": 0}}

@svenerbe
Copy link
Owner

not an issue

@MhlTheOne
Copy link
Author

I don't need to change the supply priority anymore, because I use above workaround to set an fix new output.

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

2 participants