Giter Site home page Giter Site logo

Comments (3)

OMRON-ME avatar OMRON-ME commented on August 25, 2024

@bunnyevans
Refer to Communication Interface Manual :
(*2) Discomfort Index, Heatstroke risk factor (WBGT approximation) are calculated only by temperature and humidity. These information is just a rough indication and for referential use only.

from envsensor-observer-py.

bunnyevans avatar bunnyevans commented on August 25, 2024

Thank you, I found that section after you mentioned the magic word WBGT
However, there is no explanation of the discomfort index.

Currently:
T = 31.25
H = 63%

HSR = 27.8 (which seems in line with WBGT)
DI = 80.9

The Discomfort index is a mystery. in the sensor_beacon.py we find:
return (0.81 * temp) + 0.01 * humi * ((0.99 * temp) - 14.3) + 46.3

https://keisan.casio.com/exec/system/1351058230 Seems to think that DI = WBGT and gives 27.8
DI = T - 0.55(1-0.01H).(T-14.5)

Perhaps I need to ask Omron nicely?

from envsensor-observer-py.

OMRON-ME avatar OMRON-ME commented on August 25, 2024

@bunnyevans
This is just a matter of unit conversion between degC and degF.
The formula in sensor_beacon.py generate DI value in Fahrenheit expression while the argument is in Celsius.
So, the conversion of C and F is also implemented in this DI calculation formula.

from envsensor-observer-py.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.