Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Selfhosted
  3. LubeLogger: Self-Hosted, Open-Source, Unconventionally-Named Vehicle Maintenance Records and Fuel Mileage Tracker

LubeLogger: Self-Hosted, Open-Source, Unconventionally-Named Vehicle Maintenance Records and Fuel Mileage Tracker

Scheduled Pinned Locked Moved Selfhosted
selfhosted
42 Posts 21 Posters 142 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W [email protected]

    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.

    plutoniumacid@lemmy.worldP This user is from outside of this forum
    plutoniumacid@lemmy.worldP This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #10

    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.

    W ironkrill@lemmy.caI 2 Replies Last reply
    0
    • W [email protected]

      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.

      S This user is from outside of this forum
      S This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #11

      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.

      W 1 Reply Last reply
      0
      • L [email protected]

        My only beef with this application (and it's a relatively minor one) is the lack of a mobile app. I've used aCar (owned by Fuelly since 2014) 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.

        W This user is from outside of this forum
        W This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #12

        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).

        https://hastebin.com/share/camumegane.swift

        1 Reply Last reply
        0
        • N [email protected]

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

          L This user is from outside of this forum
          L This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #13

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

          N W 2 Replies Last reply
          0
          • L [email protected]

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

            N This user is from outside of this forum
            N This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #14

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

            L 1 Reply Last reply
            0
            • S [email protected]

              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.

              W This user is from outside of this forum
              W This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #15

              I responded to someone below. Hope it helps.

              1 Reply Last reply
              0
              • plutoniumacid@lemmy.worldP [email protected]

                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.

                W This user is from outside of this forum
                W This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #16

                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.

                1 Reply Last reply
                0
                • N [email protected]

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

                  L This user is from outside of this forum
                  L This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #17

                  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.

                  W 1 Reply Last reply
                  0
                  • L [email protected]

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

                    W This user is from outside of this forum
                    W This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #18

                    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.

                    L W 2 Replies Last reply
                    0
                    • ptz@dubvee.orgP [email protected]

                      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: https://demo.lubelogger.com/Login/Index

                      User/pass: test/1234

                      P This user is from outside of this forum
                      P This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #19

                      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.orgP B 2 Replies Last reply
                      0
                      • M [email protected]

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

                        mangopenguin@lemmy.blahaj.zoneM This user is from outside of this forum
                        mangopenguin@lemmy.blahaj.zoneM This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #20

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

                        1 Reply Last reply
                        0
                        • W [email protected]

                          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.

                          L This user is from outside of this forum
                          L This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #21

                          I use a few of those already, I'll have to check it out later.

                          1 Reply Last reply
                          0
                          • ptz@dubvee.orgP [email protected]

                            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: https://demo.lubelogger.com/Login/Index

                            User/pass: test/1234

                            T This user is from outside of this forum
                            T This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #22

                            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.orgP W 2 Replies Last reply
                            0
                            • T [email protected]

                              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.orgP This user is from outside of this forum
                              ptz@dubvee.orgP This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #23

                              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.

                              1 Reply Last reply
                              0
                              • P [email protected]

                                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.orgP This user is from outside of this forum
                                ptz@dubvee.orgP This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #24

                                I use Fireflyiii for my money and budgeting.

                                ironkrill@lemmy.caI B 2 Replies Last reply
                                0
                                • W [email protected]

                                  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.

                                  W This user is from outside of this forum
                                  W This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #25

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

                                  W 1 Reply Last reply
                                  0
                                  • L [email protected]

                                    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.

                                    W This user is from outside of this forum
                                    W This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #26

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

                                    1 Reply Last reply
                                    0
                                    • M [email protected]

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

                                      T This user is from outside of this forum
                                      T This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #27

                                      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.

                                      1 Reply Last reply
                                      0
                                      • ptz@dubvee.orgP [email protected]

                                        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: https://demo.lubelogger.com/Login/Index

                                        User/pass: test/1234

                                        coldmoon@sh.itjust.worksC This user is from outside of this forum
                                        coldmoon@sh.itjust.worksC This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #28

                                        Is there EV support?

                                        ptz@dubvee.orgP 1 Reply Last reply
                                        0
                                        • coldmoon@sh.itjust.worksC [email protected]

                                          Is there EV support?

                                          ptz@dubvee.orgP This user is from outside of this forum
                                          ptz@dubvee.orgP This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #29

                                          Looks like it, yeah:

                                          coldmoon@sh.itjust.worksC 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups