You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
alive-corpse
changed the title
Correction option for sensor values is usefull
Correction option for sensor values is needed
Feb 10, 2021
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.
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
The text was updated successfully, but these errors were encountered: