Search results

  1. S

    IPC-T5442T-ZE CGI Profile Switching Not Working (Firmware V2.820.15OG001.0.R)

    @wittaj 's linked thread did result in filling in the missing pieces to get this working. Thanks! In configuration.yaml: shell_command: dahua_force_day: curl -k --digest -u "user:pass" "https://IP_ADDR/cgi-bin/configManager.cgi?action=setConfig&VideoInMode%5B0%5D.Config%5B0%5D=0"...
  2. S

    IPC-T5442T-ZE CGI Profile Switching Not Working (Firmware V2.820.15OG001.0.R)

    Just for a little extra clarity - some API elements I've found force the B&W/IR on and off. That's not what I'm looking for. I'm just looking to flip between "day", "night" and "general". Thus replacing the in-camera day/night schedule with API/CGI commands from an outside source. Within...
  3. S

    IPC-T5442T-ZE CGI Profile Switching Not Working (Firmware V2.820.15OG001.0.R)

    Hi all: I'm working on finally getting my Home Assistant set up to control the switchover from day to night profiles on my IPC-T5442T-ZE via CGI. The camera is running firmware V2.820.15OG001.0.R (Build Date: 2021-07-06). Digest authentication over HTTPS is working correctly (curl -k...