Skip to content

Commit 2440c14

Browse files
authored
[DOCS] - OpenHAB integration complement (#1833)
1 parent 296248f commit 2440c14

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/integrate/openhab3.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Integrate OPENHAB3
1+
# Integrate OPENHAB 3/4
22

3-
This tutorial will show how to integrate the BLE gateway to OpenHAB3 leveraging the auto discovery functionality.
4-
After this tutorial, you should see your Bluetooth Low Energy devices in OpenHAB3 without any file based manual configuration.
3+
This tutorial will show how to integrate the BLE gateway to OpenHAB 3 or 4 leveraging the auto discovery functionality.
4+
After this tutorial, you should see your Bluetooth Low Energy devices in OpenHAB without any file based manual configuration.
55

66
## Prerequisites
77
* OpenHAB 3.3 or higher
@@ -80,6 +80,9 @@ To make the auto discovery compatible with OpenHAB you have to send the followin
8080

8181
`mosquitto_pub -t "home/OpenMQTTGateway/commands/MQTTtoSYS/config" -m '{"ohdisc":true}'`
8282

83+
You can also activate OpenHAB auto discovery by adding the gateway as a Thing, Model, and switching the button to ON. The name of the channel to add is "SYS: OpenHAB discovery".
84+
Once activated restart OpenMQTTGateway.
85+
8386
## Adding the things
8487
1. From the Administration click on "Things" under "Settings", you should see a number in the INBOX button
8588

0 commit comments

Comments
 (0)