You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is my understanding that this should not happen, because I installed everything with Docker:
Note that if Docker is used, the command make run will try to get the .env file. The command make dev will fetch the contents of .env.dev.docker - thus, in this case, the user does not need to create a .env file, as Docker will automatically fetch the .env.dev.docker one.
Maybe the make dev command is the problem. When running make dev the last line of the console output is: iso15118_evcc_1 exited with code 0
Is this correct? Is this the expected output? The execution of the command stops. Terminating the command with ctrl+c outputs
Gracefully stopping... (press Ctrl+C again to force)
Stopping iso15118_secc_1 ... done
Stopping iso15118_redis_1 ... done
Using Docker desktop I see the same thing, secc_1 and redis_1 running and evcc_1 exited.
Is this the expeected behaviour? If it is, I would appreciate some help to understand how to use this project. My goal is to understand how the communication between EV and EVSE according to ISO 15188
The text was updated successfully, but these errors were encountered:
Hi. I cloned the repository and followed the instructions to install with Docker.
I have a problem when running
make run
, I get the following message:It is my understanding that this should not happen, because I installed everything with Docker:
Maybe the
make dev
command is the problem. When runningmake dev
the last line of the console output is:iso15118_evcc_1 exited with code 0
Is this correct? Is this the expected output? The execution of the command stops. Terminating the command with ctrl+c outputs
Using Docker desktop I see the same thing, secc_1 and redis_1 running and evcc_1 exited.
Is this the expeected behaviour? If it is, I would appreciate some help to understand how to use this project. My goal is to understand how the communication between EV and EVSE according to ISO 15188
The text was updated successfully, but these errors were encountered: