9.12. JsCarSimulator¶
This module implements a Car simulator that can execute charging sessions using the yeti-simulation-control interface
9.12.1. Module Configuration¶
connector_id:integer
Connector id of the evse manager to which this simulator is connected to
auto_enable:boolean
default: False
Enable this simulation directly at start. Set to true for pure SIL configs, set to false for HIL.
auto_exec:boolean
default: False
Enable automatic execution of simulation commands at startup from auto_exec_commands config option.
auto_exec_commands:string
*default: *
Simulation commands, e.g. sleep 1;iec_wait_pwr_ready;sleep 1;draw_power_regulated 16,3;sleep 30;unplug
9.12.2. Provides¶
main:car_simulator
This implements the car simulator