OCPPExtensionExample¶
This is an example module that shows how the OCPP module of EVerest could be extended using the DataTransfer functionality and custom configuration keys
Auto-Generated Reference¶
Module Configuration¶
enable: boolean <optional>
default: True
enable/disable monitoring
mutability:ReadWrite
poll_interval: number <optional>
default: 0.5
Polling interval in seconds
mutability:ReadWrite
id: integer <optional>
default: 100
Integer ID
mutability:ReadWrite
keys_to_monitor: string <optional>
default: “HeartbeatInterval,SecurityProfile,ExampleConfigurationKey”
Comma separated list of keys that should be monitored
mutability:ReadWrite
Provides¶
data_transfer: ocpp_data_transfer
OCPP data transfer
Requirements¶
ocpp: ocpp 1
data_transfer: ocpp_data_transfer 1