-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathshelly-porssisahko-config.js
382 lines (290 loc) · 9.72 KB
/
shelly-porssisahko-config.js
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
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
/**
* Tämä skripti päivittää shelly-porssisahko -skriptin
* asetukset Shellyn KVS-muistiin.
*
* Käyttökohde esim. jos haluaa päivittää asetukset etänä,
* ilman pääsyä hallintaan.
*
* 1. Asenna skripti erikseen pörssisähkön rinnalle.
* 2. Ota kommentit pois niistä asetuksista, joita haluat muuttaa.
* Eli // rivin alusta pois
* 3. Muuta asetukset, tallennta ja käynnistä skripti.
* 4. Valmis! Muut asetukset pysyivät koskemattomina.
*/
//Pörssisähköskriptin numero
let MAIN_SRIPT_NUMBER = 1;
let cfg = {
//-------------------------------------
// Yleiset asetukset
//-------------------------------------
c: {
/** Group (country) to get prices from */
//g: 'fi',
/** VAT added to spot price [%] */
//vat: 25.5,
/** Day (07...22) transfer price [c/kWh] */
//day: 0,
/** Night (22...07) transfer price [c/kWh] */
//night: 0,
/** Instance names */
//names: ['yksi', 'kaksi', 'kolme']
},
i:
[
//-------------------------------------
// Ohjaus #1
//-------------------------------------
{
/** Enabled [0/1]*/
//en: 0,
/**
* Active mode
* 0: manual mode (on/off toggle)
* 1: price limit
* 2: cheapest hours
*/
//mode: 0,
/** Settings for mode 0 (manual) */
m0: {
/** Manual relay output command [0/1] */
//c: 0
},
/** Settings for mode 1 (price limit) */
m1: {
/** Price limit limit - if price <= relay output command is set on [c/kWh] */
//l: 0
},
/** Settings for mode 2 (cheapest hours) */
m2: {
/** Period length (-1 = custom range) [h] (example: 24 -> cheapest hours during 24h) */
//p: 24,
/** How many cheapest hours */
//c: 0,
/** Always on price limit [c/kWh] */
//l: -999,
/** Should the hours be sequential / in a row [0/1] */
//s: 0,
/** Maximum price limit [c/kWh] */
//m: 999,
/** Custom period start hour */
//ps: 0,
/** Custom period end hour */
//pe: 23,
/** Custom period 2 start hour */
//ps2: 0,
/** Custom period 2 end hour */
//pe2: 23,
/** How many cheapest hours (custom period 2) */
//c2: 0,
},
/** Backup hours [binary] (example: 0b111111 = 00, 01, 02, 03, 04, 05) */
//b: 0b0,
/** Relay output command if clock time is not known [0/1] */
//e: 0,
/** Outputs IDs to use (array of numbers) */
//o: [0],
/** Forced hours [binary] (example: 0b110000000000001100001 = 00, 05, 06, 19, 20) */
//f: 0b0,
/** Forced hours commands [binary] (example: 0b110000000000001100000 = 05, 06, 19, 20 are forced to on, 00 to off (if forced as in above example "fh" setting) */
//fc: 0b0,
/** Invert output [0/1] */
//i: 0,
/** How many first minutes of the hour the output should be on [min]*/
//m: 60,
/** Output config - when to set output (0 = always after running logic, 1 = only when output changes)*/
//oc: 0
},
//-------------------------------------
// Ohjaus #2
//-------------------------------------
{
/** Enabled [0/1]*/
//en: 0,
/**
* Active mode
* 0: manual mode (on/off toggle)
* 1: price limit
* 2: cheapest hours
*/
//mode: 0,
/** Settings for mode 0 (manual) */
m0: {
/** Manual relay output command [0/1] */
//c: 0
},
/** Settings for mode 1 (price limit) */
m1: {
/** Price limit limit - if price <= relay output command is set on [c/kWh] */
//l: 0
},
/** Settings for mode 2 (cheapest hours) */
m2: {
/** Period length (-1 = custom range) [h] (example: 24 -> cheapest hours during 24h) */
//p: 24,
/** How many cheapest hours */
//c: 0,
/** Always on price limit [c/kWh] */
//l: -999,
/** Should the hours be sequential / in a row [0/1] */
//s: 0,
/** Maximum price limit [c/kWh] */
//m: 999,
/** Custom period start hour */
//ps: 0,
/** Custom period end hour */
//pe: 23,
/** Custom period 2 start hour */
//ps2: 0,
/** Custom period 2 end hour */
//pe2: 23,
/** How many cheapest hours (custom period 2) */
//c2: 0,
},
/** Backup hours [binary] (example: 0b111111 = 00, 01, 02, 03, 04, 05) */
//b: 0b0,
/** Relay output command if clock time is not known [0/1] */
//e: 0,
/** Outputs IDs to use (array of numbers) */
//o: [0],
/** Forced hours [binary] (example: 0b110000000000001100001 = 00, 05, 06, 19, 20) */
//f: 0b0,
/** Forced hours commands [binary] (example: 0b110000000000001100000 = 05, 06, 19, 20 are forced to on, 00 to off (if forced as in above example "fh" setting) */
//fc: 0b0,
/** Invert output [0/1] */
//i: 0,
/** How many first minutes of the hour the output should be on [min]*/
//m: 60,
/** Output config - when to set output (0 = always after running logic, 1 = only when output changes)*/
//oc: 0
},
//-------------------------------------
// Ohjaus #3
//-------------------------------------
{
/** Enabled [0/1]*/
//en: 0,
/**
* Active mode
* 0: manual mode (on/off toggle)
* 1: price limit
* 2: cheapest hours
*/
//mode: 0,
/** Settings for mode 0 (manual) */
m0: {
/** Manual relay output command [0/1] */
//c: 0
},
/** Settings for mode 1 (price limit) */
m1: {
/** Price limit limit - if price <= relay output command is set on [c/kWh] */
//l: 0
},
/** Settings for mode 2 (cheapest hours) */
m2: {
/** Period length (-1 = custom range) [h] (example: 24 -> cheapest hours during 24h) */
//p: 24,
/** How many cheapest hours */
//c: 0,
/** Always on price limit [c/kWh] */
//l: -999,
/** Should the hours be sequential / in a row [0/1] */
//s: 0,
/** Maximum price limit [c/kWh] */
//m: 999,
/** Custom period start hour */
//ps: 0,
/** Custom period end hour */
//pe: 23,
/** Custom period 2 start hour */
//ps2: 0,
/** Custom period 2 end hour */
//pe2: 23,
/** How many cheapest hours (custom period 2) */
//c2: 0,
},
/** Backup hours [binary] (example: 0b111111 = 00, 01, 02, 03, 04, 05) */
//b: 0b0,
/** Relay output command if clock time is not known [0/1] */
//e: 0,
/** Outputs IDs to use (array of numbers) */
//o: [0],
/** Forced hours [binary] (example: 0b110000000000001100001 = 00, 05, 06, 19, 20) */
//f: 0b0,
/** Forced hours commands [binary] (example: 0b110000000000001100000 = 05, 06, 19, 20 are forced to on, 00 to off (if forced as in above example "fh" setting) */
//fc: 0b0,
/** Invert output [0/1] */
//i: 0,
/** How many first minutes of the hour the output should be on [min]*/
//m: 60,
/** Output config - when to set output (0 = always after running logic, 1 = only when output changes)*/
//oc: 0
}
]
}
//-------------------------------------
// Koodi alkaa, älä koske
//-------------------------------------
function getKvsKey(inst) {
let key = "porssi";
if (inst >= 0) {
key = key + "-" + (inst + 1);
}
return key;
}
function requestReload() {
let req = {
url: "http://localhost/script/" + MAIN_SRIPT_NUMBER + "?r=r&i=0",
timeout: 5,
ssl_ca: "*"
};
Shelly.call("HTTP.GET", req, function (res, err, msg) {
if (!err) {
console.log("Config changed");
} else {
console.log("Error:", err, msg);
}
Shelly.call("Script.Stop", { id: Shelly.getCurrentScriptId() }, function () { });
});
}
function chkConfig(inst) {
let key = getKvsKey(inst);
//Haetaan nykyiset asetukset
Shelly.call('KVS.Get', { key: key }, function (res, err, msg) {
let active = res ? JSON.parse(res.value) : {};
console.log("Active settings for #" + inst + ": ", JSON.stringify(active));
//Muutetaan mitä muutetaan
let source = inst < 0
? cfg.c
: cfg.i[inst];
//Note: Hard-coded to max 2 levels
for (let prop in source) {
if (typeof source[prop] === "object") {
for (let innerProp in source[prop]) {
active[prop][innerProp] = source[prop][innerProp];
}
} else {
active[prop] = source[prop];
}
}
//Save the new settings
Shelly.call("KVS.Set", { key: key, value: JSON.stringify(active) }, function (res, err, msg) {
if (err) {
console.log("Error updating config for #" + inst + ":", err, msg);
return;
}
console.log("Config changed for #" + inst + ":", JSON.stringify(active));
console.log(" ");
if (inst < 2) {
Timer.set(500, false, function () { chkConfig(inst + 1); });
} else {
//Done - request porssisahko to reload
Timer.set(500, false, requestReload);
}
});
});
}
chkConfig(-1);
//-------------------------------------
// HUOM: Asetukset löytyvät ylhäältä
//-------------------------------------