Skip to content

Commit 4a87d4d

Browse files
committed
Add support for T8114-Z
1 parent 9b548b9 commit 4a87d4d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

enums/device_type.js

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const deviceType = {
55
DOOR_SENSOR: 'T8900',
66
EUFYCAM_1: 'T8111',
77
EUFYCAM_2: 'T8114',
8+
EUFYCAM_2_Z: 'T8114-Z',
89
EUFYCAM_2C: 'T8113',
910
EUFYCAM_2C_Z: 'T8113-Z',
1011
EUFYCAM_2C_PRO: 'T8142',
@@ -47,6 +48,12 @@ const capabilities = {
4748
NotificationType.THUMBNAIL,
4849
SensorType.BATTERY_PERCENTAGE,
4950
],
51+
[deviceType.EUFYCAM_2_Z]: [
52+
NotificationType.EVENT_MOTION_DETECTED,
53+
NotificationType.EVENT_PERSON_DETECTED,
54+
NotificationType.THUMBNAIL,
55+
SensorType.BATTERY_PERCENTAGE,
56+
],
5057
[deviceType.EUFYCAM_2C]: [
5158
NotificationType.EVENT_MOTION_DETECTED,
5259
NotificationType.EVENT_PERSON_DETECTED,

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ are automatically discovered in Home Assistant.
2828
| | Motion detected | Person detected | Doorbell press | Crying detected | Sound detected | Pet detected | Thumbnail last event | Battery status |
2929
|--|--|--|--|--|--|--|--|--|
3030
| Eufy Cam 1 (T8111) | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
31-
| Eufy Cam 2 (T8114) | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
31+
| Eufy Cam 2 (T8114/T8114-Z) | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
3232
| Eufy Cam 2 Pro (T8140/T8140-Z) | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
3333
| Eufy Cam 2C (T8113/T8113-Z) | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
3434
| Eufy Cam 2C Pro (T8142/T8142-Z) | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
@@ -40,7 +40,7 @@ are automatically discovered in Home Assistant.
4040
| Indoor Cam Pan & Tilt 1080P (T8411) | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |
4141
| Indoor Cam Pan & Tilt 2K (T8410) | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |
4242
| Motion Sensor (T8910) | :heavy_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :heavy_check_mark: |
43-
| Eufy video doorbell 1080P (battery) (T8220 / T8222 / T8222-Z) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
43+
| Eufy video doorbell 1080P (battery) (T8220 / T8220-Z / T8222 / T8222-Z) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
4444
| Eufy video doorbell 1080P (powered) (T8221 / T8201) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :heavy_check_mark: | :x: |
4545
| Eufy video doorbell 2K (battery) (T8210) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
4646
| Eufy video doorbell 2K (powered) (T8200 / T8202) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :heavy_check_mark: | :x: |

0 commit comments

Comments
 (0)