@apocaliss92/scrypted-reolink-native 0.4.46 → 0.4.48

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 CHANGED
@@ -1,38 +1,12 @@
1
- # Reolink Native (TESTING PHASE)
1
+ # Reolink Native
2
2
 
3
3
  This plugin aims to use reolink cameras with the only native API to allow a wider range of unsupported cameras + battery ones without hub.
4
4
 
5
5
  ##The plugin is still under testing due to the huge amount of possible devices available. If you have any issues with NVR report to me personally first or in the discord's Reolink channel to check if it's an issue with this plugin
6
6
 
7
- The plugin will automatically distinguish between:
8
- - Regular cameras
9
- - Battery cameras
10
- - NVRs
11
-
12
- Battery cameras will be automatically set-up to disable prebuffer streams and snapshots (to preserve battery).
13
- If the battery cams are not attached to an hub, it won't be possible to detect motino during the camera standby, this is due to the mechanism they use to communicate the pir events, which is through a subGhZ signal (which the the HOMEHUB is able to catch)
14
-
15
- All the devices will be offered of RTSP and RTMP streams when available, and Native streams built upon the native reolink protocolos
16
-
17
- Videoclips are available as opt-in with auto-download possibilites to fasten the loading. Since Reolink does nto store snapshots, scrypted will generate them when the clip is requested for the first time or on a schedule (settings available for that)
18
-
19
- Multifocal cameras (such as Trackmix) will be provided with a combined stream in PIP-mode
20
-
21
- ## Accessory devices
22
-
23
- For supported cameras, the plugin automatically creates sub-devices:
24
-
25
- | Accessory | Capability | Description |
26
- |---|---|---|
27
- | Motion-Siren | `hasSiren` | Triggers siren when motion is detected |
28
- | Siren | `hasSiren` | Direct siren on/off control |
29
- | Motion-Floodlight | `hasFloodlight` | Turns on floodlight on motion |
30
- | Floodlight | `hasFloodlight` | Direct floodlight on/off + brightness control |
31
- | PIR | `hasPir` | PIR sensor enable/disable with sensitivity settings |
32
- | Autotracking | `hasAutotracking` | Enable/disable PTZ smart-tracking |
33
- | Chime | `hasChime` | Ring the paired wireless chime on the doorbell (configurable chime ID and ringtone ID) |
7
+ [For requests and bugs](https://github.com/apocaliss92/scrypted-reolink-native)
34
8
 
35
9
  ☕️ If this extension works well for you, consider buying me a coffee. Thanks!
36
10
  [Buy me a coffee!](https://buymeacoffee.com/apocaliss92)
37
11
 
38
- [For requests and bugs](https://github.com/apocaliss92/scrypted-reolink-native)
12
+ **Documentation:** [https://advanced-notifier-docs.zentik.app/docs/reolink-native](https://advanced-notifier-docs.zentik.app/docs/reolink-native)