Automatic water pump system for SAECO Aulika Focus coffee machine using the HC-SR04 sensor, Raspberry Pi and Cloud4RPi.
For details read the full article on Medium.
-
Install dependencies:
sudo pip3 install cloud4rpi hcsr04sensor
-
Run the main.py:
sudo python3 coffee-pump/main.py
or use make:
make run
-
Install as a Service:
chmod +x service_install.sh make install
-
Use as a Service:
make start|stop|status
-
Show service output:
make log