-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
white LED status #25
Comments
Cannot find the auto state in the API. Only on and off (0, 1) is possible. |
don't know how the light will be triggered, but with Nightmode doesn't switch on automaticly |
ok - so mode refers to the LED Mode API Documentation v8 is wrong ! Lights on in mode0 means, that the LEDs are on for 3 minutes and afterwards they are shut off. seems to be hardcoded. If you need more than 3 minutes, you have to go on mode3 and set the begintime -1 minute before now() and end time +x minutes you want to have - fe 20 minutes LED:
Tested with RLC-811A |
Ich bin eben über dasselbe Phänomen gestolpert. Immer, wenn ich die Led oder die Led-Brightness im IoBroker geändert habe, hat sich der "Nacht Smart Modus" aktiviert. Also müsste man hier wohl den Line 530 in aab5b64
Line 542 in aab5b64
Ich meine man sollte den LedMode(int mode) gesondert setzen können. |
Laut https://community.reolink.com/topic/4196/reolink-camera-api-user-guide_v8-updated-in-april-2023 -> https://drive.google.com/drive/folders/1qvKcKswNJP_-G0tTbs_JQOuO67QqujfB -> Seite 343 SetWhiteLed ist "mode" nicht mandatory =M sondern optional =O |
white LED status
white LED status is auto after switching off
To Reproduce
Steps to reproduce the behavior:
Expected behavior
LED is in the old state or LED is selectable in AUTO or OFF (store the old state may be not the best solution)
The text was updated successfully, but these errors were encountered: