mirror of https://github.com/arendst/Tasmota.git
Updated deprecated openHAB documentation links to the new url
parent
46b7138d81
commit
20895689f8
|
@ -11,11 +11,11 @@ The screenshot of an openHAB Sitemap below features a few Sonoff modules for lig
|
|||
|
||||
### Requirements
|
||||
|
||||
* Working openHAB installation (http://docs.openhab.org)
|
||||
* Working openHAB installation (https://www.openhab.org/docs/)
|
||||
|
||||
* Configured Sonoff-Tasmota module (i.e. module accessible from your local network)
|
||||
|
||||
* MQTT broker available (e.g. Eclipse Mosquitto via [openHABian](http://docs.openhab.org/installation/openhabian.html))
|
||||
* MQTT broker available (e.g. Eclipse Mosquitto via [openHABian](https://www.openhab.org/docs/installation/openhabian.html))
|
||||
|
||||
* A [basic understanding of MQTT](http://www.hivemq.com/blog/mqtt-essentials)
|
||||
|
||||
|
@ -27,7 +27,7 @@ The screenshot of an openHAB Sitemap below features a few Sonoff modules for lig
|
|||
⇨ [MQTT Binding - Getting Started 101](https://community.openhab.org/t/mqtt-binding-v1-11-getting-started-101/33958)
|
||||
|
||||
|
||||
If not done yet, you first need to **install and activate** the [MQTT binding](http://docs.openhab.org/addons/bindings/mqtt1/readme.html), the [MQTT action](http://docs.openhab.org/addons/actions/mqtt/readme.html) and the [JsonPath transformation](http://docs.openhab.org/addons/transformations/jsonpath/readme.html), e.g. via the openHAB Paper UI Add-ons section.
|
||||
If not done yet, you first need to **install and activate** the [MQTT binding](https://www.openhab.org/addons/bindings/mqtt1/), the [MQTT action](https://www.openhab.org/addons/actions/mqtt/) and the [JsonPath transformation](https://www.openhab.org/addons/transformations/jsonpath/), e.g. via the openHAB Paper UI Add-ons section.
|
||||
|
||||
Before continuing, please make sure you assigned **unique MQTT "Topics"** in the Sonoff-Tasmota configuration interface of each Sonoff module. The default MQTT topic is "sonoff", in the examples below we will use names like "sonoff-A00EEA".
|
||||
|
||||
|
@ -113,7 +113,7 @@ It is furthermore recommended, to add the following status items for every Sonof
|
|||
<[broker:stat/sonoff-A00EEA/RESULT:state:default]" }
|
||||
```
|
||||
|
||||
💬 The "LWT" topic (["Last Will and Testament"](http://www.hivemq.com/blog/mqtt-essentials-part-9-last-will-and-testament)) will receive regular "Online" messages by the module and an "Offline" message a short time after the module is disconnected, generated by the MQTT broker. These messages are transformed to a valid `ON`/`OFF` state by the [MAP](http://docs.openhab.org/addons/transformations/map/readme.html) transformation. Of course you can implement `Unreachable` instead of `Reachable` if you prefer. The following transformation file is needed:
|
||||
💬 The "LWT" topic (["Last Will and Testament"](http://www.hivemq.com/blog/mqtt-essentials-part-9-last-will-and-testament)) will receive regular "Online" messages by the module and an "Offline" message a short time after the module is disconnected, generated by the MQTT broker. These messages are transformed to a valid `ON`/`OFF` state by the [MAP](https://www.openhab.org/addons/transformations/map/) transformation. Of course you can implement `Unreachable` instead of `Reachable` if you prefer. The following transformation file is needed:
|
||||
|
||||
**reachable.map:**
|
||||
```java
|
||||
|
|
Loading…
Reference in New Issue