steve icon indicating copy to clipboard operation
steve copied to clipboard

Hello, I have difficulties to get the GetDiagnostic command working. In particular I do not know how to specify the "location" parameter (URI directory). Colud you please provide some examples and some notes about that? I have tried the ws, http, file:, URI types with no success.....

Open alegthb opened this issue 2 years ago • 1 comments

Checklist

  • [x] I checked other issues already, but found no answer/solution
  • [x] I checked the documentation and wiki, but found no answer/solution
  • [x] I am running the latest version and the issue still occurs
  • [ ] I am sure that this issue is about SteVe (and not about the charging station software or something unrelated to SteVe)

Specifications

SteVe Version     : ...
Operating system  : ...
JDK               : ...
Database          : ...

Expected Behavior

...

Actual Behavior

...

Steps to Reproduce the Problem

  1. ...
  2. ...
  3. ...

Additional context

...

alegthb avatar Sep 22 '22 14:09 alegthb

In particular I do not know how to specify the "location" parameter (URI directory). Colud you please provide some examples and some notes about that? I have tried the ws, http, file:, URI types with no success.....

alegthb avatar Sep 22 '22 14:09 alegthb

As an aside, in our test cases using this command, we found the charge stations (Wallbox) did not actually implement the command. So while it was accepted, it did not actually have any effect. When we queried the manufacturer they confirmed it wasn't implemented in their units.

shadsnz avatar Oct 18 '22 18:10 shadsnz

How is it supposed to be? The Charger POSTS the logs to the specified location?

mosea3 avatar Oct 25 '22 12:10 mosea3

Hello, sorry for the delay in my answer ..... I solved the issue. When the OCPP server send the GetDiagnostic request it also has to specify the URL of the FTP location where the charger has to upload the diagnostic file. In my case I use a local ftp site by Filezilla. In my case the URL must have the following format: ftp://<server_address>/<server_dir>|username|password. I was not setting the username and password correctly: the | character was missing and the access to the FTP was mot allowed. Now it is OK. Thanks Ale

alegthb avatar Oct 26 '22 12:10 alegthb

So, I can confirm the GetDiagnostic works great on SteVe and I'm happy about that!

alegthb avatar Oct 26 '22 12:10 alegthb