Hello,
I am developing on a Tuya Zigbee Mini Temperature / Humidity Sensor. Together with ESP32.
It reports Temperature every 5 minutes.
However, I want to read Temperature / Humidity more often.
So from my client device, I am requesting to read attributes with read_attr_cmd_req.
But the sensor does not reply.
My question:
Is it possible to query this sensor to get more frequent readings? Or can it only do 5 minutes interval?
Thank you in advance,