Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the example LUT example with an actual board does not work #21

Open
JeremyLaurenson opened this issue Feb 19, 2022 · 3 comments
Open

Comments

@JeremyLaurenson
Copy link

The example works; but if you remove temp override then the actual board does not actually function with the LUT as it should
See:

pi@octopi:~ $ python ./fancontrol.py 
LUT:  20 deg C => 0.0% duty cycle
23 deg C => 20.0% duty cycle
25 deg C => 50.0% duty cycle
28 deg C => 75.0% duty cycle
30 deg C => 100.0% duty cycle
Internal temperature: 25 C
Currently running at 1781.590234 RPM
Internal temperature: 26 C
Currently running at 1779.242175 RPM
Internal temperature: 26 C
Currently running at 1781.590234 RPM
Internal temperature: 26 C
Currently running at 1772.234985 RPM

I can take a look at the code next week to see if I spy anything

@rivimey
Copy link
Contributor

rivimey commented Apr 9, 2022

I'm working on this code too, and I think there may be some issues with tach reading, but not sure yet. Did you take another look?

@JeremyLaurenson
Copy link
Author

I actually just implemented it in my own code; so essentially I gave up.

@fentonfentonfenton
Copy link

LUT is only for external temperature I think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants