Recent content by jakeycrx

  1. J

    Change Day Schedule on Dahua IP Camera via Dahua API

    If you want to use Home Assistant, you can send a curl command via the shell command integration. I use this in conjunction with a lux sensor to get accurate day/night switching. It's easier to put the curl command in a script as the shell command doesn't accept square brackets. My shell...
  2. J

    Hikvision Separate Day/Night settings

    IR Cut switches between day and night profiles for me. The auto setting actually works quite well for dusk and dawn, but it's slow to react when my floodlights turn on. I'm using a curl command via Home Assistant so that my 2 cameras switch to day mode instantaneously.
  3. J

    Dahua API get command for light level?

    Hi, I'm currently using the set commands for successfully switching between day and night modes. Does anybody know of a get command to give the light level the camera is reading?