-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.homeychangelog.json
460 lines (460 loc) · 20.5 KB
/
.homeychangelog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
{
"0.1.0": {
"en": "Initial release"
},
"0.1.1": {
"en": "Initial release"
},
"0.1.2": {
"en": "Added BLE Temperature and Humidity"
},
"0.2.0": {
"en": "Added HUB Temperature and Humidity, HUB Bot and BLE Bot"
},
"0.2.1": {
"en": "Added Invert Position and Motion Mode to advanced settings for curtains"
},
"0.2.2": {
"en": "Fixed Invert Position for HUB connected curtains"
},
"0.2.3": {
"en": "Added Air Conditioner Remote"
},
"0.2.4": {
"en": "Fixed operation of the Switch Bot to honour the single press mode when selected in the SwitchBot app. BLE can detect the mode setting but for the hub you have to adjust the Advanced setting."
},
"0.2.5": {
"en": "Fix to reduce Homey BLE caching problem"
},
"0.2.6": {
"en": "Added On/Off capability to curtains so they can be fully opened/closed by tapping on the tile"
},
"0.2.7": {
"en": "Added a check for a SwitchBot device with no service data in the discovery, so the entry in the BLE cache can be cleared ready for the next discovery."
},
"0.2.8": {
"en": "Fix Bot state check when using Homey's BLE. Adding my BLE hub no longer disables Homey's BLE checking so both are now used. Added error handler around JSON parsing to cope with bad data."
},
"0.2.9": {
"en": "Attempt to add devices based on the localName id there is no service data."
},
"0.2.10": {
"en": "Changed logging to multi-level to make it easier to spot general issues. Cleaned up the retries loops."
},
"0.2.11": {
"en": "Ensure log level is initialised at start up."
},
"0.3.0": {
"en": "Optimised for Homey v6."
},
"0.3.1": {
"en": "Optimised for activating multiple devices simultaneously. Added Position value to BLE curtain information. Added buttons to send the logs from the configuration page"
},
"0.3.2": {
"en": "Added Position value to hub curtian information. Fixed issue during pair curtains."
},
"0.3.3": {
"en": "Added support for Scenes plus the DVD and Speaker remote devices."
},
"0.3.4": {
"en": "Added a Run Scene action flow card to run a SwitchBot scene without needing to add the scene as a device."
},
"0.3.5": {
"en": "Fix remote parameters and command switched for aircon."
},
"0.3.6": {
"en": "Fix remote parameters and command switched for TV, etc."
},
"0.3.7": {
"en": "Added support for the SwitchBot Humidifier"
},
"0.3.8": {
"en": "Added support for the SwitchBot Humidifier"
},
"0.3.9": {
"en": "Added support for the SwitchBot Humidifier"
},
"0.3.10": {
"en": "Added support for a password on a bot. Fixes for Humidifier"
},
"0.3.11": {
"en": "Added flow action card to select a specific channel number"
},
"0.3.12": {
"en": "Separated On and Off to individual buttons for the AC device. Decoded error messages reported in device view to prevent [object Object] being reported."
},
"0.3.13": {
"en": "Fix deprecated AC flow > Turn On / Off action cards."
},
"0.3.14": {
"en": "Added BLE Presence sensor and Contact Sensor."
},
"0.3.15": {
"en": "Updated BLE Contact Sensor to add contact left open trigger."
},
"0.3.16": {
"en": "Updated BLE Contact Sensor to add entry and exit trigger."
},
"0.3.17": {
"en": "Reduce Hub polling interval to improve responsiveness. Added Smart Fan and Remote Fan"
},
"0.3.18": {
"en": "Reduce Hub polling interval to improve responsiveness. Added Smart Fan and Remote Fan"
},
"0.3.19": {
"en": "Fix Remote On and Off action cards that I broke in the last update"
},
"0.3.20": {
"en": "Fix AirCon On and Off action cards"
},
"0.4.0": {
"en": "Big code reorganise in preparation for Possible Homey / Homey bridge usage. Added error handling around API calls that might have prevented polling timer from restarting. Added Presence Sensor (Hub). Added Contact Sensor (Hub)."
},
"0.4.1": {
"en": "Add Color Bulb (Hub)"
},
"0.4.2": {
"en": "Fixed 'Set nebulization efficiency' flow card"
},
"0.4.3": {
"en": "Added support for custom remotes controls"
},
"1.0.0": {
"en": "Added support for connecting with your SwitchBot username and password instead of getting an API key"
},
"1.0.1": {
"en": "Added battery information to devices"
},
"1.0.2": {
"en": "Fixed setTimeout error."
},
"1.0.3": {
"en": "Changed the default Curtain Motion mode to Performance. Report errors to contoll window when command fails."
},
"1.0.4": {
"en": "Improved action card titles."
},
"1.0.5": {
"en": "Deprecated contact and motion sensor to allow the app to be published (these will be resurrected when a reliable notification method has been created)."
},
"1.0.6": {
"en": "Revived contact and motion sensor. Added the Light remote"
},
"1.0.7": {
"en": "Added more diagnostics logging."
},
"1.0.8": {
"en": "Set remote airconditioner temperature limits to prevent invalid values being sent."
},
"1.0.9": {
"en": "Fix for curtain BLE data change with firmware version 3.9."
},
"1.1.0": {
"en": "Added webhook for faster response to: Contact Sensor (HUB) - Door contact open / close, Motion Sensor (HUB) - Presence detection, Temperature & Humidity (HUB) - Temperature / Humidity change"
},
"1.1.1": {
"en": "Added direction capability to Contact sensor that is true when someone exits and false when someone enters"
},
"1.1.2": {
"en": "Updated the tag list for supported IR Airconditioners that are supported by the SwitchBot hub."
},
"1.1.3": {
"en": "The Bot class is now set to socket when the Bot is in Switch mode so it can be added to HomeKit"
},
"1.1.4": {
"en": "Small changes to images and hint wording for publishing approval"
},
"1.1.5": {
"en": "Improved the error message shown for the device when a command fails."
},
"1.1.6": {
"en": "Fixed start scene flow card."
},
"1.1.7": {
"en": "Reset Left Open capability when contact open cleared."
},
"1.1.8": {
"en": "Added camera motion sensor."
},
"1.1.9": {
"en": "Fixed use of a function that is not available on older Homeys. Attempt to register webhook every 2 seconds if it fails due to Homey connection issues."
},
"1.1.10": {
"en": "Added support for Light Strips."
},
"1.1.11": {
"en": "Fix for DIY Airconditioner (only supports on and off)."
},
"1.1.12": {
"en": "Reverse On / Off commands for DIY Airconditioner."
},
"1.1.13": {
"en": "Increased the number of buttons to 36 for a custom remote. Added support for the SwitchBot Lock"
},
"1.1.14": {
"en": "Change log levels. Updated Contact webhook for new format."
},
"1.1.15": {
"en": "Updated to API v1.1 so door lock can now be controlled."
},
"1.1.16": {
"en": "Restores logging level at start up. Added more webhook logging."
},
"1.1.17": {
"en": "Added support for HUB 2 via Temperature & Humidity sensor."
},
"1.1.18": {
"en": "Fixed an app crashing issue."
},
"1.1.19": {
"en": "Unset warnings when device recovers."
},
"1.1.20": {
"en": "New icon for Blind Tilt device."
},
"1.1.21": {
"en": "Fix direction for Tilt device. Add flow cards for Tilt device."
},
"1.1.22": {
"en": "Work around bug in API for Tilt device and convert 'setPosition: down;0' to 'closeDown'. Set deadzone in middle of slider to make it easier to select fully open."
},
"1.1.23": {
"en": "Added Tilt BLE device."
},
"1.1.24": {
"en": "Fix for Homey 2023 as it reports the long UUID instead of the short version."
},
"1.1.25": {
"en": "Added battery capability to devices when the data contains the required information."
},
"1.1.26": {
"en": "Added Projector remote control."
},
"1.1.27": {
"en": "Support for Tilt firmeware V2."
},
"1.1.28": {
"en": "Fix for Get Device Log when no devices were found during the Add Device stage."
},
"1.1.29": {
"en": "Added Air Purifier Remote."
},
"1.1.30": {
"en": "Added luminance to Temperature and Humidity device when it is a Hub 2. Added webhook support for more devices and reduced polling"
},
"1.1.31": {
"en": "Added Alarm for door jammed. Changed Hub 2 luminance to Brightness as a percentage of it range."
},
"1.1.32": {
"en": "Fix for new T & H I/O data format."
},
"1.1.33": {
"en": "Fix for new T & H I/O temperature data format."
},
"1.1.34": {
"en": "Enhanced performance for ESP32 BLE hub."
},
"1.1.35": {
"en": "Update for new Bot BLE data format."
},
"1.1.36": {
"en": "Update for new Curtain 3 Hub data format."
},
"1.1.37": {
"en": "Added Light Level to curtains."
},
"1.1.38": {
"en": "Fix for Curtains 3 hub not being found due to missing device type in API response. Fix for BLE Curtain 3 not being found due to changed device id field."
},
"1.1.39": {
"en": "Polling added for Curtains 3 hub as they don't provide webhook data. Fix Light Level changed trigger.",
"no": "Lagt til tidsbestemt datasamling for 3. gen Gardiner. De gir ikke webhook data enda. Rettet triggeren 'Endret lysnivå'."
},
"1.1.40": {
"en": "Added support for Plug Mini.",
"no": "Lagt til støtte for Plug Mini."
},
"1.1.41": {
"en": "Fixed image for Plug Mini.",
"no": "Rettet bilde for Plug Mini."
},
"1.1.42": {
"en": "Added door open alarm (not included in the webhook data so polled only). Added general alarm for Lock when it is jammed. Fix error when processing Lock webhook data.",
"no": "Lagt til 'dør åpen' alarm (finnes ikke i webhook-dataene). Lagt til generell alarm for Lås, når den har satt seg fast. Fikset feil under prosessering av webhook-data fra Lås."
},
"1.1.43": {
"en": "Added Open/Pause/Close capability to curtains. Fix Plug Min (US) and Plug Mini (JP) detection",
"no": "Lagt til Åpen/Pauset/Lukket egenskap for gardiner. Fikset Plug Mini (USA) og Plug Mini (JP) deteksjon"
},
"1.1.44": {
"en": "Added support for the Vacuum Cleaner.",
"no": "Lagt til støvsuger."
},
"1.1.45": {
"en": "Added trigger with drop list for state plus a condition card with the state to the Vacuum Cleaner. Fixed the dock command for the vacuum cleaner.",
"no": "Lagt til trigger med nedtrekksliste for støvsugerkjøremodus pluss et tilstandskort for støvsuger. Endret dokk kommando for støvsuger."
},
"1.1.46": {
"en": "Fixed spelling error defined in the API document.",
"no": "Utbedret stavefeil i API-dokumentet."
},
"1.1.47": {
"en": "Added Curtain3 to list of curtain devices.",
"no": "Lagt til 3. gen Gardiner i listen over gardiner."
},
"1.1.48": {
"en": "Added Curtain3 to list of curtain devices. Added Norwegian translations thanks to Philip Østli",
"no": "Lagt til 3. gen Gardiner i listen over gardiner. Lagt til norske oversettelser takket være Philip Østli"
},
"1.1.49": {
"en": "Added Flow action card to move curtains at performance or quiet speed (thanks to Dennie de Groot)",
"no": "Lagt til flyt-handlingskort for å flytte gardiner i ytelses- eller stillemodus (takk til Dennie de Groot)"
},
"1.1.50": {
"en": "Reduce Error information in the log. Added initial support for the Lock Pro. Changed the trigger card for vacuum to use 'clearing' instead of 'cleaning'.",
"no": "Redusert feilinformasjon i loggen. Lagt til initial støtte for Lock Pro. Endret utløserkortet for støvsuger til å bruke 'clearing' i stedet for 'cleaning'."
},
"1.1.51": {
"en": "Added setting for curtain devices to change the class type to blind for better Google integration.",
"no": "Lagt til innstilling for gardiner for å endre klassetype til blind for bedre Google-integrasjon."
},
"1.1.52": {
"en": "Trigger On/Off Flow card in Bot Press Mode, Added support for the Robot Vacuum Cleaner S10",
"no": "Utløser On/Off flytkort i Bot Press-modus, Lagt til støtte for Robotstøvsuger S10"
},
"1.1.53": {
"en": "Added support for the Robot Vacuum Cleaner K10+",
"no": "Lagt til støtte for Robotstøvsuger K10+"
},
"1.1.54": {
"en": "Added Flow action card to move curtains at performance or quiet speed for the HUB variant",
"no": "Lagt til flyt-handlingskort for å flytte gardiner i ytelses- eller stillemodus for HUB-varianten"
},
"1.1.55": {
"en": "Fix Lock open state detection as the API has changed the data format",
"no": "Fiks for låsens åpne tilstandsdeteksjon da API-en har endret dataformatet"
},
"1.1.56": {
"en": "Added support for the SwitchBot Water Leak detector",
"no": "Lagt til støtte for SwitchBot vannlekkasjedetektor"
},
"1.1.57": {
"en": "Fix possible issue with BLE temperature reading too high. Improve log function.",
"no": "Fiks mulig problem med at BLE-temperaturlesning er for høy. Forbedre loggfunksjonen."
},
"1.1.58": {
"en": "Added more translation via OpenAI",
"no": "Lagt til flere oversettelser via OpenAI"
},
"2.0.0": {
"en": "Updated login during pairing for new servers",
"no": "Oppdatert innlogging under tilkobling til nye servere"
},
"2.0.1": {
"en": "Fixed text for blind advanced settings",
"no": "Fikset tekst for avanserte innstillinger for blinde"
},
"2.0.2": {
"en": "Added support for the SwitchBot Meter Pro CO2",
"no": "Lagt til støtte for SwitchBot Meter Pro CO2"
},
"2.0.3": {
"en": "Updated Dutch translations",
"no": "Oppdaterte nederlandske oversettelser"
},
"2.0.4": {
"en": "Added support for the SwitchBot Meter Pro",
"no": "Lagt til støtte for SwitchBot Meter Pro"
},
"2.0.5": {
"en": "Added support for the SwitchBot Meter Pro and Meter Pro CO2 using BLE",
"no": "Lagt til støtte for SwitchBot Meter Pro og Meter Pro CO2 ved hjelp av BLE"
},
"2.0.6": {
"en": "Fix images and descriptions for the SwitchBot Meter Pro and Meter Pro CO2 using BLE",
"no": "Fiks bilder og beskrivelser for SwitchBot Meter Pro og Meter Pro CO2 ved hjelp av BLE",
"nl": "Fix afbeeldingen en beschrijvingen voor de SwitchBot Meter Pro en Meter Pro CO2 met behulp van BLE",
"de": "Fix Bilder und Beschreibungen für den SwitchBot Meter Pro und Meter Pro CO2 mit BLE",
"fr": "Corrigez les images et les descriptions pour le SwitchBot Meter Pro et le Meter Pro CO2 en utilisant BLE",
"es": "Corregir imágenes y descripciones para el SwitchBot Meter Pro y el Meter Pro CO2 usando BLE",
"pt": "Corrigir imagens e descrições para o SwitchBot Meter Pro e o Meter Pro CO2 usando BLE",
"it": "Correggi immagini e descrizioni per SwitchBot Meter Pro e Meter Pro CO2 utilizzando BLE",
"pl": "Napraw obrazy i opisy dla SwitchBot Meter Pro i Meter Pro CO2 za pomocą BLE",
"kr": "BLE를 사용하여 SwitchBot Meter Pro 및 Meter Pro CO2의 이미지 및 설명 수정"
},
"2.0.7": {
"en": "Fixed spelling mistake quite -> quiet",
"no": "Fikset stavefeil ganske -> stille",
"nl": "Vaste spelfout stil -> stil",
"de": "Fester Rechtschreibfehler ziemlich -> leise",
"fr": "Erreur d'orthographe fixe assez -> calme",
"es": "Error ortográfico fijo bastante -> tranquilo",
"pt": "Erro de digitação fixo bastante -> quieto",
"it": "Errore di battitura fisso abbastanza -> tranquillo",
"pl": "Poprawiono błąd ortograficzny całkiem -> cicho",
"kr": "맞춤법 오류 수정 꽤 -> 조용한"
},
"2.0.8": {
"en": "Updated images. Added an option to set the number of Homeys that are connected to your SwitchBot account.",
"no": "Oppdaterte bilder. Lagt til et alternativ for å angi antall Homeys som er koblet til SwitchBot-kontoen din.",
"nl": "Bijgewerkte afbeeldingen. Een optie toegevoegd om het aantal Homeys in te stellen dat is verbonden met uw SwitchBot-account.",
"de": "Bilder aktualisiert. Eine Option hinzugefügt, um die Anzahl der mit Ihrem SwitchBot-Konto verbundenen Homeys festzulegen.",
"fr": "Images mises à jour. Ajout d'une option pour définir le nombre de Homeys connectés à votre compte SwitchBot.",
"es": "Imágenes actualizadas. Se agregó una opción para establecer la cantidad de Homeys que están conectados a su cuenta de SwitchBot.",
"pt": "Imagens atualizadas. Adicionada uma opção para definir o número de Homeys conectados à sua conta SwitchBot.",
"it": "Immagini aggiornate. Aggiunta un'opzione per impostare il numero di Homey collegati al tuo account SwitchBot.",
"pl": "Zaktualizowane obrazy. Dodano opcję ustawienia liczby Homeys, które są podłączone do Twojego konta SwitchBot.",
"kr": "이미지 업데이트. SwitchBot 계정에 연결된 Homey 수를 설정하는 옵션 추가."
},
"2.0.9": {
"en": "Added support for the Relay Switch 1 and Relay Switch 1PM",
"no": "Lagt til støtte for Relay Switch 1 og Relay Switch 1PM",
"nl": "Ondersteuning toegevoegd voor de Relay Switch 1 en Relay Switch 1PM",
"de": "Unterstützung für den Relay Switch 1 und Relay Switch 1PM hinzugefügt",
"fr": "Ajout de la prise en charge du Relay Switch 1 et du Relay Switch 1PM",
"es": "Se agregó soporte para el Relay Switch 1 y el Relay Switch 1PM",
"pt": "Adicionado suporte para o Relay Switch 1 e o Relay Switch 1PM",
"it": "Aggiunto il supporto per il Relay Switch 1 e il Relay Switch 1PM",
"pl": "Dodano obsługę przekaźnika Switch 1 i przekaźnika Switch 1PM",
"kr": "릴레이 스위치 1 및 릴레이 스위치 1PM 지원 추가"
},
"2.0.10": {
"en": "Updated images"
},
"2.0.11": {
"en": "Added support for the WoCurtain3 using BLE",
"no": "Lagt til støtte for WoCurtain3 ved hjelp av BLE",
"nl": "Ondersteuning toegevoegd voor de WoCurtain3 met behulp van BLE",
"de": "Unterstützung für den WoCurtain3 mit BLE hinzugefügt",
"fr": "Ajout de la prise en charge du WoCurtain3 en utilisant BLE",
"es": "Se agregó soporte para el WoCurtain3 usando BLE",
"pt": "Adicionado suporte para o WoCurtain3 usando BLE",
"it": "Aggiunto il supporto per il WoCurtain3 utilizzando BLE",
"pl": "Dodano obsługę WoCurtain3 za pomocą BLE",
"kr": "BLE를 사용하여 WoCurtain3 지원 추가"
},
"2.0.12": {
"en": "Added support S10 Robot Floor Cleaner. Ensure HUB devices, that require a hub, have a hub associated with them before showing them in when adding devices.",
"no": "Lagt til støtte for S10 Robot Floor Cleaner. Sørg for at HUB-enheter som krever en hub, har en hub tilknyttet dem før de vises når du legger til enheter.",
"nl": "Ondersteuning toegevoegd voor S10 Robot Floor Cleaner. Zorg ervoor dat HUB-apparaten die een hub vereisen, een hub hebben die aan hen is gekoppeld voordat ze worden weergegeven bij het toevoegen van apparaten.",
"de": "Unterstützung für S10 Robot Floor Cleaner hinzugefügt. Stellen Sie sicher, dass HUB-Geräte, die einen Hub benötigen, einen Hub mit ihnen verbunden haben, bevor sie beim Hinzufügen von Geräten angezeigt werden.",
"fr": "Ajout de la prise en charge du S10 Robot Floor Cleaner. Assurez-vous que les appareils HUB, qui nécessitent un hub, ont un hub associé à eux avant de les afficher lors de l'ajout d'appareils.",
"es": "Se agregó soporte para S10 Robot Floor Cleaner. Asegúrese de que los dispositivos HUB, que requieren un concentrador, tengan un concentrador asociado a ellos antes de mostrarlos al agregar dispositivos.",
"pt": "Adicionado suporte para S10 Robot Floor Cleaner. Certifique-se de que os dispositivos HUB, que requerem um hub, tenham um hub associado a eles antes de mostrá-los ao adicionar dispositivos.",
"it": "Aggiunto supporto per S10 Robot Floor Cleaner. Assicurati che i dispositivi HUB, che richiedono un concentratore, abbiano un concentratore associato a loro prima di mostrarli quando si aggiungono dispositivi.",
"pl": "Dodano obsługę S10 Robot Floor Cleaner. Upewnij się, że urządzenia HUB, które wymagają huba, mają z nimi skojarzony hub, zanim zostaną wyświetlone podczas dodawania urządzeń.",
"kr": "S10 로봇 바닥 청소기 지원 추가. 장치 추가 시 허브가 필요한 HUB 장치가 허브와 연결되어 있는지 확인한 후 표시됩니다."
},
"2.0.13": {
"en": "updated icons for the S10 Robot Floor Cleaner",
"no": "oppdaterte ikoner for S10 Robot Floor Cleaner",
"nl": "bijgewerkte pictogrammen voor de S10 Robot Floor Cleaner",
"de": "aktualisierte Symbole für den S10 Robot Floor Cleaner",
"fr": "icônes mises à jour pour le S10 Robot Floor Cleaner",
"es": "iconos actualizados para el S10 Robot Floor Cleaner",
"pt": "ícones atualizados para o S10 Robot Floor Cleaner",
"it": "icone aggiornate per il S10 Robot Floor Cleaner",
"pl": "zaktualizowane ikony dla S10 Robot Floor Cleaner",
"kr": "S10 로봇 바닥 청소기용 아이콘 업데이트"
}
}