Openhab binding

Previous development branch now released as 1.36
Locked
BiloxiGeek
Posts: 271
Joined: Tue Feb 11, 2014 2:04 pm

Openhab binding

Post by BiloxiGeek »

Anyone got the openhab binding talking to zm's API cleanly? Near as I can tell I got everything set up right but the binding in openhab keeps complaining that it can't get version when it talks to ZM.
BiloxiGeek
Posts: 271
Joined: Tue Feb 11, 2014 2:04 pm

Re: Openhab binding

Post by BiloxiGeek »

Apparently openhab cannot use a zm setup that uses a self signed certificate.

So I think I'm gonna revert to http until I can work out an SSL solution.
alabamatoy
Posts: 349
Joined: Sun Jun 05, 2016 2:53 pm

Re: Openhab binding

Post by alabamatoy »

BiloxiGeek wrote: Sun Apr 18, 2021 12:24 pm So I think I'm gonna revert to http until I can work out an SSL solution.
https://letsencrypt.org/
~Rob
Posts: 10
Joined: Fri Jun 05, 2020 7:57 am

Re: Openhab binding

Post by ~Rob »

I'm using the binding with self-signed certs. The main thing is to get your ca in the java keystore.

https://community.openhab.org/t/new-zon ... /95112/208
Locked