You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under certain circumstances, it makes sense to release part of the stored emergency power reserve for in-house consumption.
Currently, the tag EP_PARAM_EP_RESERVE_W
can already be changed. However, this is not accepted by the system. After a short time, the initial value is displayed again.
If changes are made directly via the system, EP_PARAM_EP_RESERVE_W is always changed in addition to the EP_PARAM_EP_RESERVE. This tag cannot currently be changed, it is read only.
It may be possible to solve the problem if EP_PARAM_EP_RESERVE is defined as read/write.
Please check and consider as a feature request.
regards
Franc
The text was updated successfully, but these errors were encountered:
@Taffmailer, thank you for your contribution, I will try to make EP_PARAM_EP_RESERVE read/write.
However please note that currently, all objects under EP.PARAM_0 are read-only - meaning, you can change the values in ioBroker, but the adater has no means to write them. This is reflected by the roles value and indicator. Writable pendants are level and switch.
I did a first implementation of read/write for PARAM_EP_RESERVE. Works on my S10. Note that PARAM_EP_RESERVE_W changes accordingly. Because it is an energy [Wh] value (not a power [W] value), I am thinking about renaming it to PARAM_EP_RESERVE_WH. The tag is not listed in the official tag list, so I assume it was named using best guess.
Under certain circumstances, it makes sense to release part of the stored emergency power reserve for in-house consumption.
Currently, the tag EP_PARAM_EP_RESERVE_W
can already be changed. However, this is not accepted by the system. After a short time, the initial value is displayed again.
If changes are made directly via the system, EP_PARAM_EP_RESERVE_W is always changed in addition to the EP_PARAM_EP_RESERVE. This tag cannot currently be changed, it is read only.
It may be possible to solve the problem if EP_PARAM_EP_RESERVE is defined as read/write.
Please check and consider as a feature request.
regards
Franc
The text was updated successfully, but these errors were encountered: