rusefi icon indicating copy to clipboard operation
rusefi copied to clipboard

A/C On/Off Cycle time for when we don't have a thermistor

Open ElDominio opened this issue 5 months ago • 0 comments

Is your feature request related to a problem? Please describe. I'm always frustrated when A/C lines freeze up since some cars have direct control of the relay, with no thermistor in between to control the output

Would we need new configuration fields? A/C Time On: Amount of seconds A/C is on (per cycle of this algorithm) A/C Time Off: Amount of seconds A/C is off (per cycle of this algorithm)

Describe the solution you'd like I'd like these settings to be available to cycle the A/C compressor, so that way it doesn't freeze the lines. The cycle begins the moment the A/C output is activated, and is repeated as long as A/C request is active. This means that having an ON time of 15 s and and OFF time of 5s, the A/C would be ON for 15 seconds, then OFF for 5 seconds, repeating forever as long as A/C request is active.

Describe alternatives you've considered I've done it in Lua, from line 27 to 50: https://gist.github.com/ElDominio/15a912f1eba6b3ed3bdca6d777bccd91

ElDominio avatar Sep 03 '24 19:09 ElDominio