mirror of https://github.com/arendst/Tasmota.git
MQTT v2 Binding warning
parent
385d423e61
commit
89f8e367c7
|
@ -2,6 +2,12 @@ The "open Home Automation Bus" ([openHAB](http://www.openhab.org/)) is an open s
|
||||||
|
|
||||||
## openHAB Integration
|
## openHAB Integration
|
||||||
|
|
||||||
|
**NOTE**
|
||||||
|
This information applies to the openHAB1 version of the MQTT binding (mqttv1). openHAB has release a new MQTT binding (mqttv2) which complies with openHAB2 enhancements and significantly changes the way the binding is configured. Be aware that if you update your openHAB instance, the new MQTT binding will be installed and mqttv1 will be uninstalled! This means that any MQTT openHAB automations in your openHAB environment will exhibit odd behavior or not operate at all.
|
||||||
|
|
||||||
|
Fortunately, the mqttv1 binding can be installed again. To do so, set 'legacy = true' in addons.cfg or turn on 'Include Legacy 1.x Bindings' in PaperUI (Configuration > System). Then re-install the mqttv1 binding. Please note that now that mqttv1 is a legacy binding, it will no longer receive updates or fixes. Installing both versions of the binding will allow you to migrate over time to be ready for the eventuality of mqttv1 end of life.
|
||||||
|
|
||||||
|
|
||||||
By following the guide below you'll be able to observe, control and manage your Sonoff modules from your openHAB system. If you are new to openHAB, please learn about the basic concepts and the initial setup. The below article will not cover any basics which are out of scope to the Sonoff-Tasmota integration.
|
By following the guide below you'll be able to observe, control and manage your Sonoff modules from your openHAB system. If you are new to openHAB, please learn about the basic concepts and the initial setup. The below article will not cover any basics which are out of scope to the Sonoff-Tasmota integration.
|
||||||
|
|
||||||
**Example Result:**
|
**Example Result:**
|
||||||
|
|
Loading…
Reference in New Issue