-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
executable file
·94 lines (93 loc) · 2.73 KB
/
io-package.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
{
"common": {
"name": "solis-cloud",
"version": "0.0.3",
"news": {
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"uk": "Початкова версія",
"zh-cn": "首次出版"
}
},
"title": "Solis Cloud",
"titleLang": {
"en": "Solis Cloud",
"de": "Solis Cloud",
"ru": "Солис Облако",
"pt": "Nuvem Solis",
"nl": "Solis-wolk",
"fr": "Nuage Solis",
"it": "Solis Nuvola",
"es": "Nube de Solís",
"pl": "Chmura Soli",
"uk": "Хмара Соліс",
"zh-cn": "索利斯云"
},
"desc": {
"en": "Get Inverter Data from Solis Cloud",
"de": "Holen Sie sich Wechselrichterdaten aus der Solis Cloud",
"ru": "Получите данные инвертора из Solis Cloud",
"pt": "Obtenha dados do inversor do Solis Cloud",
"nl": "Ontvang omvormergegevens uit Solis Cloud",
"fr": "Obtenez les données de l'onduleur depuis Solis Cloud",
"it": "Ottieni i dati dell'inverter da Solis Cloud",
"es": "Obtenga datos del inversor de Solis Cloud",
"pl": "Pobierz dane falownika z chmury Solis",
"uk": "Отримайте дані інвертора з Solis Cloud",
"zh-cn": "从 Solis Cloud 获取逆变器数据"
},
"authors": [
"azabold <azabold@web.de>"
],
"keywords": [
"solis",
"inverter",
"cloud",
"monitoring"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "solis-cloud.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/azabold-priv/ioBroker.solis-cloud/main/admin/solis-cloud.png",
"readme": "https://github.com/azabold-priv/ioBroker.solis-cloud/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "energy",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
}
],
"installedFrom": "azabold-priv/ioBroker.solis-cloud#master"
},
"native": {
"apiUrl": "https://www.soliscloud.com:13333",
"apiSecret": "not set",
"apiKey": "not set",
"refreshInterval": "1",
"allowedKeys": "['batteryPower', 'batteryPercent', 'psum', 'totalLoadPower', 'power']"
},
"objects": [],
"instanceObjects": []
}