kizniche / Mycodo

An environmental monitoring and regulation system
http://kylegabriel.com/projects/
GNU General Public License v3.0
2.89k stars 488 forks source link

Live page shows incorrect HTU21D temp #215

Closed zsole2 closed 7 years ago

zsole2 commented 7 years ago

Mycodo Issue Report:

v5.0.5

Problem Description

It appears that the temperature and dew point is switched.

htu_live

kizniche commented 7 years ago

It seems when I put the measurements in the database, I put dewpoint first (alphabetical), which caused it to appear first on the live page. I've rearranged that so dewpoint will be at the end. You'll have to delete and readd your sensor for this to take affect. I've also added a "DP" signifier at the end of the dew point so it can be distinguished from the temperature, and included the F conversion for dew point as well. Let me know if any of that doesn't work. Thanks for the bug report.