Add Reolink sensor platform (#28173)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
starkillerOG 2023-07-23 13:07:09 +02:00 committed by GitHub
parent c8dd6e07eb
commit 908d5d4079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,9 @@ Depending on the supported features of the camera, binary sensors are added for:
- AI pet detection
- AI face detection
These sensors are polled every 60 seconds and receive ONVIF push events for immediate updates.
These sensors receive events using 3 methods in order: ONVIF push, ONVIF long polling or fast polling (every 5 seconds).
The latency for receiving the events is the best for ONVIF push and the worst for fast polling, the fastest available method that is detected to work will be used, and slower methods will not be used.
For redundancy, these sensors are polled every 60 seconds together with the update of all other entities.
Not all camera models generate ONVIF push events for all event types, some binary sensors might, therefore, only be polled.
For list of Reolink products that support ONVIF see the [Reolink Support Site](https://support.reolink.com/hc/en-us/articles/900000617826).
@ -160,6 +162,12 @@ When the floodlight entity is ON always ON, when OFF controlled based on the int
When IR light entity is OFF always OFF, when ON IR LEDs will be on when the camera is in night vision mode, see the "Day night mode" select entity.
## Sensor entities
Depending on the supported features of the camera, the following sensor entities are added:
- Wi-Fi signal*
## Update entity
An update entity is available that checks for firmware updates every 12 hours.