steilerDev / homebridge-openhab2-complete

A homebridge plugin for openHAB, that has the expectation to fully support all Services offered by Apple's Homekit Accessory Protocol (HAP)
GNU General Public License v3.0
52 stars 16 forks source link

openhab 3.3.0 events url #112

Closed Matsuo3rd closed 1 year ago

Matsuo3rd commented 1 year ago

See https://github.com/openhab/openhab-core/pull/2986 TL;DR: openHAB introduces a change in 3.3.0: events subscription URL must be explicitly set as a regexp. ie. changing from /rest/events?topics=openhab/items" to /rest/events?topics=openhab/items/*"

Makes also optional authentication truly optional by checking username/password settings