Speak EV - Electric Car Forums banner

My Z.E. iOS App always logging out

7.7K views 32 replies 15 participants last post by  Spike  
#1 ·
Hi all,

Wondering if any of you have a solution to my very minor issue.
Almost every time I go to my Zoe app I’m logged out of the car. No matter how many times I type my email and password in, if I leave the app to idle for a while I’m logged out again even if I hit remember me.

Anyone had this before or have a solution? Just a little annoying every time I want to hit pre con or check SOC.
Cheers
 
#6 ·
Almost every time I go to my Zoe app I’m logged out of the car. No matter how many times I type my email and password in, if I leave the app to idle for a while I’m logged out again even if I hit remember me.
This is a (completely stupid) design decision by Renault. The only "solution" is to use your web browser rather than the app, and have it/your password manager remember your username and password.
 
#11 ·
So listening to the latest FC podcast sounds like there is a new Renault app that will come out with the release of the new Zoe and will be back compatible. Jonny Smith seemed impressed. I think I saw him get a glimpse of it in one of their videos at a Renault concept event. Seemed very navigation based at the time.
Let’s hope that’s true and it’s way better.
 
#13 ·
Hi all,

Wondering if any of you have a solution to my very minor issue.
Almost every time I go to my Zoe app I’m logged out of the car. No matter how many times I type my email and password in, if I leave the app to idle for a while I’m logged out again even if I hit remember me.

Anyone had this before or have a solution? Just a little annoying every time I want to hit pre con or check SOC.
Cheers
Something must have changed. I had a 2016 Zoe and the app always kept me logged in. Changed for a ZE40 in January and when I changed the vehicle details the app started logging me out every time just like you. It's really annoying so like others I have now resorted to using the website. I wish there was a solution.
 
#15 · (Edited)
You can get iOS to save the login information in the Passwords and Accounts area of Settings.
You can put in your details in the Website and Apps area and it is saved.

I used the web address https://www.services.renault-ze.com/user/login and this works with both the website and the app.

It offers to fill in the details on the website, if you use the app use the Passwords button at the top of the keyboard and it lets you choose which set of saved credentials you want to use.
 
#16 ·
I think it was the end of last year that Renault fiddled round with the app, changed its icon a couple of times then just made it redirect to the website, and greatly reduced the session time as well. That's what makes it all the more annoying that it used to work fine, but just reducing the session time makes it so much harder to use...

The Fully Charged video on the "new" app was a few years ago now, wasn't it? I won't be holding my breath...
 
#17 ·
You can get iOS to save the login information in the Passwords and Accounts area of Settings.
You can put in your details in the Website and Apps area and it is saved.

I used the web address https://www.services.renault-ze.com/user/login and this works with both the website and the app.

It offers to fill in the details on the website, if you use the app use the Passwords button at the top of the keyboard and it lets you choose which set of saved credentials you want to use.
Thanks - I needed to update the password on the app. but now looks like it works. Very grateful for the info. :)(y)
 
#19 ·
The "too many requests" thing happens if you request the charge status more than once every twenty minutes. It also seems to happen for me at least if I press "ok" on any confirmation boxes, because it's actually already done whatever I asked it to anyway, which is weird.

So if I press "precondition" it does it immediately but asks for confirmation which I then have to say "no" to so it won't complain at me. It always does this on the website, but never did it on the old app even though everything else was exactly the same. Thoroughly weird.
 
#21 ·
Did I see that the new 50 Zoe would have a new app
Renault have been promising a replacement to the ZE Services app (for all Zoes) "during 2019", which is the reason they scrapped the "app" part of the existing app last year.

Suffice it to say, no sign of this new app yet, and breaths are not generally being held...
 
#27 ·
I run Android, so I can't comment on anything iOS.

I did get the new app. My verdict, with the following caveats: I hardly use it, as my driveway has a cell network "blind spot" where I put it when charging, aka always, so data is horribly unreliable. Furthermore, the API interface was changed and it has been implemented in a way that is far harder to reverse engineer, so my home automation polling the Renault back end is broken too. With all that out of the way......

1) it looks a lot better.
2) it does not log me out.
3) I had to go through the registering motions with activation code again, ick. But in all honesty not when I changed phones after that. That was nice.
4) it's awfully slow on my mid-spec (Samsung J6) phone.

In the Dutch forum I saw a comment that SMS-or-Email-when full is not available now (again, I don't use that myself), but a call to Renault revealed that this will be re-implemented soon.
 
#29 ·
the API interface was changed and it has been implemented in a way that is far harder to reverse engineer
Challenge accepted ;) (Or at least, it will be when the app eventually gets released over here...)
 
#31 ·
Probably pretty forward JSON stuff.
I've had some early success... there's not a great deal of stuff there different to the old API; in addition to the previous data, we now gain the car's odometer reading and outside temperature; the current charge schedule mode for the car (immediate, "charge after", scheduler); there are also endpoints defined in the app for location and lock status but those don't seem to be supported by the server. And yes, it's all JSON:

JSON:
{
    "data": {
        "type": "Car",
        "id": "xxxxxxxx",
        "attributes": {
            "hvacStatus": "off",
            "externalTemperature": 27.0
        }
    }
}
Will do a proper post in a few days or so when I've gotten my head around it all more. (Authentication seems to require at least four steps across three servers now!)
 
#33 ·
I’ve been using Zeddy too. Much better for preconditioning as you can’t do that through the Renault app any more as the pop up you use to activate it is off the edge of the screen.

Other nice feature with Zeddy is you can use Siri with it. You can ask what charge has my car got and it’ll reply with range and %battery. You can use Apple shortcuts to add others. I’ve added ‘preheat the car ‘, which turns on preconditioning; saves a load of app button presses.


Sent from my iPhone using Tapatalk