Hunter Douglas Powerview Issue

I’ve got a Hunter Douglas Powerview HUB, but it’s not detected by Openhab. No debug messages either after enabling this for the binding.

I’m controlling the shades through the Powerview app and the API responds with the HTTP GET url’s specified in the binding code, but the hub is not discovered.

After doing an nmap scan of the hub, this is the result. No netbios ports open?

Nmap scan report for 10.0.0.43
Host is up (0.00046s latency).
Not shown: 999 closed ports
PORT STATE SERVICE VERSION
80/tcp open http HunterDouglas PDBU Hub v1.01.855
| http-methods:
|_ Supported Methods: GET POST
|_http-server-header: HunterDouglas PDBU Hub v1.01.855
|_http-title: 404 Not Found

Is this an unsupported version? Anyway, it would be nice to be able to disable autodiscovery and just specify a manual IP.

Built a custom version of the binding now, with hardcoded IP to the gateway. The hub is found and all shades/scenes appear in OH.

Discovery did not work with OpenHAB 2.4 and a Gen 2 Hub, but by adding the IP to the config in PaperUI did the trick.

It does now auto discover the Gen 2 hubs; there is a PR posted here…

2 Likes