Switch projectors on and off at a specified time
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 4 години
1234567891011121314151617181920212223242526272829303132
  1. ```
  2. sudo apt install git python3-pip
  3. ```
  4. ### Clone this repo
  5. ```
  6. cd /home/pi
  7. git clone https://git.notice.at/redplanet/ir-remote-timer.git
  8. cd ir-remote-timer
  9. ```
  10. ### install pip modules
  11. ```
  12. pip3 install -r requirements.txt
  13. ```
  14. ### add systemd service
  15. ```
  16. sudo cp ir-remote-timer.service /lib/systemd/system/ir-remote-timer.service
  17. sudo systemctl daemon-reload
  18. ```
  19. ### Setting up a random remote
  20. Use `irrecord` to create a lirc Config file and copy the generated file in
  21. `/etc/lirc/lircd.conf.d/your-remotes-name.lircd.conf`