opendata-stuttgart / sensors-software

sourcecode for reading sensor data
571 stars 307 forks source link

Dew Point #422

Open manuel-held opened 5 years ago

manuel-held commented 5 years ago

Hi,

it would be nice to get the Dew Point too. If you have the Tempreture and Humidity, you can calculate the Dew Point.

The Fomular (here in JS): https://myscope.net/taupunkttemperatur/

Adorfer commented 5 years ago

Since the design of the network is, that all calculation ("correction) is done in the backend, i do not see a way to get the real humidity from what DHT22 (or BME180) reports, since not only the absolute values differ, but as well the "form of curves".

ricki-z commented 5 years ago

The values of the DHT22 are not really reliable enough to compute a dew point. And as mentioned this should be done on the backend or API client. The dew point could be calculated at any time (if you have correct measurements), so we don't need to save or transmit it. And we have to save space in our firmware (at the moment we use 94% of the available space).