Reolink camera record video when away

Is it possible to integrate Reolink cameras and set video recording when motion is detected and nobody is at home (away, out from home zone) and always at night?

I don’t want recording during the day when I’m home.

I have several Reolink RLC-410’s recording to a windows machine using Blue Iris. It can be switched between profiles (night//day/home/away,etc) by sending http POSTs from Home Assistant. It also has the capability to send motion trigger events to Home Assistant via MQTT or http POSTs.

It can not be done using Reolink’s NVR?

I don’t know for sure, but I suspect it won’t work with Reolink’s NVR. They would need to provide some sort of way for outside applications to interact with it (like an API or web links), but I don’t think they do.

I’ve been very happy with my Blue Iris integration. I think someone in the community is working on an official component, but it’s not necessary to do what you’re trying to do.

For example, I have the following shell command that I call when everyone has left the house:

shell_command:
  set_blueiris_profile_away: curl 'http://192.168.86.100:81/admin?schedule=AwaySchedule&user=admin&pw=xxxxxx'