3UV DHW defekt? #64
Replies: 2 comments 8 replies
-
The air source heat pumps have two 3-way valve switches, which are relatively prone to failure. Usually, they break after 2-4 years. Over time, they calcify and become stiffer, sometimes eventually getting completely stuck. This causes the stepper motor to no longer be able to fully open or close the valve. As a result, the hot water from the hot water tank is quickly diverted to the floor, which is undesirable given the relatively expensive water due to the high flow temperature. The air source heat pump cannot detect this defect. Therefore, we have implemented detection in the ESPHome component, which performs a plausibility check based on the Vorlauf, VorlaufBH, Rücklauf, Durchfluss, and Mixer position or BPV position. However, in your case, the code is somewhat outdated. There was a bug in the code that incorrectly throws an error, even though the valve may still be functioning correctly. Please flash the latest version of the ESPHome CAN component! If the error occurs again, please report it again. Then we can check certain values to determine if the valve is actually defective. |
Beta Was this translation helpful? Give feedback.
-
I tried last version and I can confirm that the error never occurs. @wrfz @Trunks1982 as I said before I have currently forked the repository and I'm working on my own copy localized in Italian, do you think it could be useful to centralize the textual resources in a dictionary (some are hard coded in the code) and realize a multilingual version German/English/Italian? Because I was thinking about it, if you think it's useful I can spend some time on it, let me know, happy to colaborate. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hi,
while monitoring the operation of the heat pump I noticed that this error is often displayed even though the pump seems to be working correctly and does not show any errors on its monitor. This is the section of code that display it
And this a piece of log
[01:14:41][I][unhandled:146]: can_id<0x10A> data<31 00 FA C0 B4 00 00> [01:14:41][I][unhandled:146]: can_id<0x180> data<22 0A FA C0 B4 00 22> [01:14:42][I][sendGet:146]: Error Code can_id<0x680> command<31 00 FA 13 88 00 00> [01:14:42][E][daikin_rotex_can:313]: 3UV DHW defekt => tvbh: 33.799999, tv: 28.400000, max_spread: 3.000000, bpv: 0.000000, flow_rate: 1424.000000 [01:14:42][I][handle :146]: Error Code<No error|3UV DHW defekt> can_id<0x180> data<D2 00 FA 13 88 00 00> changed<0> [01:14:42][I][sendGet:146]: Operating Mode can_id<0x680> command<31 00 FA 01 12 00 00> [01:14:42][I][handle :146]: Operating Mode<Heating> can_id<0x180> data<D2 00 FA 01 12 03 00> changed<0> [01:14:42][I][sendGet:146]: ES mode can_id<0x680> command<31 00 FA 01 76 00 00> [01:14:42][I][handle :146]: ES mode<> can_id<0x180> data<D2 00 FA 01 76 00 00> changed<0>
what is this error for?
Thanks in advance,
D.
Beta Was this translation helpful? Give feedback.
All reactions