https://github.com/nicolasbizzozzero/rosies-bar
Automatic dog feeder in a portable Docker image.
https://github.com/nicolasbizzozzero/rosies-bar
automation docker-image dog homelab-automation python raspberry-pi
Last synced: 4 months ago
JSON representation
Automatic dog feeder in a portable Docker image.
- Host: GitHub
- URL: https://github.com/nicolasbizzozzero/rosies-bar
- Owner: NicolasBizzozzero
- Created: 2023-06-02T22:02:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T16:53:55.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T02:43:38.611Z (5 months ago)
- Topics: automation, docker-image, dog, homelab-automation, python, raspberry-pi
- Language: Python
- Homepage:
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rosie's Bar 🐕
Automatic dog feeder in a portable Docker image.
![]()
## Description
Automatically dispense food for your animal at different given hours of the day.
This software is designed to be dumped as a Docker image into a Raspberry connected to a motor Controler. All hardware-related setup and plans are currently not available on the repository.# Installation
```shell
git clone https://github.com/NicolasBizzozzero/Rosies-Bar
```# Running
```shell
./script/docker_build.sh
./script/docker_run.sh
```# FAQ
* What happens if a croquette is stuck between the motor ?
* We specifically chose a motor strong enough to break the croquette if that happens.# Acknowledgments
Thank you to my good friend Guillaume Emery for setting-up this project with me and to make it happen.