heinekmadsen / esphome_components

ESPHome custom_components
30 stars 39 forks source link

Maybe wrong "virkningsgrad" / efficiency #23

Closed sknsean closed 1 year ago

sknsean commented 1 year ago

https://github.com/heinekmadsen/esphome_components/blob/d41fb804eb972038df6eddfd0395c6f5f76800e2/components/genvexv2/optima250.yaml#L49

If I remember correcty(from the manual or genvex webpage) the real formula for efficiency is: float x = (100 * (genvex_temp_t1_inlet - genvex_temp_t3_outdoor) / (genvex_temp_t7_extract - genvex_temp_t4_exhaust))

heinekmadsen commented 1 year ago

If you send me the documentation i'll be happy to Update it

sknsean commented 1 year ago

This agree's with me: https://www.lav-det-selv.dk/forum/t/214950/s/genvex-energy-2-ydelse

But this agree's with the current code: https://www.exhausto.dk/~/media/Global/PDF/Institute/Building_ventilation/performancetest_ventilation.pdf page 7

Lets keep the current code :D