-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
calculation of dewpoint #12
Comments
I manged to build a working extension. Only part missing is the enriching of the message published by Z2M via MQTT: [ok] listen for messages publishing tempreature and humidity Is this the correct binding to "intercept" and enrich a MQTT-Message? How is this done?
|
The dewpoint is a value for deciding weather air should/could be exchangened in order to lower/raise relative humidity. Unfortunatly most thermometer/hygrometer-combinations do not report this value. As dewpoint my be calculated by knowing temperature and relative humidity an extension would be nice. Having basic coding skills this should be doable for me, but I do not have any clue where to start. Basicly the code should do the following:
code for calculation in JavaScript:
Any help would be apreciated!
The text was updated successfully, but these errors were encountered: