Skip to content
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

Feature request to support Changing "e3dc-rscp.0.EMS.MANUAL_CHARGE_ACTIVE" parameter #184

Closed
bwarnsing opened this issue Sep 30, 2023 · 8 comments
Assignees
Labels
enhancement New feature or request high prio Item is near top of backlog
Milestone

Comments

@bwarnsing
Copy link

Describe the bug/ It is not a bug
In current version the paramter e3dc-rscp.0.EMS.MANUAL_CHARGE_ACTIVE is not writeable.
Would be great to make that changable/ writeable.

Versions:

  • E3/DC model and battery type : S10 / Panasonic
  • Adapter version: 1.2.3
  • JS-Controller version: 4.0.24
  • Node version: v16.20.2
  • Operating system: Linux

Additional context
I need that writeable to charge Battery from Grid if Stock prices go down!

@git-kick
Copy link
Owner

git-kick commented Oct 2, 2023

Thanks for your request.

To start manual charge, REQ_START_MANUAL_CHARGE must be sent to the E3/DC. I will do my best to add this to the next release.

@git-kick git-kick self-assigned this Oct 2, 2023
@git-kick git-kick added enhancement New feature or request high prio Item is near top of backlog labels Oct 2, 2023
@git-kick git-kick added this to the V1.2.4 milestone Oct 2, 2023
@git-kick
Copy link
Owner

git-kick commented Oct 8, 2023

Note: according to the E3/DC App, manual charging is a testing function and executed only once a day.
(I did not confirm this by own testing.)

@bwarnsing
Copy link
Author

thanks for letting me know. I'm aware. Let me know if you need somebody to test or play.

@git-kick
Copy link
Owner

git-kick commented Oct 8, 2023

You can try starting a manual charge:
https://github.com/git-kick/ioBroker.e3dc-rscp/tree/Issue%23184
Just enter a value (Wh) at e3dc-rscp.0.EMS.SET_MANUAL_CHARGE_ENERGY

It worked for me, but only once, as announced.
But the code is not finalized yet (naming, reset energy value after charging is finished, ack energy value after it was confirmed)
(I pause working on it now...may take some time)

@bmause
Copy link

bmause commented Oct 9, 2023

Hallo, bin auch daran sehr Interessiert ein manuelles Laden mit den Tibberlink Adapter und nach besten Preis zu laden.
So ganz habe ich die Datenpunkte zum manuellen Laden per Skript noch nicht gefunden.
EMS.SET_MANUAL_CHARGE_ENERGY = e3dc-rscp.0. EMS.MANUAL_CHARGE_ENERGY_COUNTER ? REQ_START_MANUAL_CHARGE = habe ich noch nicht gesehen in den Adapter
installierte Version 1.2.3

@git-kick
Copy link
Owner

@bmause: ja, kann noch nicht da sein, kommt (frühestens) mit V1.2.4, siehe oben

@git-kick
Copy link
Owner

Code for this feature is now completed and merged to the master branch.
Note that the object is now called e3dc-rscp.0.EMS.MANUAL_CHARGE_ENERGY (without "SET")

Will be released with v1.2.4, sooner or later ;-)

@git-kick
Copy link
Owner

Implemented in v1.2.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high prio Item is near top of backlog
Projects
None yet
Development

No branches or pull requests

3 participants