TL;DR: the car battery was dead
That's actually a problem with all modern cars: If the battery dies, the key fob won't open the door. In fact, if the battery dies in the car or the fob, you can't open the door. But, there is a mechanical backup with an ordinary car. In my 2012 Volvo, I can open the driver's door with the mechanical key. If the fob is ded, I can physically insert it and start the car. If the car is also dead, I have to sort that out…
When I Took My Zipcar Into the Wilderness
101–110 of 192 posts
Re: When I Took My Zipcar Into the Wilderness
#102I got banned from using Zipcar last year. I lived in a condo building with an under ground parking lot in SF. A few times I rented a Zipcar and left it parked in the parking lot at my condo building. About 50% of the time, the car would not unlock. In all cases, I successfully contacted Zipcar who informed me the only thing they could do is tow the car (usually 24+ hours later). The parking lot had no cell service. O…
Honestly, the ban sounds justified to me. If you know that parking in the garage will lead to a 50% probability of them having to tow the car, repeating this is just unnecessary. It would obviously be better if they could handle such scenarios but ignoring a known limitation to incur cost to others (since you have no advantage as you also can't use the car in this scenario) sounds wrong to me.
Re: When I Took My Zipcar Into the Wilderness
#103> Still, cars without reception become vulnerable in a few scenarios: when members lose or do not have their physical Zipcard with them, when they exceed their reservation time or want to extend their Zipcar reservation, or when the vehicle battery dies. That last scenario was the one my family and I found ourselves in, though we did not know it at the time. Can someone change the title to reflect that cell phone rec…
Someone mentioned above that the battery most likely died quickly due to constant hunting for cell signal, so it’s 100% related.
Re: When I Took My Zipcar Into the Wilderness
#104Re: When I Took My Zipcar Into the Wilderness
#105Earlier quoted context omitted.
You said you did it a few times. How often do you have to do something with negative consequences before you learn you shouldn't keep doing it?
Other than being told its a signal issue, how do you determine that? IoT crap rarely, if ever, actually communicates with the user about error conditions. You usually find out shit 'no workey' after the fact. There's a lot of articles and twitter feeds. Go look up the "Internet of Shit". There's a reason why it's called that. And Zipcars are no exception, evidently.
Re: When I Took My Zipcar Into the Wilderness
#106Friend in Seattle had this experience when trying to use a zipcar truck out of a garage while moving (i.e. Limited time window to get stuff out of one area to another). Ended up calling support, dealing with multiple hours of delays. Despite the issues which has led him to avoid Zipcar these days, he uses ReachNow (now defunct) and car2go (now called ShareNow) regularly and AFAIK ReachNow didn't have these limitation…
This sounds like a pretty common scenario for zipcar and certainly cell phone coverage coming in and out is something that they should be planning and designing for! Maybe a series of one-use pass codes or something like that could help. I always make sure there is a failsafe when I have two microcontrollers talking on the same circuit board! Never fully trust anything external.
- Use exponential backoff when looking for network (although I find this part of the story hard to believe, my phone survives much longer when there is no network)
- Have a larger grace period. Let the key card just work for an extra day or indefinitely if the car's last known location is not the garage. Charge the customer for the usage.
- Fail open especially if the battery is low. Once the car starts, you have all the electricity you need to do updates.
- Make the updates small and efficient, so long as a few signed UDP packets get through, you can update the schedule. You can even use SMS. Sync non critical things (e.g. logs) opportunistically and asynchronously.
Re: When I Took My Zipcar Into the Wilderness
#107Earlier quoted context omitted.
They could give your phone a signed token indicating your rental times, and then let your phone directly connect to the car to hand it off. Presumably it is easier for a human with a phone to move to a location with service than moving a locked car, usually just out of the cave you're in.
I just don't see why that complexity is necessary, when you could just give the user the key to the car.
Re: When I Took My Zipcar Into the Wilderness
#108Earlier quoted context omitted.
Other than being told its a signal issue, how do you determine that? IoT crap rarely, if ever, actually communicates with the user about error conditions. You usually find out shit 'no workey' after the fact. There's a lot of articles and twitter feeds. Go look up the "Internet of Shit". There's a reason why it's called that. And Zipcars are no exception, evidently.
This isn't internet of shit though...is an iPhone shitty if you can't use cell services when you don't have cell service?
If this limitation can’t be worked around and they still decide to go ahead with operating the service then they should advertise this limitation prominently. Until then, the customer should be compensated (your rental car letting you stranded is definitely an issue and can cause non-negligible monetary damage to the user), not banned.
Re: When I Took My Zipcar Into the Wilderness
#109Earlier quoted context omitted.
No I’m trying to justify using the product as it’s advertised. Otherwise it’s too easy to just falsely advertise something and ban the people that manage to figure out the catch.
You said you did it a few times. How often do you have to do something with negative consequences before you learn you shouldn't keep doing it?
Re: When I Took My Zipcar Into the Wilderness
#110Earlier quoted context omitted.
I just don't see why that complexity is necessary, when you could just give the user the key to the car.
The whole point of zip car is that you aren't reserving it a week in advance and want to wait for a key to be mailed to you.