7-Eleven Fuel App Watch - Nationwide - January 2017 to January 2022

7-Eleven Fuel App Watch - Nationwide - Current

This forum post has too many comment pages and it broke OzBargain. Please continue your discussions in the replacement forum post. This forum post is closed.



This thread serves to let everyone know how much you have saved on your 7/11 fuel app.

Step 1: Subscribe to this thread to get email updates. You can change your subscription settings in your Ozbargain account to enable more/less email updates.

Step 2: Upon filling up simply fill in the details in this format:

  • NAME OF 7/11 STORE
  • PETROL TYPE
  • PETROL PRICE

Example:

  • Richlands QLD
  • ULP
  • 111.9/litre

Step 3: Upvote the comment if you found it helpful

Note: OzBargain or the OP are not responsible for your use of the 7/11 app and you should abide by all terms stipulated by the app. This thread's content is not endorsed by the OP or OzBargain.


Cheapest prices:

Other Useful Resources:

Further Info/Tips

There are two "tricks" that can be extremely beneficial as there is a common trend experienced by 7-Eleven App users: 1) If you receive an error processing your credit/debit card, you can purchase a 7-Eleven Gift Card in-store and apply the credits instantly onto the App. 2) You do not need to use the funds on your App to pay for the fuel, you can lock-in the price and pay via Cash or Card at the checkout saving the hassle of constantly topping up, gift cards, etc.

Master131 spends a lot of time creating and maintaining the script at Project Zero Three that we all know and love.


Working Methods (Updated 14th July 2020)

iOS

Android

Note: There's currently no APK or Android Simulator (Nox doesn't support Android 9) Available.

Credits to master131


Mod: Please don't ask for vouchers, obtain the lock yourself or use the classifieds for any wanted requests.

Related Stores

7-Eleven
7-Eleven

closed Comments

      • That's absolutely true.. And person may be trustworthy.. But things can change at anytime.. so if you want to be cautious change it, theres no harm in doing that and takes a mintue. Saying that.. it's all on you.

      • +2

        It most definitely is sent to the server. Fuel locking cannot be achieved client-side in a browser due to CORS restrictions. This mechanism prevents web requests to servers (7-Eleven) that do not explicit give permission to websites (like Ethergroup) to access their (7-Eleven's) content.

        https://i.imgur.com/NRc0yQr.png

    • +1

      If you want to exercise caution then just run the code on your own machine.

  • So just tried to lock in using bluestacks and got an error saying my account was blocked for card transactions. Seems I can use the credit on the account but can't add more. I have only tried once to add more and got the same error. Anyone else had this experience?

    • +4

      just add credit on your phone and lock using bluestacks in that case

      • I guess my greater concern was they were on to me and the next step might be to freeze my whole account with funds on it. I was also wondering if it could just be an error rather than a block.
        EDIT so just added $10 on the phone no probs.

  • +5

    Diesel 127.9 Emu Plains NSW

  • +25

    A little bit of an update for those who use my Python script for themselves or the public version of the online fuel locker (https://fuel.ethergroup.com.au), I have added a page that lets you verify the price of a manual lock in. It should be working completely fine but if there is an error let me know. It's a little complicated to work with the lock in page with only one account :o)

    So the step now is this:
    -> Log in as usual
    -> Click either automatic or manual.
    -> Automatic will automatically (try to) lock in the most amount of fuel for the cheapest price of your fuel type the project zero three page says.
    -> Manual lets you choose your own postcode*/suburb and then it will land you on a confirmation page where it will tell you the price it found. If you continue it will then lock in the maximum amount of fuel you can.
    —-> If you don't like that price and want to search for a different suburb just press cancel.

    -> Now that you have locked in a price you should logout.

    *I'll work on the multiple postcode bug a bit later. I have an idea on how to solve it, I just have to find the time to do it. The bug refers to if you try to lock in in a postcode with multiple suburbs it makes an error i.e. 2200 for Bankstown in Sydney

    • Does anyone have any tips on how to build this python script as a simple Docker container?
      I had a bit of a play around with compiling for Docker on my DS916+ Synology but couldn't get it to work.
      Ideally I'd like to set the script up as a Docker container and run 24/7 with the Flask internal port mapped to an arbitrary external port. Thinking this would then basically be the same as the fuel.ethergroup.com website but running as local version on my local network.

      • PM me I might be able to help.

    • I currently get the folllwing error after logging in using my 7/11 credentials:

      Internal Server Error
      The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

    • mate, what do we need to do when you get this error.

      Oops, error:
      We’ve updated the app to make it better and more reliable for you. Please update now to ensure you have all the new features, latest security and best experience available.
      Refresh

      • +2

        Edit settings.py so that the APP_VERSION is "1.8.0.2027".


        You can also download the latest version of the script if you want, it has new features since this post was made.


        On Android try this: type in cd FuelLock or whatever the name of the folder where the script is downloaded into.
        Then type in nano settings.py - this will open up a text editor.

        You'll need to scroll down until you see APP_VERSION. To do that, you'll have to hold the Volume UP button and press the s key for down and the press the d key for right. (Imagine the W A S D as an up/down/left/right keys on a keyboard).

        Then change the APP_VERSION, press the ctrl button above the keyboard and tap the letter X , it should prompt you to save the file. Press Y for yes, then press enter.

        Now run the script again.

        • Thanks! You are really a genius. Great work!

        • -3

          Does the script work for iPhone? Thx mate.

        • -1

          any idea what is this error?
          I have installed python 3 but it is complaining here 2.7?

          [2019-09-14 23:31:21,875] ERROR in app: Exception on /login [POST]
          Traceback (most recent call last):
          File "/Library/Python/2.7/site-packages/flask/app.py", line 2292, in wsgi_app
          response = self.full_dispatch_request()
          File "/Library/Python/2.7/site-packages/flask/app.py", line 1815, in full_dispatch_request
          rv = self.handle_user_exception(e)
          File "/Library/Python/2.7/site-packages/flask/app.py", line 1718, in handle_user_exception
          reraise(exc_type, exc_value, tb)
          File "/Library/Python/2.7/site-packages/flask/app.py", line 1813, in full_dispatch_request
          rv = self.dispatch_request()
          File "/Library/Python/2.7/site-packages/flask/app.py", line 1799, in dispatch_request
          return self.view_functionsrule.endpoint
          File "app.py", line 133, in login
          'X-VmobID':functions.des_encrypt_string(session['DEVICE_ID']),
          File "/Users/levin/Google Drive/CMD/7Eleven-Python-master/functions.py", line 265, in des_encrypt_string
          encrypted_message = cipher.encrypt(encryption_prefix + DEVICE_ID)
          File "/Library/Python/2.7/site-packages/pyDes.py", line 655, in encrypt
          data = self._guardAgainstUnicode(data)
          File "/Library/Python/2.7/site-packages/pyDes.py", line 233, in _guardAgainstUnicode
          raise ValueError("pyDes can only work with bytes, not Unicode strings.")
          ValueError: pyDes can only work with bytes, not Unicode strings.

    • Hey Freighter, You are a legend! I got my first lock in using your Python Script on my PC, however, I am clueless how I get this working on my Android while I am on the go?

    • -1

      nice

  • +2

    Heidelberg VIC 3084
    U98
    129.9/L

  • +2

    Missed it, comes up as 147.9 for me

  • +30

    Glen Waverley VIC
    U98
    126.9/L

    • My android phone left at home. So need to ring my wife. She just locked in now.😁

      • +6

        she's a keeper

    • -1

      G.W. seem to go cheap very often- I'm guessing high traffic and cheaper fuels being sold out, then they mark down the Premium fuels?

  • Thanks Andyman1908,

    Just read through the guide at the beginning of this post, and set-up automatic notification emails. Works a treat.

    • No probs, that's where I got made aware of it too!

  • Hey guys, since the android update what's everyone's work around to take location? I seem to be no longer able to trick the maps or 7/11 app into a location. Uninstalling updates on Google play services no longer works. Help!

    • +1

      https://fuel.ethergroup.com.au/ login with your 7-11 app credentials

      • Thanks mate, I just did. Because I already have a look it displays that. How does it work when no lock is active?

        • +1

          It lets you lock the price by selecting the fuel type automatically selecting the best available price. There is a manual option as well where you can select the suburb.

        • +2

          So the step now is this:
          -> Log in as usual
          -> Click either automatic or manual.
          -> Automatic will automatically (try to) lock in the most amount of fuel for the cheapest price of your fuel type the project zero three page says.
          -> Manual lets you choose your own postcode*/suburb and then it will land you on a confirmation page where it will tell you the price it found. If you continue it will then lock in the maximum amount of fuel you can.
          —-> If you don't like that price and want to search for a different suburb just press cancel.

          -> Now that you have locked in a price you should logout.

          *I'll work on the multiple postcode bug a bit later. I have an idea on how to solve it, I just have to find the time to do it. The bug refers to if you try to lock in in a postcode with multiple suburbs it makes an error i.e. 2200 for Bankstown in Sydney

          That's how it works. Eventually I'll write a guide on the site on how to lock in but I think it's fairly straightforward.

          You may need to logout and then re-login on the app for the voucher to show up

          • @Freighter: Thanks heaps mate. You're a life saver. Haha

          • @Freighter:

            Eventually I'll write a guide on the site on how to lock in but I think it's fairly straightforward.

            Pretty much. The tool is very intuitive. It only takes a half a brain to use it.

          • +1

            @Freighter: Just used your script for the first time this morning after wasting 2 hours trying to get Nox or Genymotion working on my mac.

            Love your work!!!

  • -7

    Do you guys just lock in the maxiumum you can even if you dont need to fill up the whole amount?
    I think the highest you can top up on the card is $80.

    • Yes, well at least I do…

    • +1
      I do as well

      I think the highest you can top up on the card is $80.

      ? I've put much more than $80

      • -2

        And if you only use say $40, you only pay for what you use right? The rest of the account still stays in credit.
        I can even pay with a different credit card if I wanted to?

        • Yes, yes and yes.

        • And if you only use say $40, you only pay for what you use right? The rest of the account still stays in credit.

          Yes

          I can even pay with a different credit card if I wanted to?

          Yes.
          My credit never goes down because I never use the in-app credit.
          Save it for emergencies if you forget your cards

          • +1

            @cwongtech: This is discussed in the sticky post at the top of this very page. If people can't be bothered to read the stickied post then I can't be bothered to help.

  • +3

    TGP has risen to $1.24 for 91 in most major cities so I wouldn't be expecting much <$1.20 now, let alone <$1.10.

  • Getting an error on the fuel.ethergroup site:

    oh 500 error - 'LockinPrice'

    Even though it worked fine (locked price is now on my account).

    • Have you tried logging in via the app? I had the same error and now can't login to 7/11 app

      • +1

        I find that when I muck around with the page that if I constantly log in and don't log out then I get told there's an error.. gotta wait a bit to login again

    • Did you do a manual lock in?

    • +1

      Got that error when locking in a few days ago too, although it locked in successfully.
      Auto lock.

      • Same for me. Had an error with auto lock but then it was actually locked.

        Something to do with the new code?

  • Same here

  • +6

    121.9 for U95 @ Werribee VIC seems decent right now.

    • +1

      Price is up to 132.9 now

  • +3

    U95 123.9 11-Seven Hampton Park Hampton Park VIC 3976

  • saved 9.54 today U98 thanks

    • Where is this? for the U98

      • +1

        Glen Waverley VIC
        U98
        126.9/L On 5/3/19 I locked in that day

  • Trying to lock in. It gives an error saying while top up saying the number of requests have exceeded in the last 24 hours. Anyone else having the same issue?
    I havent locked in for the last 4 days at least.

  • +1

    U95 121.9, 11-Seven Tarneit, Tarneit, Vic

    • +1

      I keep getting this:

      The fuel price is too high compared to the cheapest available. The cheapest we found was at 3029. Try locking in there!

      • +1

        Same, seems there's a glitch at present :)

        P.S thanks again for showing me :p

      • +3

        What fuel & price are you getting there? I'm only seeing 95 for 132.9

        I'm keeping an eye on Cheltenham/Moorabbin, as there's a woolies/caltex (North Cheltenham on Warrigul Rd) which as 91-115.9, 95-127.9, 98-134.9 so hopefully a 11-7 will follow soon.

        • +1

          Looks like Hampton Park (vic) has 95 for 123.9

          The TGP keeps rising (up over a cent since fri & 2c on the week). I wonder if they're gearing up for a drop in time for the NSW election on the 23rd?

          • @[Deactivated]: TGP shouldn't be controlled by politics?
            Or are you speculating it might drop.. :D

            • @cwongtech: Wildly speculation. With the banking Royal Commission, I wonder if the petroleum industry is concerned that they're on the radar (it'd be pretty popular with the voters). They can blame falling $Au, Singapore refinery prices , whatever, but we are one of the few countries in the world which have such wild pricing cycles.

              Look at the retail price of Caltex in Singapore, it's fluctuated a cent or two since 1 Jan

              http://www.chenlim.com/fuel/

              Yet we have these large pricing cycles which as fair as I can tell aren't related to anything to do with costs.

              • @[Deactivated]: Overseas Asian countries don't have much fuel fluctuations due to govt regulations.
                Most of the fuel is sold by state owned enterprises controlled by sovereign wealth.

                In aus, not sure if it's related to discounting. So either 130c daily or… 115c to 145c range. In other words, the high peak subsidises the cheap troughs.

                $3 box of shapes but I'd rather pay for $1.50. Otherwise aldi sells it daily for $2.20. It's a hungry example.

          • @[Deactivated]: The AUD has fallen slightly against the USD so I guess that has helped push prices up a bit :(

            • +1

              @Levathian: Yeah i accept the price (or the price cycle bottoms) are increasing.

              The price has been fairly stable for the past 10days or so, which is unusual. So I was wondering (speculating) if they're holding so they can co-incidentally drop around NSW election and then maybe the same for the federal election (which will come after the expect high in the price cycle around the School Hols-Easter-ANZAC holiday period.

              • @[Deactivated]: The federal government can't control the TGP/wholesale price though? Isn't it just set by free market conditions?

                • +1

                  @Levathian: In theory they could, but they don't (I'm happy with that). I think the price cycles are fairly unique to Australia.

                  anyway I was just wondering loudly if the current cycle lows would co-incide with elections.

    • Can't see it.

      Must have gone back up.

  • I had an issue today where the cashier scanned the voucher and it printed a little receipt saying "scan/lock invalid" or something to that effect. I didn't push the subject, just paid for the fuel at the normal price and left.

    But just wondering if this was just a little glitch, where he should have just scanned the bar-code again? or if maybe 7/11 are starting to smarten up?

    I locked it a few days ago in a Victorian location (not that far from where I tried to use it).

    • I had no issue today, locked to VIC and filled up in NSW.

    • +9

      I didn't push the subject, just paid for the fuel at the normal price and left.

      You should take a photo of your receipt and upload into your 7/11 app.
      They will credit it back to you.

  • +3

    I locked in 95 no problems today and filled up

  • +5

    U95: 121.9 Werribee VIC 3030

    On another note, for those in Vic the prices are on their way up, noticed a few servos at 155.9 for U91 this morning. Thank god for fuel locks.

    • +1

      I think price has gone up

      • I also cannot find it.

        • +1

          Hampton park has slightly higher price of 123.9 now

          • @andyman1908: Thanks.
            Locked in before / incase prices rise again.

            Appreciated

            • @movieman: I'm being told there's no unleaded petrol in that area, of any octane? And I tested it elsewhere and no issues?

  • FuelLocker down and out of action?

    • Yeah I’m having the same issue :(

    • It's worse than that, he's dead, Jim, dead, Jim, dead, Jim.

      • Really?

    • It seems to have gone down around 6:15

  • +3

    Project Zero Three site is down for me, can't get it to load.

    • Same

    • Same. Can't access the Project Zero Three.

    • Working for me

  • U91 119.7 Riverstone NSW 2765

  • +1

    Since the sites are down.
    My best local prices are:

    Special Unleaded: 119.9 Guildford 2161
    Special E10: 117.9 Guildford 2161

  • +5

    Its just started working again

  • Locked in a voucher today in NSW from QLD, Scanned at servo and did not work. Attendant then typed voucher number in manually and it still so called didn't work ( I paid full price :/)
    Anyone had this problem?

    • +2

      Send the receipt via the app and they should refund you, worked for me

Login or Join to leave a comment