SAP / e-mobility-charging-stations-simulator

OCPP-J charging stations simulator
Apache License 2.0
125 stars 51 forks source link

[BUG] elementAddDelay should be elementStartDelay in the readme #1055

Closed bramley-jetcharge closed 1 month ago

bramley-jetcharge commented 2 months ago

Duplicate issue

Component

Simulator

Description

Just a minor one, but it was difficult to spot. The readme documents worker startup config elementAddDelay, but the field is actually called elementStartDelay.

This field is useful to add a delay between each charger connecting, so I don't DoS my ocpp server :)

Version

latest

Node.js version

not relevant

System

not relevant

Expected result

No response

Actual result

No response

Steps to reproduce

No response

Attachments

No response

jerome-benoit commented 2 months ago

I do not understand: the tunable was renamed to elementAddDelay with a deprecation warning on elementStartDelay. And the code properly handle elementAddDelay as elementStartDelay.

What is actually not working with the elementAddDelay tunable with the latest version?

jerome-benoit commented 1 month ago

Will be closed soon unless the reporter gives more information on the issue.