-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update TZE200_b6wax7g0 moes.ts #8561
Conversation
increased accuracy on both devices
Thanks! |
@loodvin Does this actually work for you? If so, maybe there are different firmware versions of this device around after all, because mine don't accept .5 increases. When I go from 17 to 17.5, the TRV will jump to 18 and after a second or two, this is reflected in zigbee2mqtt. |
I honestly can't check. It seems that on the device itself you can set it within the 0.5 limit. I don't have a test stand. |
I'll test it tomorrow and write back |
@srett I have the same as you, but I remember exactly that the accuracy of the device is within 0.5, so I made the changes. |
@loodvin yes, on the device it's .5 steps, but I remember even when I still used ZHA it could only do whole steps via zigbee, and when I researched it, someone somewhere said it's limited by the zigbee implementation of the device. Still, I'll dabble around in legacy.ts later today to see if it's possible to get this to do .5 somehow... |
Indeed, it's sent as an int (4 bytes), so removing the I wonder if it would make sense trying to catch these cases more generally to prevent accidents like this. For example removing the |
I completely agree. Yesterday I got errors with non-integer numbers. |
description and analysis in Koenkk#8561
increased accuracy on both devices