Closed gerfur1 closed 7 years ago
Works for me.
You sure you specified the NissanConnect::COUNTRY_EU
country (4th param of the constructor)?
eg.
require_once 'NissanConnect.class.php';
$nissanConnect = new NissanConnect($username, $password, $tz, NissanConnect::COUNTRY_EU);
$nissanConnect->debug = TRUE;
$result = $nissanConnect->getStatus();
var_dump($result);
I found out why, i used Mail-Adress (as i saw in the Example) instead of my username... BTW, ther is also an alternative Base-Url: https://gdcportalgw.its-mo.com/gworchest_160803EC/gdc/
I have a Problem with the User-Login: An error occurred: Request for 'UserLoginRequest.php' failed. Response received: {"status":"-2010","message":"INVALID PARAMS"} I have a Modelyear 2014 Leaf made for Austria. Maybe there is a general Issue?