iobroker.amtronwallbox 0.2.2 → 0.2.5

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 CHANGED
@@ -17,15 +17,39 @@ 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
- [![paypal](https://www.paypalobjects.com/en_US/DK/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YBAZTEBT9SYC2&source=url)
20
+ [![paypal](https://www.paypalobjects.com/en_US/DK/i/btn/btn_donateCC_LG.gif)](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
+ ![Configuration](/admin/docs/Amtron_Config.PNG)
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.5 (2023-08-27)
45
+ * (René) smaller bug fixes, see issue #59
46
+
47
+ ### 0.2.4 (2023-07-30)
48
+ * (René) dependencies updated
49
+
50
+ ### 0.2.3 (2023-06-01)
51
+ * (René) some changes to fullfill requirements to bring the adapter to latest
52
+
29
53
  ### 0.2.2 (2023-04-07)
30
54
  * (René) dependencies updated
31
55
 
Binary file
@@ -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,48 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "amtronwallbox",
4
- "version": "0.2.2",
4
+ "version": "0.2.5",
5
5
  "news": {
6
- "0.2.1": {
6
+ "0.2.5": {
7
+ "en": "smaller bug fixes",
8
+ "de": "kleinere Fehlerbehebungen",
9
+ "ru": "мелкие исправления ошибок",
10
+ "pt": "correções de bugs menores",
11
+ "nl": "kleinere bugfixes",
12
+ "fr": "petites corrections de bugs",
13
+ "it": "correzioni di bug minori",
14
+ "es": "correcciones de errores más pequeñas",
15
+ "pl": "mniejsze poprawki błędów",
16
+ "uk": "менші виправлення помилок",
17
+ "zh-cn": "较小的错误修复"
18
+ },
19
+ "0.2.4": {
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": "zaktualizowane zależności",
29
+ "uk": "залежності оновлено",
30
+ "zh-cn": "依赖项已更新"
31
+ },
32
+ "0.2.3": {
33
+ "en": "some changes to fullfill requirements to bring the adapter to latest",
34
+ "de": "Einige Änderungen an den Erfüllungsanforderungen, um den Adapter auf den neuesten Stand zu bringen",
35
+ "ru": "некоторые изменения в требованиях к полному заполнению, чтобы привести адаптер к последней версии",
36
+ "pt": "algumas mudanças para atender aos requisitos para trazer o adaptador para o mais recente",
37
+ "nl": "enkele wijzigingen om aan de vereisten te voldoen om de adapter naar de nieuwste versie te brengen",
38
+ "fr": "quelques modifications aux exigences de remplissage pour mettre l'adaptateur à jour",
39
+ "it": "alcune modifiche ai requisiti di riempimento per portare l'adattatore al più recente",
40
+ "es": "algunos cambios en los requisitos de cumplimiento para llevar el adaptador a la versión más reciente",
41
+ "pl": "niektóre zmiany w celu spełnienia wymagań, aby adapter był najnowszy",
42
+ "uk": "деякі зміни у повному виконанні вимог, щоб адаптувати адаптер до останньої версії",
43
+ "zh-cn": "对 fullfill 要求的一些更改以使适配器达到最新"
44
+ },
45
+ "0.2.2": {
7
46
  "en": "dependencies updated",
8
47
  "de": "Abhängigkeiten aktualisiert",
9
48
  "ru": "зависимости обновлены",
@@ -60,7 +99,7 @@
60
99
  "mode": "daemon",
61
100
  "icon": "amtronwallbox.png",
62
101
  "enabled": true,
63
- "messagebox": true,
102
+ "messagebox": false,
64
103
  "extIcon": "https://raw.githubusercontent.com/rg-engineering/ioBroker.amtronwallbox/master/admin/amtronwallbox.png",
65
104
  "keywords": [
66
105
  "amtron",
@@ -80,7 +119,7 @@
80
119
  ],
81
120
  "plugins": {
82
121
  "sentry": {
83
- "dsn": "https://bb7e6f51a1274ced81576d84f82f667e@o390433.ingest.sentry.io/5434784"
122
+ "dsn": "https://9062b5ac97dc4ee08af43fb2513eb6c8@o390433.ingest.sentry.io/4505104266297344"
84
123
  }
85
124
  },
86
125
  "compact": true,