13.2.37. powermeter

This interface defines a generic powermeter for 5 wire TN networks.

13.2.37.1. Variables

powermeter:object (powermeter-Powermeter)
Measured dataset
There is an extended definition for this object here.
public_key_ocmf:string
The public key for OCMF

13.2.37.2. Commands

start_transaction:object
Starts a transaction on the power meter (for signed metering according to German Eichrecht)
value:object <required> (powermeter-TransactionReq)
All information that should be included in the signed OCMF packet
There is an extended definition for this object here.
True on success, False if transaction could not be started in the power meter
There is an extended definition for this object here.
stop_transaction:object
Stop the transaction on the power meter and return the signed metering information. If the transaction id is an empty string, all ongoing transaction should be cancelled. This is used on start up to clear dangling transactions that might still be ongoing in the power meter but are not known to the EvseManager.
transaction_id:string <required>
Transaction id
Response to transaction stop request including OCMF string.
There is an extended definition for this object here.