Skip to content

dawidcha/misting-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

misting-control

Misting controller for Marina Golf

Daemon setup

-> Create (as root) the following config in /etc/systemd/system/misting.service [Unit] Description=Misting system After=network.target

[Service] Type=simple ExecStart=/usr/bin/python3 -u /home/pi/mister/StateMachine.py KillSignal=SIGINT Restart=always RestartSec=1 User=pi

[Install] WantedBy=multi-user.target

-> Create the following entry in root's crontab: 0 1 * * * /bin/systemctl restart misting

-> Start service with sudo systemctl start misting

-> Stop service with sudo systemctl stop misting

-> View logs with sudo journalctl -u misting -n 500 | grep -v 'blob data'

About

Misting controller for Marina Golf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages