I am using an event to run restart HS, which works great. I am trying to do the same with the reboot PC. I actually thought it worked the other day, but I tried it again today and the restart of HS was immediate. I had assigned 600sec to both the 'restart HS' and 'restart after reboot' in the config window. I am confused about the statement in the description:
"You can add an icon to your Startup Folder that will allow you to set how many seconds before HomeSeer should be started"
Is this a shortcut? How is the time entered?
currently, I am using the following batch file in a win8.1 machine, which seems to be the best way to start HS on boot.
HS3 Startup.bat
@echo off
cd c:\program files (x86)\Homeseer HS3
Start "" "HS3.exe"
"You can add an icon to your Startup Folder that will allow you to set how many seconds before HomeSeer should be started"
Is this a shortcut? How is the time entered?
currently, I am using the following batch file in a win8.1 machine, which seems to be the best way to start HS on boot.
HS3 Startup.bat
@echo off
cd c:\program files (x86)\Homeseer HS3
Start "" "HS3.exe"
Comment