Switch projectors on and off at a specified time
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 538 B

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`