Skip to content

Meowton software

DatuX edited this page Jul 13, 2024 · 36 revisions

Introduction

Main screen

Statistics per cat

Feeding schedule

Feeder settings

Scale calibration

  • Install your RPI with rpi-imager with Ubuntu server 22 64-bit

  • cleanup useless overhead on the RPI

apt purge snapd multipath-tools
systemctl disable --now unattended-upgrades.service packagekit
  • Clone this repository and go to the src directory

  • Install podman and build/start image:

apt install podman-docker -y
./podman-build.sh

This will take a few minutes.

This also makes sure it automaticly starts on reboot.

  • Connect to webinterface at port 80

From there you should be able to calibrate both the cat scale and food scale.

Clone this wiki locally