Skip to content

Instantly share code, notes, and snippets.

View BlueAndi's full-sized avatar
💭
reality.sys corrupt, rebooting universe ...

Andreas Merkle BlueAndi

💭
reality.sys corrupt, rebooting universe ...
View GitHub Profile
@BlueAndi
BlueAndi / easee_configure_local_ocpp.py
Last active June 3, 2025 22:28
Easee Local OCPP Configuration Tool
#!/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
"""