raomin / ESPAltherma

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

Eco mode property not set #316

Open habitoti opened 1 year ago

habitoti commented 1 year ago

I have a Daikin Altherma 8 MT F, indoor model ETVH12S18EJ9W. I use the _ALTHERMA(BIZONE_CB04-08KW).h setup.

When comfort mode is selected, the Storage comfort property goes properly to ON. When mode switches to Eco, however, Storage eco property stays OFF.

{0x62,2,306,1,-1,"Storage eco ON/OFF"}
{0x62,2,305,1,-1,"Storage comfort ON/OFF"}

Any clue where this could be rooted?

domoneyleon commented 1 year ago

The only thing I can think of is the combination of the setup file and your heat pump? I'd say have a look in other setup files for the storage eco address that isn't 306 as above and maybe edit this new address into your current code? Not sure tbh but that's the first thing that springs to my mind.

habitoti commented 1 year ago

It's 306 for all configurations. Also strange that it works for comfort, but doesn't for eco...