OSGi console Dropbox Authentication

Hi all,

I followed the steps at https://github.com/openhab/openhab/wiki/Dropbox-IO2
but at the last step I don’t know how to acces OSGI console. I run openHAB as a service, And I can’t find start scripts. :confused:

Try to telnet the OSGI Console,

telnet localhost 5555

Thomas

1 Like

it doesn’t work for me, but maybe I use it in a wrong way:

pi@raspberrypi ~ $  telnet localhost 5555
-bash: telnet: command not found

The telnet executable is probably not installed. You can install it via: sudo apt-get install telnet

Best regards, Chris.

I had a big problem with this as well… specifically because the version I setup the Dropbox binding had disabled the OSGi console for some technical reason.

My work around was just to tail the OpenHAB log file live, so it was essentially acting as the console.

tail -f /var/log/openhab/openhab.log