Replies: 2 comments 22 replies
-
It'll be interesting to see what is supported with V2X use and the Quasar charger, change the When you have it working we can look at how we include in the codebase, perhaps an if statement based on whether an export measurand is selected on setup. |
Beta Was this translation helpful? Give feedback.
8 replies
-
Hi @junknik , just wondering if you got any further with this? I'm about to start on the same journey. I have a Quasar with the latest firmware and about to try to connect to my local HA server over OCPP. Did you fix the issue with discharging past -6A? |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Firstly a quick thank you to all of those involved in the project; I just installed the OCPP add-on and it appears that my charger has connected to it :)
After the installation of OCPP I noticed that the amount of data available is quite comprehensive. In particular I was interested by charger.Energy.Active.Export.register and charger.Power.Active>Export, which seemed to indicate that bi-directional chargers may be supported? We have a Quasar bi-directional charger and so this looked promising. It appears as though the current flowing to(from) the charger is set by charger.Maximum_Current. In the Wallbox app for the Quasar this figure can be set between -32A and 32A to allow control of discharging as well as charging. In the OCPP control the values are from 0 to 32A (understandably!) I am not sure but wondered whether modification of this control to allow a negative current to be set would allow me to set discharging on the Quasar. Would it be difficult to modify this?
I am happy to try out any modifications or debug things, but before I started exploring the code I thought I would ask in case such feature was already a WIP.
Thank you!
Neil
Beta Was this translation helpful? Give feedback.
All reactions