raomin / ESPAltherma

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

EHS status and 3-way valves #10

Closed crow187 closed 3 years ago

crow187 commented 3 years ago

I have a Rotex hpsu compact ultra 508

I can not find some status information:

I used the ALTHERMA(HPSU6_ULTRA).h and can confirm following registers contain reasonable values:

"Operation Mode":
"Defrost Operation":
"Low noise control":
"I/U operation mode": current operation state
"Circulation pump operation":
"Alarm output":
"Target Evap. Temp.":
"Flow sensor (l/min)":
"Outdoor air temp.":
"Discharge pipe temp.":
"O/U Heat Exch. Mid-temp.": //sensor in the middle of the outdoor unit
"INV fin temp.": // What is this?
"Voltage (V)":
"INV primary current (A)": //What are primary and secondary current?
"INV secondary current (A)": //
"Outlet Water Heat Exch. Temp. (R1T)": //t-V
"Outlet Water BUH Temp. (R2T)": //t-V,BH
"Refrig. Temp. liquid side (R3T)": //t-liq
"Inlet water temp.(R4T)": //T-R
"DHW tank temp. (R5T)": //t-DHW2
"RT Temp.": //What is this?
"LW setpoint (add)":
"RT setpoint":
"Flow sensor (l/min)": //water flow
"Water pump signal (0:max-100:stop)": //set pump speed
"Pressure sensor": //what unit? Is it water pressure?
"Boiler Heating Target Temp.": //
"2nd Domestic hot water temperature": //t-DHW1
"Target delta T heating":
"Target delta T cooling":
raomin commented 3 years ago

BUH is the BackUp Heater. I don't know about its consumption value. When you are unsure about a value, you can look for the register from other pumps. They some time have better names: eg. 0x62,15, "Pressure sensor" => {0x62,15,152,2,2,"Refrigerant pressure sensor"}. But I don't know about the unit.

I'm also wondering about INV Primare vs Secondary currents. If someone have an idea...

raomin commented 3 years ago

I'll close this one and continue on #8.