Open entropical opened 1 week ago
It's the intended behavior for now since there's no simulation at the connector level: lock/unlock, plug/unplug.
Fair enough. My use case involved potentially multiple remotestart/remotestop commands, which needs the connector to stay connected.
Tool works well in general though, thanks for your work.
One can do a PR adding a tunable at the charging station template level to not consider the car is unplugged at transaction stop.
Duplicate issue
Component
Simulator
Description
I am new to this simulator. I got it working, and it definitely seems promising.
The message flow is:
That StatusNotification Available is sent automatically, but this does not happen with the actual chargers we are using (ABB). StatusNotification is only sent when the physical connector is unplugged.
Logs from my server:
Version
latest
Node.js version
v22.3.0
System
System: OS: Linux 6.8 Ubuntu 22.04.5 LTS 22.04.5 LTS (Jammy Jellyfish) CPU: (12) x64 AMD Ryzen 5 7530U with Radeon Graphics Memory: 6.00 GB / 14.46 GB Container: Yes Shell: 5.1.16 - /bin/bash
Expected result
StatusNotification Available should NOT be sent automatically following a StopTransaction.
StopTransaction may be sent as a result of the RemoteStopTransaction, or the Stop button on the HMI on the charger.
Actual result
Simulator sent Status Notification Available
Steps to reproduce
No response
Attachments
No response