iobroker.anker-solix 0.9.6 → 0.9.7

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.
Files changed (34) hide show
  1. package/README.md +6 -0
  2. package/admin/jsonConfig.json +15 -5
  3. package/io-package.json +14 -79
  4. package/package.json +6 -2
  5. package/python/__pycache__/bridge.cpython-314.pyc +0 -0
  6. package/python/__pycache__/entities.cpython-314.pyc +0 -0
  7. package/python/__pycache__/entity_groups.cpython-314.pyc +0 -0
  8. package/python/__pycache__/extended_entities.cpython-314.pyc +0 -0
  9. package/python/__pycache__/ha_api_client.cpython-314.pyc +0 -0
  10. package/python/solixapi/__pycache__/__init__.cpython-314.pyc +0 -0
  11. package/python/solixapi/__pycache__/api.cpython-314.pyc +0 -0
  12. package/python/solixapi/__pycache__/apibase.cpython-314.pyc +0 -0
  13. package/python/solixapi/__pycache__/apitypes.cpython-314.pyc +0 -0
  14. package/python/solixapi/__pycache__/energy.cpython-314.pyc +0 -0
  15. package/python/solixapi/__pycache__/errors.cpython-314.pyc +0 -0
  16. package/python/solixapi/__pycache__/export.cpython-314.pyc +0 -0
  17. package/python/solixapi/__pycache__/helpers.cpython-314.pyc +0 -0
  18. package/python/solixapi/__pycache__/hesapi.cpython-314.pyc +0 -0
  19. package/python/solixapi/__pycache__/mqtt.cpython-314.pyc +0 -0
  20. package/python/solixapi/__pycache__/mqtt_charger.cpython-314.pyc +0 -0
  21. package/python/solixapi/__pycache__/mqtt_device.cpython-314.pyc +0 -0
  22. package/python/solixapi/__pycache__/mqtt_factory.cpython-314.pyc +0 -0
  23. package/python/solixapi/__pycache__/mqtt_generator.cpython-314.pyc +0 -0
  24. package/python/solixapi/__pycache__/mqtt_pps.cpython-314.pyc +0 -0
  25. package/python/solixapi/__pycache__/mqtt_solarbank.cpython-314.pyc +0 -0
  26. package/python/solixapi/__pycache__/mqtt_various.cpython-314.pyc +0 -0
  27. package/python/solixapi/__pycache__/mqttcmdmap.cpython-314.pyc +0 -0
  28. package/python/solixapi/__pycache__/mqttmap.cpython-314.pyc +0 -0
  29. package/python/solixapi/__pycache__/mqtttypes.cpython-314.pyc +0 -0
  30. package/python/solixapi/__pycache__/poller.cpython-314.pyc +0 -0
  31. package/python/solixapi/__pycache__/powerpanel.cpython-314.pyc +0 -0
  32. package/python/solixapi/__pycache__/schedule.cpython-314.pyc +0 -0
  33. package/python/solixapi/__pycache__/session.cpython-314.pyc +0 -0
  34. package/python/solixapi/__pycache__/vehicle.cpython-314.pyc +0 -0
package/README.md CHANGED
@@ -288,6 +288,10 @@ German guides/videos linked from the [HA README](https://github.com/thomluther/h
288
288
 
289
289
  ## Changelog
290
290
 
291
+ ### 0.9.7
292
+
293
+ - Adapter-check: npm news sync, admin responsive layout, README copyright, npm package excludes Python cache
294
+
291
295
  ### 0.9.6
292
296
 
293
297
  - Adapter-check compliance: Node 22+, admin UI sizes, compact-mode Python install, dependabot
@@ -348,4 +352,6 @@ Older release notes: [CHANGELOG_OLD.md](CHANGELOG_OLD.md) and git history.
348
352
 
349
353
  ## License
350
354
 
355
+ Copyright (c) 2026 MatthiasUlrich1 info@my-smart-home-support.de
356
+
351
357
  MIT — see [LICENSE](LICENSE)
@@ -104,21 +104,27 @@
104
104
  "default": true,
105
105
  "xs": 12,
106
106
  "sm": 6,
107
- "md": 4
107
+ "md": 4,
108
+ "lg": 4,
109
+ "xl": 4
108
110
  },
109
111
  "selectedSiteId": {
110
112
  "type": "text",
111
113
  "label": "selectedSiteId",
112
114
  "xs": 12,
113
115
  "sm": 6,
114
- "md": 4
116
+ "md": 4,
117
+ "lg": 4,
118
+ "xl": 4
115
119
  },
116
120
  "selectedDeviceIds": {
117
121
  "type": "text",
118
122
  "label": "selectedDeviceIds",
119
123
  "xs": 12,
120
124
  "sm": 12,
121
- "md": 8
125
+ "md": 8,
126
+ "lg": 8,
127
+ "xl": 8
122
128
  },
123
129
  "deviceListJson": {
124
130
  "type": "text",
@@ -145,7 +151,9 @@
145
151
  "default": 60,
146
152
  "xs": 12,
147
153
  "sm": 6,
148
- "md": 4
154
+ "md": 4,
155
+ "lg": 4,
156
+ "xl": 4
149
157
  },
150
158
  "deviceDetailMultiplier": {
151
159
  "type": "number",
@@ -155,7 +163,9 @@
155
163
  "default": 10,
156
164
  "xs": 12,
157
165
  "sm": 6,
158
- "md": 4
166
+ "md": 4,
167
+ "lg": 4,
168
+ "xl": 4
159
169
  },
160
170
  "requestDelay": {
161
171
  "type": "number",
package/io-package.json CHANGED
@@ -1,9 +1,22 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "anker-solix",
4
- "version": "0.9.6",
4
+ "version": "0.9.7",
5
5
  "messagebox": true,
6
6
  "news": {
7
+ "0.9.7": {
8
+ "en": "Adapter-check: news/npm sync, admin layout, README copyright, exclude Python cache from npm package",
9
+ "de": "Adapter-Check: News/npm abgeglichen, Admin-Layout, README Copyright, Python-Cache nicht im npm-Paket",
10
+ "ru": "Синхронизация news/npm, правки adapter-check",
11
+ "pt": "Sincronização news/npm, correções adapter-check",
12
+ "nl": "News/npm sync, adapter-check fixes",
13
+ "fr": "Sync news/npm, corrections adapter-check",
14
+ "it": "Sync news/npm, correzioni adapter-check",
15
+ "es": "Sync news/npm, correcciones adapter-check",
16
+ "pl": "Sync news/npm, poprawki adapter-check",
17
+ "uk": "Синхронізація news/npm",
18
+ "zh-cn": "news/npm 同步与 adapter-check 修复"
19
+ },
7
20
  "0.9.6": {
8
21
  "en": "Adapter-check fixes: Node 22+, admin UI, compact-mode Python install, dependabot",
9
22
  "de": "Adapter-Check-Fixes: Node 22+, Admin-UI, Compact-Mode Python-Install, Dependabot",
@@ -16,84 +29,6 @@
16
29
  "pl": "Poprawki adapter-check",
17
30
  "uk": "Виправлення adapter-check",
18
31
  "zh-cn": "adapter-check 修复"
19
- },
20
- "0.9.5": {
21
- "en": "Admin warning: clearing login cache forces new API login (captcha risk)",
22
- "de": "Admin-Hinweis: Login-Cache löschen erzwingt Neu-Login (Captcha-Risiko)",
23
- "ru": "Предупреждение об очистке кэша",
24
- "pt": "Aviso ao limpar cache",
25
- "nl": "Waarschuwing cache wissen",
26
- "fr": "Avertissement cache login",
27
- "it": "Avviso cancellazione cache",
28
- "es": "Aviso borrar caché",
29
- "pl": "Ostrzeżenie czyszczenia cache",
30
- "uk": "Попередження про кеш",
31
- "zh-cn": "清除缓存警告"
32
- },
33
- "0.9.4": {
34
- "en": "Log exact authcache path when login cache file is missing",
35
- "de": "Loggt exakten authcache-Pfad wenn Login-Cache fehlt",
36
- "ru": "Путь authcache в логе",
37
- "pt": "Caminho authcache no log",
38
- "nl": "Authcache-pad in log",
39
- "fr": "Chemin authcache dans les logs",
40
- "it": "Percorso authcache nel log",
41
- "es": "Ruta authcache en log",
42
- "pl": "Ścieżka authcache w logu",
43
- "uk": "Шлях authcache у логах",
44
- "zh-cn": "缺少缓存时记录路径"
45
- },
46
- "0.9.3": {
47
- "en": "Fix login cache treated as failed after restart (captcha 100032 after saving entity groups)",
48
- "de": "Login-Cache nach Neustart wieder nutzen (Captcha 100032 nach Entitätsgruppen)",
49
- "ru": "Исправлен кэш входа",
50
- "pt": "Correção do cache de login",
51
- "nl": "Login-cache fix",
52
- "fr": "Correction cache login",
53
- "it": "Fix cache login",
54
- "es": "Corrección caché login",
55
- "pl": "Naprawa cache logowania",
56
- "uk": "Виправлено кеш входу",
57
- "zh-cn": "修复登录缓存"
58
- },
59
- "0.9.2": {
60
- "en": "Keep authcache on re-auth after config save; fewer captcha errors (100032)",
61
- "de": "Login-Cache bei Neu-Anmeldung erhalten; weniger Captcha-Fehler (100032)",
62
- "ru": "Сохранение authcache",
63
- "pt": "Manter authcache",
64
- "nl": "Authcache behouden",
65
- "fr": "Conserver authcache",
66
- "it": "Mantiene authcache",
67
- "es": "Conservar authcache",
68
- "pl": "Zachowanie authcache",
69
- "uk": "Збереження authcache",
70
- "zh-cn": "保留登录缓存"
71
- },
72
- "0.9.1": {
73
- "en": "Clearer handling of Anker captcha login error (100032); README troubleshooting",
74
- "de": "Klarere Meldungen bei Anker-Captcha-Login (100032); README Fehlerbehebung",
75
- "ru": "Ошибка captcha 100032",
76
- "pt": "Erro captcha 100032",
77
- "nl": "Captcha-loginfout 100032",
78
- "fr": "Erreur captcha 100032",
79
- "it": "Errore captcha 100032",
80
- "es": "Error captcha 100032",
81
- "pl": "Błąd captcha 100032",
82
- "uk": "Помилка captcha 100032",
83
- "zh-cn": "验证码登录错误 100032"
84
- },
85
- "0.9.0": {
86
- "en": "Configurable entity groups (HA-style); many optional sensors/controls, default off",
87
- "de": "Konfigurierbare Entitätsgruppen (HA-ähnlich); viele optionale Sensoren/Steuerungen, standard aus",
88
- "ru": "Группы сущностей",
89
- "pt": "Grupos de entidades",
90
- "nl": "Entiteitsgroepen",
91
- "fr": "Groupes d'entités",
92
- "it": "Gruppi entità",
93
- "es": "Grupos de entidades",
94
- "pl": "Grupy encji",
95
- "uk": "Групи сутностей",
96
- "zh-cn": "可配置实体组"
97
32
  }
98
33
  },
99
34
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.anker-solix",
3
- "version": "0.9.6",
3
+ "version": "0.9.7",
4
4
  "description": "ioBroker adapter for Anker Solix (based on ha-anker-solix)",
5
5
  "author": {
6
6
  "name": "MatthiasUlrich1",
@@ -39,7 +39,7 @@
39
39
  "@iobroker/testing": "^5.2.2",
40
40
  "@tsconfig/node22": "^22.0.5",
41
41
  "@types/iobroker": "npm:@iobroker/types@^7.1.2",
42
- "@types/node": "^22.19.0",
42
+ "@types/node": "^22",
43
43
  "rimraf": "^6.1.3",
44
44
  "source-map-support": "^0.5.21",
45
45
  "ts-node": "^10.9.2",
@@ -51,6 +51,10 @@
51
51
  "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
52
52
  "build/",
53
53
  "python/",
54
+ "!python/**/__pycache__/**",
55
+ "!python/**/*.pyc",
56
+ "!python/.venv/**",
57
+ "!python/site-packages/**",
54
58
  "tools/",
55
59
  "www/",
56
60
  "io-package.json",