Describe the bug
When I start my IBT-2X it sends a value of 6553.5℃, which makes the graph in Home Assistant rather unusual.
To Reproduce
Connect Inkbird IBT-2X to Home Assistant, start it and behold the graph.
Additional context
This was reported at HA before, but closed since you don't posess this device. I've looked into the code but I'm not sure where to start, I am willing to supply you with logs and test possible fixes. Given that the value is 6553.5, it clearly seems they're using a 16 bit int to store tenths of degrees. Filtering out values 0 and 65535 should be sufficient to prevent false measurements.