Plex Binding: cant connect OH2 to Plex

Hey,

I’m unable to get Plex connected to OH2 using the Plex-binding (both running on same machine)

Here is debug:
21:03:59.175 [DEBUG] [b.binding.plex.internal.PlexConnector] - [192-168-2-199.f0318badbff549af86946d31c9623278.plex.direct]: Websocket connection error
21:03:59.176 [DEBUG] [b.binding.plex.internal.PlexConnector] - Error connecting to Plex
java.util.concurrent.ExecutionException: java.net.ConnectException: wss://192-168-2-199.f0318badbff549af86946d31c9623278.plex.direct:32400/:/websockets/notifications?X-Plex-Token=XXX

Since I guess this is before actually connecting to OH2 I’ll just add the plex.cfg (note that I installed through paper UI, this is from /var/lib/openhab/config/org/openhab and not /etc/openhab2/services )

:org.apache.felix.configadmin.revision:=L"23"
host=“192.168.2.199”
port=“32400”
refresh=“5000”
service.pid=“org.openhab.plex”
token=“XXX”

I checked 192.168.2.199:32400/clients via browser and can see list of clients. Also added IP in Plex settings to “List of IP addresses and networks that are allowed without auth”.

Plex version 1.21.0.3711
OH2 version: 2.5.10
Plex binding version: 1.14.0

Help appreciated! :slight_smile:

an other user added 192-168-2-199.f0318badbff549af86946d31c9623278.plex.direct to the local hosts file ( see [SOLVED] Plex Binding Bug or config problem? - #2 by nick_wootton ). This may help in your case, too.

Hey no this doesnt seem to resolve the issue. :frowning: