lazydude26
n3wb
BLUF: Figured it out. Didn't have the cgi service running. Yep. That simple.
As a retired sysadmin / network admin I decided the best way to retain my sanity was to drag out an old POE dumb switch and setup a little test network where I could modify my spare empiretech cams at will using an old laptop.
I also grabbed the curl command lines and started running them in verbose mode and that's what final clued me in that something on the camera wasn't responding even though it should have been. After enabling the cgi service it was just a matter of setting the day / night options correctly in the cam via testing with curl. After I could reliably switch them from day to night and back to day the next test was getting it working via action sets in BlueIris. Only took a couple tweaks using the test button and had that fixed as well.
So I have one cam all setup to switch over tonight 30 minutes prior to sunset and 30 minutes after sunrise. Here's the commands I loaded into the BI action sets:
For Night:
user:[email protected]:4561/cgi-bin/configManager.cgi?action=setConfig&VideoInOptions[].NightOptions.SwitchMode=3&VideoInOptions[].NightOptions.DayNightColor=2
For Day:
user:[email protected]:4561/cgi-bin/configManager.cgi?action=setConfig&VideoInOptions[].NightOptions.SwitchMode=0&VideoInOptions[].NightOptions.DayNightColor=0
Again, thanks guys for all the recommendations.
As a retired sysadmin / network admin I decided the best way to retain my sanity was to drag out an old POE dumb switch and setup a little test network where I could modify my spare empiretech cams at will using an old laptop.
I also grabbed the curl command lines and started running them in verbose mode and that's what final clued me in that something on the camera wasn't responding even though it should have been. After enabling the cgi service it was just a matter of setting the day / night options correctly in the cam via testing with curl. After I could reliably switch them from day to night and back to day the next test was getting it working via action sets in BlueIris. Only took a couple tweaks using the test button and had that fixed as well.
So I have one cam all setup to switch over tonight 30 minutes prior to sunset and 30 minutes after sunrise. Here's the commands I loaded into the BI action sets:
For Night:
user:[email protected]:4561/cgi-bin/configManager.cgi?action=setConfig&VideoInOptions[].NightOptions.SwitchMode=3&VideoInOptions[].NightOptions.DayNightColor=2
For Day:
user:[email protected]:4561/cgi-bin/configManager.cgi?action=setConfig&VideoInOptions[].NightOptions.SwitchMode=0&VideoInOptions[].NightOptions.DayNightColor=0
Again, thanks guys for all the recommendations.