Merry Christmas: openHAB 2.0 beta5 has been released!

Thanks to the openHAB team and happy holidays!

Hello Kai

As I am a total noob , I have to ask a simple question.

How do I find out, which version of OpenHab is running on my system (Odroid U3). I made everything as explained, in the tutorial and so OH2 starts automatically and I have no idea if it autoupdated to the newest version.

I´m sure its just one line in the console - isn´t it?

Thank you
Regards
Daniel

You can log in the console and look at the version displayed in the banner.

Thx Lolodomo

but if I open a console, i don´t see anything. Openhab runs somewhere in the backgroud.
Who knows where :slight_smile:

Daniel

When you open a console, type

ssh openhab@localhost -p 8101

Password is habopen

http://docs.openhab.org/administration/console.html

Thank you very much.

thumbs up

Or you call the following URL:
http://IP:8080/rest/

Under Version you can also see the installed version.

1 Like

Are you sure about this?

My console banner reports "2.0.0.b5 Build #669 " while the REST API reports:

{“version”:“0.9.0.b2”, …

This is my call from http://IP:8080/rest and this is the result:

{“version”:“0.9.0.201612221226”,“links”:[{“type”:“uuid”,“url”:“http://IP:8080/rest/uuid”},

I thought the string after “0.9.0” means the version-number.

It is the version of the REST API (which comes from Eclipse SmartHome). This is relevant for REST clients to check what they are talking to.

You might want to add this announcement to the news section of the openhab.org website.

1 Like