forked from energywebfoundation/origin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo-config.json
313 lines (313 loc) · 12 KB
/
demo-config.json
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
{
"complianceRegistry": "I-REC",
"currencies": [
"USD"
],
"country": {
"name": "Thailand",
"regions": {
"Northeast": [
"Amnat Charoen",
"Bueng Kan, Buri Ram",
"Chaiyaphum, Kalasin",
"Khon Kaen, Loei",
"Maha Sarakham",
"Mukdahan",
"Nakhon Phanom",
"Nakhon Ratchasima",
"Nong Bua Lamphu",
"Nong Khai",
"Roi Et",
"Sakon Nakhon",
"Si Sa Ket",
"Surin",
"Ubon Ratchathani",
"Udon Thani",
"Yasothon"
],
"North": [
"Chiang Mai",
"Chiang Rai",
"Lampang",
"Lamphun",
"Mae Hong Son",
"Nan",
"Phayao",
"Phrae",
"Uttaradit"
],
"West": ["Tak", "Kanchanaburi", "Ratchaburi", "Phetchaburi", "Prachuap Khiri Khan"],
"Central": [
"Sukhothai",
"Phitsanulok",
"Phichit",
"Kamphaeng Phet",
"Phetchabun",
"Nakhon Sawan",
"Uthai Thani",
"Ang Thong",
"Phra Nakhon Si Ayutthaya",
"Bangkok, Chai Nat",
"Lop Buri",
"Nakhon Pathom",
"Nonthaburi",
"Pathum Thani",
"Samut Prakan",
"Samut Sakhon",
"Samut Songkhram",
"Saraburi",
"Sing Buri",
"Suphan Buri",
"Nakhon Nayok"
],
"East": ["Chachoengsao", "Chanthaburi", "Chon Buri", "Prachin Buri", "Rayong", "Sa Kaeo", "Trat"],
"South": [
"Chumphon",
"Nakhon Si Thammarat",
"Narathiwat",
"Pattani",
"Phatthalung",
"Songkhla",
"Surat Thani",
"Yala",
"Krabi",
"Phang Nga",
"Phuket",
"Ranong",
"Satun",
"Trang"
]
}
},
"deviceTypes": [
["Solar"],
["Solar", "Photovoltaic"],
["Solar", "Photovoltaic", "Roof mounted"],
["Solar", "Photovoltaic", "Ground mounted"],
["Solar", "Photovoltaic", "Classic silicon"],
["Solar", "Concentration"],
["Wind"],
["Wind", "Onshore"],
["Wind", "Offshore"],
["Hydro-electric Head"],
["Hydro-electric Head", "Run-of-river head installation"],
["Hydro-electric Head", "Storage head installation"],
["Hydro-electric Head", "Pure pumped storage head installation"],
["Hydro-electric Head", "Mixed pumped storage head"],
["Marine"],
["Marine", "Tidal"],
["Marine", "Tidal", "Inshore"],
["Marine", "Tidal", "Offshore"],
["Marine", "Wave"],
["Marine", "Wave", "Onshore"],
["Marine", "Wave", "Offshore"],
["Marine", "Currents"],
["Marine", "Pressure"],
["Marine", "Thermal"],
["Solid"],
["Solid", "Muncipal waste"],
["Solid", "Muncipal waste", "Biogenic"],
["Solid", "Industrial and commercial waste"],
["Solid", "Industrial and commercial waste", "Biogenic"],
["Solid", "Wood"],
["Solid", "Wood", "Forestry products"],
["Solid", "Wood", "Forestry by-products & waste"],
["Solid", "Animal fats"],
["Solid", "Biomass from agriculture"],
["Solid", "Biomass from agriculture", "Agricultural products"],
["Solid", "Biomass from agriculture", "Agricultural by-products & waste"],
["Liquid"],
["Liquid", "Municipal biodegradable waste"],
["Liquid", "Black liquor"],
["Liquid", "Pure plant oil"],
["Liquid", "Waste plant oil"],
["Liquid", "Refined vegetable oil"],
["Liquid", "Refined vegetable oil", "Biodiesel (mono-alkyl ester)"],
["Liquid", "Refined vegetable oil", "Biogasoline (C6-C12 hydrocarbon)"],
["Gaseous"],
["Gaseous", "Landfill gas"],
["Gaseous", "Sewage gas"],
["Gaseous", "Agricultural gas"],
["Gaseous", "Agricultural gas", "Animal manure"],
["Gaseous", "Agricultural gas", "Energy crops"],
["Gaseous", "Gas from organic waste digestion"],
["Gaseous", "Process gas"],
["Gaseous", "Process gas", "Biogenic"],
["Thermal"],
["Thermal", "Internal combustion engine"],
["Thermal", "Internal combustion engine", "Non CHP"],
["Thermal", "Internal combustion engine", "CHP"],
["Thermal", "Steam turbine with condensation turbine"],
["Thermal", "Steam turbine with condensation turbine", "Non CHP"]
],
"flow": [
{
"type": "CREATE_ACCOUNT",
"data": {
"firstName": "Issuer",
"lastName": "Surname",
"telephone": "111-111-111",
"title": "Mr",
"email": "[email protected]",
"password": "test",
"organization": "Issuer",
"address": "0x9442ed348b161af888e6cb999951ae8b961f7b4b",
"privateKey": "0xc4b87d68ea2b91f9d3de3fcb77c299ad962f006ffb8711900cb93d94afec3dc3",
"rights": 32
}
},
{
"type": "CREATE_ACCOUNT",
"data": {
"firstName": "Device",
"lastName": "Manager",
"telephone": "111-111-111",
"title": "Mr",
"email": "[email protected]",
"password": "test",
"organization": "Device Manager Organization",
"address": "0x5b1b89a48c1fb9b6ef7fb77c453f2aaf4b156d45",
"privateKey": "0x622d56ab7f0e75ac133722cc065260a2792bf30ea3265415fe04f3a2dba7e1ac",
"rights": 12,
"notifications": true
}
},
{
"type": "CREATE_ACCOUNT",
"data": {
"firstName": "Device",
"lastName": "Manager 2",
"telephone": "111-111-111",
"title": "Mr",
"email": "[email protected]",
"password": "test",
"organization": "Device Manager Second Organization",
"address": "0xfd863c662307fcf0c15f0b9f74f1d06544f19908",
"privateKey": "0x60a0dae29ff80793b6cc1602f60fbe548b6787d0f9d4eb7c0967dac8ff11591a",
"rights": 12,
"notifications": true
}
},
{
"type": "CREATE_ACCOUNT",
"data": {
"firstName": "Trader",
"lastName": "Surname",
"telephone": "111-111-111",
"title": "Mr",
"email": "[email protected]",
"password": "test",
"organization": "Trader Organization",
"address": "0x7672fa3f8c04abbcbad14d896aad8bedece72d2b",
"privateKey": "0x50397ee7580b44c966c3975f561efb7b58a54febedaa68a5dc482e52fb696ae7",
"rights": 8
}
},
{
"type": "CREATE_ACCOUNT",
"data": {
"firstName": "Matcher",
"lastName": "Surname",
"telephone": "111-111-111",
"title": "Mr",
"email": "[email protected]",
"password": "test",
"organization": "Matcher Organization",
"address": "0x2bda153cd94a10cc6584115eada312b27d4166d3",
"privateKey": "0x05369a7c890005a9babfb52645d0347bbb456ae562bbac5aad27118e2e9e3a6c",
"rights": 63
}
},
{
"type": "CREATE_ACCOUNT",
"data": {
"firstName": "Listener",
"lastName": "Surname",
"telephone": "111-111-111",
"title": "Mr",
"email": "[email protected]",
"password": "test",
"organization": "Listener Organization",
"address": "0x4Db81bEfaF6B82553898739B788963d20Be8068a",
"privateKey": "0x968cc146af9c9d3ac08cca0dd3f915ed5a0966c118e26fd5e99066b0ff8bc060",
"rights": 64
}
},
{
"type": "CREATE_PRODUCING_DEVICE",
"data": {
"smartMeter": "0x43daf8EF8C29126cDBABEDD07b364ad9e49aa6f7",
"smartMeterPK": "0xf4254d3ddc25041a85b40877184eb2f1ff9be8b686d9edacf13ce6fa958d562e",
"owner": "0x5b1b89a48c1fb9b6ef7fb77c453f2aaf4b156d45",
"operationalSince": 1514764800,
"capacityInW": 10000,
"lastSmartMeterReadWh": 0,
"status": "Active",
"lastSmartMeterReadFileHash": "",
"country": "Thailand",
"address": "95 Moo 7, Sa Si Mum Sub-district, Kamphaeng Saen District, Nakhon Province 73140",
"region": "Central",
"province": "Nakhon Pathom",
"gpsLatitude": "14.059500",
"gpsLongitude": "99.977800",
"timezone": "Asia/Bangkok",
"deviceType": "Wind;Onshore",
"otherGreenAttributes": "N.A.",
"typeOfPublicSupport": "N.A",
"facilityName": "Wuthering Heights Windfarm"
}
},
{
"type": "CREATE_PRODUCING_DEVICE",
"data": {
"smartMeter": "0x7942d95A7DA329C1De09b5437dCEd7Bf68EEC0F6",
"smartMeterPK": "0xfd59741dab6ba03ed19a7810f8d852cb3ac57e3f816f8131c47bdf863c978ab8",
"owner": "0xfd863c662307fcf0c15f0b9f74f1d06544f19908",
"operationalSince": 1483228800,
"capacityInW": 70000,
"lastSmartMeterReadWh": 0,
"status": "Active",
"lastSmartMeterReadFileHash": "",
"country": "Thailand",
"address": "Phuket",
"region": "South",
"province": "Phuket",
"zip": "01234",
"city": "Anytown",
"street": "Main Street",
"houseNumber": "9",
"gpsLatitude": "15.1739",
"gpsLongitude": "101.4928",
"timezone": "Asia/Bangkok",
"deviceType": "Solar;Photovoltaic;Roof mounted",
"otherGreenAttributes": "N.A.",
"typeOfPublicSupport": "N.A",
"facilityName": "Solar Facility A"
}
},
{
"type": "CREATE_PRODUCING_DEVICE",
"data": {
"smartMeter": "0x30e69056aAADEE6A3B9ee98afBd34eb6c10d8556",
"smartMeterPK": "0xc49bbcd1f71568b55d1ad85bae035b94df402f875a7a6d32ff100fc7e6bb6e33",
"owner": "0x5b1b89a48c1fb9b6ef7fb77c453f2aaf4b156d45",
"operationalSince": 1514764800,
"capacityInW": 10000,
"lastSmartMeterReadWh": 0,
"status": "Active",
"lastSmartMeterReadFileHash": "",
"country": "Thailand",
"address": "95 Moo 7, Sa Si Mum Sub-district, Kamphaeng Saen District, Nakhon Province 73140",
"region": "Central",
"province": "Nakhon Pathom",
"gpsLatitude": "14.059500",
"gpsLongitude": "99.977800",
"timezone": "Asia/Bangkok",
"deviceType": "Solid;Biomass from agriculture;Agricultural products",
"otherGreenAttributes": "N.A.",
"typeOfPublicSupport": "N.A",
"facilityName": "Biomass Facility"
}
}
]
}