openHAB 5.2.0.M6

openHAB 5.2.0.M6 is available, and includes the updated Jellyfin - Binding: (PR #18628).

The Jellyfin server will not be discovered by the binding recommendation mechanism (Issue #21013).

If you have docker, give it a try:

.env

COMPOSE_PROJECT_NAME=openhab-development
VERSION=milestone-debian
MOUNT=/Temp/openhab/

docker-compose.yml

services:
  openhab:
    container_name: ${COMPOSE_PROJECT_NAME}-server
    image: openhab/openhab:${VERSION}
    restart: no
    network_mode: host
    volumes:      
      - $MOUNT/addons:/openhab/addons
      - $MOUNT/conf:/openhab/conf
      - $MOUNT/userdata:/openhab/userdata
    env_file:
      - public.ini

public.ini

CRYPTO_POLICY=unlimited
TZ=Europe/Berlin

Related post

openHAB

πŸš€ openHAB 5.2 is HERE!

openHAB has rolled out version 5.2, and it's a massive testament to the power of its global community! This release focuses heavily on extending user-facing features while maintaining stability for smooth upgrades from previous major versions.

Comments