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
Hi!
First of all, very big thanks for this firmware :)
I have an issue with sonoff basic humidity readings. I use firmware 5.14.0. I realised that a very high humidity is displayed. Between 90-100% This is impossible! I tried with multiple DHT22 sensors, multiple sonoffs, all the same.
I checked the console in debug mode and converted the sensor values from HEX to DEC. The TEMP reading is the same as displayed on the home page, but the HUMIDITY it not! The HEX value is correct, the displayed value is not.
For example, on the console I read this:
DHT: Received 03, 9A, 00, F7, 94 =? 94
where 9A is the Humidity 155, which should be 15.5% (still I think its low, but ok)
F7 is TEMP, which is 247 which means 24.7°C thaths correct
Meanwhile on the home page I see:
AM2301 Temperature | 24.7°C
AM2301 Humidity | 92.2%
I also get the same wrong result through MQTT
Do you have an idea what could be wrong?
The text was updated successfully, but these errors were encountered:
Hi!
First of all, very big thanks for this firmware :)
I have an issue with sonoff basic humidity readings. I use firmware 5.14.0. I realised that a very high humidity is displayed. Between 90-100% This is impossible! I tried with multiple DHT22 sensors, multiple sonoffs, all the same.
I checked the console in debug mode and converted the sensor values from HEX to DEC. The TEMP reading is the same as displayed on the home page, but the HUMIDITY it not! The HEX value is correct, the displayed value is not.
For example, on the console I read this:
DHT: Received 03, 9A, 00, F7, 94 =? 94
where 9A is the Humidity 155, which should be 15.5% (still I think its low, but ok)
F7 is TEMP, which is 247 which means 24.7°C thaths correct
Meanwhile on the home page I see:
AM2301 Temperature | 24.7°C
AM2301 Humidity | 92.2%
I also get the same wrong result through MQTT
Do you have an idea what could be wrong?
The text was updated successfully, but these errors were encountered: