- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
24 lines
763 B
YAML
24 lines
763 B
YAML
description: >-
|
|
Using the "PacketSniffer" EVerest module it is possible to capture and
|
|
store the different packets on the PLC interface.
|
|
config:
|
|
device:
|
|
description: >-
|
|
The ethernet device on which the messages are to be captured
|
|
type: string
|
|
default: eth1
|
|
session_logging_path:
|
|
description: >-
|
|
Output directory for session capture dump files. Will be used only if not empty.
|
|
If empty, the logging path provided in the SessionStarted event will be used.
|
|
If no logging path is provided there either, no capture will be performed.
|
|
type: string
|
|
default: /tmp
|
|
requires:
|
|
evse_manager:
|
|
interface: evse_manager
|
|
metadata:
|
|
license: https://opensource.org/licenses/Apache-2.0
|
|
authors:
|
|
- Sebastian Lukas
|