Chevy Bolt EV Forum banner
  • Hey Guest, welcome to ChevyBolt.org. We encourage you to register to engage in conversations about your Bolt.
1 - 20 of 447 Posts

· Registered
2022 Bolt EUV Premier
Joined
·
129 Posts
Evening, I'm looking at buying a 2022 Bolt EUV that's on the dealer's lot as I guess would be considered "new old stock"?

Mine is 4109XXX. I have yet to sign a purchase agreement due to the fact that i can't legally buy it... My status is shown below

Product Rectangle Font Material property Screenshot


Even as a gm employee I can't speed things up :(

Car built on 06/25/2021.
The car left the factory on 07/30/2021.
Arrived at the dealership on 08/12/2021.

Has been sitting on the lot ever since, I do currently have a reservation payment to hold the car for me.
 

· Registered
2022 Bolt EUV Premier
Joined
·
129 Posts
Not sure if this is known or im getting fed some BS. But according to DeeDee it's not only by VIN, but also by battery manufacturing location? Anyone able to confirm this?
Product Azure Font Rectangle Screenshot
 

· Registered
2022 Bolt EUV Premier
Joined
·
129 Posts
What's the deal with this 'list'? Is it something the dealers or public have access to or do you have to ask a concierge about it?
My supervisor is a old District Service Manager, and still has access to alot of things, I don't have access to, internally. I have not seen the list as she's been out of the office for the last few days. She is back today ill see if I can get a copy and post it.
 

· Registered
2022 Bolt EUV Premier
Joined
·
129 Posts
My supervisor is a old District Service Manager, and still has access to alot of things, I don't have access to, internally. I have not seen the list as she's been out of the office for the last few days. She is back today ill see if I can get a copy and post it.
There is a list that the District Service Managers have access too, list's dealerships and VINs that are eligible. VINs do not appear to be in any type of order. Appear to be mostly random?... New list every 6 to 7 days. Latest list is from June 29th new list should be coming out in the next day or so.

...mostly N4108 VINs...
The lists last update was the 29th, might just be a delay in them updating the status to open? The list also contained N4111's and N4109's and some random ones.

As its not public info, I can't share the list in its entirety. I can try to get ahold of a copy of it & post a snipit, so you guys know I'm not BSing
 

· Registered
2022 Bolt EUV Premier
Joined
·
129 Posts
Maybe they are trying to clear out unsold inventory for the 23 model year sales cycle?
I hope, as that's where mine is currently sitting. Don't really have much more insider information other then that pdf above.

The dealer tried to get me to order a 23, but they don't have rear heated seats, also the vin for the one I'm sitting on has my date of birth in it, find it kinda rare that it's the color and has the packages I want... feels like it's ment to be. 🤣
 

· Registered
2022 Bolt EUV Premier
Joined
·
129 Posts
I'm tempted to write a script to automate checking all the outstanding VINs and provide everyone with the real-time transparency that GM won't...
but since I don't really know how to 'write a script',...

You've inspired me!! Below are some screenshots of a project I threw together....

You can add VINs to the list on the main page, VINs are updated every night ( might change to every other day, depending on how many VINs are added )

If a VIN with no active recall is added, they're discarded and an error is shown stating there is no recall information for that VIN.

@MichBolt If it's okay to post, ill get it all set up for the public to use.

Font Rectangle Parallel Pattern Number


You'd type in a VIN to be added to the list, When a VIN is added its status is pulled at the time of adding, Then que'd for an update on the next midnight cycle.
Rectangle Font Parallel Number Circle


When adding a vin, you'll get one of two messages.
Font Electric blue Rectangle Brand Logo
Rectangle Font Electric blue Circle Logo



No identifying information is saved, the only thing saved is the VIN.
To reduce the load on the API and update times... I might change it to update the ones that are Incomplete limited or no parts... and not refresh the open ones... for obvious reasons.
 

· Registered
2022 Bolt EUV Premier
Joined
·
129 Posts
If you're open to suggestions for features, I was thinking it would be good to be able to set a flag to track dealer stock and owner-held 2022 models separately.

The other thing would be to calculate stats on what % / # of the cars on the list change status every day so that we can estimate the rate of swaps.
It should be able to track all of the EVs and EUVs. I don't have any vins to test with that are customer owned and awaiting for batteries...

If anyone wants to check it out. You can visit it @ Bolt Recall
I can look into adding an option to select customer or dealer stock when I get home from work tonight.
 

· Registered
2022 Bolt EUV Premier
Joined
·
129 Posts
Try this one:
1G1FY6S00M4114025

Quick update from my ex-district service manager, the latest list of VINs is still from July 6th


Ahh, thanks! I was matching to Incomplete. Limited or No Parts but for customer-owned ones, they're listed as Incomplete. Remedy not available

The following has changed,

The list is now searchable!, instead of looking through 100's of VIN's just type in a part of yours!
You can now pick whether it's dealer or customer stock when adding a vin to the list.
Added total number of vins at the top, with a basic breakdown...



The other thing would be to calculate stats on what % / # of the cars on the list change status every day so that we can estimate the rate of swaps.
So, From what I've seen GM updates vins to OPEN in batches, I currently do not check the status of VIN's that are in OPEN status, only the incomplete ones.

Unless you're talking about when it changes from Open to Closed, and the battery has been replaced by the dealer?
I'd need a vin of a bolt that has been swapped and has the recall in closed status to test with and see what the API I call outputs.
 

· Registered
2022 Bolt EUV Premier
Joined
·
129 Posts
1G1FY6S04N4111274 was moved to closed status on 7/6 if you want to test with that one, it just shows no active recall now.
So the api I call returns nothing, when I get home I'll have to tweak the scripts that pull vins, and if it's empty then move its status to battery replaced.

Only issue I can see is that bolts that didn't have the recall can be added and would instantly get the status of battery replaced as they both output the same status...

Unless I only allow ones already in the database to return nothing... and still not allow bolts with no active Recalls.
 

· Registered
2022 Bolt EUV Premier
Joined
·
129 Posts
Evening everyone!

I've made some changes to the website. Here's a list :)
  • VINs are now updated every 6 hours.
  • Changed to dark mode ( Hope everyone's eyes feel better )
  • VINs in the table now are linked directly to the nhtsa.gov website, and auto search when clicked.
  • The backend changed to Laravel ( wouldn't notice much on the front end )
  • Now will validate the VIN number input when adding to the database, and show a proper error message.
  • Added a basic page '/lookup?vin=' route to allow people to get on-demand status from the chevy API. ( To use with visualping.io )
  • Added '/overview' route to see a general overview visually, instead of just numbers.
  • General styling changes...
Mobile looks kinda janky at the moment... When I have more free time to mess with it.

Font Rectangle Screenshot Parallel Software

Colorfulness Font Circle Science Astronomical object

Font Screenshot Number Rectangle Document


The overview is very basic, and more of a general visual representation.
Comments and suggestions are always welcome!

I've just set up Visualping: #1 Website change detection, monitoring, and alerts to alert me if my recall status changes.
@sandwich You, well anyone, can set up one of these and use my website for it to check for a status change.
Product Azure Rectangle Font Screenshot

Above are the settings I would use to see if there is a change.

Note: The VIN does not need to be in the tracking database to use the lookup endpoint. The information is pulled on page load, so it's always current.
 

· Registered
2022 Bolt EUV Premier
Joined
·
129 Posts
So I took the 4108s and 4109s and attempted to see if there was a trend by the build date... I don't really see any trends other than the few random incomplete appear to be Canadian units.
VINBuild DateYearModelStatusDate AddedLast API PullOwnershipLast Status Change
1G1FZ6S00N4108014
6/16/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/21/2022 1:52​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S00N4108031
6/16/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/21/2022 1:52​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S02N4108046
6/16/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/21/2022 1:53​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S07N4108026
6/16/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/21/2022 1:53​
8/5/2022 19:27​
DealerNo Status Change
1G1FY6S02N4108180
6/17/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/21/2022 1:54​
8/5/2022 19:25​
DealerNo Status Change
1G1FY6S07N4108210
6/17/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/21/2022 11:56​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S02N4108127
6/17/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/22/2022 18:15​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S03N4108136
6/17/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/21/2022 1:53​
8/5/2022 19:26​
DealerNo Status Change
1G1FY6S01N4108364
6/18/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:16​
8/5/2022 19:25​
DealerNo Status Change
1G1FZ6S03N4108248
6/18/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:16​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S03N4108332
6/18/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:16​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S03N4108430
6/18/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/22/2022 18:16​
8/5/2022 19:26​
DealerNo Status Change
1G1FY6S00N4108551
6/21/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/22/2022 18:16​
8/5/2022 19:25​
DealerNo Status Change
1G1FZ6S00N4108482
6/21/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:16​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S04N4108677
6/21/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/22/2022 18:16​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S05N4108719
6/21/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:17​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S09N4108707
6/21/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/22/2022 18:17​
8/5/2022 19:27​
DealerNo Status Change
1G1FZ6S01N4108720
6/22/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/21/2022 1:51​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S03N4108850
6/22/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/22/2022 18:17​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S05N4108879
6/22/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/22/2022 18:18​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S0XN4108764
6/22/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:17​
8/5/2022 19:27​
DealerNo Status Change
1G1FZ6S01N4108880
6/22/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/30/2022 12:37​
8/5/2022 19:27​
DealerNo Status Change
1G1FZ6S0XN4108781
6/22/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/31/2022 22:26​
8/5/2022 19:27​
DealerNo Status Change
1G1FY6S00N4109148
6/23/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:19​
8/5/2022 19:25​
DealerNo Status Change
1G1FZ6S01N4109009
6/23/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:18​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S03N4109187
6/23/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:19​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S05N4109014
6/23/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:18​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S06N4109099
6/23/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:18​
8/5/2022 19:27​
DealerNo Status Change
1G1FX6S04N4108989
6/23/2021​
2022​
Bolt EVOpen - eligible for replacement
7/21/2022 1:57​
8/5/2022 19:25​
DealerNo Status Change
1G1FY6S07N4109356
6/24/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/21/2022 1:51​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S01N4109446
6/24/2021​
2022​
Bolt EUVOpen - eligible for replacement
7/22/2022 18:20​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S05N4109305
6/24/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/23/2022 9:28​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S09N4109257
6/24/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:20​
8/5/2022 19:27​
DealerNo Status Change
1G1FW6S09N4109686
6/25/2021​
2022​
Bolt EVOpen - eligible for replacement
7/21/2022 1:57​
8/5/2022 19:25​
DealerNo Status Change
1G1FY6S01N4109711
6/25/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:20​
8/5/2022 19:25​
DealerNo Status Change
1G1FZ6S01N4109561
6/25/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/21/2022 11:51​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S08N4109735
6/25/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:20​
8/5/2022 19:27​
DealerNo Status Change
1G1FZ6S00N4109597
6/25/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/27/2022 5:39​
8/5/2022 19:27​
CustomerNo Status Change
1G1FY6S04N4109573
6/25/2021​
2022​
Bolt EUVOpen - eligible for replacement
8/1/2022 19:01​
8/5/2022 19:27​
DealerNo Status Change
1G1FY6S04N4109590
6/25/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
8/5/2022 15:13​
8/5/2022 19:27​
DealerNo Status Change
1G1FZ6S03N4109819
6/28/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:20​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S05N4109756
6/28/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:20​
8/5/2022 19:26​
DealerNo Status Change
1G1FZ6S07N4109838
6/28/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:21​
8/5/2022 19:27​
DealerNo Status Change
1G1FZ6S09N4109825
6/28/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:21​
8/5/2022 19:27​
DealerNo Status Change
1G1FZ6S0XN4109915
6/28/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:21​
8/5/2022 19:27​
DealerNo Status Change
1G1FZ6S0XN4109770
6/28/2021​
2022​
Bolt EUVIncomplete. Remedy not available
8/4/2022 14:27​
8/5/2022 19:27​
DealerNo Status Change
1G1FZ6S06N4109989
6/29/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:21​
8/5/2022 19:27​
DealerNo Status Change
1G1FZ6S07N4109967
6/29/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:21​
8/5/2022 19:27​
DealerNo Status Change
1G1FZ6S08N4109976
6/29/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:21​
8/5/2022 19:27​
DealerNo Status Change
1G1FZ6S09N4109999
6/29/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:21​
8/5/2022 19:27​
DealerNo Status Change
1G1FZ6S0XN4109977
6/29/2021​
2022​
Bolt EUVIncomplete. Limited or No Parts
7/22/2022 18:21​
8/5/2022 19:27​
DealerNo Status Change

I did find it interesting that some of the dealer units had the 80% battery limit update applied... Seems kinda counter-productive to apply the 80% limit, when you have to apply another update to remove the limit once the battery has been changed.
 

· Registered
2022 Bolt EUV Premier
Joined
·
129 Posts
Apparently the update also provides diagnostics, and if an anomaly is found, it may get the battery replaced sooner?

Hmm. But if the car is just sitting on the lot, not getting charged, driven etc. I feel that the chance of anything happening is probably slim to none? Unless the dealer was hoping it would increase their chances of getting a battery?
 

· Registered
2022 Bolt EUV Premier
Joined
·
129 Posts
VIN binTotal sampleNo battery (#)No battery (%)Open (#)Open (%)Swap complete (#)Swap complete (%)
4100500.0%5100.0%00.0%
4100500.0%5100.0%00.0%
4101200.0%2100.0%00.0%
41027114.3%685.7%00.0%
41031417.1%1392.9%00.0%
410415213.3%1386.7%00.0%
Rectangle Font Slope Technology Pattern

I've re-created your table on the overview page, as vins are updated, the table will auto-update.



If you want to use the table instead of the lookup feature, you can append '?vin={vin}' to the end of the home page to search in the table on page load.
https://bolt.areyouscared.dev/?vin=1G1FY6S06N4110921
 

· Registered
2022 Bolt EUV Premier
Joined
·
129 Posts
But 1 week ago they said only 1 battery arrived and there are still 5 that are waiting...
If you have the vin. You could add it to my vin tracker above and see it's recall status, the status is also updated every 6 hours...

If the status is incomplete for the one you have reserved, that means they can't even order a battery.

If the status is open, then the dealer can place the order for the battery pack, I've heard is taking weeks for it to get delivered. But depending on where you live might make a difference...

The packs are made in Holland MI at the LG factoy, that being said if you're in California, the pack would have to be shipped by rail or truck, as its hazmat, and that would add time.
 

· Registered
2022 Bolt EUV Premier
Joined
·
129 Posts
Dealer also said the batteries randomly appear in their tracker and they have no idea what cars they are for until they arrive.
This is false. The batteries are ordered by the dealer.

As shown in the service bulletin below
Font Material property Screenshot Parallel Document


Attached is the service bulletin in its entirety
 

Attachments

1 - 20 of 447 Posts
Top