-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathbrokers.json
More file actions
51 lines (51 loc) · 1.08 KB
/
brokers.json
File metadata and controls
51 lines (51 loc) · 1.08 KB
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
{
"hame-2024": {
"url": "@certs/hame-2024-url",
"ca": "@certs/ca.crt",
"cert": "@certs/hame-2024.crt",
"key": "@certs/hame-2024.key",
"topic_prefix": "hame_energy/",
"client_id_prefix": "hm_",
"min_versions": {
"HMA": 0,
"HMB": 0,
"HMF": 0,
"HMJ": 0,
"HMG": 0,
"HMM": 0,
"HMN": 0,
"JPLS": 0
}
},
"hame-2025": {
"url": "@certs/hame-2025-url",
"ca": "@certs/ca.crt",
"cert": "@certs/hame-2025.crt",
"key": "@certs/hame-2025.key",
"topic_prefix": "marstek_energy/",
"local_topic_prefix": "hame_energy/",
"client_id_prefix": "mst_",
"topic_encryption_key": "@certs/hame-2025-topic-encryption-key",
"use_remote_topic_id_versions": {
"HMA": [226],
"HMF": [226],
"HMK": [226],
"HMJ": [108]
},
"min_versions": {
"HMA": 226,
"HME": 120,
"HMF": 226,
"HMI": 120,
"HMJ": 108,
"HMK": 226,
"HMG": 153,
"HMM": 135,
"HMN": 135,
"JPLS": 135,
"VNSE3": 0,
"VNSA": 0,
"VNSD": 0
}
}
}