iobroker.amtronwallbox 0.0.3 → 0.2.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/LICENSE +1 -1
- package/README.md +8 -5
- package/admin/words.js +17 -11
- package/amtronwallbox.njsproj +0 -1
- package/io-package.json +91 -101
- package/main.js +1700 -490
- package/package.json +16 -14
- 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/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2022 rg-engineering
|
|
3
|
+
Copyright (c) 2022-2023 rg-engineering info@rg-engineering.eu
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -19,15 +19,19 @@ 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.2.0 (2023-01-31)
|
|
30
|
+
* (René) see issue #1: write data to XTRA wallbox (experimentel)
|
|
31
|
+
|
|
32
|
+
### 0.1.0 (2022-12-18)
|
|
33
|
+
* (René) see issue #1: support of XTRA
|
|
34
|
+
|
|
31
35
|
### 0.0.3 (2022-08-18)
|
|
32
36
|
* (René) some bug fixes
|
|
33
37
|
* (René) change to cron
|
|
@@ -39,7 +43,7 @@ Attention:
|
|
|
39
43
|
## License
|
|
40
44
|
MIT License
|
|
41
45
|
|
|
42
|
-
Copyright (c) 2022 rg-engineering info@rg-engineering.eu
|
|
46
|
+
Copyright (c) 2022-2023 rg-engineering info@rg-engineering.eu
|
|
43
47
|
|
|
44
48
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
45
49
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -60,4 +64,3 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
60
64
|
SOFTWARE.
|
|
61
65
|
|
|
62
66
|
|
|
63
|
-
|
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,91 @@
|
|
|
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
|
-
"adminUI": {
|
|
93
|
-
"config": "materialize"
|
|
94
|
-
},
|
|
95
|
-
"messages": []
|
|
96
|
-
},
|
|
97
|
-
"native": {
|
|
98
|
-
"WallboxSystems": [],
|
|
99
|
-
"readInterval": 5
|
|
100
|
-
}
|
|
101
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"name": "amtronwallbox",
|
|
4
|
+
"version": "0.2.0",
|
|
5
|
+
"news": {
|
|
6
|
+
"0.2.0": {
|
|
7
|
+
"en": "write data to XTRA wallbox",
|
|
8
|
+
"de": "Daten in die XTRA Wallbox schreiben",
|
|
9
|
+
"ru": "записать данные в XTRA Wallbox",
|
|
10
|
+
"pt": "gravar dados na caixa de embutir XTRA",
|
|
11
|
+
"nl": "schrijf gegevens naar XTRA wallbox",
|
|
12
|
+
"fr": "écrire des données sur la wallbox XTRA",
|
|
13
|
+
"it": "scrivere i dati nella wallbox XTRA",
|
|
14
|
+
"es": "escribir datos en la caja de pared XTRA",
|
|
15
|
+
"pl": "zapis danych do stacji ładowania XTRA",
|
|
16
|
+
"uk": "записати дані на XTRA wallbox",
|
|
17
|
+
"zh-cn": "将数据写入 XTRA wallbox"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"titleLang": {
|
|
21
|
+
"en": "control of AMTRON wallbox",
|
|
22
|
+
"de": "Steuerung der AMTRON Wallbox",
|
|
23
|
+
"ru": "управление настенной коробкой AMTRON",
|
|
24
|
+
"pt": "controle da caixa de parede AMTRON",
|
|
25
|
+
"nl": "bediening van AMTRON wallbox",
|
|
26
|
+
"fr": "commande de la wallbox AMTRON",
|
|
27
|
+
"it": "controllo della wallbox AMTRON",
|
|
28
|
+
"es": "control de la caja de empotrar AMTRON",
|
|
29
|
+
"pl": "sterowanie wallboxem AMTRON",
|
|
30
|
+
"zh-cn": "AMTRON 墙盒的控制",
|
|
31
|
+
"uk": "управління AMTRON wallbox"
|
|
32
|
+
},
|
|
33
|
+
"desc": {
|
|
34
|
+
"en": "read statistic information and set configuration values on AMTRON wallboxes from Mennekes",
|
|
35
|
+
"de": "Statistikinformationen lesen und Konfigurationswerte auf AMTRON-Wallboxen von Mennekes einstellen",
|
|
36
|
+
"ru": "читать статистическую информацию и задавать значения конфигурации на настенных ящиках AMTRON от Mennekes",
|
|
37
|
+
"pt": "leia informações estatísticas e defina valores de configuração em caixas de parede AMTRON da Mennekes",
|
|
38
|
+
"nl": "lees statistische informatie en stel configuratiewaarden in op AMTRON wallboxes van Mennekes",
|
|
39
|
+
"fr": "lire les informations statistiques et définir les valeurs de configuration sur les boîtiers muraux AMTRON de Mennekes",
|
|
40
|
+
"it": "leggere le informazioni statistiche e impostare i valori di configurazione sulle wallbox AMTRON di Mennekes",
|
|
41
|
+
"es": "leer información estadística y establecer valores de configuración en los wallboxes AMTRON de Mennekes",
|
|
42
|
+
"pl": "odczytywanie informacji statystycznych i ustawianie wartości konfiguracyjnych w stacjach naściennych AMTRON firmy Mennekes",
|
|
43
|
+
"zh-cn": "从 Mennekes 读取 AMTRON 墙盒上的统计信息并设置配置值",
|
|
44
|
+
"uk": "читати статистичну інформацію та встановлювати значення конфігурації на AMTRON wallbox від Mennekes"
|
|
45
|
+
},
|
|
46
|
+
"platform": "Javascript/Node.js",
|
|
47
|
+
"mode": "daemon",
|
|
48
|
+
"icon": "amtronwallbox.png",
|
|
49
|
+
"enabled": true,
|
|
50
|
+
"messagebox": true,
|
|
51
|
+
"extIcon": "https://raw.githubusercontent.com/rg-engineering/ioBroker.amtronwallbox/master/admin/amtronwallbox.png",
|
|
52
|
+
"keywords": [
|
|
53
|
+
"amtron",
|
|
54
|
+
"mennekes",
|
|
55
|
+
"wallbox"
|
|
56
|
+
],
|
|
57
|
+
"readme": "https://github.com/rg-engineering/ioBroker.amtronwallbox/blob/master/README.md",
|
|
58
|
+
"loglevel": "info",
|
|
59
|
+
"stopBeforeUpdate": true,
|
|
60
|
+
"type": "energy",
|
|
61
|
+
"license": "MIT",
|
|
62
|
+
"materialize": true,
|
|
63
|
+
"dependencies": [
|
|
64
|
+
{
|
|
65
|
+
"js-controller": ">=2.0.0"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"plugins": {
|
|
69
|
+
"sentry": {
|
|
70
|
+
"dsn": "https://bb7e6f51a1274ced81576d84f82f667e@o390433.ingest.sentry.io/5434784"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"compact": true,
|
|
74
|
+
"authors": [
|
|
75
|
+
{
|
|
76
|
+
"name": "René G.",
|
|
77
|
+
"email": "info@rg-engineering.eu"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"connectionType": "local",
|
|
81
|
+
"dataSource": "push",
|
|
82
|
+
"adminUI": {
|
|
83
|
+
"config": "materialize"
|
|
84
|
+
},
|
|
85
|
+
"messages": []
|
|
86
|
+
},
|
|
87
|
+
"native": {
|
|
88
|
+
"WallboxSystems": [],
|
|
89
|
+
"readInterval": 5
|
|
90
|
+
}
|
|
91
|
+
}
|