openhab-docs/_addons_bindings/mqtt.homie
Yannick Schaus 654b518410
Tweak scripts for OH3, run them to bring the final docs up to date (#1265)
The subsequent runs will be performed by Jenkins.
This deletes the actions docs, OH1 bindings among other things.

Signed-off-by: Yannick Schaus <github@schaus.net>
2020-09-21 12:53:40 +02:00
..
readme.md Tweak scripts for OH3, run them to bring the final docs up to date (#1265) 2020-09-21 12:53:40 +02:00

readme.md

id label title type description since install
mqtt.homie MQTT Homie MQTT Homie - Bindings binding NOTE: This binding is provided by the [MQTT binding](https://www.openhab.org/addons/bindings/mqtt/), and therefore no explicit installation is necessary beyond installing the MQTT binding. 3x manual

{% include base.html %}

MQTT Homie Binding

NOTE: This binding is provided by the MQTT binding, and therefore no explicit installation is necessary beyond installing the MQTT binding.

Devices that follow the Homie convention 3.x and better are auto-discovered and represented by this binding and the Homie Thing.

Find the next table to understand the topology mapping from Homie to the Framework:

Homie Framework Example MQTT topic
Device Thing homie/super-car
Node Channel Group homie/super-car/engine
Property Channel homie/super-car/engine/temperature

System trigger channels are supported using non-retained properties, with enum data type and with the following formats:

  • Format: "PRESSED,RELEASED" -> system.rawbutton
  • Format: "SHORT_PRESSED,DOUBLE_PRESSED,LONG_PRESSED" -> system.button
  • Format: "DIR1_PRESSED,DIR1_RELEASED,DIR2_PRESSED,DIR2_RELEASED" -> system.rawrocker