raomin / ESPAltherma

Monitor your Daikin Altherma / ROTEX heat pump with ESP32
MIT License
317 stars 104 forks source link

Changes for EDLA09DA3V3 UK #372

Closed greem closed 5 months ago

greem commented 6 months ago

Exposed (not necessarily useful!) values for UK Version of Daikin EDLA09DA3V3 heat pump.

Voltage (0x21,4,101,2) value is not correct but seems to track actual voltage reasonably accurately - correction factor may need to be applied in the converter, maybe?

simonebortolin commented 5 months ago

Mi value of voltage are in 15-395V (single phase 230V). At first glance, I would say that the factor is between 0.5 and 1/sqrt(2) (0.7)

raomin commented 5 months ago

Thanks @greem. Can you also reference the file in setup.h as it seems to be absent? For the wrong voltage, I'll suggest something in the #328

raomin commented 5 months ago

I changed the setup.h

raomin commented 5 months ago

Ah, I also changed the name of the file (removed the double space) so now your PR is invalid... :( I'll import your changes manually.

raomin commented 5 months ago

Done. I'm closing this one then.