Jump to content

Recommended Posts

Posted

So I just got new GMC Sierra All Terrain and I love the all leather interior however I need suggestions on good car seat covers. Right now I feel my sons car seat will leave indents and more permanent damage to to seats since it's strapped down.

Posted

I have the same thing under both of my kids seats. In the minivan, also.

 

Sent from my XT1254 using Tapatalk

Posted

Same thing for me too but i also use some nice thick towels on the seat and seat back. They are mostly to keep the seat from leaving an impression. Digs into the towel instead of the seat.

  • Like 3
Posted

I've just used a beach towel folded up just right to fit under my daughters child seat. Doesn't leave indents on the leather seat bottom and can save the seat well if your child spills anything. Once a month, I do take out the child seat, wash the towel and the cloth/padded inserts on the child seat. I also recommend that you consider getting some weathertech floor mats. That was the first thing I bought for my truck. If your child spills or drops anything on the floor, you will not be sacrificing your carpet.

 

-TheImpalaMan

Posted

My wife is a car seat nazi, so I've been well educated on the "dos and donts" of child seats. For most car seats, the only seat protectors that you can use are the ones made by the car seat manufacturer for the specific seat that you purchased, OR a seat cover made by the manufacturer of the vehicle.

 

I went with the latter and bought the Chevrolet rear seat cover. It's a bit of an investment, but it keeps the seats protected from damage from the child seat and keeps child related dirt, (goldfish crumbs, cheerios, pee, poop, barf, etc) from ruining the interior of the truck.

 

Best of luck on your search!

  • Like 2
Posted

I use the same as the other guys in both my truck and the wife's car. No issues and my daughter is 7 now.

Posted (edited)

I always used the towels under and behind the car seat. No indentions, and simply toss them in the washing machine as needed.

Edited by muddkatt
Posted

Currently using the towel method but I'm about to order the one mentioned above. Thanks for the help! I do also already have the weather tec mats and I do say they're amazing!

Posted

Child seats have evolved over the years. Maximum effectiveness is achieved by proper installation. When our grand children started visiting I went for a lesson on proper car seat installation offered through our insurance company. I would confirm that it is acceptable to put a barrier between the base and your upholstery. Billy346's wife has done her homework. I only have car seats in my truck for a week or so at a time (at the most) and no evidence is left on my leather after a good cleaning! I suspect that a quality car seat installed year-round will not do permanent damage to your truck. Even if it did, I doubt evidence of a car seat will depreciate resale!

  • Like 1
Posted (edited)

I use one of those mats listed above. I used to use a towel which I found slid all over the leather seat and was promptly scolded by a couple of firemen I know. I guess a towel can cause too much sliding, and a towel against the back part of the seat might affect the angle the car seat is mounted, taking away the effectiveness of the seat...who knows. As my girls have grown, I have gone from rear facing to now booster seats and have removed the seats from the back of my truck as my girls are only with me part time. Any indentions in the leather come out after a week.

Edited by Silverado Steve
Posted

We use black towels with holes cut to fit around the seat belt holders, and on the back we use a padded cover from Walmart. Works great.

Posted

i've used the seat protector mentioned above, but my wife also found a heavier duty one - it reminds me a lot of a truck floor mat, but made to go under a car seat - nice heavy rubber

 

when i take the car seats out to clean the truck the seats look great

 

**sorry - i have no clue where she found the heavy duty one - likely at a local store

Posted

Irrelevant to the topic, but I like to share this story whenever I get a chance in hopes it might save someones life.

 

Couple years ago I was stopped at a red light, 50mph road, all of a sudden I look in my mirror and there's an f-150 not slowing down at all. I floor it off to the side and the f-150 t-bones a honda accord. The accord had mom driving and 2 kids in car seats in the back. I thought I had just witnessed people die. I run over to the accord and thankfully see the mom freaking out with blood all over her face. I quickly look in the back seat and see kids crying. I go in the undamaged side and pull the kids out of their car seats. Literally not a scratch on them. I could not believe it.

 

I have my first due in march, she will be in a car seat until she can't fit.

 

F-150 was a drunk driver, like 1pm in broad daylight on a sunday.

Dad got there before the drunk was put in the cop car, dad came very close to getting arrested lol

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Latest Articles

  • Posts

    • That makes sense, and I think you are describing the real product problem. Capturing data is the easy part. If the owner or technician has to manually dig through five minutes of millisecond-level logs, the product has already failed. The device would be at the ECM harness, not at the OBD port, so I agree that data retrieval and event marking need to be thought through carefully. The way I am thinking about the architecture is: The recorder itself should not depend on a phone, app, Bluetooth, Wi-Fi, or cloud connection to capture the event. It should always keep a local rolling buffer and lock the event locally. A button, phone app, or small cabin device would only act as an event marker. If the driver feels a stumble and presses the button 10–30 seconds later, the pre-buffer has to already contain the useful data. For data retrieval, the practical options would be a sealed service USB lead, Wi-Fi download, or a phone/cabin companion device. I would not expect the owner to remove the ECM-side module or work with raw files directly. The cloud or AI side would be for interpretation, not for capturing the event. The truck may have no connection when the issue happens, so the evidence has to be saved locally first. After that, cloud processing could help decode the data, compare it against baselines, and generate a readable report. For the first version, I would keep the automatic triggers conservative and objective: driver event marker bus-off error passive voltage drop / brownout device reset FIFO or queue overflow a normally periodic message disappearing side-to-side communication mismatch, if the topology supports that For “learning normal,” I agree with your point, but I would not want to overclaim it as automatic root-cause diagnosis at first. A realistic first step would be learned baseline comparison for that specific vehicle and operating condition. For example, a value would only be compared against similar conditions: RPM range load / MAP throttle position gear / vehicle speed coolant and oil temperature battery voltage AFM/DFM state, if decoded and validated Then the report could flag things like: this periodic message disappeared compared with its normal timing this value deviated from this vehicle’s normal range under similar conditions the same abnormal pattern repeated after the same type of event the anomaly occurred together with voltage, oil-pressure, misfire, or communication changes But I would still call that “abnormal pattern detected,” not “replace this part,” unless there is enough validated repair data behind it. So the intended product would not be “here is a huge log.” It would need to be an event package: what triggered the capture how much pre/post data was preserved what changed before and after the event whether the device itself reset, overflowed, or saw a bus error selected graphs around the event raw data only as supporting evidence From your perspective, what would make this kind of report useful instead of just another datalog? For example: What are the top 5 parameters or events you would want highlighted first? Would you trust a learned baseline for that specific vehicle, or would you prefer fixed thresholds? How much false-positive flagging would be acceptable before you stopped looking at the reports? What would a one-page report need to show for an independent shop to take it seriously? For misfire, AFM/DFM, oil pressure, or U-code complaints, what would you want the tool to flag automatically?
    • 2024 Silverado 2500 HD LTZ grille no camera Parts list   84603331 84913656 84913657 84913654 84913655 84911567 84911568 85646092 85646093 85797921 85797922   11570637  x10-15   grille/bumper bolts 11546500  x10      grille clips 11571006  x10      push/retainer clips 11546454  x6       nut retainers 11611609  x6       M5 bolts 11610700  x6       molding/trim retainers
    • And use RA's 5% discount code if you buy from them.  google for the code, one is always available.
    • Just don't turn the steering wheel as much?
    • Rockauto bud. I pass local stores for parts.   Findya something online. 
  • GM-Trucks.com Clubs

  • Popular Contributors

×
×
  • Create New...