Sign inSign up

tesla3l337/fanshim

By tesla3l337

Updated almost 7 years ago

Fanshim container for the raspberry pi 4

Image
1

10K+

tesla3l337/fanshim repository overview

Fanshim container based on alpine with python3

See the doc here: https://github.com/pimoroni/fanshim-python

docker-compose

version: "2"  

services:  
  fanshim:  
     image: tesla3l337/fanshim:latest    
     container_name: fanshim  
     restart: always  
     environment:  
      - FSHM_DELAY=2  
      - FSHM_OFFTH=55  
      - FSHM_ONTH=65  
      - FSHM_BRIGHT=255  
     privileged: true  
     network_mode: "host"  

And start with: docker-compose up -d

Tag summary

Content type

Image

Digest

Size

22.6 MB

Last updated

almost 7 years ago

docker pull tesla3l337/fanshim