Is there a way to calculate the Dewpoint using a temperature and humidity Sensor? Can I do it with the logic app? Or maybe there is a another App I can handle a komplex formula?
Thanks an greeting Osorkon
Is there a way to calculate the Dewpoint using a temperature and humidity Sensor? Can I do it with the logic app? Or maybe there is a another App I can handle a komplex formula?
Thanks an greeting Osorkon
Yes
Create a Logic Variable or Better Logic Variable
Use a flow to set a calculation card with
((T - ((100 - RH)/5))
T = Temp in Celsius
RH = Relative Humidity
Unfortunately the dew point calculation is not a linear function!
Your formula is too rough. I have several degrees difference! The formula only returns the correct dew point with T=21 and RH=60!
I see your formula for the first time. If it would be so easy, I would not have searched here for advice!
I would like to use this formula.
I’m either too stupid or it doesn’t work with better logic?!
Your welcome
Arh = {{log(Luchtvochtigheid/100)+(17.62*Temperatuur/(243.12+Temperatuur))}}
en
Tdauw = {{round(243.12*Arh/(17.62-Arh),2)}}
Arh is een hulpvariabele en de formules kunnen in Logica van Homey. Vergeet de accolades niet.
Je kunt meer info vinden op Weerschip
Sorry, that I replied in Dutch.
Thanks a lot @Ton_Meek ! It works perfectly
Now there is nothing in the way for my dew-point aeration project!
Just curious, in what scenario would you use the dewpoint as a trigger?
I use the dew point for ventilation control. Or the difference of dew point inside and outside. Especially in summer for targeted reduction of humidity in rooms. If the dew point outside is lower than the dew point Indoor = Ventilation is recommended.
Currently I get the ventilation recommendation visualized when opening a window via an LED strip!
Red = do not recommend airing
Green = airing allowed
Later, I wanted to invest in decentralized ventilation and automatically control it in conjunction with a dehumidifier.
Nice use case thanks for sharing
Can someone explain how to use the logics variable. I only get formulas instead of values.