yuriizubkov / petwant-device

Abstraction layer of an UART-based communication protocol for more convenient data exchange with the controller chip of the Petwant PF-103 pet feeder.
GNU General Public License v3.0
15 stars 0 forks source link

I would like to try this #6

Open Matt77CHE opened 2 years ago

Matt77CHE commented 2 years ago

Hi; I realy would like to try this with my petfeeder;

yuriizubkov commented 2 years ago

@Matt77CHE Hi! There is no video tutorial on that, but you can follow instructions on the readme.md and you can check Wiki: https://github.com/yuriizubkov/petwant-device/wiki

Please check if your unit is the same as mine, if it has the same MCU. You can find a bunch of photos of my unit here: https://drive.google.com/drive/folders/1Eg7HTwpdZSNJ1BlF_s_BjWaRu20ezMFN

Yes it is possible to integrate it with any smart home hub, you can even drive this thing from the Arduino or ESP8266 (without video stream) and ESP32 with video stream. Serial protocol description is here: https://github.com/yuriizubkov/petwant-device/wiki/UART-protocol

I am actually using "Home Assistant" as my smart home hub, so it would be good to implement MQTT support for this pet feeder. Maybe I would be able to do this when I will have some time. Or if you want to contribute to this project - you are very welcome to do so.