iobroker.eusec 0.8.2 → 0.8.3
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 +64 -54
- package/admin/{euSec.png → eusec.png} +0 -0
- package/io-package.json +18 -6
- package/package.json +40 -7
- package/adapter-settings.js +0 -2423
- package/admin/admin.d.ts +0 -93
package/README.md
CHANGED
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|

|
|
8
8
|

|
|
9
9
|
[](https://libraries.io/npm/iobroker.eusec)
|
|
10
|
-
[](https://snyk.io/test/github/bropat/ioBroker.eusec)
|
|
11
11
|
|
|
12
|
-
**Tests:**
|
|
13
|
-
Windows: [
|
|
13
|
+
Windows: [](https://ci.appveyor.com/project/bropat/ioBroker-eusec/)
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
[](https://nodei.co/npm/iobroker.eusec/)
|
|
@@ -144,7 +144,7 @@ One Adapter instance will show all devices from one Eufy Cloud account and allow
|
|
|
144
144
|
|
|
145
145
|
## Documentation
|
|
146
146
|
|
|
147
|
-
Look [here](https://bropat.github.io/ioBroker.
|
|
147
|
+
Look [here](https://bropat.github.io/ioBroker.eusec/)
|
|
148
148
|
|
|
149
149
|
## Known working devices
|
|
150
150
|
|
|
@@ -154,10 +154,20 @@ Information about supported devices can be found [here](https://github.com/bropa
|
|
|
154
154
|
|
|
155
155
|
Please use GitHub issues for this.
|
|
156
156
|
|
|
157
|
-
Best is to set the adapter to Debug log mode (see [here](https://bropat.github.io/ioBroker.
|
|
157
|
+
Best is to set the adapter to Debug log mode (see [here](https://bropat.github.io/ioBroker.eusec/#/debugging)). Then please get the logfile from disk (subdirectory "log" in ioBroker installation directory and not from Admin because Admin cuts the lines).
|
|
158
158
|
|
|
159
159
|
## Changelog
|
|
160
160
|
|
|
161
|
+
### 0.8.3 (2022-02-07)
|
|
162
|
+
|
|
163
|
+
* (bropat) Updated version of the package eufy-security-client (1.6.4)
|
|
164
|
+
* (bropat) Further details can be found in the changelog of eufy-security-client (1.6.4)
|
|
165
|
+
* (bropat) Fixed issue #222
|
|
166
|
+
* (bropat) Fixed issue #224
|
|
167
|
+
* (bropat) Fixed issue #225
|
|
168
|
+
|
|
169
|
+
**Note:** Selecting the correct country in ioBroker is essential for the devices to be found (should match the setting in the Eufy app).
|
|
170
|
+
|
|
161
171
|
### 0.8.2 (2022-02-06)
|
|
162
172
|
|
|
163
173
|
* (bropat) Renamed Adapter to ioBroker.euSec
|
|
@@ -241,13 +251,13 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
|
|
|
241
251
|
* (bropat) **Breaking Changes** Switched to the new managed driver class - All states will be dropped and recreated (Note: some states where renamed)
|
|
242
252
|
* (bropat) Supports Admin 5
|
|
243
253
|
* (bropat) Added new adapter setting "Accept incoming invitations" to automatically accept device invitations
|
|
244
|
-
* (bropat) Added new adapter setting "Alarm sound duration (sec)" used for triggering alarm sound on supported devices/stations ([#76](https://github.com/bropat/ioBroker.
|
|
254
|
+
* (bropat) Added new adapter setting "Alarm sound duration (sec)" used for triggering alarm sound on supported devices/stations ([#76](https://github.com/bropat/ioBroker.euSec/issues/76))
|
|
245
255
|
* (bropat) Added enable/disable led setting for camera 1 products
|
|
246
256
|
* (bropat) Added motion detection sensitivity setting for camera 1 products and wired doorbell
|
|
247
257
|
* (bropat) Added motion detection type setting for camera 1 products
|
|
248
258
|
* (bropat) Added motion audio recording setting for camera 1 products and wired doorbell
|
|
249
259
|
* (bropat) Added ringtone volume setting for wired doorbell
|
|
250
|
-
* (bropat) Added enable/disable indoor chime setting for wired doorbell ([#100](https://github.com/bropat/ioBroker.
|
|
260
|
+
* (bropat) Added enable/disable indoor chime setting for wired doorbell ([#100](https://github.com/bropat/ioBroker.euSec/issues/100))
|
|
251
261
|
* (bropat) Added notification ring setting for wired doorbell
|
|
252
262
|
* (bropat) Added notification motion setting for wired doorbell
|
|
253
263
|
* (bropat) Added video streaming quality setting for wired doorbell
|
|
@@ -258,37 +268,37 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
|
|
|
258
268
|
* (bropat) Added notification type setting for camera 1 products, solo cameras and wired doorbell
|
|
259
269
|
* (bropat) Added chirp volume setting for entry sensor
|
|
260
270
|
* (bropat) Added chirp tone setting for entry sensor
|
|
261
|
-
* (bropat) Added pan an tilt functionality to supported indoor cameras ([#129](https://github.com/bropat/ioBroker.
|
|
271
|
+
* (bropat) Added pan an tilt functionality to supported indoor cameras ([#129](https://github.com/bropat/ioBroker.euSec/issues/129))
|
|
262
272
|
* (bropat) Added error detection if stopping or starting stream that isn't running or already running
|
|
263
273
|
* (bropat) Added new setting "acceptInvitations" to "EufySecurity" to accept invitations automatically
|
|
264
|
-
* (bropat) Added floodlight camera light switch ([#133](https://github.com/bropat/ioBroker.
|
|
265
|
-
* (bropat) Added motion detection sensitivity for indoor cameras, solo cameras, floodlight cameras, camera 2 products and battery doorbells ([#133](https://github.com/bropat/ioBroker.
|
|
266
|
-
* (bropat) Added motion detection type for indoor cameras, solo cameras, floodlight cameras, camera 2 products and battery doorbells ([#133](https://github.com/bropat/ioBroker.
|
|
274
|
+
* (bropat) Added floodlight camera light switch ([#133](https://github.com/bropat/ioBroker.euSec/issues/133))
|
|
275
|
+
* (bropat) Added motion detection sensitivity for indoor cameras, solo cameras, floodlight cameras, camera 2 products and battery doorbells ([#133](https://github.com/bropat/ioBroker.euSec/issues/133))
|
|
276
|
+
* (bropat) Added motion detection type for indoor cameras, solo cameras, floodlight cameras, camera 2 products and battery doorbells ([#133](https://github.com/bropat/ioBroker.euSec/issues/133))
|
|
267
277
|
* (bropat) Added motion tracking for indoor camera pan & tilt cameras
|
|
268
|
-
* (bropat) Added video stream quality setting for indoor cameras, solo cameras, floodlight cameras and battery doorbell ([#133](https://github.com/bropat/ioBroker.
|
|
278
|
+
* (bropat) Added video stream quality setting for indoor cameras, solo cameras, floodlight cameras and battery doorbell ([#133](https://github.com/bropat/ioBroker.euSec/issues/133))
|
|
269
279
|
* (bropat) Added video recording quality setting for indoor cameras
|
|
270
280
|
* (bropat) Added WDR setting for battery doorbells
|
|
271
|
-
* (bropat) Added microphone mute setting for indoor cameras, solo cameras, floodlight cameras, camera 2 products and battery doorbells ([#133](https://github.com/bropat/ioBroker.
|
|
272
|
-
* (bropat) Added audio recording setting for indoor cameras, solo cameras, floodlight cameras, camera 2 products and battery doorbells ([#133](https://github.com/bropat/ioBroker.
|
|
273
|
-
* (bropat) Added enable/disable speaker setting for indoor cameras, solo cameras, floodlight cameras, camera 2 products ([#133](https://github.com/bropat/ioBroker.
|
|
274
|
-
* (bropat) Added speaker volume setting for indoor cameras, solo cameras, floodlight cameras, camera 2 products and battery doorbells ([#133](https://github.com/bropat/ioBroker.
|
|
281
|
+
* (bropat) Added microphone mute setting for indoor cameras, solo cameras, floodlight cameras, camera 2 products and battery doorbells ([#133](https://github.com/bropat/ioBroker.euSec/issues/133))
|
|
282
|
+
* (bropat) Added audio recording setting for indoor cameras, solo cameras, floodlight cameras, camera 2 products and battery doorbells ([#133](https://github.com/bropat/ioBroker.euSec/issues/133))
|
|
283
|
+
* (bropat) Added enable/disable speaker setting for indoor cameras, solo cameras, floodlight cameras, camera 2 products ([#133](https://github.com/bropat/ioBroker.euSec/issues/133))
|
|
284
|
+
* (bropat) Added speaker volume setting for indoor cameras, solo cameras, floodlight cameras, camera 2 products and battery doorbells ([#133](https://github.com/bropat/ioBroker.euSec/issues/133))
|
|
275
285
|
* (bropat) Added power source setting for camera 2 products cameras, eufy cameras and eufy E cameras
|
|
276
286
|
* (bropat) Added power working mode setting for solo cameras, camera 2 products, battery doorbells, eufy cameras and eufy E cameras
|
|
277
|
-
* (bropat) Added power custom working mode recording clip length setting for solo cameras, floodlight cameras, camera 2 products, battery doorbells, eufy cameras and eufy E cameras ([#133](https://github.com/bropat/ioBroker.
|
|
278
|
-
* (bropat) Added power custom working mode recording retrigger interval setting for solo cameras, floodlight cameras, camera 2 products, battery doorbells, eufy cameras and eufy E cameras ([#133](https://github.com/bropat/ioBroker.
|
|
279
|
-
* (bropat) Added power custom working mode recording ends if motion stops setting for solo cameras, floodlight cameras, camera 2 products, battery doorbells, eufy cameras and eufy E cameras ([#133](https://github.com/bropat/ioBroker.
|
|
280
|
-
* (bropat) Added video streaming quality setting for indoor cameras, solo cameras, floodlight cameras, 2c pro cameras and battery doorbells ([#133](https://github.com/bropat/ioBroker.
|
|
287
|
+
* (bropat) Added power custom working mode recording clip length setting for solo cameras, floodlight cameras, camera 2 products, battery doorbells, eufy cameras and eufy E cameras ([#133](https://github.com/bropat/ioBroker.euSec/issues/133))
|
|
288
|
+
* (bropat) Added power custom working mode recording retrigger interval setting for solo cameras, floodlight cameras, camera 2 products, battery doorbells, eufy cameras and eufy E cameras ([#133](https://github.com/bropat/ioBroker.euSec/issues/133))
|
|
289
|
+
* (bropat) Added power custom working mode recording ends if motion stops setting for solo cameras, floodlight cameras, camera 2 products, battery doorbells, eufy cameras and eufy E cameras ([#133](https://github.com/bropat/ioBroker.euSec/issues/133))
|
|
290
|
+
* (bropat) Added video streaming quality setting for indoor cameras, solo cameras, floodlight cameras, 2c pro cameras and battery doorbells ([#133](https://github.com/bropat/ioBroker.euSec/issues/133))
|
|
281
291
|
* (bropat) Added video recording quality setting for indoor 2k cameras and 2c pro cameras
|
|
282
|
-
* (bropat) Added motion detection sensitivity setting for indoor cameras, floodlight cameras and camera 2 products ([#133](https://github.com/bropat/ioBroker.
|
|
292
|
+
* (bropat) Added motion detection sensitivity setting for indoor cameras, floodlight cameras and camera 2 products ([#133](https://github.com/bropat/ioBroker.euSec/issues/133))
|
|
283
293
|
* (bropat) Added enable/disable motion tracking setting for indoor pan & tilt cameras
|
|
284
|
-
* (bropat) Added motion detection type setting for indoor cameras, solo cameras, floodlight cameras, camera 2 products and battery doorbells ([#133](https://github.com/bropat/ioBroker.
|
|
294
|
+
* (bropat) Added motion detection type setting for indoor cameras, solo cameras, floodlight cameras, camera 2 products and battery doorbells ([#133](https://github.com/bropat/ioBroker.euSec/issues/133))
|
|
285
295
|
* (bropat) Added enable/disable WDR setting for battery doorbells
|
|
286
296
|
* (bropat) Added ringtone volume setting for battery doorbells
|
|
287
|
-
* (bropat) Added enable/disable chime indoor setting for battery doorbells ([#100](https://github.com/bropat/ioBroker.
|
|
288
|
-
* (bropat) Added enable/disable chime homebase setting for battery doorbells ([#100](https://github.com/bropat/ioBroker.
|
|
297
|
+
* (bropat) Added enable/disable chime indoor setting for battery doorbells ([#100](https://github.com/bropat/ioBroker.euSec/issues/100))
|
|
298
|
+
* (bropat) Added enable/disable chime homebase setting for battery doorbells ([#100](https://github.com/bropat/ioBroker.euSec/issues/100))
|
|
289
299
|
* (bropat) Added chime homebase ringtone volume setting for battery doorbells
|
|
290
300
|
* (bropat) Added chime homebase ringtone type setting for battery doorbells
|
|
291
|
-
* (bropat) Added notification type setting for solo cameras, floodlight cameras, camera 2 products, battery doorbells, eufy cameras and eufy E cameras ([#133](https://github.com/bropat/ioBroker.
|
|
301
|
+
* (bropat) Added notification type setting for solo cameras, floodlight cameras, camera 2 products, battery doorbells, eufy cameras and eufy E cameras ([#133](https://github.com/bropat/ioBroker.euSec/issues/133))
|
|
292
302
|
* (bropat) Added enable/disable person notification setting for indoor cameras
|
|
293
303
|
* (bropat) Added enable/disable pet notification setting for indoor cameras
|
|
294
304
|
* (bropat) Added enable/disable all other motion notification setting for indoor cameras
|
|
@@ -296,10 +306,10 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
|
|
|
296
306
|
* (bropat) Added enable/disable crying notification setting for indoor cameras
|
|
297
307
|
* (bropat) Added enable/disable motion notification setting for battery doorbells
|
|
298
308
|
* (bropat) Added enable/disable ring notification setting for battery doorbells
|
|
299
|
-
* (bropat) Added trigger alarm sound for camera 2 products, indoor cameras, solo cameras (incl. new) and floodlight cameras ([#76](https://github.com/bropat/ioBroker.
|
|
300
|
-
* (bropat) Added reset alarm sound for camera 2 products, indoor cameras, solo cameras (incl. new) and floodlight cameras ([#76](https://github.com/bropat/ioBroker.
|
|
301
|
-
* (bropat) Added trigger alarm sound for homebase 1+2 ([#76](https://github.com/bropat/ioBroker.
|
|
302
|
-
* (bropat) Added reset alarm sound for homebase 1+2 ([#76](https://github.com/bropat/ioBroker.
|
|
309
|
+
* (bropat) Added trigger alarm sound for camera 2 products, indoor cameras, solo cameras (incl. new) and floodlight cameras ([#76](https://github.com/bropat/ioBroker.euSec/issues/76))
|
|
310
|
+
* (bropat) Added reset alarm sound for camera 2 products, indoor cameras, solo cameras (incl. new) and floodlight cameras ([#76](https://github.com/bropat/ioBroker.euSec/issues/76))
|
|
311
|
+
* (bropat) Added trigger alarm sound for homebase 1+2 ([#76](https://github.com/bropat/ioBroker.euSec/issues/76))
|
|
312
|
+
* (bropat) Added reset alarm sound for homebase 1+2 ([#76](https://github.com/bropat/ioBroker.euSec/issues/76))
|
|
303
313
|
* (bropat) Added alarm tone setting for homebase 1+2
|
|
304
314
|
* (bropat) Added alarm volume setting for homebase 1+2
|
|
305
315
|
* (bropat) Added prompt volume setting for homebase 1+2
|
|
@@ -318,10 +328,10 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
|
|
|
318
328
|
* (bropat) Added enable disable "switch mode with access code" for station with registered keypad
|
|
319
329
|
* (bropat) Added enable disable "auto end alarm" for station with registered keypad
|
|
320
330
|
* (bropat) Added enable disable "turn off alarm with button" for station with registered keypad
|
|
321
|
-
* (bropat) Fixed issue [#98](https://github.com/bropat/ioBroker.
|
|
322
|
-
* (bropat) Fixed issue [#140](https://github.com/bropat/ioBroker.
|
|
323
|
-
* (bropat) Fixed issue [#146](https://github.com/bropat/ioBroker.
|
|
324
|
-
* (bropat) Fixed issue [#117](https://github.com/bropat/ioBroker.
|
|
331
|
+
* (bropat) Fixed issue [#98](https://github.com/bropat/ioBroker.euSec/issues/98)
|
|
332
|
+
* (bropat) Fixed issue [#140](https://github.com/bropat/ioBroker.euSec/issues/140)
|
|
333
|
+
* (bropat) Fixed issue [#146](https://github.com/bropat/ioBroker.euSec/issues/146)
|
|
334
|
+
* (bropat) Fixed issue [#117](https://github.com/bropat/ioBroker.euSec/issues/117)
|
|
325
335
|
* (bropat) Many small bugfixes
|
|
326
336
|
* (bropat) Updated versions of the package dependencies
|
|
327
337
|
|
|
@@ -336,19 +346,19 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
|
|
|
336
346
|
|
|
337
347
|
### 0.5.3 (2021-05-14)
|
|
338
348
|
|
|
339
|
-
* (bropat) Fixed issue [#121](https://github.com/bropat/ioBroker.
|
|
340
|
-
* (bropat) Fixed push notification for indoor and floodlight cams (issue [#130](https://github.com/bropat/ioBroker.
|
|
341
|
-
* (bropat) Fixed refresh of properties/settings of standalone devices (issue [#130](https://github.com/bropat/ioBroker.
|
|
349
|
+
* (bropat) Fixed issue [#121](https://github.com/bropat/ioBroker.euSec/issues/121)
|
|
350
|
+
* (bropat) Fixed push notification for indoor and floodlight cams (issue [#130](https://github.com/bropat/ioBroker.euSec/issues/130))
|
|
351
|
+
* (bropat) Fixed refresh of properties/settings of standalone devices (issue [#130](https://github.com/bropat/ioBroker.euSec/issues/130))
|
|
342
352
|
* (bropat) Updated versions of the package dependencies
|
|
343
353
|
|
|
344
354
|
### 0.5.2 (2021-04-02)
|
|
345
355
|
|
|
346
|
-
* (bropat) Try to add support for FreeBSD - issue [#106](https://github.com/bropat/ioBroker.
|
|
356
|
+
* (bropat) Try to add support for FreeBSD - issue [#106](https://github.com/bropat/ioBroker.euSec/issues/106)
|
|
347
357
|
* (bropat) Updated package dependency ffmpeg-static for FreeBSD support
|
|
348
358
|
|
|
349
359
|
### 0.5.1 (2021-04-01)
|
|
350
360
|
|
|
351
|
-
* (bropat) Fixed issue [#105](https://github.com/bropat/ioBroker.
|
|
361
|
+
* (bropat) Fixed issue [#105](https://github.com/bropat/ioBroker.euSec/issues/105)
|
|
352
362
|
|
|
353
363
|
### 0.5.0 (2021-03-30)
|
|
354
364
|
|
|
@@ -394,8 +404,8 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
|
|
|
394
404
|
|
|
395
405
|
### 0.3.0 (2021-03-05)
|
|
396
406
|
|
|
397
|
-
* (bropat) Implemented feature request [#88](https://github.com/bropat/ioBroker.
|
|
398
|
-
* (bropat) Implemented feature request [#81](https://github.com/bropat/ioBroker.
|
|
407
|
+
* (bropat) Implemented feature request [#88](https://github.com/bropat/ioBroker.euSec/issues/88): Enable/disable motion detection for camera products
|
|
408
|
+
* (bropat) Implemented feature request [#81](https://github.com/bropat/ioBroker.euSec/issues/81): Enable/disable RTSP stream (added also RTSP stream url)
|
|
399
409
|
* (bropat) Implemented asynchronous download of event videos when receiving a push notification
|
|
400
410
|
* (bropat) Optimized ffmpeg implementation to only muxing video data to HLS
|
|
401
411
|
* (bropat) Optimized HLS livestream video start delay (10-15 sec.)
|
|
@@ -410,7 +420,7 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
|
|
|
410
420
|
|
|
411
421
|
### 0.2.4 (2021-02-20)
|
|
412
422
|
|
|
413
|
-
* (bropat) Fixed issue [#86](https://github.com/bropat/ioBroker.
|
|
423
|
+
* (bropat) Fixed issue [#86](https://github.com/bropat/ioBroker.euSec/issues/86)
|
|
414
424
|
* (bropat) Fixed not correctly identifying if the livestream is still active or not
|
|
415
425
|
|
|
416
426
|
### 0.2.3 (2021-02-17)
|
|
@@ -422,12 +432,12 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
|
|
|
422
432
|
|
|
423
433
|
### 0.2.2 (2021-02-16)
|
|
424
434
|
|
|
425
|
-
* (bropat) Fixed web extension settings for serving videos and pictures (issue [#79](https://github.com/bropat/ioBroker.
|
|
435
|
+
* (bropat) Fixed web extension settings for serving videos and pictures (issue [#79](https://github.com/bropat/ioBroker.euSec/issues/78))
|
|
426
436
|
|
|
427
437
|
### 0.2.1 (2021-02-15)
|
|
428
438
|
|
|
429
439
|
* (bropat) Fixed device_enable state
|
|
430
|
-
* (bropat) Fixed battery doorbell start livestream over p2p (issue [#78](https://github.com/bropat/ioBroker.
|
|
440
|
+
* (bropat) Fixed battery doorbell start livestream over p2p (issue [#78](https://github.com/bropat/ioBroker.euSec/issues/78))
|
|
431
441
|
* (bropat) Implemented fallback for failed P2P livestream to RTMP livestream
|
|
432
442
|
|
|
433
443
|
### 0.2.0 (2021-02-14)
|
|
@@ -436,15 +446,15 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
|
|
|
436
446
|
* (bropat) Last livestream is always saved and is still available later
|
|
437
447
|
* (bropat) Implemented device and station parameter refresh over P2P
|
|
438
448
|
* (bropat) Revised push notification implementation
|
|
439
|
-
* (bropat) Fixed issue [#71](https://github.com/bropat/ioBroker.
|
|
440
|
-
* (bropat) Fixed issue [#12](https://github.com/bropat/ioBroker.
|
|
449
|
+
* (bropat) Fixed issue [#71](https://github.com/bropat/ioBroker.euSec/issues/71) by implementing retry mechanism on HTTP error 404 (max. 5 retries with increasing delay)
|
|
450
|
+
* (bropat) Fixed issue [#12](https://github.com/bropat/ioBroker.euSec/issues/12)
|
|
441
451
|
* (bropat) Eufy client library extracted as standalone library and adapters ported to new shared library: [eufy-security-client](https://www.npmjs.com/package/eufy-security-client)
|
|
442
452
|
* (bropat) Removed following states: last_captured_pic_url, last_captured_pic_html
|
|
443
453
|
* (bropat) Updated versions of the package dependencies
|
|
444
454
|
|
|
445
455
|
### 0.1.5 (2021-01-14)
|
|
446
456
|
|
|
447
|
-
* (bropat) Fixed issue [#50](https://github.com/bropat/ioBroker.
|
|
457
|
+
* (bropat) Fixed issue [#50](https://github.com/bropat/ioBroker.euSec/issues/50) and [#53](https://github.com/bropat/ioBroker.euSec/issues/53)
|
|
448
458
|
* (bropat) Updated versions of the package dependencies
|
|
449
459
|
|
|
450
460
|
### 0.1.4 (2021-01-05)
|
|
@@ -455,7 +465,7 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
|
|
|
455
465
|
|
|
456
466
|
### 0.1.3 (2021-01-02)
|
|
457
467
|
|
|
458
|
-
* (bropat) Fixed issue [#37](https://github.com/bropat/ioBroker.
|
|
468
|
+
* (bropat) Fixed issue [#37](https://github.com/bropat/ioBroker.euSec/issues/37) and [#41](https://github.com/bropat/ioBroker.euSec/issues/41)
|
|
459
469
|
* (bropat) Updated versions of the package dependencies
|
|
460
470
|
|
|
461
471
|
### 0.1.2 (2021-01-02)
|
|
@@ -467,14 +477,14 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
|
|
|
467
477
|
|
|
468
478
|
### 0.1.1 (2020-12-29)
|
|
469
479
|
|
|
470
|
-
* (bropat) Fixed issue [#37](https://github.com/bropat/ioBroker.
|
|
480
|
+
* (bropat) Fixed issue [#37](https://github.com/bropat/ioBroker.euSec/issues/37)
|
|
471
481
|
* (bropat) Fixed version numbering
|
|
472
482
|
* (bropat) Updated versions of the package dependencies
|
|
473
483
|
|
|
474
484
|
### 0.0.9 (2020-12-28)
|
|
475
485
|
|
|
476
|
-
* (bropat) Finished implementation for feature request: [#1](https://github.com/bropat/ioBroker.
|
|
477
|
-
* (bropat) Little progress for feature request: [#5](https://github.com/bropat/ioBroker.
|
|
486
|
+
* (bropat) Finished implementation for feature request: [#1](https://github.com/bropat/ioBroker.euSec/issues/1)
|
|
487
|
+
* (bropat) Little progress for feature request: [#5](https://github.com/bropat/ioBroker.euSec/issues/5)
|
|
478
488
|
* (bropat) Now supports also cloud P2P communication if local P2P comunication isn't possible
|
|
479
489
|
* (bropat) Implemented set Guard Mode with CMD_SET_PAYLOAD for certain devices
|
|
480
490
|
* (bropat) Added back USA ip addresses for P2P cloud discovery
|
|
@@ -485,7 +495,7 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
|
|
|
485
495
|
|
|
486
496
|
### 0.0.8 (2020-12-13)
|
|
487
497
|
|
|
488
|
-
* (bropat) Fixed issue [#16](https://github.com/bropat/ioBroker.
|
|
498
|
+
* (bropat) Fixed issue [#16](https://github.com/bropat/ioBroker.euSec/issues/16)
|
|
489
499
|
* (bropat) P2P communication revisited
|
|
490
500
|
* (bropat) Added reconnect functionality for P2P communication
|
|
491
501
|
* (bropat) Added heartbeat for P2P communication
|
|
@@ -494,11 +504,11 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
|
|
|
494
504
|
|
|
495
505
|
### 0.0.7 (2020-12-08)
|
|
496
506
|
|
|
497
|
-
* (bropat) Fixed issue [#11](https://github.com/bropat/ioBroker.
|
|
507
|
+
* (bropat) Fixed issue [#11](https://github.com/bropat/ioBroker.euSec/issues/11)
|
|
498
508
|
|
|
499
509
|
### 0.0.6 (2020-12-06)
|
|
500
510
|
|
|
501
|
-
* (bropat) Fixed issue [#13](https://github.com/bropat/ioBroker.
|
|
511
|
+
* (bropat) Fixed issue [#13](https://github.com/bropat/ioBroker.euSec/issues/13)
|
|
502
512
|
|
|
503
513
|
### 0.0.5 (2020-12-05)
|
|
504
514
|
|
|
@@ -548,7 +558,7 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
|
|
|
548
558
|
|
|
549
559
|
MIT License
|
|
550
560
|
|
|
551
|
-
Copyright (c)
|
|
561
|
+
Copyright (c) 2022 bropat <patrick.broetto@gmail.com>
|
|
552
562
|
|
|
553
563
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
554
564
|
of this software and associated documentation files (the "Software"), to deal
|
|
File without changes
|
package/io-package.json
CHANGED
|
@@ -1,10 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "eusec",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.3",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.8.3": {
|
|
7
|
+
"en": "Updated version of the package eufy-security-client (1.6.4)\nFixed issue #222",
|
|
8
|
+
"de": "Version des Pakets eufy-security-client (1.6.4) aktualisiert\nProblem #222 behoben",
|
|
9
|
+
"ru": "Обновленная версия пакета eufy-security-client (1.6.4)\nИсправлена проблема №222",
|
|
10
|
+
"pt": "Versão atualizada do pacote eufy-security-client (1.6.4)\nEdição fixa #222",
|
|
11
|
+
"nl": "Bijgewerkte versie van het pakket eufy-security-client (1.6.4)\nProbleem #222 opgelost",
|
|
12
|
+
"fr": "Version mise à jour du paquet eufy-security-client (1.6.4)\nCorrection du problème n°222",
|
|
13
|
+
"it": "Aggiornata la versione del pacchetto eufy-security-client (1.6.4)\nRisolto il problema #222",
|
|
14
|
+
"es": "Versión actualizada del paquete eufy-security-client (1.6.4)\nCorregido el problema #222",
|
|
15
|
+
"pl": "Zaktualizowana wersja pakietu eufy-security-client (1.6.4)\nNaprawiono błąd #222",
|
|
16
|
+
"zh-cn": "包 eufy-security-client (1.6.4) 的更新版本\n修正了问题#222"
|
|
17
|
+
},
|
|
6
18
|
"0.8.2": {
|
|
7
|
-
"en": "Renamed Adapter to ioBroker.euSec\nUpdated version of the package eufy-security-client (1.6.3)\
|
|
19
|
+
"en": "Renamed Adapter to ioBroker.euSec\nUpdated version of the package eufy-security-client (1.6.3)\nFixed issue #221",
|
|
8
20
|
"de": "Umbenennung des Adapters in ioBroker.euSec\nVersion des Pakets eufy-security-client (1.6.3) aktualisiert\nProblem #221 behoben",
|
|
9
21
|
"ru": "Переименовать адаптер в ioBroker.euSec\nОбновленная версия пакета eufy-security-client (1.6.3)\nИсправлена проблема №221",
|
|
10
22
|
"pt": "Renomeado Adaptador para ioBroker.euSec\nVersão atualizada do pacote eufy-security-client (1.6.3)\nEdição fixa #221",
|
|
@@ -16,7 +28,7 @@
|
|
|
16
28
|
"zh-cn": "重新命名适配器为ioBroker.euSec\n包 eufy-security-client (1.6.3) 的更新版本\n修正了问题#221"
|
|
17
29
|
},
|
|
18
30
|
"0.8.1": {
|
|
19
|
-
"en": "Updated version of the package eufy-security-client (1.6.2)\
|
|
31
|
+
"en": "Updated version of the package eufy-security-client (1.6.2)\nFixed issue #219",
|
|
20
32
|
"de": "Version des Pakets eufy-security-client (1.6.2) aktualisiert\nProblem #219 behoben",
|
|
21
33
|
"ru": "Обновленная версия пакета eufy-security-client (1.6.2)\nИсправлена проблема №219",
|
|
22
34
|
"pt": "Versão atualizada do pacote eufy-security-client (1.6.2)\nEdição fixa #219",
|
|
@@ -153,10 +165,10 @@
|
|
|
153
165
|
"license": "MIT",
|
|
154
166
|
"platform": "Javascript/Node.js",
|
|
155
167
|
"main": "build/main.js",
|
|
156
|
-
"icon": "
|
|
168
|
+
"icon": "eusec.png",
|
|
157
169
|
"enabled": true,
|
|
158
|
-
"extIcon": "https://raw.githubusercontent.com/bropat/ioBroker.
|
|
159
|
-
"readme": "https://github.com/bropat/ioBroker.
|
|
170
|
+
"extIcon": "https://raw.githubusercontent.com/bropat/ioBroker.eusec/master/admin/eusec.png",
|
|
171
|
+
"readme": "https://github.com/bropat/ioBroker.eusec/blob/master/README.md",
|
|
160
172
|
"loglevel": "info",
|
|
161
173
|
"mode": "daemon",
|
|
162
174
|
"type": "alarm",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.eusec",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"description": "ioBroker adapter that integrates Eufy-Security cameras with stations",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bropat",
|
|
7
7
|
"email": "patrick.broetto@gmail.com"
|
|
8
8
|
},
|
|
9
|
-
"homepage": "https://github.com/bropat/ioBroker.
|
|
9
|
+
"homepage": "https://github.com/bropat/ioBroker.eusec",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"keywords": [
|
|
12
12
|
"eufy",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
],
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
|
-
"url": "https://github.com/bropat/ioBroker.
|
|
20
|
+
"url": "https://github.com/bropat/ioBroker.eusec"
|
|
21
21
|
},
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=12.0.0"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@cospired/i18n-iso-languages": "^3.1.1",
|
|
28
28
|
"@iobroker/adapter-core": "^2.5.1",
|
|
29
29
|
"got": "^11.8.3",
|
|
30
|
-
"eufy-security-client": "^1.6.
|
|
30
|
+
"eufy-security-client": "^1.6.4",
|
|
31
31
|
"ffmpeg-static": "^4.4.1",
|
|
32
32
|
"fs-extra": "^10.0.0",
|
|
33
33
|
"i18n-iso-countries": "^7.3.0",
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"ts-log": "^2.2.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
+
"@alcalzone/release-script": "^2.2.2",
|
|
38
39
|
"@iobroker/testing": "^2.5.4",
|
|
39
40
|
"@types/chai": "^4.3.0",
|
|
40
41
|
"@types/chai-as-promised": "^7.1.4",
|
|
@@ -55,6 +56,7 @@
|
|
|
55
56
|
"eslint": "^7.32.0",
|
|
56
57
|
"gulp": "^4.0.2",
|
|
57
58
|
"mocha": "^9.2.0",
|
|
59
|
+
"nyc": "^15.1.0",
|
|
58
60
|
"proxyquire": "^2.1.3",
|
|
59
61
|
"rimraf": "^3.0.2",
|
|
60
62
|
"sinon": "^13.0.1",
|
|
@@ -64,6 +66,14 @@
|
|
|
64
66
|
"typescript": "4.5.4"
|
|
65
67
|
},
|
|
66
68
|
"main": "build/main.js",
|
|
69
|
+
"files": [
|
|
70
|
+
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*).json",
|
|
71
|
+
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
|
|
72
|
+
"build/",
|
|
73
|
+
"www/",
|
|
74
|
+
"io-package.json",
|
|
75
|
+
"LICENSE"
|
|
76
|
+
],
|
|
67
77
|
"scripts": {
|
|
68
78
|
"prebuild": "rimraf ./build",
|
|
69
79
|
"build:ts": "tsc -p tsconfig.build.json",
|
|
@@ -74,11 +84,34 @@
|
|
|
74
84
|
"test:package": "mocha test/package --exit",
|
|
75
85
|
"test:unit": "mocha test/unit --exit",
|
|
76
86
|
"test:integration": "mocha test/integration --exit",
|
|
77
|
-
"test": "npm run test:ts && npm run test:package
|
|
78
|
-
"
|
|
87
|
+
"test": "npm run test:ts && npm run test:package",
|
|
88
|
+
"check": "tsc --noEmit",
|
|
89
|
+
"coverage": "nyc npm run test:ts",
|
|
90
|
+
"lint": "eslint --ext .ts src/",
|
|
91
|
+
"release": "release-script"
|
|
92
|
+
},
|
|
93
|
+
"nyc": {
|
|
94
|
+
"include": [
|
|
95
|
+
"src/**/*.ts"
|
|
96
|
+
],
|
|
97
|
+
"exclude": [
|
|
98
|
+
"src/**/*.test.ts"
|
|
99
|
+
],
|
|
100
|
+
"extension": [
|
|
101
|
+
".ts"
|
|
102
|
+
],
|
|
103
|
+
"require": [
|
|
104
|
+
"ts-node/register"
|
|
105
|
+
],
|
|
106
|
+
"reporter": [
|
|
107
|
+
"text-summary",
|
|
108
|
+
"html"
|
|
109
|
+
],
|
|
110
|
+
"sourceMap": true,
|
|
111
|
+
"instrument": true
|
|
79
112
|
},
|
|
80
113
|
"bugs": {
|
|
81
|
-
"url": "https://github.com/bropat/ioBroker.
|
|
114
|
+
"url": "https://github.com/bropat/ioBroker.eusec/issues"
|
|
82
115
|
},
|
|
83
116
|
"readmeFilename": "README.md"
|
|
84
117
|
}
|