DanPatten
DanPatten
I am looking to do this too myself, still have not cracked it. Does anyone know the command to control the light?
I figured it out: http://IP/cgi-bin/configManager.cgi?action=setConfig&Lighting_V2[0][0][1].Mode=Manual http://IP/cgi-bin/configManager.cgi?action=setConfig&Lighting_V2[0][0][1].Mode=Off
It looks like the config values do not sync with the smart home app but they do update when you query this point, I am unsure if this is right...
I have my Floodlight setting set to manual, so maybe set that and try it? I am on the latest firmware too.
Use http://ip/cgi-bin/configManager.cgi?action=setConfig&Lighting[0][0][0].Mode=Off to turn it off. Maybe your light index is different than mine but mine is [0][0][1]
I did some crazy stuff with RDP since amcrest cameras are basically dahua cameras at their base and dug around there. You can view the entire config to see everything...
That setting is true for me
Take a look at the supporting doc: https://support.amcrest.com/hc/en-us/articles/360002007371-Amcrest-HTTP-API-SDK I can't remember exactly but its setConfig I think
This is my Lighting V2 Config (light is off atm) table.Lighting_V2[0][0][0].Correction=50 table.Lighting_V2[0][0][0].LightType=InfraredLight table.Lighting_V2[0][0][0].MiddleLight[0].Angle=50 table.Lighting_V2[0][0][0].MiddleLight[0].Light=50 table.Lighting_V2[0][0][0].Mode=Auto table.Lighting_V2[0][0][0].Sensitive=3 table.Lighting_V2[0][0][1].Correction=50 table.Lighting_V2[0][0][1].LightType=WhiteLight table.Lighting_V2[0][0][1].Mode=Off table.Lighting_V2[0][0][1].NearLight[0].Angle=50 table.Lighting_V2[0][0][1].NearLight[0].Light=50 table.Lighting_V2[0][0][1].Sensitive=3 table.Lighting_V2[0][1][0].Correction=50 table.Lighting_V2[0][1][0].LightType=InfraredLight table.Lighting_V2[0][1][0].MiddleLight[0].Angle=50 table.Lighting_V2[0][1][0].MiddleLight[0].Light=50 table.Lighting_V2[0][1][0].Mode=Auto table.Lighting_V2[0][1][0].Sensitive=3 table.Lighting_V2[0][1][1].Correction=50 table.Lighting_V2[0][1][1].LightType=WhiteLight...
Can someone release this or is this project dead?