-
Notifications
You must be signed in to change notification settings - Fork 35
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
triggerConnectorLocking & triggerConnectorUnlocking #23
Comments
Hi,
|
@uhi22 Hello I read and adjust data with the 30 kW power module canbus. At what point can I make an addition to the fsmevse software to give it power? |
Let me make an example. The fsmPev sends a CurrentDemandRequest via the powerline communication to the fsmEvse. The currentDemandRequest contains the settings of voltage and current, which the car (or more precise: the cars battery management system BMS) thinks is good for the battery. The fsmEvse should take the voltage and current values and forward it to the power supply unit, in your case maybe via CAN to the "30 kW power module". |
@uhi22 Thank you for your answer. |
@uhi22 A special configuration was required for the plc module to transmit slac messages. I saw the steps to be followed for this, but I did not fully understand it. Do I need to connect Raspberry Pi to the plc module via ethernet and write commands at http://github.com/qca/open-plc-utils? |
Short answer: yes, you install the qca tool from this link on your raspberry, connect it via ethernet cable to the adapter and run the read/patch/write commands on the raspberries command shell. Long answer: there are a lot of html pages with explanations included in the qca tool. EDIT: Extended the related documentation here: https://github.com/uhi22/pyPLC#step-by-step Regarding the JSON question, added an question/answer in the FAQ: https://github.com/uhi22/pyPLC#q7-the-pyplc-seems-to-create-json-data-by-processing-the-hexadecimal-data-of-receive-data-array-how-does-it-do-this |
Question seems to be answered, closing. |
@uhi22
Hello again UHI
I'm thinking of making changes on the hardware side.
I need to look at fsmPev.py for the charging station software because the Response commands are there. FsmEvse.py Request commands appear.
Do the connector unlocking and closing functions unlock the connectors inside the vehicle or do they perform an operation at our charging station?
The text was updated successfully, but these errors were encountered: