Skip to content

vedatbotuk/home_remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create rf_coder.ini

[CODES]
;
pi3kitchen_on = xxx
pi3kitchen_off = xxx
;
stammen_pink_on = xxx
stammen_pink_off = xxx
;
stammen_green_on = xxx
stammen_green_off = xxx

Enable SPI Interface

sudo raspi-config
  • Select Interface Options
  • Select SPI
  • Select Enable

Create, enable and start services

  • Copy home_remote.sevices file.
    cd home_remote
    sudo cp linux-services/home_remote.service /etc/systemd/system/home_remote.service
  • Customize path to main.py and the WorkingDirectory.
    sudo nano /etc/systemd/system/home_remote.service
  • Start and enable service.
    sudo systemctl enable home_remote.service
    sudo systemctl start home_remote.service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published