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

Too low humidity value compared to stock version and calibration result. Maximum humidity offset is only 12.7%. #163

Closed
mookkari opened this issue Dec 11, 2021 · 6 comments

Comments

@mookkari
Copy link

I just had 10 pcs new LYWSD03MMC B1.9 thermometers. All of those have very similar humidity and temperature values in same placement with stock firmware. I flashed most of those sensors one by one to with latest firmware version 3.4. Always after flashing humidity value was decreased instantly by 11-12%. This is only concerning humidity, I do not see any relevant change in temperature value after firmware update.

I have had now all 10 thermometers in Sodium Chloride calibration box about >12 hours and thermometers with stock firmware shows 71-72% that is very close. All thermometers with pvvx firmware shows about 60%. Correct value for calibration should be 75.4%. Meaning that stock firmware is only 3-4% too low compared to calibration result (after 12h, I will still wait for >24h for final result), but pvvx firmware shows about 15% too low humidity value. I am using this procedure for humidity calibration:
https://www.vernier.com/til/4337
https://www.youtube.com/watch?v=aeLPRZQTA4w

I could use humidity offset to calibrate sensors but firmware config does now allow to set bigger values than 12.7%. If bigger value is given it will be set as 12.7%.

Also temperature and humidity values are not rounded in LCD or in advertisement (using Atc1441 because less digits). If temperature shown in Telink flasher is 23.87 it shows 23.8 in LCD and advertisement. Value 23.87 should be rounded to 23.9.

@pvvx
Copy link
Owner

pvvx commented Dec 12, 2021

Humidity readings from different meters in the same house:
image
Calibration of SHTxx sensors in aggressive environments is prohibited. Leads to degradation of the element.

@pvvx
Copy link
Owner

pvvx commented Dec 12, 2021

LYWSD03MMC B1.9 uses SHT4x sensors:
https://www.sensirion.com/en/environmental-sensors/humidity-sensors/humidity-sensor-sht4x
The SHT4x builds on a completely new and optimized CMOSens® chip that offers reduced power consumption and improved accuracy specifications. With the extended supply voltage range from 1.08 V to 3.6 V, it’s the perfect fit for mobile and battery-driven applications.
The high-accuracy versions SHT41 and SHT45 feature typical and maximal accuracies that have been honed even further, down to ∆RH = ± 1% RH and ∆T = ± 0.1°C, making them suitable for the most demanding applications in all industries.

Always after flashing custom FW, the humidity value instantly decreases by 5.0% and begins to meet the of other sensors from other manufacturers.

I will correct work with SHT4x in the new version - v4.5.

Also temperature and humidity values are not rounded in LCD or in advertisement (using Atc1441 because less digits). If temperature shown in Telink flasher is 23.87 it shows 23.8 in LCD and advertisement. Value 23.87 should be rounded to 23.9.

For this, open source codes are given. Correct as you wish.

@pvvx
Copy link
Owner

pvvx commented Dec 12, 2021

6a1831b

@pvvx pvvx closed this as completed Dec 12, 2021
@mookkari
Copy link
Author

Thanks! I have now flashed most of my B1.9 thermometers with ATC_V35.bin. Seems that it works and now humidity value is same as with in stock firmware. Also values has been balanced after yesterday and they are very close to same humidity values that AirThings Wave Plus shows.

I have also few LYWSD03MMC B1.4 with Sensor SHTC3 (also flashed to v3.5). They all show about 5 RH% lower values than B1.9. Is this sensor related or SW issue?

There is workaround for humidity rounding, if I set Humidity offset=0.5 it will do rounding correctly LCD and advertisement when 0 digits used for humidity. This workaround does not work for temperature with 1 digit as Temperature offset=0.05 is not allowed.

@pvvx
Copy link
Owner

pvvx commented Dec 12, 2021

LYWSD03MMC B1.4 uses SHTV3 sensor. There is no documentation for it, but the commands is close to SHTC3.

@xairam
Copy link

xairam commented Jan 9, 2022

can you tell me where did you get the 1.9? I cant tell the difference on shops selleing them.

FaBjE pushed a commit to FaBjE/ATC_MiThermometer that referenced this issue May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants