tobof / openhab-addons

The next-generation open Home Automation Bus (openHAB)
Eclipse Public License 2.0
39 stars 30 forks source link

MQTT dependency error #98

Closed andreacioni closed 6 years ago

andreacioni commented 6 years ago

Hi @tobof, I finally found some time to spent on this error 😅 I found out a possible solution but I'm not able to test it. In particular I've changed:

After that I've adjusted the import inside MySensorsMqttConnection.java and MySensorsMqttService.java and everything compile (with some deprecation warnings).

Hope this helps!

tobof commented 6 years ago

As expected the smarthome.io.transport.mqtt library has changed. I don't want to rely a new feature on deprecated classes / methods. As I don't see a single plugin based on smarthome.io.transport.mqtt (except from mqqt.test ;-)) I'm not sure if the library is still work in progress.