hi, I was able to integrate my Aquark Heatpump via the Tuya binding and can monitor and control the device as expected. unfortunately I do receive wrong values for the compressor speed.
the payload I receive is:
“datas”: [
{
“devId”: “bxxxxxxxxxxxxxxxxxhe”,
“eventDetail”: “100%”,
“eventName”: “Compress speed”,
“eventTime”: 1786880975706,
“eventTimeStr”: “2026-08-16 11:49:35:706”,
“eventType”: “Report”,
“rawValue”: false,
“requestFrom”: “device itself”,
“sourceDetail”: “”
but the item receives this number: 0.0000046566128752457969230960088680149056017398834228515625
I tried multiple ways of formatting the item, like changing to Dimmer, Number:dimensionless etc. but none really returns the value “100%”.
can anybody help to get the correct reading? thx