Because my Osram Lightify Bridge is not supported in OH3 I setup my Raspi with Raspian and OH2. When I try to get the TR-064 binding in OH 2.5 running it finds my FritzBox and my Powerline 1260E. If I try to sign in to https://192.168.0.1:49443 I find nothing in the logs and have Status “unknown”. Same with “http:192.168.0.1:49000”.
I am surprised because in former days with an older FritzOS (now with 7.21 from Vodafone) it worked.
With OH3 and Port 80
2021-04-12 07:36:37.973 [WARN ] [mmon.WrappedScheduledExecutorService] - Scheduled runnable ended with an exception:
java.lang.IllegalArgumentException: Invalid URI host: null (authority: 192.168.0.1:80:49000)
at org.eclipse.jetty.client.HttpClient.checkHost(HttpClient.java:510) ~[?:?]
at org.eclipse.jetty.client.HttpClient.newHttpRequest(HttpClient.java:495) ~[?:?]
at org.eclipse.jetty.client.HttpClient.newRequest(HttpClient.java:453) ~[?:?]
at org.eclipse.jetty.client.HttpClient.newRequest(HttpClient.java:442) ~[?:?]
at org.openhab.binding.tr064.internal.util.Util.getAndUnmarshalXML(Util.java:326) ~[?:?]
at org.openhab.binding.tr064.internal.util.SCPDUtil.<init>(SCPDUtil.java:44) ~[?:?]
at org.openhab.binding.tr064.internal.Tr064RootHandler.internalInitialize(Tr064RootHandler.java:141) ~[?:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
In OH3 without a Port Number I find nothing in the logs and only in the browser
COMMUNICATION_ERROR
java.util.concurrent.ExecutionException: java.net.ConnectException: Verbindungsaufbau abgelehnt
With the used user in OH3 I get with the Kodi FritzBox Connect-Monitor-Plugin a Connection to the FritzBox. In Kodi I don’t know the used port but I works fine. Every time someone calls me the Kodi FritzBox Callmonitor stops the playing and shows me who is calling. So in general the FritzBox Setup should be ok.
In my browser https://192.168.0.1:49443/tr64desc.xml does not work, but “http://192.168.0.1:49000/tr64desc.xml” works.