A soft-mod for the Nutri View smart pet feeder that allows full local usage without app or cloud dependence. For additional information and development background, please refer to Hacking a cloud pet feeder for full local use.
Tested working:
- Pettadore Nutri View
Tested not working:
- Pettadore Nutri View 2 (completely different SoC)
Run python3 nutri-pwn.py and follow the interactive installer.
A minimal web-service will be available after installation at http://{feeder-ipv4}. The feeding function can be triggered manually through here or programmatically using a call such as:
curl -X POST http://{feeder-ipv4}/cgi-bin/feed.sh
The soft-mod will not survive a device reboot or power failure. A power bank can be placed in the back of the device to minimize this constraint.
The web API does not support any signals other than manually triggering the feed function as of yet.
This software is provided as is, without any warranty or guarantee of any kind. Use it at your own risk. We are not responsible for any issues, data loss, or damages that may result from using this software.