I use several different controllers (a Vera, and a CAI Webcontrol) to manage a few specific devices, and I use Homeseer to retrieve data from these "secondary controllers" via the LAN. Sometime these secondary controllers will go down, and the only way Homeseer can tell is if the URLAction (Get) command fails. When it does fail I get an error message in the log noting the failure.
Is there any way to trap the error so I can eliminate the logged error message? I don't need this for my script to work properly, because if the GET fails it returns a unique value i can identify. The only purpose of trapping the error is to clean up the log file, so it's not a big deal. But - it would be nice to do.
Any thoughts?
Thanks in advance for your help.
Is there any way to trap the error so I can eliminate the logged error message? I don't need this for my script to work properly, because if the GET fails it returns a unique value i can identify. The only purpose of trapping the error is to clean up the log file, so it's not a big deal. But - it would be nice to do.
Any thoughts?
Thanks in advance for your help.
Comment