iobroker.amtronwallbox 0.2.2 → 0.2.4
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 +23 -2
- package/admin/docs/Amtron_Config.PNG +0 -0
- package/amtronwallbox.njsproj +4 -0
- package/io-package.json +30 -4
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -17,15 +17,36 @@ For more details and for information how to disable the error reporting see [Sen
|
|
|
17
17
|
|
|
18
18
|
**If you like it, please consider a donation:**
|
|
19
19
|
|
|
20
|
-
[](https://www.paypal.com/
|
|
20
|
+
[](https://www.paypal.com/donate/?hosted_button_id=34ESBMJ932QZC)
|
|
21
21
|
|
|
22
|
+
The adapter serves as an interface to various Amtron wallboxes. The data provided by the box is read out and made available as a data point in the adapter.
|
|
23
|
+
The data is only processed locally, a cloud connection is not necessary. For wallboxes that also support write access, the adapter can write data (e.g. charging current).
|
|
24
|
+
The following Amtron wallboxes are supported:
|
|
25
|
+
* Amtron Xtra
|
|
26
|
+
* Amtron ChargeControl
|
|
27
|
+
* Amtron Compact
|
|
22
28
|
|
|
29
|
+
The adapter can manage multiple boxes.
|
|
30
|
+
|
|
31
|
+
## Configuration
|
|
32
|
+
Only the type of box, its IP address and, if necessary, an API key need to be configured.
|
|
33
|
+
|
|
34
|
+

|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
Note: Since the boxes have different interfaces, it may be that not all interfaces work directly. In this case please contact the developer.
|
|
23
38
|
|
|
24
39
|
## known issues
|
|
25
|
-
* please create issues at [github](https://github.com/rg-engineering/ioBroker.amtronwallbox/issues) if you find bugs or whish new features
|
|
40
|
+
* please create issues at [github](https://github.com/rg-engineering/ioBroker.amtronwallbox/issues) if you find bugs or whish new features.
|
|
26
41
|
|
|
27
42
|
## Changelog
|
|
28
43
|
|
|
44
|
+
### 0.2.4 (2023-07-30)
|
|
45
|
+
* (René) dependencies updated
|
|
46
|
+
|
|
47
|
+
### 0.2.3 (2023-06-01)
|
|
48
|
+
* (René) some changes to fullfill requirements to bring the adapter to latest
|
|
49
|
+
|
|
29
50
|
### 0.2.2 (2023-04-07)
|
|
30
51
|
* (René) dependencies updated
|
|
31
52
|
|
|
Binary file
|
package/amtronwallbox.njsproj
CHANGED
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
|
|
19
19
|
<ItemGroup>
|
|
20
20
|
<Compile Include="lib\tools.js" />
|
|
21
|
+
<Content Include=".github\dependabot.yml" />
|
|
22
|
+
<Content Include=".github\FUNDING.yml" />
|
|
21
23
|
<Content Include=".github\workflows\npmpublish.yml" />
|
|
22
24
|
<Content Include=".github\workflows\test-and-release.yml" />
|
|
23
25
|
<Content Include=".gitignore" />
|
|
24
26
|
<Content Include=".npmignore" />
|
|
27
|
+
<Content Include="admin\docs\Amtron_Config.PNG" />
|
|
25
28
|
<Content Include="admin\i18n\de\translations.json" />
|
|
26
29
|
<Content Include="admin\i18n\en\translations.json" />
|
|
27
30
|
<Content Include="admin\i18n\es\translations.json" />
|
|
@@ -69,6 +72,7 @@
|
|
|
69
72
|
<Folder Include="admin\i18n\pt\" />
|
|
70
73
|
<Folder Include="admin\i18n\ru\" />
|
|
71
74
|
<Folder Include="admin\i18n\zh-cn\" />
|
|
75
|
+
<Folder Include="admin\docs\" />
|
|
72
76
|
<Folder Include="lib" />
|
|
73
77
|
<Folder Include="test\" />
|
|
74
78
|
</ItemGroup>
|
package/io-package.json
CHANGED
|
@@ -1,9 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "amtronwallbox",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.4",
|
|
5
5
|
"news": {
|
|
6
|
-
"0.2.
|
|
6
|
+
"0.2.4": {
|
|
7
|
+
"en": "dependencies updated",
|
|
8
|
+
"de": "Abhängigkeiten aktualisiert",
|
|
9
|
+
"ru": "зависимости обновлены",
|
|
10
|
+
"pt": "dependências atualizadas",
|
|
11
|
+
"nl": "afhankelijkheden bijgewerkt",
|
|
12
|
+
"fr": "dépendances mises à jour",
|
|
13
|
+
"it": "dipendenze aggiornate",
|
|
14
|
+
"es": "dependencias actualizadas",
|
|
15
|
+
"pl": "zaktualizowane zależności",
|
|
16
|
+
"uk": "залежності оновлено",
|
|
17
|
+
"zh-cn": "依赖项已更新"
|
|
18
|
+
},
|
|
19
|
+
"0.2.3": {
|
|
20
|
+
"en": "some changes to fullfill requirements to bring the adapter to latest",
|
|
21
|
+
"de": "Einige Änderungen an den Erfüllungsanforderungen, um den Adapter auf den neuesten Stand zu bringen",
|
|
22
|
+
"ru": "некоторые изменения в требованиях к полному заполнению, чтобы привести адаптер к последней версии",
|
|
23
|
+
"pt": "algumas mudanças para atender aos requisitos para trazer o adaptador para o mais recente",
|
|
24
|
+
"nl": "enkele wijzigingen om aan de vereisten te voldoen om de adapter naar de nieuwste versie te brengen",
|
|
25
|
+
"fr": "quelques modifications aux exigences de remplissage pour mettre l'adaptateur à jour",
|
|
26
|
+
"it": "alcune modifiche ai requisiti di riempimento per portare l'adattatore al più recente",
|
|
27
|
+
"es": "algunos cambios en los requisitos de cumplimiento para llevar el adaptador a la versión más reciente",
|
|
28
|
+
"pl": "niektóre zmiany w celu spełnienia wymagań, aby adapter był najnowszy",
|
|
29
|
+
"uk": "деякі зміни у повному виконанні вимог, щоб адаптувати адаптер до останньої версії",
|
|
30
|
+
"zh-cn": "对 fullfill 要求的一些更改以使适配器达到最新"
|
|
31
|
+
},
|
|
32
|
+
"0.2.2": {
|
|
7
33
|
"en": "dependencies updated",
|
|
8
34
|
"de": "Abhängigkeiten aktualisiert",
|
|
9
35
|
"ru": "зависимости обновлены",
|
|
@@ -60,7 +86,7 @@
|
|
|
60
86
|
"mode": "daemon",
|
|
61
87
|
"icon": "amtronwallbox.png",
|
|
62
88
|
"enabled": true,
|
|
63
|
-
"messagebox":
|
|
89
|
+
"messagebox": false,
|
|
64
90
|
"extIcon": "https://raw.githubusercontent.com/rg-engineering/ioBroker.amtronwallbox/master/admin/amtronwallbox.png",
|
|
65
91
|
"keywords": [
|
|
66
92
|
"amtron",
|
|
@@ -80,7 +106,7 @@
|
|
|
80
106
|
],
|
|
81
107
|
"plugins": {
|
|
82
108
|
"sentry": {
|
|
83
|
-
"dsn": "https://
|
|
109
|
+
"dsn": "https://9062b5ac97dc4ee08af43fb2513eb6c8@o390433.ingest.sentry.io/4505104266297344"
|
|
84
110
|
}
|
|
85
111
|
},
|
|
86
112
|
"compact": true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.amtronwallbox",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "ioBroker Adapter for AMTRON wallboxes",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "René G.",
|
|
@@ -22,29 +22,29 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@iobroker/adapter-core": "2.6.8",
|
|
25
|
-
"axios": "
|
|
26
|
-
"cron": "2.
|
|
25
|
+
"axios": "1.4.0",
|
|
26
|
+
"cron": "2.4.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@iobroker/adapter-dev": "1.2.0",
|
|
30
30
|
"@iobroker/testing": "4.1.0",
|
|
31
|
-
"@types/chai": "4.3.
|
|
31
|
+
"@types/chai": "4.3.5",
|
|
32
32
|
"@types/chai-as-promised": "7.1.5",
|
|
33
|
-
"@types/gulp": "4.0.
|
|
33
|
+
"@types/gulp": "4.0.13",
|
|
34
34
|
"@types/mocha": "10.0.1",
|
|
35
|
-
"@types/node": "
|
|
35
|
+
"@types/node": "20.4.5",
|
|
36
36
|
"@types/proxyquire": "1.3.28",
|
|
37
37
|
"@types/request-promise-native": "1.0.18",
|
|
38
|
-
"@types/sinon": "10.0.
|
|
38
|
+
"@types/sinon": "10.0.15",
|
|
39
39
|
"@types/sinon-chai": "3.2.9",
|
|
40
|
-
"axios": "
|
|
40
|
+
"axios": "1.4.0",
|
|
41
41
|
"chai": "4.3.7",
|
|
42
42
|
"chai-as-promised": "7.1.1",
|
|
43
|
-
"eslint": "8.
|
|
43
|
+
"eslint": "8.45.0",
|
|
44
44
|
"gulp": "4.0.2",
|
|
45
45
|
"mocha": "10.2.0",
|
|
46
46
|
"proxyquire": "2.1.3",
|
|
47
|
-
"sinon": "15.0
|
|
47
|
+
"sinon": "15.2.0",
|
|
48
48
|
"sinon-chai": "3.7.0"
|
|
49
49
|
},
|
|
50
50
|
"main": "main.js",
|