reolink_aio
reolink_aio copied to clipboard
CX410 WhiteLed LightAlarm values cannot be set
Environment: Model: CX410 Hardware version: IPC_NT1NA44MP Firmware version: v3.1.0.2948_23112703
There are 4 or 5 modes which can be set in LightLed depending on the CX410 firmware level Off = 0 Night Smart = 1 Timer = 3 Smart = 4 Auto = 5
"Night Smart" is not available after firmware level 2207
Mode#4 makes use of the values in "LightAlarm" to determine when the spotlight should illuminate if movement is detected rather than those from "LightingSchedule" which is used by mode#3 (Timer) I believe. However there is no routine in the current reolnk_aio api to modify these values. Below is an extract of the values when "Smart Mode" is set as taken via "whiteled_settings". The "LightAlarm" values are present independent of the mode setting
"LightAlarm": { "EndHour": 5, "EndMin": 0, "StartHour": 20, "StartMin": 30 }, "LightingSchedule": { "EndHour": 6, "EndMin": 0, "StartHour": 18, "StartMin": 0 }, "bright": 51, "channel": 0, "mode": 4, "state": 0, "wlAiDetectType": { "dog_cat": 1, "people": 1, "vehicle": 0 }
Is it possible to add an option to set the "LightAlarm" values? Perhaps using an option on "set_spotlight_lighting_schedule" as the basic parameters are the same in each case.
The use of "LightAlarm" may also be present for the CX810 or E1 Outdoor CX cameras but I don't have access to either at the moment to verify