Zigbee gateway: Aubess Tuya 3.0 from same shop as above
Installed software tools
tuya-mqtt, runs as service
mosquitto, runs as service
Other: I have 9 temperature sensors around the house that I can see with the Smart Life android app. I have connected to the Tuya developer service according to this fine guide: Tuya devices to Openhab via MQTT - a working solution (without flashing)! tuya-cli wizard pulls the list of sensors from the Tuya cloud API and I have copy pasted the output to /etc/openhab/scripts/tuya-mqtt/devices.conf
Issue of the topic:
mosquitto_sub -h localhost -t β#β -v gives the following output
This neither looks like humidity nor temperature data. Has anyone else configured these Tuya Zigbee temperature and humidity sensors to be read and displayed on OpenHAB 3?
Are you sure that tuya-mqtt does support tuya-Zigbee devices (it isnβt obvious to me)?
Please note that tuya-mqtt is in βmaintainance [sic] modeβ.
Read on if getting rid of the Tuya-Zigbee gateway is an option:
Your devices might be supported by the Zigbee Binding or by Zigbee2MQTT (cf. TuYa ZTH01 control via MQTT | Zigbee2MQTT) - of course, one cannot be sure. You would have to buy a Zigbee coordinator to find out (my recommendation: https://itead.cc/product/zigbee-3-0-usb-dongle/ - supported by the Zigbee Binding and by Zigbee2MQTT (experimental, but rock solid in my Zigbee2MQTT setup - YMMV)).
Corresponds to the outdoor sensor that currently measures -0,4C and 80,3% humidity. There are 4 lines per sensor in the output and values need to be divided by 10. Apparently all my zigbee sensors are now recognized. The sensor IDs are missing, still.
Next question is how to get the sensors identified AND how to draw them into a nice graph in OpenHAB?
It seems like the Tuya Zigbee gateway just forwards the topic values from the subunits without labeling the values at all.
Is there a way to use for example devices.conf to create recognizable labels to the topic values, to identify which sensor is being reported?