iobroker.hydrawise 1.0.4 → 1.0.6
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 +12 -149
- package/io-package.json +29 -29
- package/package.json +16 -16
- package/admin/words.js +0 -14
- /package/admin/i18n/{de/translations.json → de.json} +0 -0
- /package/admin/i18n/{en/translations.json → en.json} +0 -0
- /package/admin/i18n/{es/translations.json → es.json} +0 -0
- /package/admin/i18n/{fr/translations.json → fr.json} +0 -0
- /package/admin/i18n/{it/translations.json → it.json} +0 -0
- /package/admin/i18n/{nl/translations.json → nl.json} +0 -0
- /package/admin/i18n/{pl/translations.json → pl.json} +0 -0
- /package/admin/i18n/{pt/translations.json → pt.json} +0 -0
- /package/admin/i18n/{ru/translations.json → ru.json} +0 -0
- /package/admin/i18n/{uk/translations.json → uk.json} +0 -0
- /package/admin/i18n/{zh-cn/translations.json → zh-cn.json} +0 -0
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2025 SentiQ <yves.nuesser@proton.me>
|
|
3
|
+
Copyright (c) 2025-2026 SentiQ <yves.nuesser@proton.me>
|
|
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
|
@@ -39,6 +39,16 @@ You can see all controller information, schedules and sensors. It is also possib
|
|
|
39
39
|
Placeholder for the next version (at the beginning of the line):
|
|
40
40
|
### **WORK IN PROGRESS**
|
|
41
41
|
-->
|
|
42
|
+
### 1.0.6 (2026-08-09)
|
|
43
|
+
|
|
44
|
+
- (SentiQ) updated dependencies
|
|
45
|
+
- (copilot) Adapter requires node.js >= 22 now
|
|
46
|
+
|
|
47
|
+
### 1.0.5 (2025-12-05)
|
|
48
|
+
|
|
49
|
+
- (SentiQ) updated js-controller dependency
|
|
50
|
+
- (SentiQ) updated @iobroker/adapter-dev dependency
|
|
51
|
+
|
|
42
52
|
### 1.0.4 (2025-12-05)
|
|
43
53
|
|
|
44
54
|
- (SentiQ) fixed dependencies
|
|
@@ -52,160 +62,13 @@ You can see all controller information, schedules and sensors. It is also possib
|
|
|
52
62
|
|
|
53
63
|
- (SentiQ) fixed issues detected by repository checker
|
|
54
64
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
- (SentiQ) added compatibility check and testing for node.js 22
|
|
58
|
-
|
|
59
|
-
### 1.0.0 (2024-04-30)
|
|
60
|
-
|
|
61
|
-
- (SentiQ) fixed adapter crash after dns not reachable
|
|
62
|
-
|
|
63
|
-
### 0.3.3 (2024-04-22)
|
|
64
|
-
|
|
65
|
-
- (SentiQ) updated dependencies
|
|
66
|
-
|
|
67
|
-
### 0.3.2 (2024-04-19)
|
|
68
|
-
|
|
69
|
-
- (SentiQ) added default value to parameter `apiInterval`
|
|
70
|
-
- (SentiQ) added translations
|
|
71
|
-
|
|
72
|
-
### 0.3.1 (2024-04-18)
|
|
73
|
-
|
|
74
|
-
- (SentiQ) removed parameter `apiKey` in method call
|
|
75
|
-
|
|
76
|
-
### 0.3.0 (2024-04-18)
|
|
77
|
-
|
|
78
|
-
- (SentiQ) added api interval to settings
|
|
79
|
-
- (SentiQ) changed interval of schedule endpoint from 5 minutes to 1 minute
|
|
80
|
-
|
|
81
|
-
### 0.2.8 (2024-04-08)
|
|
82
|
-
|
|
83
|
-
- (SentiQ) fixed tier and license
|
|
84
|
-
|
|
85
|
-
### 0.2.7 (2024-04-08)
|
|
86
|
-
|
|
87
|
-
- (SentiQ) fixed type of runDefault object
|
|
88
|
-
|
|
89
|
-
### 0.2.6 (2024-04-08)
|
|
90
|
-
|
|
91
|
-
- (SentiQ) fixed type of `runDefault`
|
|
92
|
-
|
|
93
|
-
### 0.2.5 (2024-04-07)
|
|
94
|
-
|
|
95
|
-
- (SentiQ) NodeJS >= 18.x and js-controller >= 5 is required
|
|
96
|
-
|
|
97
|
-
### 0.2.4 (2024-02-01)
|
|
98
|
-
|
|
99
|
-
- (SentiQ) updated dependencies
|
|
100
|
-
|
|
101
|
-
### 0.2.3 (2023-10-28)
|
|
102
|
-
|
|
103
|
-
- (SentiQ) NodeJS 16.x is required
|
|
104
|
-
- (SentiQ) updated dependencies
|
|
105
|
-
|
|
106
|
-
### 0.2.2 (2023-09-22)
|
|
107
|
-
|
|
108
|
-
- (SentiQ) fixed versions
|
|
109
|
-
|
|
110
|
-
### 0.2.0 (2023-09-22)
|
|
111
|
-
|
|
112
|
-
- (SentiQ) added button to run zone for default runtime
|
|
113
|
-
|
|
114
|
-
### 0.1.2 (2023-08-22)
|
|
115
|
-
|
|
116
|
-
- (SentiQ) added link to api docu
|
|
117
|
-
|
|
118
|
-
### 0.1.1 (2023-08-22)
|
|
119
|
-
|
|
120
|
-
- (SentiQ) fixed random crash, when api domain can't be resolved by dns
|
|
121
|
-
- (SentiQ) added time string of last api call
|
|
122
|
-
|
|
123
|
-
### 0.0.19 (2023-08-05)
|
|
124
|
-
|
|
125
|
-
- (SentiQ) fixed button roles
|
|
126
|
-
|
|
127
|
-
### 0.0.18 (2023-08-05)
|
|
128
|
-
|
|
129
|
-
- (SentiQ) fixed timeout
|
|
130
|
-
|
|
131
|
-
### 0.0.17 (2023-08-03)
|
|
132
|
-
|
|
133
|
-
- (SentiQ) fixed adapter crash
|
|
134
|
-
|
|
135
|
-
### 0.0.16 (2023-08-02)
|
|
136
|
-
|
|
137
|
-
- (SentiQ) added more information to README
|
|
138
|
-
- (SentiQ) encrypted apiKey
|
|
139
|
-
- (SentiQ) removed logging of apiKey
|
|
140
|
-
- (SentiQ) added filtering of invalid characters in ids
|
|
141
|
-
- (SentiQ) added check of ack flag
|
|
142
|
-
- (SentiQ) fixed roles
|
|
143
|
-
- (SentiQ) fixed error message
|
|
144
|
-
- (SentiQ) removed usage of clearTimeout
|
|
145
|
-
|
|
146
|
-
### 0.0.15 (2023-06-29)
|
|
147
|
-
|
|
148
|
-
- (SentiQ) updated dependencies
|
|
149
|
-
|
|
150
|
-
### 0.0.14 (2023-06-29)
|
|
151
|
-
|
|
152
|
-
- (SentiQ) fixing version
|
|
153
|
-
|
|
154
|
-
### 0.0.12 (2023-06-29)
|
|
155
|
-
|
|
156
|
-
- (SentiQ) changed value of `last_contact` to date string format
|
|
157
|
-
|
|
158
|
-
### 0.0.11 (2023-06-28)
|
|
159
|
-
|
|
160
|
-
- (SentiQ) raised timeouts
|
|
161
|
-
- (SentiQ) fixed types
|
|
162
|
-
|
|
163
|
-
### 0.0.10 (2023-06-27)
|
|
164
|
-
|
|
165
|
-
- (SentiQ) fixed adapter crash
|
|
166
|
-
- (SentiQ) changed value of `timestr` to date string format
|
|
167
|
-
|
|
168
|
-
### 0.0.9 (2023-05-25)
|
|
169
|
-
|
|
170
|
-
- (SentiQ) added more translations
|
|
171
|
-
|
|
172
|
-
### 0.0.8 (2023-05-25)
|
|
173
|
-
|
|
174
|
-
- (SentiQ) improved log messages
|
|
175
|
-
|
|
176
|
-
### 0.0.7 (2023-05-25)
|
|
177
|
-
|
|
178
|
-
- (SentiQ) fixed author
|
|
179
|
-
|
|
180
|
-
### 0.0.6 (2023-05-24)
|
|
181
|
-
|
|
182
|
-
- (SentiQ) lowered min node version to 14.5.0
|
|
183
|
-
|
|
184
|
-
### 0.0.5 (2023-05-24)
|
|
185
|
-
|
|
186
|
-
- (SentiQ) updated packages
|
|
187
|
-
|
|
188
|
-
### 0.0.4 (2023-05-24)
|
|
189
|
-
|
|
190
|
-
- (SentiQ) testing
|
|
191
|
-
|
|
192
|
-
### 0.0.3 (2023-05-24)
|
|
193
|
-
|
|
194
|
-
- (SentiQ) added zone controls and Ukrainian language
|
|
195
|
-
|
|
196
|
-
### 0.0.2 (2023-05-23)
|
|
197
|
-
|
|
198
|
-
- (SentiQ) refactoring code
|
|
199
|
-
|
|
200
|
-
### 0.0.1 (2023-01-26)
|
|
201
|
-
|
|
202
|
-
- (aDabbelju) Initial commit by adapter creator
|
|
65
|
+
[Older changelogs can be found there](CHANGELOG_OLD.md)
|
|
203
66
|
|
|
204
67
|
## License
|
|
205
68
|
|
|
206
69
|
MIT License
|
|
207
70
|
|
|
208
|
-
Copyright (c) 2025 SentiQ <yves.nuesser@proton.me>
|
|
71
|
+
Copyright (c) 2025-2026 SentiQ <yves.nuesser@proton.me>
|
|
209
72
|
|
|
210
73
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
211
74
|
of this software and associated documentation files (the "Software"), to deal
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "hydrawise",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.6",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.0.6": {
|
|
7
|
+
"en": "updated dependencies\nAdapter requires node.js >= 22 now",
|
|
8
|
+
"de": "aktualisierte abhängigkeiten\nAdapter benötigt node.js >= 22 jetzt",
|
|
9
|
+
"ru": "обновленные зависимости\nАдаптер требует node.js >= 22 сейчас",
|
|
10
|
+
"pt": "dependências atualizadas\nAdaptador requer nod.js >= 22 agora",
|
|
11
|
+
"nl": "bijgewerkte afhankelijkheden\nVoor de adapter zijn node.js < 22 nu nodig",
|
|
12
|
+
"fr": "dépendances actualisées\nAdaptateur nécessite node.js >= 22 maintenant",
|
|
13
|
+
"it": "dipendenze aggiornate\nAdattatore richiede node.js >= 22 ora",
|
|
14
|
+
"es": "dependencias actualizadas\nAdaptador requiere node.js ю= 22 ahora",
|
|
15
|
+
"pl": "zaktualizowane zależności\nAdapter wymaga node.js > = 22",
|
|
16
|
+
"uk": "оновлені залежності\nАдаптер вимагає node.js >= 22 тепер",
|
|
17
|
+
"zh-cn": "更新的依赖关系\n适配器需要节点.js 现在22"
|
|
18
|
+
},
|
|
19
|
+
"1.0.5": {
|
|
20
|
+
"en": "updated js-controller dependency\nupdated @iobroker/adapter-dev dependency",
|
|
21
|
+
"de": "aktualisierte js-controller abhängigkeit\naktualisiert @iobroker/adapter-dev abhängigkeit",
|
|
22
|
+
"ru": "обновленная js-контроллерная зависимость\nобновленная зависимость @iobroker/adapter-dev",
|
|
23
|
+
"pt": "atualizado js-controller dependence\natualizado @iobroker/adapter-dev dependência",
|
|
24
|
+
"nl": "bijgewerkt js-controller afhankelijkheid\nbijgewerkt @iobroker/adapter-dev afhankelijkheid",
|
|
25
|
+
"fr": "mise à jour de la dépendance du contrôleur js\nmise à jour de la dépendance @iobroker/adaptateur-dev",
|
|
26
|
+
"it": "dipendenze aggiornate di js-controller\naggiornato @iobroker/adapter-dev dipendenza",
|
|
27
|
+
"es": "actualizada dependencia js-controller\nactualizado @iobroker/adapter-dev dependencia",
|
|
28
|
+
"pl": "zaktualizowana zależność kontrolera js-\nzaktualizowany @ iobroker / adapter-dev zależność",
|
|
29
|
+
"uk": "оновлена залежність js-controller\n@iobroker/adapter-dev залежностей",
|
|
30
|
+
"zh-cn": "更新 js 控制器依赖性\n更新@iobroduc/adapter-dev 依赖性"
|
|
31
|
+
},
|
|
6
32
|
"1.0.4": {
|
|
7
33
|
"en": "fixed dependencies\nfixed schema URLs",
|
|
8
34
|
"de": "feste abhängigkeiten\nfestes Schema URLs",
|
|
@@ -67,32 +93,6 @@
|
|
|
67
93
|
"pl": "stałe zderzenie adaptera po dns nie osiągalne",
|
|
68
94
|
"uk": "фіксована аварійна аварія після dns не досягається",
|
|
69
95
|
"zh-cn": "dns 无法到达后固定适配器崩溃"
|
|
70
|
-
},
|
|
71
|
-
"0.3.3": {
|
|
72
|
-
"en": "updated dependencies",
|
|
73
|
-
"de": "aktualisierte abhängigkeiten",
|
|
74
|
-
"ru": "обновленные зависимости",
|
|
75
|
-
"pt": "dependências atualizadas",
|
|
76
|
-
"nl": "bijgewerkte afhankelijkheden",
|
|
77
|
-
"fr": "dépendances actualisées",
|
|
78
|
-
"it": "dipendenze aggiornate",
|
|
79
|
-
"es": "dependencias actualizadas",
|
|
80
|
-
"pl": "zaktualizowane zależności",
|
|
81
|
-
"uk": "оновлені залежності",
|
|
82
|
-
"zh-cn": "更新的依赖关系"
|
|
83
|
-
},
|
|
84
|
-
"0.3.2": {
|
|
85
|
-
"en": "added default value to parameter `apiInterval`\nadded translations",
|
|
86
|
-
"de": "standardwert zum Parameter `apiInterval `\nübersetzungen",
|
|
87
|
-
"ru": "добавленное значение по умолчанию для параметра `apiInterval \"\nдобавленные переводы",
|
|
88
|
-
"pt": "valor padrão adicionado ao parâmetro `apiInterval \"\ntraduções adicionadas",
|
|
89
|
-
"nl": "toegevoegde standaardwaarde aan parameter Wat\ntoegevoegde vertalingen",
|
|
90
|
-
"fr": "valeur ajoutée par défaut au paramètre `apiInterval \"\ntraductions ajoutées",
|
|
91
|
-
"it": "valore predefinito aggiunto al parametro `apiInterval #\ntraduzioni aggiunte",
|
|
92
|
-
"es": "valor predeterminado añadido al parámetro `apiInterval `\ntraducciones adicionales",
|
|
93
|
-
"pl": "domyślna wartość dodana do parametru 'apiInterval'\ndodane tłumaczenia",
|
|
94
|
-
"uk": "додано значення за замовчуванням до параметра `apiInterval й\nдодано переклади",
|
|
95
|
-
"zh-cn": "添加参数“ apiInterval” 的默认值 `\n增加翻译"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -152,12 +152,12 @@
|
|
|
152
152
|
},
|
|
153
153
|
"dependencies": [
|
|
154
154
|
{
|
|
155
|
-
"js-controller": ">=
|
|
155
|
+
"js-controller": ">=6.0.11"
|
|
156
156
|
}
|
|
157
157
|
],
|
|
158
158
|
"globalDependencies": [
|
|
159
159
|
{
|
|
160
|
-
"admin": ">=7.6.
|
|
160
|
+
"admin": ">=7.6.20"
|
|
161
161
|
}
|
|
162
162
|
]
|
|
163
163
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.hydrawise",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Adapter to control the Hydrawise irrigation control system",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SentiQ",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"homepage": "https://github.com/SentiQ/ioBroker.hydrawise",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"keywords": [
|
|
12
|
-
"
|
|
12
|
+
"ioBroker",
|
|
13
13
|
"hydrawise",
|
|
14
14
|
"hunter",
|
|
15
15
|
"irrigation",
|
|
@@ -21,29 +21,29 @@
|
|
|
21
21
|
"url": "git@github.com:SentiQ/ioBroker.hydrawise.git"
|
|
22
22
|
},
|
|
23
23
|
"engines": {
|
|
24
|
-
"node": ">=
|
|
24
|
+
"node": ">=22"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@iobroker/adapter-core": "^3.3
|
|
28
|
-
"axios": "^1.
|
|
27
|
+
"@iobroker/adapter-core": "^3.4.3",
|
|
28
|
+
"axios": "^1.16.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@alcalzone/release-script": "^5.
|
|
32
|
-
"@alcalzone/release-script-plugin-iobroker": "^
|
|
33
|
-
"@alcalzone/release-script-plugin-license": "^
|
|
34
|
-
"@alcalzone/release-script-plugin-manual-review": "^
|
|
35
|
-
"@iobroker/adapter-dev": "^1.
|
|
31
|
+
"@alcalzone/release-script": "^5.2.1",
|
|
32
|
+
"@alcalzone/release-script-plugin-iobroker": "^5.2.0",
|
|
33
|
+
"@alcalzone/release-script-plugin-license": "^5.2.1",
|
|
34
|
+
"@alcalzone/release-script-plugin-manual-review": "^5.2.0",
|
|
35
|
+
"@iobroker/adapter-dev": "^1.5.0",
|
|
36
36
|
"@iobroker/eslint-config": "^2.2.0",
|
|
37
37
|
"@iobroker/testing": "^5.2.2",
|
|
38
|
-
"@tsconfig/
|
|
39
|
-
"@types/node": "^
|
|
38
|
+
"@tsconfig/node22": "^22.0.5",
|
|
39
|
+
"@types/node": "^22.19.0",
|
|
40
40
|
"@types/proxyquire": "^1.3.31",
|
|
41
|
-
"nyc": "^
|
|
41
|
+
"nyc": "^18.0.0",
|
|
42
42
|
"proxyquire": "^2.1.3",
|
|
43
|
-
"rimraf": "^6.
|
|
43
|
+
"rimraf": "^6.1.3",
|
|
44
44
|
"source-map-support": "^0.5.21",
|
|
45
|
-
"ts-node": "^10.9.
|
|
46
|
-
"typescript": "~
|
|
45
|
+
"ts-node": "^10.9.2",
|
|
46
|
+
"typescript": "~6.0.3"
|
|
47
47
|
},
|
|
48
48
|
"main": "build/main.js",
|
|
49
49
|
"files": [
|
package/admin/words.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
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
|
-
*/
|
|
8
|
-
'use strict';
|
|
9
|
-
|
|
10
|
-
systemDictionary = {
|
|
11
|
-
"api interval": { "en": "API interval (in seconds)", "de": "API-Intervall (in Sekunden)", "ru": "Интервал API (в секундах)", "pt": "Intervalo de API (em segundos)", "nl": "API-interval (in seconden)", "fr": "Intervalle API (en secondes)", "it": "Intervallo API (in secondi)", "es": "Intervalo API (en segundos)", "pl": "Interwał API (w sekundach)", "uk": "Інтервал API (у секундах)", "zh-cn": "API 间隔(以秒为单位)"},
|
|
12
|
-
"api key": { "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密钥"},
|
|
13
|
-
"how to get token": { "en": "How to get a token", "de": "So erhalten Sie ein Token", "ru": "Как получить токен", "pt": "Como obter token", "nl": "Hoe een token te verkrijgen", "fr": "Comment obtenir un jeton", "it": "Come ottenere il gettone", "es": "Como conseguir ficha", "pl": "Jak zdobyć token", "uk": "Як отримати токен", "zh-cn": "如何获取代币"},
|
|
14
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|