-
Notifications
You must be signed in to change notification settings - Fork 24
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
adding "action:9" to switch back to schedule after manually pausing #42
Conversation
When you run scheduled sessions, but also optimize the prizing using EPEX Spot pricing to manually start and stop charing the charger does not return back into the desired "Scheduled" state (state code 179), but stays in paused (cde 182). with the new function you can put the charger back into the desired scheduled state.
Fix #41 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Can you please add a description for this method to the README.md? README.md
Cool thx for that! (I have contributed the change to https://github.com/SKB-CGN/wallbox for the action 9) We may have others because the API has added some endpoints especially to check the state of the charge to see if the command 9 is successful, strangely they are using the session object to prob it in the iOS App. |
I did a test in my environment where I'm not connected to any inverter or solar panels, I'm just using it for scheduling the time to charge as my energy costs are cheaper at 1am. The function basically resets the status of the charger back to the "scheduled and eco smart" mode. |
Great, I am looking for the same functionnality, as I need to stop the ecomode, unless my home battery keeps depleting, as the charger always sees energy available. |
@Philippe59710fr : this one may not allow you to stop the eco mode, it is another API, I'll probably open a PR on it too (now the API is available to set and toggle the EcosSmart mode you need), I'm just waiting for @cliviu74 to merge the 4 current PR we have. Will update the Wallbox API doc in https://github.com/SKB-CGN/wallbox too. |
When you run scheduled sessions, but also optimize the prizing using EPEX Spot pricing to manually start and stop charing the charger does not return back into the desired "Scheduled" state (state code 179), but stays in paused (cde 182).
with the new function you can put the charger back into the desired scheduled state as documented here: https://github.com/SKB-CGN/wallbox