robert42 wrote: Hello, has anyone of my colleagues had a problem with this controller consisting in the fact that after programming the hysteresis, the controller does not follow the set value of this hysteresis. My controller works in heating mode. The temperature is set at 24 degrees. Hysteresis at 2 degrees. So after the temperature drops by two degrees, it should turn on the heater. Unfortunately, the driver does not work like that. If I lower the temperature, let's say to 20 degrees, the controller will turn on the heater as it should, but after reaching the set temperature value, instead of turning off the heater and waiting for the temperature to drop by the hysteresis value, it starts switching the heater on and off alternately. there is a clicking every 2 seconds. It behaves as if the hysteresis is set to some very small decimal value.
Added after 1 [hours] 34 [minutes]:
I forgot to add that when the controller turns on the relay, the display shows the temperature value 24.00, and when it turns off, it displays HHH.
Gentlemen. I DON'T KNOW how the currently produced series (2019/2020 - I bought 10-12 pcs.), but as a homegrown IT programmer (self-taught for 30 years) I found the following:
W1209 DRIVERS are
DANGEROUS in use with C, O type installation elements.
The problem is that the controller program, with some delay (hysteresis, let's say 2s), I don't remember the program number (P3?), first checks the temperature constancy in this period (2s) and only then proceeds to check whether the temperature has reached the max. setting.
If the temperature jumps in these 2 seconds by 0.1 .. 0.9 * C (some consumption from central heating), it is still in a loop - until the temperature stabilizes within (set 2 seconds) and only then goes to the step of checking whether the temperature has reached the max. set.
If I set 50*C as max. but the temperature will be unstable - it jumped on the display - it's "the module can reach" and 110 * and still will not turn off the relay because the system program will not go to the max temp check step. and exclusions
I was in a bit of a shock, because I controlled it (3 pcs in series and I think it saved me) - 140 L boiler and initially I did not know what was going on - but I deduced after a longer analysis.