-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModfile.yaml
102 lines (94 loc) · 1.96 KB
/
Modfile.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
modfileVersion: "v1"
id: github.com/SENERGY-Platform/mgw-smart-meter-dc
name: Smart Meter Device Connector
description:
version: v1.0.11
type: add-on
deploymentType: single
services:
connector:
name: Connector
image: ghcr.io/senergy-platform/smart-meter-dc:v1.0.10
dependencies:
github.com/SENERGY-Platform/mgw-mqtt-broker:
version: <v2.0.0
requiredServices:
broker:
- refVar: CONF_MSGBROKER_HOST
services:
- connector
hostResources:
serial:
userInput:
name: Serial
targets:
- mountPoint: "/dev/reader"
services:
- connector
configs:
brokerPort:
dataType: int
value: 1883
targets:
- refVar: CONF_MSGBROKER_PORT
services:
- connector
userInput:
type: number
name: Port of the MQTT broker
logger:
dataType: string
value: "info"
options:
- "warning"
- "info"
- "error"
- "debug"
targets:
- refVar: CONF_LOGGER_LEVEL
services:
- connector
userInput:
type: text
name: Logger Level
startDelayEnabled:
dataType: string
value: "True"
options:
- "True"
- "False"
targets:
- refVar: CONF_STARTDELAY_ENABLED
services:
- connector
userInput:
type: text
name: Timeout between retries to start operator
discoveryDevicePrefix:
dataType: string
targets:
- refVar: CONF_DISCOVERY_DEVICE_ID_PREFIX
services:
- connector
userInput:
type: text
name: Device Prefix
deviceType:
dataType: string
targets:
- refVar: CONF_SENERGY_DT_LGZXZMF100AC
services:
- connector
userInput:
type: text
name: Device Type
discoveryBasePath:
dataType: string
value: /dev/reader
targets:
- refVar: CONF_DISCOVERY_FULL_PATH
services:
- connector
userInput:
type: text
name: Device Type