cereal2nd / velbus-aio

Velbus Asyncio
Apache License 2.0
15 stars 12 forks source link

Don't blindly update high-precision temperature with low-precision temp. #52

Closed niobos closed 2 years ago

niobos commented 2 years ago

When receiving a new low-precision temperature, either ignore it if the current stored (high-precision) value is still correct based on the new message. When temperature is going down, artificially increase precision to prevent jumps.

Relates to #50