Smart KotKot: The connected and opensource coop.
- Any linux server with at least 512Mb RAM (x64, x86, ARM) like Raspberry PI (2,3,4,Zero)
- Camera compatibility:
- Usb Webcam
- Raspberry PI Cam
- ONVIF (like Sonoff gk200 hack)
- Light: anyone controlled by GPIO or USB GCERelay
- Door/Motor : anyone controlled by GPIO or USB GCERelay
- Temperature sensor: TEMPerHUM
💡 Smart KotKot is modular and it's easy to add new compatibility devices. Check the directory /server/modules
to create your own driver and/or ask help in a new issue.
Clone this repository on your chicken's server with the following command :
git clone https://github.com/Sylchauf/smart-kotkot.git
Then, install the following requirements.
- Docker (Installation)
- Docker-compose (Installation on x64/x86 or Installation on raspbian)
docker-compose up
Your module is now live at http://YOUR_LOCAL_IP:3000
You need to run a module to command your device. See Module page
docker build -t sylchauf/smart-kotkot:latest . && docker push sylchauf/smart-kotkot:latest