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'm not sure if this is an issue in the ESPHome binding or with the badges. I'm using OpenHAB 4.1.0.
I've noticed that percentage values are stored in the database in the value range of 0-1 (1% == 0.01) as well as ppm values (1 ppm = 1×10^-6 = 0.00001). The badges seem to expect values in the range of 0-100 for percentages. This leads to a humidity display of 0 for values between 0-49% and 1 for values of 50% or above.
The first question would be, who is acting incorrectly? I tried to figure this out, but it might also have changed with the type system changes. Can someone help?
The text was updated successfully, but these errors were encountered:
I'm not sure if this is an issue in the ESPHome binding or with the badges. I'm using OpenHAB 4.1.0.
I've noticed that percentage values are stored in the database in the value range of 0-1 (1% == 0.01) as well as ppm values (1 ppm = 1×10^-6 = 0.00001). The badges seem to expect values in the range of 0-100 for percentages. This leads to a humidity display of 0 for values between 0-49% and 1 for values of 50% or above.
The first question would be, who is acting incorrectly? I tried to figure this out, but it might also have changed with the type system changes. Can someone help?
The text was updated successfully, but these errors were encountered: