11.1.17. LemDCBM400600

Module implementing the LEM DCBM 400/600 power meter driver adapter via HTTP.

For a detailed handwritten documentation see here

11.1.17.1. Module Configuration

ip_address:string <required>
IP Address of the power meter API.
port:integer <optional>
default: 80
Port of the power meter API.
meter_tls_certificate:string <optional>
default: “”
The DCBM’s HTTPS certificate, in PEM format. If provided, HTTPS will be used. If left empty, regular HTTP will be used. Note that this does not affect the default port - specify a port explicitly if you wish to use a port other than 80.
ntp_server_1_ip_addr:string <optional>
default: “”
The IPv4 address (in 4-octet form W.X.Y.Z) of the first NTP server to use for time sync. If this is left empty, NTP will not be configured on the DCBM - its time will be synced with EVerest’s system time instead.
ntp_server_1_port:integer <optional>
default: 123
The port (1-65535) of the first NTP server.
ntp_server_2_ip_addr:string <optional>
default: “”
The IPv4 address (in 4-octet form W.X.Y.Z) of the second NTP server to use for time sync. This is ignored if ntp_server_1_ip_addr is empty.
ntp_server_2_port:integer <optional>
default: 123
The port (1-65535) fof the second NTP server.
resilience_initial_connection_retries:integer <optional>
default: 25
For the controller resilience, the number of retries to connect to the powermeter at module initialization.
resilience_initial_connection_retry_delay:integer <optional>
default: 10000
For the controller resilience, the delay in milliseconds before a retry attempt at module initialization..
resilience_transaction_request_retries:integer <optional>
default: 3
For the controller resilience, the number of retries to connect to the powermeter at a transaction start or stop request.
resilience_transaction_request_retry_delay:integer <optional>
default: 250
For the controller resilience, the delay in milliseconds before a retry attempt at a transaction start or stop request.

11.1.17.2. Provides

This is the main unit of the module

11.1.17.3. Metadata

11.1.17.3.1. Authors

Valentin Dimov, valentin.dimov@pionix.de

11.1.17.3.2. License