Problem: openhab 1.7 instance is shown as offline

Hello!
After I have updated Openhab to version 1.7.0, it has stopped working with My.Openhab.
It just doesn’t go online and that’s it.
I’ve already tried to download the newest version of my.openhab binding from the website, nothing has changed.
I’ve also tried to regenerate UUID and Secret by deleting these files and restarting Openhab, and entering new values on the “My Account” page. Also nothing has changed after this.

Here are the logs of my.openhab binding (UUID and Secret were replaced by *):

13:21:31.235 [DEBUG] [.m.i.MyOpenHABServiceActivator:28 ] - MyOpenHAB service has been started.
13:21:31.273 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:280 ] - setEventPublisher
13:21:31.288 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:115 ] - my.openHAB service activated
13:21:34.356 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:98 ] - config is null
13:21:34.358 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:156 ] - UUID file found at ‘/opt/openhab/webapps/static/uuid’ with content ‘
13:21:34.360 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:208 ] - Secret file already exists at ‘/opt/openhab/webapps/static/secret’ with content '

13:21:34.361 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:100 ] - UUID = , secret = ****
13:21:34.383 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:156 ] - UUID file found at ‘/opt/openhab/webapps/static/uuid’ with content '

13:21:34.384 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:208 ] - Secret file already exists at ‘/opt/openhab/webapps/static/secret’ with content ‘****’
13:21:34.428 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:142 ] - Version file found at ‘/opt/openhab/webapps/static/version’ with content ‘1.7.0’
13:21:34.532 [DEBUG] [.myopenhab.internal.MyOHClient:145 ] - Manager.EVENT_TRANSPORT
13:21:34.574 [DEBUG] [.myopenhab.internal.MyOHClient:150 ] - Transport.EVENT_REQUEST_HEADERS
13:21:36.391 [DEBUG] [.myopenhab.internal.MyOHClient:145 ] - Manager.EVENT_TRANSPORT
13:21:36.393 [DEBUG] [.myopenhab.internal.MyOHClient:150 ] - Transport.EVENT_REQUEST_HEADERS
… the last two lines are repeating in cycle.

Could you please help me to resolve the issue?

Hi! I have fixed the problem by myself - I have removed my.openhab certificate from the openhab keystore, downloaded a new one from https://my.openhab.org, and re-imported it. Averything works now.

1 Like