Replies: 1 comment 4 replies
-
Hi, When using ESP32 we can also use Berry (and I Love it!!) for this. My example setup has BME280 and SHT31 sensors and some greenhouse related parameters are calculated with BME280 Pressure and SHT31 Temp and Humidity. The example is my first Berry driver, so it might look horrible, but it makes what I am expecting. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As absolute humidity can be calculated with just temperature and relative humidity, and mixing ratio with pressure, does anyone want to do some work integrating those very useful measurements into the Tasmota system? I've taken a stab at the formulas in the support.ino file by copying the dew point function, but that's only a small part of the work required, and I don't know the ecosystem to make it all work. There was some work on this a few years ago in #5579 but doesn't look like anyone ran with it.
Functions below (also not sure how exponents work in C++):
Beta Was this translation helpful? Give feedback.
All reactions