The AD110 has issues where it overheats and restarts even with a correct power supply. I have an automation in Home Assistant with Node-Red to call to the URL to disable it even day at 6PM in case it decides to undo itself. You just make a post request to the URL below with your username, password, and camera IP entered.
http://admin:<password>@<ip address>/cgi-bin/configManager.cgi?action=setConfig&Lighting[0][0].Mode=Off

You can verify it is disabled by going to the following URL in your browser:
http://<ip address>/cgi-bin/configManager.cgi?action=getConfig&name=Lighting

Node-RED HTTP Request Config
