iobroker.amtronwallbox 0.0.3 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/admin/words.js +17 -11
- package/amtronwallbox.njsproj +0 -1
- package/io-package.json +117 -101
- package/main.js +1530 -495
- package/package.json +17 -15
- package/readme.txt +113 -12
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -32
- package/.github/workflows/npmpublish.yml +0 -30
- package/.github/workflows/test-and-release.yml +0 -120
package/README.md
CHANGED
|
@@ -19,15 +19,16 @@ For more details and for information how to disable the error reporting see [Sen
|
|
|
19
19
|
|
|
20
20
|
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YBAZTEBT9SYC2&source=url)
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
At the moment only Amtron ChargeControl is implemented via REST API. The REST API allows read only
|
|
24
|
-
Others with App connection will follow if someone can test it
|
|
22
|
+
|
|
25
23
|
|
|
26
24
|
## known issues
|
|
27
25
|
* please create issues at [github](https://github.com/rg-engineering/ioBroker.amtronwallbox/issues) if you find bugs or whish new features
|
|
28
26
|
|
|
29
27
|
## Changelog
|
|
30
28
|
|
|
29
|
+
### 0.1.0 (in progress)
|
|
30
|
+
* (René) see issue #1: support of XTRA
|
|
31
|
+
|
|
31
32
|
### 0.0.3 (2022-08-18)
|
|
32
33
|
* (René) some bug fixes
|
|
33
34
|
* (René) change to cron
|
package/admin/words.js
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
|
-
/*global systemDictionary:true */
|
|
1
|
+
/*global systemDictionary:true */
|
|
2
|
+
/*
|
|
3
|
+
+===================== DO NOT MODIFY ======================+
|
|
4
|
+
| This file was generated by translate-adapter, please use |
|
|
5
|
+
| `translate-adapter adminLanguages2words` to update it. |
|
|
6
|
+
+===================== DO NOT MODIFY ======================+
|
|
7
|
+
*/
|
|
2
8
|
'use strict';
|
|
3
|
-
|
|
4
|
-
systemDictionary = {
|
|
5
|
-
"ApiKey": {
|
|
6
|
-
"IPAddress": {
|
|
7
|
-
"IsActive": {
|
|
8
|
-
"Main settings": {
|
|
9
|
-
"Type": {
|
|
10
|
-
"name": {
|
|
11
|
-
"readInterval": {
|
|
12
|
-
"systems": {
|
|
9
|
+
|
|
10
|
+
systemDictionary = {
|
|
11
|
+
"ApiKey": { "en": "Api Key", "de": "API-Schlüssel", "ru": "API-ключ", "pt": "Chave API", "nl": "API sleutel", "fr": "Clé API", "it": "Chiave API", "es": "Clave API", "pl": "Klucz API", "uk": "Ключ API", "zh-cn": "API 密钥"},
|
|
12
|
+
"IPAddress": { "en": "IP-Address", "de": "IP Adresse", "ru": "Айпи адрес", "pt": "Endereço de IP", "nl": "IP adres", "fr": "Adresse IP", "it": "Indirizzo IP", "es": "Dirección IP", "pl": "Adres IP", "uk": "IP-адреса", "zh-cn": "IP地址"},
|
|
13
|
+
"IsActive": { "en": "active", "de": "aktiv", "ru": "активный", "pt": "ativo", "nl": "actief", "fr": "actif", "it": "attivo", "es": "activo", "pl": "aktywny", "uk": "активний", "zh-cn": "积极的"},
|
|
14
|
+
"Main settings": { "en": "Main settings", "de": "Haupteinstellungen", "ru": "Основные параметры", "pt": "Configurações principais", "nl": "Belangrijkste instellingen", "fr": "Réglages principaux", "it": "Impostazioni principali", "es": "Ajustes principales", "pl": "Ustawienia główne", "uk": "Основні налаштування", "zh-cn": "主要设置"},
|
|
15
|
+
"Type": { "en": "type", "de": "Typ", "ru": "тип", "pt": "modelo", "nl": "type", "fr": "taper", "it": "genere", "es": "escribe", "pl": "rodzaj", "uk": "типу", "zh-cn": "类型"},
|
|
16
|
+
"name": { "en": "name", "de": "Name", "ru": "имя", "pt": "nome", "nl": "naam", "fr": "Nom", "it": "nome", "es": "nombre", "pl": "Nazwa", "uk": "назва", "zh-cn": "姓名"},
|
|
17
|
+
"readInterval": { "en": "read intervall [min]", "de": "Leseintervall [min]", "ru": "интервал чтения [мин]", "pt": "intervalo de leitura [min]", "nl": "lees interval [min]", "fr": "intervalle de lecture [min]", "it": "intervallo di lettura [min]", "es": "intervalo de lectura [min]", "pl": "interwał odczytu [min]", "uk": "інтервал читання [хв]", "zh-cn": "读取间隔 [分钟]"},
|
|
18
|
+
"systems": { "en": "systems", "de": "Systeme", "ru": "системы", "pt": "sistemas", "nl": "systemen", "fr": "systèmes", "it": "sistemi", "es": "sistemas", "pl": "systemy", "uk": "системи", "zh-cn": "系统"},
|
|
13
19
|
};
|
package/amtronwallbox.njsproj
CHANGED
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
|
|
18
18
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
|
|
19
19
|
<ItemGroup>
|
|
20
|
-
<Compile Include="gulpfile.js" />
|
|
21
20
|
<Compile Include="lib\tools.js" />
|
|
22
21
|
<Content Include=".github\workflows\npmpublish.yml" />
|
|
23
22
|
<Content Include=".github\workflows\test-and-release.yml" />
|
package/io-package.json
CHANGED
|
@@ -1,101 +1,117 @@
|
|
|
1
|
-
{
|
|
2
|
-
"common": {
|
|
3
|
-
"name": "amtronwallbox",
|
|
4
|
-
"version": "0.0
|
|
5
|
-
"news": {
|
|
6
|
-
"0.0
|
|
7
|
-
"en": "
|
|
8
|
-
"de": "
|
|
9
|
-
"ru": "
|
|
10
|
-
"pt": "
|
|
11
|
-
"nl": "
|
|
12
|
-
"fr": "
|
|
13
|
-
"it": "
|
|
14
|
-
"es": "
|
|
15
|
-
"pl": "
|
|
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
|
-
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"name": "amtronwallbox",
|
|
4
|
+
"version": "0.1.0",
|
|
5
|
+
"news": {
|
|
6
|
+
"0.1.0": {
|
|
7
|
+
"en": "support for XTRA added",
|
|
8
|
+
"de": "Unterstützung für XTRA hinzugefügt",
|
|
9
|
+
"ru": "добавлена поддержка XTRA",
|
|
10
|
+
"pt": "suporte para XTRA adicionado",
|
|
11
|
+
"nl": "ondersteuning voor XTRA toegevoegd",
|
|
12
|
+
"fr": "prise en charge de XTRA ajoutée",
|
|
13
|
+
"it": "supporto per XTRA aggiunto",
|
|
14
|
+
"es": "soporte para XTRA añadido",
|
|
15
|
+
"pl": "dodano obsługę XTRA",
|
|
16
|
+
"uk": "додано підтримку XTRA",
|
|
17
|
+
"zh-cn": "添加了对 XTRA 的支持"
|
|
18
|
+
},
|
|
19
|
+
"0.0.3": {
|
|
20
|
+
"en": "dependencies updated",
|
|
21
|
+
"de": "Abhängigkeiten aktualisiert",
|
|
22
|
+
"ru": "зависимости обновлены",
|
|
23
|
+
"pt": "dependências atualizadas",
|
|
24
|
+
"nl": "afhankelijkheden bijgewerkt",
|
|
25
|
+
"fr": "dépendances mises à jour",
|
|
26
|
+
"it": "dipendenze aggiornate",
|
|
27
|
+
"es": "dependencias actualizadas",
|
|
28
|
+
"pl": "zaktualizowano zależności",
|
|
29
|
+
"zh-cn": "已更新依赖项",
|
|
30
|
+
"uk": "залежності оновлено"
|
|
31
|
+
},
|
|
32
|
+
"0.0.1": {
|
|
33
|
+
"en": "initial release",
|
|
34
|
+
"de": "Erstveröffentlichung",
|
|
35
|
+
"ru": "Первый выпуск",
|
|
36
|
+
"pt": "lançamento inicial",
|
|
37
|
+
"nl": "Eerste uitgave",
|
|
38
|
+
"fr": "Première version",
|
|
39
|
+
"it": "Versione iniziale",
|
|
40
|
+
"es": "Versión inicial",
|
|
41
|
+
"pl": "Pierwsze wydanie",
|
|
42
|
+
"zh-cn": "初始发行",
|
|
43
|
+
"uk": "початковий випуск"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"titleLang": {
|
|
47
|
+
"en": "control of AMTRON wallbox",
|
|
48
|
+
"de": "Steuerung der AMTRON Wallbox",
|
|
49
|
+
"ru": "управление настенной коробкой AMTRON",
|
|
50
|
+
"pt": "controle da caixa de parede AMTRON",
|
|
51
|
+
"nl": "bediening van AMTRON wallbox",
|
|
52
|
+
"fr": "commande de la wallbox AMTRON",
|
|
53
|
+
"it": "controllo della wallbox AMTRON",
|
|
54
|
+
"es": "control de la caja de empotrar AMTRON",
|
|
55
|
+
"pl": "sterowanie wallboxem AMTRON",
|
|
56
|
+
"zh-cn": "AMTRON 墙盒的控制",
|
|
57
|
+
"uk": "управління AMTRON wallbox"
|
|
58
|
+
},
|
|
59
|
+
"desc": {
|
|
60
|
+
"en": "read statistic information and set configuration values on AMTRON wallboxes from Mennekes",
|
|
61
|
+
"de": "Statistikinformationen lesen und Konfigurationswerte auf AMTRON-Wallboxen von Mennekes einstellen",
|
|
62
|
+
"ru": "читать статистическую информацию и задавать значения конфигурации на настенных ящиках AMTRON от Mennekes",
|
|
63
|
+
"pt": "leia informações estatísticas e defina valores de configuração em caixas de parede AMTRON da Mennekes",
|
|
64
|
+
"nl": "lees statistische informatie en stel configuratiewaarden in op AMTRON wallboxes van Mennekes",
|
|
65
|
+
"fr": "lire les informations statistiques et définir les valeurs de configuration sur les boîtiers muraux AMTRON de Mennekes",
|
|
66
|
+
"it": "leggere le informazioni statistiche e impostare i valori di configurazione sulle wallbox AMTRON di Mennekes",
|
|
67
|
+
"es": "leer información estadística y establecer valores de configuración en los wallboxes AMTRON de Mennekes",
|
|
68
|
+
"pl": "odczytywanie informacji statystycznych i ustawianie wartości konfiguracyjnych w stacjach naściennych AMTRON firmy Mennekes",
|
|
69
|
+
"zh-cn": "从 Mennekes 读取 AMTRON 墙盒上的统计信息并设置配置值",
|
|
70
|
+
"uk": "читати статистичну інформацію та встановлювати значення конфігурації на AMTRON wallbox від Mennekes"
|
|
71
|
+
},
|
|
72
|
+
"platform": "Javascript/Node.js",
|
|
73
|
+
"mode": "daemon",
|
|
74
|
+
"icon": "amtronwallbox.png",
|
|
75
|
+
"enabled": true,
|
|
76
|
+
"messagebox": true,
|
|
77
|
+
"extIcon": "https://raw.githubusercontent.com/rg-engineering/ioBroker.amtronwallbox/master/admin/amtronwallbox.png",
|
|
78
|
+
"keywords": [
|
|
79
|
+
"amtron",
|
|
80
|
+
"mennekes",
|
|
81
|
+
"wallbox"
|
|
82
|
+
],
|
|
83
|
+
"readme": "https://github.com/rg-engineering/ioBroker.amtronwallbox/blob/master/README.md",
|
|
84
|
+
"loglevel": "info",
|
|
85
|
+
"stopBeforeUpdate": true,
|
|
86
|
+
"type": "energy",
|
|
87
|
+
"license": "MIT",
|
|
88
|
+
"materialize": true,
|
|
89
|
+
"dependencies": [
|
|
90
|
+
{
|
|
91
|
+
"js-controller": ">=2.0.0"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"plugins": {
|
|
95
|
+
"sentry": {
|
|
96
|
+
"dsn": "https://bb7e6f51a1274ced81576d84f82f667e@o390433.ingest.sentry.io/5434784"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"compact": true,
|
|
100
|
+
"authors": [
|
|
101
|
+
{
|
|
102
|
+
"name": "René G.",
|
|
103
|
+
"email": "info@rg-engineering.eu"
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
"connectionType": "local",
|
|
107
|
+
"dataSource": "push",
|
|
108
|
+
"adminUI": {
|
|
109
|
+
"config": "materialize"
|
|
110
|
+
},
|
|
111
|
+
"messages": []
|
|
112
|
+
},
|
|
113
|
+
"native": {
|
|
114
|
+
"WallboxSystems": [],
|
|
115
|
+
"readInterval": 5
|
|
116
|
+
}
|
|
117
|
+
}
|