ocpi-python is a modern Python application that implements the Open Charge Point Interface (OCPI) protocol. It features the latest versions, including OCPI 2.3.0, 2.2.1, and 2.1.1, using FastAPI. This software helps you manage electric vehicle charging stations effectively. Whether youβre a Charging Point Operator or an Electric Mobility Service Provider, this tool simplifies your workflow.
To get started, you need to download and install the application. Follow these easy steps.
Click on the download link for your operating system. It could be a .exe file for Windows, a .dmg file for macOS, or a .tar.gz file for Linux.
The file will start downloading. Save it in a location you can easily access.
.exe file and follow the on-screen instructions to complete the installation..dmg file, drag the ocpi-python app to your Applications folder..tar.gz file, and run the following commands:
tar -xvzf ocpi-python.tar.gz
cd ocpi-python
./install.sh
Once installed, you may need to configure the application. This typically involves setting up your OCPI endpoints and credentials.
config.yaml).How to approach these settings can vary. Detailed guidance will be available in the configuration section of the app or within the documentation provided.
If you encounter any issues during installation or while using the application, consider these common problems and solutions:
Python Not Installed: Ensure you have Python 3.7 or later. Check by running python --version in your command line or terminal.
Permission Issues: If you face trouble accessing folders, run the installer or application as an administrator.
Slow Performance: Ensure that your internet connection is stable. Performance may degrade with poor connectivity.
Configuration Errors: Double-check your config.yaml for any typos or missing information.
Join our community for help and additional resources. You can find us on:
For more specific inquiries, feel free to contact us through our GitHub page or raise issues directly in the repository.
Remember, the Releases Page is where you will download the latest version, so check back often for updates!