sap-labs-france / ev-server

The Open e-Mobility Charging Station management backend server (check also ev-dashboard and ev-mobile)
https://open-e-mobility.fr/
Apache License 2.0
156 stars 145 forks source link

EV-simulator not working only waiting #3442

Closed mytrkr0 closed 2 years ago

mytrkr0 commented 2 years ago

Hi Mr.Serge

i started ev-simulator npm start and it is started. image

but dashboard is not updating.

image

my config.json file is

{
  "supervisionURLs": [
    "ws://localhost:8010/OCPP16/623c52f5341fffb3b6ed2310"
  ],
  "distributeStationsToTenantsEqually": true,
  "performanceStorage": {
    "enabled": true
  },
  "chargingStationsPerWorker": 1,
  "workerProcess": "workerSet",
  "workerPoolMinSize": 4,
  "workerPoolMaxSize": 16,
  "stationTemplateURLs": [
    {
      "file": "siemens.station-template.json",
      "numberOfStations": 1
    },
    {
      "file": "keba.station-template.json",
      "numberOfStations": 2
    },
    {
      "file": "abb.station-template.json",
      "numberOfStations": 2
    },
    {
      "file": "evlink.station-template.json",
      "numberOfStations": 4
    },
    {
      "file": "schneider.station-template.json",
      "numberOfStations": 1
    }
  ],
  "logStatisticsInterval": 0,
  "logFile": "combined.log",
  "logErrorFile": "error.log"
}

and Central Systems config is

  "CentralSystems": [
    {

      "type" : "ocpp",
       "implementation": "json",
      "protocol": "ws",
      "host": "localhost",
      "port": 8010,
      "debug": false
    }
  ]

by the way what is supervisionURLs in config.json and how can i fill it so can you type like #3048

image

thank you for your answer

mytrkr0 commented 2 years ago

port states:

image

Logs:

image

nazlikrmn commented 2 years ago

If you haven't made any changes on the connection procedure, I think that the url you entered in the supervision URLs might be the problem. example pattern: OCPP16/tenantid/tokenid/chargingstation Did you try change that?

mytrkr0 commented 2 years ago

tenant and organisation are they equal ?

Zakichanu commented 2 years ago

Hi, can you tell me how did you fix this? @mytrkr0

Because I'm stuck with the same issue

Zakichanu commented 2 years ago

Just saw #3048 I understand the problem