Skip to content
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

Correction option for sensor values is needed #164

Open
alive-corpse opened this issue Feb 10, 2021 · 4 comments
Open

Correction option for sensor values is needed #164

alive-corpse opened this issue Feb 10, 2021 · 4 comments

Comments

@alive-corpse
Copy link

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 alive-corpse changed the title Correction option for sensor values is usefull Correction option for sensor values is needed Feb 10, 2021
@flyte
Copy link
Owner

flyte commented Feb 11, 2021

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

@andyfsimon
Copy link

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.

@ilvalle
Copy link

ilvalle commented Nov 3, 2024

@flyte do you have any plan to implement the basic feature to add or subtract scalar?

@flyte
Copy link
Owner

flyte commented Nov 5, 2024

Personally no, but I still think it sounds like a good idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants