13.1.97. ocpp_consumer_API¶
API for OCPP (consumer API)
For a detailed handwritten documentation see here
13.1.97.1. Module Configuration¶
cfg_communication_check_to_s:integer <optional>
default: 5
Maximum time between two communication check events. Values <= 0 disables communication checks.
cfg_heartbeat_interval_ms:integer <optional>
default: 1000
Interval between two heartbeat messages send by the API. Values <= 0 disable heartbeat.
cfg_request_reply_to_s:integer <optional>
default: 550
Maximum time between request and reply. After timeout the request is answered with a default response.
13.1.97.2. Provides¶
main:ocpp_data_transfer
Allows API clients to provide processed OCPP data transfers to EVerest.
generic_error:generic_error
Provides errors types for module communication status.
13.1.97.3. Requirements¶
ocpp:ocpp 1
data_transfer:ocpp_data_transfer 1