diff --git a/scripts/ev_charging_simulator.py b/scripts/ev_charging_simulator.py index 08e47d8..345883f 100644 --- a/scripts/ev_charging_simulator.py +++ b/scripts/ev_charging_simulator.py @@ -28,6 +28,11 @@ EVSE_CONFIG = { 68: {"cp_id": "CP008", "max_power": 11, "location": "Sainte-Marie Nord"}, 69: {"cp_id": "CP009", "max_power": 11, "location": "Ducos Sud"}, 70: {"cp_id": "CP010", "max_power": 11, "location": "Le Robert Nord"}, + 93: {"cp_id": "CP011", "max_power": 22, "location": "Fort-de-France Est"}, + 94: {"cp_id": "CP012", "max_power": 22, "location": "Lamentin Sud"}, + 95: {"cp_id": "CP013", "max_power": 11, "location": "Sainte-Marie Est"}, + 96: {"cp_id": "CP014", "max_power": 11, "location": "Ducos Nord"}, + 97: {"cp_id": "CP015", "max_power": 11, "location": "Le Robert Nord"}, } # Session state for each EVSE