-
Notifications
You must be signed in to change notification settings - Fork 13
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
Parameter output power (persistent or non-persistent) #54
Comments
I was wondering about the same and tried to follow it up in the code, I ended up on a constant value 8 added to a request indicating that this is a power limit change request in If I understand correctly it is derived from this https://github.com/henkwiedig/Hoymiles-DTU-Proto/blob/main/SetPowerLimit.py But I'm none the wiser which limit is set, probably the transient one, but I don't knw |
TL;DR: It sets it via the permanent parameter. As of this moment, there is no way we know of to only set it temporarily. Long answer: The parameters and requests I took in the Unfortuntatley I did not yet find a solution to only temporarily set the power limit. |
Maybe the parameters |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
I would be interested to use the Parameter Outpur power. |
The output power of the inverter can be set via the openDTU with two different parameters: "permanent" (persistent) and "non-permanent" (non-persistent).
There is only one parameter, is it permanent or non-permanent.
If the permanent parameter is selected, the power is saved permanently in the inverter's internal EEPROM memory. For technical reasons, this type of memory has a limited number of write cycles.
Would it be possible to have both parameters?
See also under: https://martinteske-blog.de/home-assistant-nulleinspeisung-balkonkraftwerk/
The text was updated successfully, but these errors were encountered: