-
Notifications
You must be signed in to change notification settings - Fork 23
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
Writing Value for EMS_EP_RESERVE #68
Comments
After several attempts I did it like that and it worked, setting EP Reserve to 1650 Wh:
Idea borrowed from here: https://github.com/nischram/E3dcGui/blob/1ed3dc163287f7227b303e22d4ff20c650143ad0/Rscp/RscpSet.cpp#L105 |
You are my hero ;) Thanks. |
Only thing is that for some reason the new value does not update on the touch screen UI, but it actually works. |
I can confirm this. Also reading the set value was a bit difficult. For me it work perfectly now. |
Using this you can get the Wh reserve setting:
The |
I tried to write the value for Emergency-Power-Reserve via RSCP to my E3DC
Reading the value works fine.
But if I try to write, I always get NULL back and the value don't change.
Can anybody help me please? Thanks in advance.
I have found that this value is % of the installed batterie capacity, and it is given als float32 eg 25.00 etc.
The text was updated successfully, but these errors were encountered: