-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: "Last Feed Time" #37
Comments
@jjjonesjr33 , we could potentially do something like this via this endpoint? post request:
startTime and EndTime are timestamps. they refer to the time of the request and 24 hours after. response data:
we would just need to iterate through the list to find the GRAIN_OUTPUT_SUCCESS or FEEDING_PLAN_SUCCESS and then return the actualGrainNum and formatRecordTime (or recordTime) into some sensors. |
It sounds like you’ve got a solid grasp on this, @C4-Dimitri. Would it be possible to implement this across all devices? |
Device model name
Granary
Device model number
PLAF103
Device type
Feeder
Feature name
"Last Feed Time"
Describe the feature
Sensor that has the last time the feeder dispensed food. Possibly another sensor that has the last feed amount. Also could be reasonable if it was an attribute on the feed counter as well.
One feature I miss about the PetSafe integration (for the PetSafe Smart Feed feeder) was a sensor that stated the last feed time. Right now I can kinda fake this, and use the "last changed" time, but this will also include when the timer resets to 0 every day.
What problem does this feature solve?
Being able to keep track of the last feed time (and a good proxy for seeing if something went wrong)
Available to help with the feature development
The text was updated successfully, but these errors were encountered: