This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/python3 | |
""" | |
Easee Local OCPP Configuration Tool | |
This script allows you to enable or disable the local OCPP feature on your Easee charger. | |
It also allows you to configure the URL and charge point ID for the local OCPP server. | |
Usage: | |
python easee_configure_local_ocpp.py <user_name> <password> | |
Details: https://github.com/easee/connect/discussions/2 | |
""" |