-
-
Notifications
You must be signed in to change notification settings - Fork 209
Maintenance Reminder/Calendar #266
Comments
Related to I've been doing some thinking about this lately and the overall implementation, and would love some feedback on what I'm envisioning. I'm thinking that the implementation will be a more general "Reminders" feature. Each item will have a new tab for reminders. Reminders will have the following fields
There will also be a Something I'm not sure how to implement is how we track completion of reoccurring reminders. For example, if I have a reoccurring reminder for the 1st of every month, what happens if I miss it? I need some way to tell Homebox that I've completed the maintenance. Still thinking on this one. As for notifications, we can use the https://github.com/containrrr/shoutrrr package to support multiple different notification endpoints. These will be configured in the users profile and shared across the group. Reminders TabReminders Dashboard |
Thanks for pointing out shoutrr, didnt know it existed! Will spin that up tonight. I like your proposed idea, I think it hits pretty much everything I was thinking of, minus a few fields. For task completion I was just going to suggest: Maybe another state for a scheduled log could be Incomplete? Deferred, ignored? I envision the completing a scheduled log by clicking on a reminder, it brings up the log page and then just submitting it? (not a web developer, just dabbled so I dont know level of effort for implementing a lot of this stuff). Other fields would be nice, but not necessary like: Estimated Completion Time: |
Those are some good points, maybe we adjust my implementation slights so Maintenance Entries could have a "status" field that could be "Scheduled", "Completed", "Deferred", "Ignored" Maintenance Reminders would have a field for something like "Remind me x days before", then when we are x days for the "due" date we create a new Maintenance entry in a "Scheduled" state and have another background process that reminds the group every x days until the task moves from scheduled to complete. This would also have the added benefit of removing the need for one-off reminders since you could just create a Maintenance Entry in the "Scheduled" status with the appropriate date and the background process would handle notifications accordingly. Then we would only need reminders for reoccurring tasks. |
FYI - closes with #362 as an initial implementation. I'd like to get some more feedback with people actually using it and then take another look at implementing some additional features related to scheduled maintenance. |
could you explain a bit more of the shoutrrr implementation? I'm trying to get some notifications to IFTTT but can't seem to get it right. Could you share some examples? |
Im not sure what to explain. The shoutrr docs have an example for the url format, https://containrrr.dev/shoutrrr/0.7/services/ifttt/ If you paste a url in it should work. Can you be more specific about your issue? |
Ohh, That looks like a validation bug, I wrote some custom logic to ensure that the formats of the URLs are correct, but clearly It's not correct. Can you submit a new issue with the info you provided and an example URL so I can track this and get it fixed? |
Sure I'll open up the issue. Thanks for your great work |
Also it would be nice to know what does HomeBox places in the notification so we could now how to handle it. I would like to know if it is just one big message or do we get the Asset, location, scheduled date, maintenance task title, maintenance task body, and cost separately to process them accordingly in IFTTT or HomeAssistant |
Trying out HomeBox for the first time today, use case is managing recurring maintenance. I may have missed something but it doesn't appear that scheduling recurring maintenance has been implemented yet. Will it be implemented as part of this ticket or should I open another issue? Thanks! |
Ahh, it looks like #516 is tracking recurring schedules. Subscribed. |
What is the problem you are trying to solve with this feature?
I help manage my family farm, as well as my own household and can't keep track of when/what I'm supposed do for recurring maintenance (every spring, every 6 weeks, etc). I have no history of what was done, sometimes I forget what tools and parts I need.
I want a reminder to check my furnace every spring, change the air filter in the car every 6 months, check smoke detector batteries. this way I can preemptively buy parts and keep track of what was done, when.
What is the solution you are proposing?
Allow users to schedule recurring maintenance tasks (change oil filter, replace furnace filter), that appear on a calendar, as well as show the total cost of ownership of an asset over it's life.
Show a calendar on the homepage with the upcoming maintenance items for the month, and send reminders (webhooks? emails?) beforehand.
What alternatives have you considered?
Grocy. It sucks for this purpose.
Calendars work, but miss out on the ability to show total maintenance costs for items, reciepts, notes/tips/tricks for doing the work
Additional context
No response
Contributions
The text was updated successfully, but these errors were encountered: