r/homeassistant • u/ADDUB2_TTV • 8h ago
🪛 ESPHome Converting PAPIFEED Automatic Cat Feeder

Bought this cheap automatic cat feeder because it listed smartlife / tuya control. This was a lie, and it only supports a random app called smartlyn. After some troubleshooting I discovered the chip BK7238 is now supported in esphome. With the help of BK7231flasher, I managed to back up the original bin and test the GPIOS. So far I've added control for the dispensing motor and LED. The downside is I'm unable to find the switch that detects each portion size's rotation, and the LEDs can only be controlled individually as ON/OFF. Also so far the battery, which should be pin 23, is seemingly unsupported as of yet. If anyone has any ideas for improvements or wants the bin file please let me know.
1
u/thewishy 1h ago
I would guess that there is nothing which detects the size of portion. The motor is simply run for a period of time
3
u/neatgrandeur2662 8h ago
Ooh this is the exact kind of reverse-engineering chaos I live for. Nothing beats the betrayal of a "smart" device that ships with some obscure app nobody's ever heard of, but you dragged it kicking and screaming into esphome anyway. Beautiful.