Skip to content

Dohako/d_sh_handler

Repository files navigation

Dohako smart home handler

Made for raspberry pi.

This is my software to constantly update and keep running some programms. Also this soft will reboot device every n time.


Данный репозиторий создан для постоянного поддержания актуальности софта на моей Raspberry PI. Предполагается, что так будет проще обновлять и запускать скрипты, которые требуют собственного потока

Additional

  • Ignore two scripts so rpi could start them git update-index --skip-worktree /path/to/autorun/script_auto_start /path/to/rpi_cicd/git-repo-watcher

Known errors

  1. ImportError: libcblas.so.3: cannot open shared object file: No such file or directory

    Solution: sudo apt-get install -y libatlas-base-dev libhdf5-dev libhdf5-serial-dev libatlas-base-dev libjasper-dev libqtgui4 libqt4-test

  2. Git Push Error: insufficient permission for adding an object to repository database

    Solution: sudo chown -R "${USER:-$(id -un)}" .

  3. audio is not playing:

    1. sudo amixer cset numid=3 1

    2. go to sudo raspi-config and there is an option (helped in my case, but volume is setted only through commands)

    3. create .asoundrc in /home/ with OR try to change this paramas in sudo nano /usr/share/alsa/alsa.conf

      defaults.pcm.card 1
      defaults.ctl.card 1

About

Software to constantly update, keep running some programs and reboot device every `n time.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors