Get the dashboard of the openhab-test-distro

OK, some things to clarify, because I think there is some misunderstanding:

  • you can start openHAB in two modes
    • “normal” mode using the script start.sh
    • “debug” mode using the script start_debug.sh
  • openHAB will in both modes open port 8080 so you can use your browser to connect to (e. g. http://localhost:8080
  • you can see in the first screenshot that this happened (the 5th line in the output of netstat)
  • openHAB will only in debug mode open port 5005 additionally so you can use your debugger (IntelliJ) to connect to localhost on port 5005 (this is the 9th step in this tutorial)
  • I can see from the message in the second screenshot that you used your browser to connect to the debug port (5005)… use port 8080 instead as I mentioned above