LubeLogger: Self-Hosted, Open-Source, Unconventionally-Named Vehicle Maintenance Records and Fuel Mileage Tracker (github.com)
from ptz@dubvee.org to selfhosted@lemmy.world on 28 Mar 19:40
https://dubvee.org/post/3048083

Not my project - found this courtesy of Hack-a-Day.

This free and open source software tool is designed to make it easy for individuals to keep track of both the routine maintenance needs of their vehicles, as well as keep track of any previous or upcoming repairs and upgrades.

Demo here: demo.lubelogger.com/Login/Index

User/pass: test/1234

#selfhosted

threaded - newest

chamgireum@lemm.ee on 28 Mar 19:47 next collapse

hey i just picked this up last week. i like it.

ptz@dubvee.org on 28 Mar 19:49 collapse

Yeah, building a simpler version of something like that was on my ever-growing “to do” list but came across this today. Probably going to deploy it this evening or maybe this weekend (whichever day it’s supposed to rain lol).

markstos@lemmy.world on 28 Mar 20:07 next collapse

nobody should have to deal with kubernetes when it comes to vehicle maintenance.

lka1988@sh.itjust.works on 28 Mar 20:11 next collapse

I run this on a simple docker instance.

MangoPenguin@lemmy.blahaj.zone on 28 Mar 22:09 next collapse

That’s just one option, there’s also a normal docker image.

thejml@lemm.ee on 28 Mar 23:17 collapse

There’s a normal docker image, If this is all you want. However in all honesty, kubernetes is so nice to work with compared to running multiple docker compose things on the same host or the nightmare of a multi-host docker only lab. Just depends on how much homelab/selfhosting you’re doing. I know I’m grateful they included a helm chart here and I wish more self hosted software projects did as well. Options are always nice to have.

walden@sub.wetshaving.social on 28 Mar 20:26 next collapse

I love LubeLogger. I’ve totally switched both my and my wifes cars to it for tracking gas mileage and maintenance.

If anyone would like, I can share how I got ntfy notifications working with it for maintenance reminders.

lka1988@sh.itjust.works on 28 Mar 20:35 next collapse

My only beef with LubeLogger (and it’s a pretty minor one, given it’s just the one dev) is the lack of a mobile app. I’ve used aCar since 2012. I have years of data logged, and IMO, having periodic reminders and widgets available at a single tap is a bit more favorable than a PWA.

I am very curious about ntfy though. Please do share.

nick_99@sh.itjust.works on 28 Mar 20:58 next collapse

You install the ntfy app on your phone and subscribe to channels which then can/will alert.

lka1988@sh.itjust.works on 28 Mar 21:18 collapse

I poked around and it’s a bit more involved than that.

nick_99@sh.itjust.works on 28 Mar 21:20 next collapse

You can use their public server if you want, otherwise you can spin up your own on a cheap/free VPS.

lka1988@sh.itjust.works on 28 Mar 21:42 collapse

Ntfy’s public server costs money. Something that’s need-to-know when suggesting an app to someone who’s curious about its functionality.

I already have a small cluster that I run shit on, so that’s they way I would take.

WhyJiffie@sh.itjust.works on 28 Mar 22:33 collapse

they have paid features, but it is very useful even with just the free features and limits

walden@sub.wetshaving.social on 28 Mar 21:47 collapse

Ah, I responded above thinking you already had ntfy set up. Ntfy is so cool, I definitely recommend taking a look at it. I use it for notifications from Home Assistant, Uptime Kuma, Proxmox, etc. There are other similar things out there like Gotify, but I seem to prefer ntfy.

lka1988@sh.itjust.works on 28 Mar 22:10 next collapse

I use a few of those already (HA, Proxmox, etc), I’ll have to check it out later.

WhyJiffie@sh.itjust.works on 28 Mar 22:31 collapse

how do you use it with proxmox, and for what kind of notifications?

walden@sub.wetshaving.social on 29 Mar 00:38 collapse

From the GUI go to Datacenter - Notifications. Add a Notification Target of the Webhook type. Mine looks like this:

<img alt="" src="https://sub.wetshaving.social/pictrs/image/215823fe-b89d-4f50-a5fe-137278bf020c.webp">

See the ntfy documentation for different types of authorization, tags (emojis), etc.

Then edit the default Notification Matcher and enable your new target.

By default I get notifications of successful/failed backup jobs. I want to set something up for drive health using SMART, but I’m just sitting down to figure that out now.

WhyJiffie@sh.itjust.works on 29 Mar 15:56 collapse

oh nice! I see this is a relatively new feature. thanks!

walden@sub.wetshaving.social on 28 Mar 21:18 collapse

Since there’s no native ntfy notification built in to LubeLogger I figured out a way to do it using Node-RED. If you don’t have Node-RED set up, It’s pretty great for automating things. I mostly use it for Home Assistant. There’s certainly a way to accomplish this without Node-RED, but I would have no clue where to start.

The basic idea of the flow attached below is:

  1. Schedule when you want notifications (I like being reminded on monday, wednesday, and friday at 8am)
  2. Have Node-RED pull the maintenance reminders, which are available in JSON format
  3. Do some filtering and splitting of the data, narrowing the reminders down to Past Due, Very Urgent, and Urgent (ignoring everything that doesn’t need attention).
  4. Feed the filtered data into templates – different templates for each level of urgency. This adds some complexity, but I like it.
  5. Bring everything back together, format it into something that ntfy.sh likes, and then fire the notification.

You’ll of course have to go through and change settings in each node to match your LubeLogger URL and vehicle ID’s, and preferred ntfy server and topic. You can also add your username/password for LubeLogger and ntfy (or a bearer token, if that’s what you have set up with ntfy).

Node-RED flow

If you’re not familiar with Node-RED, you’d import the above JSON and edit it from there. Stuff “flows” through nodes, stopping and doing what you tell it along the way.

PlutoniumAcid@lemmy.world on 28 Mar 21:03 next collapse

Is it lovingly aimed at grease monkeys or also at normie vehicle owners?

I took a look at the demo site and felt a bit overwhelmed.

walden@sub.wetshaving.social on 28 Mar 21:41 next collapse

I think if you’re nerdy enough to self host stuff, you can definitely figure out LubeLogger. You don’t have to use all aspects of it… you can just use it for tracking gas mileage if you want.

If you want it to keep track of maintenance like oil changes and stuff, you have to add them manually and tell it how often you want them done.

For tracking gas mileage and maintenance reminders, all you need are 3 tabs - Service Records, Fuel, and Reminders. You can ignore everything else.

IronKrill@lemmy.ca on 29 Mar 00:24 collapse

It’s for people that like tracking things in detail, greasemonkey or no. I use it mostly for the gas mileage feature but also set up a couple of service reminders and added my service receipts. All easy to do but if you miss a fuel up it’s kind of annoying to track it right.

PlutoniumAcid@lemmy.world on 29 Mar 09:15 collapse

Thank you. It makes sense that the demo shows ALL the features and I wouldn’t need to use all. It’s probably better for my OCD to skip this tool :)

StrawberryPigtails@lemmy.sdf.org on 28 Mar 21:06 collapse

Please! That would be very helpful. I tried but got tired of banging my head against a wall. I’d like to see how you approached it.

walden@sub.wetshaving.social on 28 Mar 21:34 collapse

I responded to someone below. Hope it helps.

irmadlad@lemmy.world on 28 Mar 20:39 next collapse

This one always makes me giggle and think of this.

jagged_circle@feddit.nl on 29 Mar 06:16 collapse

I accidentally spilled it in my garage :(

The good news is: now I can fit 5 cars in my 2 car garage.

irmadlad@lemmy.world on 29 Mar 12:58 collapse

LOL! It’s a real product tho. I’m struggling to get through 32 oz. I guess I don’t have the use case of someone like Diddy.

PeteWheeler@lemmy.world on 28 Mar 22:04 next collapse

Does anyone know about any other self-hosted/open source projects that are like this? As in, “everyone” could find these useful?

Other ones I know about are Mealie (cookbook) and Warracker (Warranty Tracker).

ptz@dubvee.org on 28 Mar 22:29 next collapse

I use Fireflyiii for my money and budgeting.

IronKrill@lemmy.ca on 29 Mar 00:28 next collapse

I tried Firefly but sadly had to give it up. Every action felt like such a slog to do and overkill for what I wanted. I love tracking in detail but it was a bit much even for me. At the end of the day I just want to track in/out + categories and put this data in a few charts. I still find my spreadsheet is better at that.

abies_exarchia@lemm.ee on 29 Mar 03:28 collapse

I moved over to actualbudget! It’s way more intuitive to me and the the simplefin integration my bank transactions are automatically imported

B0rax@feddit.org on 29 Mar 06:13 collapse

Does it import transactions from your bank? Or is that all manual?

B0rax@feddit.org on 29 Mar 06:08 collapse

There is Homebox for keeping a list of things you have (and what they are worth) for things like insurance claims.

There is Audiobookshelf for your audiobook collection

There is wanderer for hiking and biking trails

tofubl@discuss.tchncs.de on 28 Mar 22:15 next collapse

Does this do/can it be used for keeping track of bicycle maintenance? Mostly which components are used (tires, brake pads,…) and when maintenance was done and so on?

ptz@dubvee.org on 28 Mar 22:18 next collapse

I don’t see why not. I haven’t stood it up yet, but I’ve played with the demo. It does have a section for parts/repairs/upgrades.

Give the demo a try, and let us know.

white_nrdy@programming.dev on 29 Mar 23:23 collapse

I just poked on the demo and I think it could, however it might be a bit clunky. Maybe could be a viable thing to request of the dev. Maybe alongside a donation for a sort of bounty.

Coldmoon@sh.itjust.works on 28 Mar 23:56 next collapse

Is there EV support?

ptz@dubvee.org on 28 Mar 23:59 collapse

Is there EV support?

Looks like it, yeah:

<img alt="" src="https://dubvee.org/pictrs/image/3ba43e77-80a2-4190-ae20-df7d428a98f7.webp">

The UI still shows Fuel, but it seems like you can enter the kWh and it should calculate. Maybe plug some values into the demo to be sure. If you do, let us know!

Coldmoon@sh.itjust.works on 30 Mar 01:35 collapse

This’ll give me something to tinker with tomorrow

ReginaPhalange@lemmy.world on 29 Mar 12:19 collapse

I know that I’ll be downvoted to hell , but I would love to integrate it with OCR and an LLM , such that uploading the garage treatment summary would auto-create the necessary records.