OPEV LoadControl 'IsLimitChangeable' parameter provided not used #160
Unanswered
SmartlabEnedis
asked this question in
Q&A
Replies: 1 comment
-
Hi,
Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We implemented a software compliant with OPEV test case using eebus-go.
The software communicates with EVBox Livo wallbox.
We use the method *func (e OPEV) WriteLoadControlLimits() to write current limitation for the Electric Vehicle and we use the method *func (e OPEV) LoadControlLimits() to read the current limitation applied.
We notice a difference on the parameter IsChangeable from the structure LoadLimitsPhase.
As we dig inside the eebus-go source code (v0.7.0) we noticed that the parameter IsChangeable is never used in the function func WriteLoadControlPhaseLimits().
In this function the variable newLimit (line 269) never set the parameter IsLimitChangeable from input variable limits.
Is this normal ? How can we force this parameter to be taken into account ?
Beta Was this translation helpful? Give feedback.
All reactions