Coder Social home page Coder Social logo

Comments (10)

Gadgetoid avatar Gadgetoid commented on July 30, 2024

Does systemctl status pimoroni-fanshim give any useful output- Python errors, or other messages in the log?

from fanshim-python.

rei-vilo avatar rei-vilo commented on July 30, 2024

Here is the result of systemctl status pimoroni-fanshim:

$ systemctl status pimoroni-fanshim
● pimoroni-fanshim.service - Fan Shim Service
Loaded: loaded (/etc/systemd/system/pimoroni-fanshim.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2019-12-09 19:18:41 CET; 30min ago
Main PID: 10716 (code=exited, status=1/FAILURE)

Dec 09 19:18:41 myPiTwo.local systemd[1]: pimoroni-fanshim.service: Unit entered failed state.
Dec 09 19:18:41 myPiTwo.local systemd[1]: pimoroni-fanshim.service: Failed with result 'exit-code'.
Dec 09 19:18:41 myPiTwo.local systemd[1]: pimoroni-fanshim.service: Service hold-off time over, scheduling restart.
Dec 09 19:18:41 myPiTwo.local systemd[1]: Stopped Fan Shim Service.
Dec 09 19:18:41 myPiTwo.local systemd[1]: pimoroni-fanshim.service: Start request repeated too quickly.
Dec 09 19:18:41 myPiTwo.local systemd[1]: Failed to start Fan Shim Service.
Dec 09 19:18:41 myPiTwo.local systemd[1]: pimoroni-fanshim.service: Unit entered failed state.
Dec 09 19:18:41 myPiTwo.local systemd[1]: pimoroni-fanshim.service: Failed with result 'exit-code'.

from fanshim-python.

rei-vilo avatar rei-vilo commented on July 30, 2024

The only workaround I've found so far is to launch

python3 fanshim-python/examples/automatic.py &

Not very clean, especially if the Raspberry Pi reboots.

from fanshim-python.

rei-vilo avatar rei-vilo commented on July 30, 2024

Any answer?

from fanshim-python.

Gadgetoid avatar Gadgetoid commented on July 30, 2024

I had no idea what the problem was in this case, so I was at a loss to providing a fix. However it might be related to- #66

I've since added a fix for the executable path, so re-running install-service.sh might help.

from fanshim-python.

rei-vilo avatar rei-vilo commented on July 30, 2024

Unfortunately, the fix from #66 didn't solve the issue.

$ git clone https://github.com/pimoroni/fanshim-python
$ cd fanshim-python
$ sudo ./install.sh

$ cd examples
$ sudo ./install-service.sh --on-threshold 50 --off-threshold 40 --delay 2

$ systemctl | grep pimoroni
● pimoroni-fanshim.service                                                                                          
      loaded failed     failed          Fan Shim Service             

from fanshim-python.

DKeppi avatar DKeppi commented on July 30, 2024

Same problem here, so i reinstalled it and now it works :)

from fanshim-python.

Gadgetoid avatar Gadgetoid commented on July 30, 2024

@rei-vilo did you ever get to the bottom of this?

from fanshim-python.

rei-vilo avatar rei-vilo commented on July 30, 2024

Thank you for asking.

A clean install (OS + Fanshim utility) solved the issue on the Raspberry Pi 4B.

from fanshim-python.

FlorentLM avatar FlorentLM commented on July 30, 2024

I had the same issue... turns out that you need to launch the install-service.sh from the examples folder.

If you launch it, for instance, from the base folder like so
sudo install ./examples/install-service.sh

then the $(pwd) in install-service.sh (lines 212 and 213)

WorkingDirectory=$(pwd)
ExecStart=$PYTHON $(pwd)/automatic.py --on-threshold $ON_THRESHOLD --off-threshold $OFF_THRESHOLD --low-temp $LOW_TEMP --high-temp $HIGH_TEMP --delay $DELAY --brightness $BRIGHTNESS $EXTRA_ARGS

takes the wrong working directory, and the service never finds the automatic.py file...

from fanshim-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.