Apologies if this is covered already…I have been searching the threads regarding all the issues.
I can’t even get the server to install. I run the .jar file and get a Privacy Error - Not Secure - Your Connection is Not Private web page at https://localhost:8989/
Not being sure if it installed correctly, I grabbed the install.bat output below.
As you can see I’m on Java 8.0_161, although the documentation variously mentions Java 1.8 ??
Any pointers most welcome…looks like more great work Richard
[code]C:\VERAConciergeServer>install
C:\VERAConciergeServer>REM @echo off
C:\VERAConciergeServer>REM → Check for permissions
C:\VERAConciergeServer>“C:\Windows\system32\cacls.exe” “C:\Windows\system32\conf
ig\system” 1>nul 2>&1
C:\VERAConciergeServer>REM → If error flag set, we do not have admin.
C:\VERAConciergeServer>if ‘0’ == ‘5’ (
echo Requesting administrative privileges…
goto UACPrompt
) else (goto gotAdmin )
C:\VERAConciergeServer>if exist “C:\Users\ANDYCH~1\AppData\Local\Temp\getadmin.v
bs” (del “C:\Users\ANDYCH~1\AppData\Local\Temp\getadmin.vbs” )
C:\VERAConciergeServer>pushd “C:\VERAConciergeServer”
C:\VERAConciergeServer>CD /D "C:\VERAConciergeServer"
C:\VERAConciergeServer>nssm stop ConciergeServer
Can’t open service!
OpenService(): The specified service does not exist as an installed service.
C:\VERAConciergeServer>nssm remove ConciergeServer confirm
Can’t open service!
OpenService(): The specified service does not exist as an installed service.
C:\VERAConciergeServer>nssm install ConciergeServer “C:\Program Files\Java\jre1.
8.0_161new\bin\java.exe” -jar ConciergeServer.jar service
Service “ConciergeServer” installed successfully!
C:\VERAConciergeServer>nssm set ConciergeServer DisplayName “Vera Concierge Serv
er”
Set parameter “DisplayName” for service “ConciergeServer”.
C:\VERAConciergeServer>nssm set ConciergeServer Description “Inerface between Go
ogle Home and other Google Cast Devices, and Vera. Configure with https://localh
ost:8989”
Set parameter “Description” for service “ConciergeServer”.
C:\VERAConciergeServer>nssm set ConciergeServer AppRestartDelay 5000
Set parameter “AppRestartDelay” for service “ConciergeServer”.
C:\VERAConciergeServer>nssm set ConciergeServer AppDirectory “C:\VERAConciergeSe
rver”
Set parameter “AppDirectory” for service “ConciergeServer”.
C:\VERAConciergeServer>nssm set ConciergeServer Start SERVICE_DELAYED_AUTO_START
Set parameter “Start” for service “ConciergeServer”.
C:\VERAConciergeServer>nssm start ConciergeServer
ConciergeServer: START: The operation completed successfully.
C:\VERAConciergeServer>start https://localhost:8989
C:\VERAConciergeServer>[/code]