@viguza/homebridge-ezviz 1.2.8 → 1.2.9
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 +23 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,29 @@ This project is based on the original work by [Brandawg93](https://github.com/Br
|
|
|
12
12
|
- I only have a few devices to test, so this won't cover every single EZVIZ device.
|
|
13
13
|
- Use it at your own risk.
|
|
14
14
|
|
|
15
|
+
## Required Device Settings
|
|
16
|
+
|
|
17
|
+
Before using the plugin, you need to configure your EZVIZ devices with the following settings:
|
|
18
|
+
|
|
19
|
+
### 1. Enable Video & Picture Encryption
|
|
20
|
+
- Open the EZVIZ app
|
|
21
|
+
- Go to your device settings
|
|
22
|
+
- Navigate to Privacy settings
|
|
23
|
+
- Enable "Video & Picture Encryption"
|
|
24
|
+
|
|
25
|
+
### 2. Enable RTSP
|
|
26
|
+
RTSP (Real Time Streaming Protocol) is the protocol used by this plugin to connect to your device's livestream. You need to enable this setting for each device you want to use with the plugin.
|
|
27
|
+
|
|
28
|
+
- Open the EZVIZ app
|
|
29
|
+
- Go to Settings
|
|
30
|
+
- Select "LAN Live View"
|
|
31
|
+
- Start scanning and select your device from the list
|
|
32
|
+
- Once connected, tap the settings icon in the top right corner
|
|
33
|
+
- Select "Local Service settings"
|
|
34
|
+
- Enable RTSP
|
|
35
|
+
|
|
36
|
+
These settings are required for the plugin to access your device's livestream. Without them, you won't be able to view the camera feed in HomeKit.
|
|
37
|
+
|
|
15
38
|
## Installation
|
|
16
39
|
|
|
17
40
|
Install the Homebridge EZVIZ plugin using npm:
|
package/package.json
CHANGED