Trying Openhab 3

Hello. How can I try Openhab 3. Can I get link? Sorry if offtop

openHAB 3 is still in development and not everything is up-to-date so it’s not as simple as following a link. Everything is available on the openHAB GitHub repos. There is no known date when it will be available for testing. But you can be sure once it’s available for testing it will be announced here.

3 Likes

I use docker to testdrive.

docker run \
  --name openhab \
  --net=host \
  -v /etc/localtime:/etc/localtime:ro \
  -v /etc/timezone:/etc/timezone:ro \
  -v openhab_addons:/openhab/addons \
  -v openhab_conf:/openhab/conf \
  -v openhab_userdata:/openhab/userdata \
  -e "EXTRA_JAVA_OPTS=-Duser.timezone=Europe/Amsterdam" \
  -d \
  --restart=always \
  openhab/openhab:3.0.0-snapshot

More info:
https://hub.docker.com/r/openhab/openhab

3 Likes

solved http://next.openhab.org
thank you)

2 Likes