rossko57
(Rossko57)
April 14, 2021, 1:03pm
11
I don’t really understand your problem then. What is different about your “reading data” to having an openHAB Item getting state updates from subscribing to an MQTT topic?
Try this
Foreword
This tutorial is for openHAB3. If you are on openHAB2 you will need to use my older tutorial .
This tutorial was written with openHAB3 running on a headless Raspberry Pi 3B with Raspberry Pi OS, with SSH access.
Overview
This tutorial assumes you have openHAB3 installed.
This tutorial will show you how to:
Install an MQTT broker, install the MQTT binding, and connect the two
Setup device to read the DHT22 temperature sensor
Setup device to connect to the MQTT broker
Configure openHA…