Yes from out the Raspberry I can ping the VERA successful. Also OR can still switch on lights by the VERA. Maybe also handy to mention is that I had created a HTTP device in OR to control the privacy mode of my webcam. When I use the OR app to change the status the changed status is correctly shown in the App, so the problem is only with the VERA.
I see the following error reoccurring in the boot.log:
TRACE 2016-11-06 14:42:34,712 : Unable to retrieve controller identity
org.openremote.controller.exception.ConnectionException: The required password for user ‘dirk.jan.hoekstra’ was not found. Password manager error : Password for user ‘org.openremote.security.PasswordManager$PasswordNotFoundException: Implementation Error: password alias ‘dirk.jan.hoekstra’ does not correspond to secret key entry in the keystore.’ was not found
at org.openremote.controller.service.BeehiveCommandCheckService$BeehiveCommandChecker.connect(Unknown Source)
at org.openremote.controller.service.BeehiveCommandCheckService$BeehiveCommandChecker.httpRequest(Unknown Source)
at org.openremote.controller.service.BeehiveCommandCheckService$BeehiveCommandChecker.httpPost(Unknown Source)
at org.openremote.controller.service.BeehiveCommandCheckService$BeehiveCommandChecker.getControllerIdentity(Unknown Source)
at org.openremote.controller.service.BeehiveCommandCheckService$BeehiveCommandChecker.getRemoteCommandService(Unknown Source)
at org.openremote.controller.service.BeehiveCommandCheckService$BeehiveCommandChecker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:724)
Caused by: org.openremote.controller.service.Deployer$PasswordException: Password for user ‘org.openremote.security.PasswordManager$PasswordNotFoundException: Implementation Error: password alias ‘dirk.jan.hoekstra’ does not correspond to secret key entry in the keystore.’ was not found
at org.openremote.controller.service.Deployer.getPassword(Unknown Source)
And I see the following error in the dev.log. For my thermostat devices I use a HTTP sensor in OR to get their status ouf of the VERA:
2016-11-06 07:05:32,689 ERROR [Polling Sensor Thread ID = 311692, Name =‘072_SETPOINT_SENSOR’]: IOException when executing HTTP method
org.apache.http.NoHttpResponseException: The target server failed to respond
And also the password error is this dev.log:
2016-11-06 06:53:18,276 ERROR [DiscoveredDevicesAnnouncement]: Could not announce discovered devices
org.openremote.controller.service.Deployer$PasswordException: Password for user ‘org.openremote.security.PasswordManager$PasswordNotFoundException: Implementation Error: password alias ‘dirk.jan.hoekstra’ does not correspond to secret key entry in the keystore.’ was not found
at org.openremote.controller.service.Deployer.getPassword(Unknown Source)
at org.openremote.controller.service.Deployer$DiscoveredDevicesAnnouncement.run(Unknown Source)
And the sensor.log is full with this error:
WARN 2016-11-06 15:03:18,129 : Event producer bound to sensor (ID = 313,283) returned a value that is not consistent with sensor’s datatype : 0 setting sensor value to ‘N/A’
WARN 2016-11-06 15:03:28,173 : Event producer bound to sensor (ID = 313,283) returned a value that is not consistent with sensor’s datatype : 0 setting sensor value to ‘N/A’
WARN 2016-11-06 15:03:38,212 : Event producer bound to sensor (ID = 313,283) returned a value that is not consistent with sensor’s datatype : 0 setting sensor value to ‘N/A’
And in the dsc-debug.log it says:
DEBUG 2016-10-20 08:04:08,466 (DSC): Adding shutdown hook to manage unclosed DSC connections in case of controller exit.
DEBUG 2016-10-23 23:26:19,591 (DSC): Adding shutdown hook to manage unclosed DSC connections in case of controller exit.
DEBUG 2016-10-26 08:12:44,739 (DSC): Adding shutdown hook to manage unclosed DSC connections in case of controller exit.
DEBUG 2016-10-30 10:39:13,732 (DSC): Adding shutdown hook to manage unclosed DSC connections in case of controller exit.
DEBUG 2016-11-05 12:10:55,318 (DSC): Adding shutdown hook to manage unclosed DSC connections in case of controller exit.
I didn’t kept the exact time but at least the last error is close to the moment when the problem of no status updates started.
And the http.log doesn’t show errors.
Further more I could not find any logs with change date of yesterday or today.