<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.geekworm.com/index.php?action=history&amp;feed=atom&amp;title=CommentStreams%3AF3324388018fac25a10184eacc3a9798</id>
	<title>CommentStreams:F3324388018fac25a10184eacc3a9798 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.geekworm.com/index.php?action=history&amp;feed=atom&amp;title=CommentStreams%3AF3324388018fac25a10184eacc3a9798"/>
	<link rel="alternate" type="text/html" href="https://wiki.geekworm.com/index.php?title=CommentStreams:F3324388018fac25a10184eacc3a9798&amp;action=history"/>
	<updated>2026-07-28T10:08:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.geekworm.com/index.php?title=CommentStreams:F3324388018fac25a10184eacc3a9798&amp;diff=32069&amp;oldid=prev</id>
		<title>91.21.54.28: Migrated comment #1964</title>
		<link rel="alternate" type="text/html" href="https://wiki.geekworm.com/index.php?title=CommentStreams:F3324388018fac25a10184eacc3a9798&amp;diff=32069&amp;oldid=prev"/>
		<updated>2021-10-13T00:00:41Z</updated>

		<summary type="html">&lt;p&gt;Migrated comment #1964&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;An other nice (maybe the best?) Solution is to install the PWM fan control as a Service...&lt;br /&gt;
in this case you are able to restart the Service in case you change some Values for temperature control...&lt;br /&gt;
&lt;br /&gt;
To do this follow this steps:&lt;br /&gt;
&lt;br /&gt;
1st. create a Service file for the x735 ppm service like:&lt;br /&gt;
&lt;br /&gt;
sudo nano /lib/systemd/system/x735.service&lt;br /&gt;
&lt;br /&gt;
into this file copy this:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=x735 PWM Control Service&lt;br /&gt;
After=multi-user.target&lt;br /&gt;
Conflicts=getty@tty1.service&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
User=pi&lt;br /&gt;
Group=pi&lt;br /&gt;
Type=simple&lt;br /&gt;
ExecStart=/usr/bin/python /home/pi/x735-v2.5/pwm_fan_control.py&lt;br /&gt;
StandardInput=tty-force&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&lt;br /&gt;
save &amp;amp; close this file:&lt;br /&gt;
&lt;br /&gt;
ctrl+o&lt;br /&gt;
ctrl+x&lt;br /&gt;
&lt;br /&gt;
reload the systemctrl deamon:&lt;br /&gt;
&lt;br /&gt;
sudo systemctl daemon-reload&lt;br /&gt;
&lt;br /&gt;
Don&amp;#039;t forget to remove any entrys in the /home/pi/.bashrc or if you follow my previous post in the boot_script.sh load this script twice or more often will have no effect to the fan but generate more system load...&lt;br /&gt;
&lt;br /&gt;
Take care about your file path to the ppm_fan_control.py file and all the other you use in this case... ;)&lt;br /&gt;
&lt;br /&gt;
after all, reboot your Pi:&lt;br /&gt;
&lt;br /&gt;
sudo reboot&lt;br /&gt;
&lt;br /&gt;
Make sure the fan DONT spin at this moment...&lt;br /&gt;
If the Fan spin  you should check everything twice... Somewhere the script will be loaded at an other place...&lt;br /&gt;
&lt;br /&gt;
If the fan don&amp;#039;t spin, it is time to enable the new service:&lt;br /&gt;
&lt;br /&gt;
sudo systemctl enable x735.service&lt;br /&gt;
&lt;br /&gt;
Now you can check if all this stuff will work by using&lt;br /&gt;
&lt;br /&gt;
sudo service x735 start | stop&lt;br /&gt;
&lt;br /&gt;
after reboot the fan should spinning...&lt;br /&gt;
&lt;br /&gt;
If you change some temperature values in the pwm_fan_control.py it will take effect after save the file and restart the x735 service:&lt;br /&gt;
&lt;br /&gt;
sudo service x735 stop&lt;br /&gt;
sudo service x735 start&lt;br /&gt;
&lt;br /&gt;
that&amp;#039;s all...&lt;br /&gt;
Good Luck! Habe fun!&amp;lt;!-- migrated from Comments; original IP: 91.21.54.28 --&amp;gt;&lt;/div&gt;</summary>
		<author><name>91.21.54.28</name></author>
	</entry>
</feed>