@agnes.zooz
I'm setting a few Zooz sensors as local variables. One is a Zooz Q Sensor ZSE11, one a ZSE44 Multi, and a ZSE44 Temp Sensor.
I set them as local variables (Temp1, Temp2, TempMulti) as "Decimal". But the Q and Multi Sensor are only registering the whole number with no decimal points.
As "decimal" they should report decimal places. And in the device pages, they all show decimal points.


Any idea how to tackle the issue?
The most important piece of information to figure this out is what driver you're using for this sensor.
1 Like
Yep. That would have been helpful.
The ZSE44 Temp Sensor is using Zooz Advanced: v1.2.0 (@jtp10181)
The ZSE11 Q Sensor is using the Hubitat driver.
And the ZSE40 Multi is using Zooz Advanced: v1.2.2 - 2024-06-28 (@jtp10181)
Both of my drivers use the exact same code, nothing has changed in that area between 1.20 and 1.2.2. They both are sending the temp value as a BigDecimal.
I also have a ZSE11 driver now, added with 1.2.0 package.
1 Like
I'm going to reinstall all the drivers and see if that changes anything.
UPDATE: After updating all devices to your current driver and waiting for everything to wake up and sync, everything is now reporting and passing the decimal places.
2 Likes