Config.ini settings for I2C Fan Controller

Posted by: maczrool

Config.ini settings for I2C Fan Controller - 10/05/2007 17:09

Anyone have the config.ini entries handy for the I2C fan controller or know where they can be found? I've looked through the FAQ but can't seem to find them.

Thanks,
Stu
Posted by: mlord

Re: Config.ini settings for I2C Fan Controller - 10/05/2007 18:46

From here, just beyond halfway down:
Quote:

+{"fan_control", &fan_control_enabled, 0, 1, 0, 1},
+{"fan_low", &fan_control_low, 45, 1, 0, 100},
+{"fan_high", &fan_control_high, 50, 1, 0, 100},

Posted by: maczrool

Re: Config.ini settings for I2C Fan Controller - 10/05/2007 18:54

Thanks! How does that translate into syntax that can be entered into the config.ini editor in Emplode?

Also, what does "Fan control error" in Hijack mean? Can this be from a bad entry in the config.ini file or does it mean a communication error over I2C?

Thanks,
Stu
Posted by: mlord

Re: Config.ini settings for I2C Fan Controller - 11/05/2007 01:20

Quote:
Thanks! How does that translate into syntax that can be entered into the config.ini editor in Emplode?


[hijack]
fan_control=1
fan_low=45
fan_high=50

The high/low values are specified as degrees celsius (defaults shown).

Quote:

Also, what does "Fan control error" in Hijack mean? Can this be from a bad entry in the config.ini file or does it mean a communication error over I2C?


Some kind of I2C error.

Cheers
Posted by: maczrool

Re: Config.ini settings for I2C Fan Controller - 11/05/2007 13:37

Thanks. I guess I have a bad fan controller .

Stu