- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
66 lines
2.0 KiB
YAML
66 lines
2.0 KiB
YAML
description: Iskra meter
|
|
config:
|
|
powermeter_device_id:
|
|
description: The address of the device on the modbus
|
|
default: 33
|
|
type: integer
|
|
ocmf_format_version:
|
|
description: Version of the data format in the representation.
|
|
default: "1.0"
|
|
type: string
|
|
ocmf_gateway_identification:
|
|
description: >-
|
|
Identifier of the manufacturer for the system which has generated the
|
|
present data.
|
|
default: ""
|
|
type: string
|
|
ocmf_gateway_serial:
|
|
description: Serial number of the above mentioned system.
|
|
default: ""
|
|
type: string
|
|
ocmf_gateway_version:
|
|
description: >-
|
|
Version designation of the manufacturer for the software.
|
|
default: ""
|
|
type: string
|
|
ocmf_charge_point_identification_type:
|
|
description: >-
|
|
Type of the specification for the identification of the charge point.
|
|
default: "EVSEID"
|
|
type: string
|
|
ocmf_charge_point_identification:
|
|
description: >-
|
|
Identification information for the charge point. If you set it to `EVSEID`
|
|
it will be overwritten by the evse-id provided by `TransactionReq`
|
|
default: ""
|
|
type: string
|
|
communication_errors_threshold:
|
|
description: The maximum number of consecutive errors allowed before a persistent error is reported
|
|
default: 10
|
|
type: integer
|
|
lcd_main_text:
|
|
description: Text to display when there is no transaction. At most 8 chars.
|
|
type: string
|
|
default: ""
|
|
lcd_label_text:
|
|
description: Label to display when there is no transaction. At most 4 chars.
|
|
type: string
|
|
default: ""
|
|
read_meter_values_interval_ms:
|
|
description: How often to read the meter values in milliseconds. The refresh rate of WM3M4C is ~1 second.
|
|
type: integer
|
|
default: 5000
|
|
minimum: 1000
|
|
provides:
|
|
meter:
|
|
description: Implementation of the driver functionality
|
|
interface: powermeter
|
|
requires:
|
|
modbus:
|
|
interface: serial_communication_hub
|
|
metadata:
|
|
license: https://opensource.org/licenses/Apache-2.0
|
|
authors:
|
|
- embedded@qwello.eu
|
|
enable_external_mqtt: false
|