mqtt-io icon indicating copy to clipboard operation
mqtt-io copied to clipboard

Correction option for sensor values is needed

Open alive-corpse opened this issue 3 years ago • 2 comments

I think it will be convinient to append some correction option for temperature, humidity and other float or integer metrics. Most of cheap chineese tempeature modules gives incorrect values and difference between two modules can be more than 4 degrees in one point of space.

Examples: correction: 2.3 # append 2.3 to value before sending to mqtt

correction: -1.5 # decrease value by 1.5

alive-corpse avatar Feb 10 '21 22:02 alive-corpse

Thanks for the suggestion. That would probably be a good feature to have.

flyte avatar Feb 11 '21 12:02 flyte

I second this request. Would be handy to have something along the lines of linear calibration as done in ESPHOME. DHT22 sensors are always a bit off and just add/subtract just doesn't do justice to the readings.

andyfsimon avatar Aug 09 '23 14:08 andyfsimon