API commands (limit types) to set limit #742
Replies: 3 comments
-
just do to set the limit: r = requests.post( |
Beta Was this translation helpful? Give feedback.
-
Searched the same and found this: https://github.com/tbnobody/OpenDTU/blob/1f1227fa104cda435df7132ddfa011524a262554/lib/Hoymiles/src/commands/ActivePowerControlCommand.h So, should be correct. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have searched for the limit types for the API command to set the limit.
I have found these limit types (see below), are they correct? I don't want to damage the memory of the inverter
by writing to often a persistant limit, therfore it is important to know the code for the non persitant limits.
Thank you!!
limit_type = 0 AbsoluteNonPersistent
limit_type = 1 RelativeNonPersistent
limit_type = 256 AbsolutePersistent
limit_type = 257 RelativePersistent
Beta Was this translation helpful? Give feedback.
All reactions