.. _everest_modules_IsabellenhuetteIemDcr: ##################### IsabellenhuetteIemDcr ##################### | Module implements Isabellenhuette IEM-DCR power meter driver, connecting via HTTP/REST ************************* Handwritten Documentation ************************* .. include:: index.inc ************************ Auto-Generated Reference ************************ Module Configuration ==================== | **ip_address**: *string* | *default: "192.168.60.12"* | IPv4 Address of the power meter API. | **port_http**: *integer* | *default: 80* | HTTP-Port of the power meter API. | **timezone**: *string* | *default: "+0100"* | The timezone offset information according to ISO8601 (version without colon) for normal time. | **timezone_handle_DST**: *boolean* | *default: True* | Controls whether daylight saving time (DST) is handled or normal time is used continuously. | **datetime_resync_interval**: *integer* | *default: 2* | Interval for cyclic time resync in hours. | **resilience_initial_connection_retry_delay**: *integer* | *default: 10000* | For the controller resilience, the delay in milliseconds before a retry attempt at module initialization. | **resilience_transaction_request_retries**: *integer* | *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* | *default: 250* | For the controller resilience, the delay in milliseconds before a retry attempt at a transaction start or stop request. | **CT**: *string* | *default: "EVSEID"* | Charge point identification type (part of the signed OCMF data tuple). | **CI**: *string* | *default: "1234"* | Charge point identification (part of the signed OCMF data tuple). | **TT_initial**: *string* | *default: ""* | Initial tariff text. (Its current value is part of signed OCMF data tuple). | **US**: *boolean* | *default: False* | Controls whether UserID is shown on display or not. Provides ======== | **main**: :ref:`powermeter ` | This is the main unit of the module ******** Metadata ******** Authors ======= | Josef Herbert License ======= | https://opensource.org/licenses/Apache-2.0