Hi,
I am using Zstack and the sensor sending wrong temperature values for the temperature cluster (0x0002) ,attribute 0x0000 (CurrentTemperature).
As Zigbee spec talks about values between -200 to +200 but me getting values like 2190 etc which is essentially multiple of 100 of CurrentTemperature..
Now my query is:
- Does sensor should report values only between -200 and 200 even if it reads till 2 decimal precision like 21.90.
- Does Zstack modifies the values before sent to host (multiply by 100)?