-
Found by eslint
> C:\SAPDevelop\gitwork\chargeangels\ev-server\src\entity\ChargingStation.js
> 788:5 warning 'timeDiffDuration' is never reassigned. Use 'const' instead prefer-const
> …
-
Currently, both have mutable fields (e.g. `var storedEnergy`), which could lead to very bad outcomes and also makes testing more difficult than it needs to be.
-
in `ChargingStation.js`, the function `requestGetConfiguration` is called without providing params.
Running `OCPPSoap15Test.js` will pass but if you check the logs you can see:
```
{ source: u…
-
Hello.
We've been trying to setup smart charging in our system. Everything else works well.
If I understood it right from the frontend, it asks for: chargingStation.capabilities.supportChargingP…
-
Hello together,
the server and the dashboard are working. I have connected a DC charging station with 350KW. The plug type is CCS type 2. 900 volts and 500 amps are the maximum possible.
Is there …
-
When I build sumo's latest git version using cmake or brew with gcc instead of clang, I get an error.
With clang, it builds without errors (but I am limited to single-threading due to: #10334
Cm…
-
SiteAreas don't contain lists of ChargingStation objects anymore, and the paremeter WithChargingStations seems to be there still.
This is the API call I've been successfully using for a year basicall…
-
![image](https://user-images.githubusercontent.com/26343034/161266213-db19ee39-b0d1-4095-9477-7145bdc48b8a.png)
could you explain the reason of this code. Why should we try 2 times.
here I only…
-
Hello everyone! I tried some function on ev-server but i receive some error like below. it is seems about schema but I don't now exactly.
What is the problem?
Action: Delete Station
Error: "Ca…
-
To Read ChargingStation's data, We need to get intact data.