I experience this, but not as often. Feels random when it happens.
Same here. Need to re-login every 2 days recently.
Similar experience here β and for awhile, it seemed like it was every day or two.
Hey folks,
I found the pet feeder repo just the other day and I started to play with it.
Having zero coding knowledge I rely on github Copilot.
I started to create an integration for smartthings because I did not yet deploy home assistant, but some basic functions are the same anyway.
For me it was important to figure out how long the food will last, so I checked the weight of 1 kibble, the total weight of kibbles in the container and the weight of a single portion.
The problem is that I cannot figure out how to get the history of feed events with the API.
Is that even possible?
Also, I am going to setup a script that scrapes from Gmail the code to refresh the tokens, since they last just 1h.
Finally, what does the 5m limit refer to?
Number of API calls?
My feeder does not have sensors, itβs the v2 and it only has a low food alert.
no matter what I try, I keep getting an error when trying to fetch the messages, do you have any idea?
Error: {
"error": {
"statusCode": 400,
"message": "Forbidden",
"url": "/smart-feed/v2/devices/xxyy/messages",
"method": "GET"
}
}
Anyone done any research into the APIs available for the PetSafe SmartDoor products?